Skip to main content

Posts

Sodioum’s First Project

 This is simply our graduation project (Saif Jarrah and Edmond Shami) which got $21k in funding to continue its development.  Tested at Hikma and Aramex, the device basically moves around the warehouse and uses multiple sensors to do auto-counting of inventory with wireless data transmission to the cloud.   It still needs further work down the line.  
Recent posts

Probability Riddle Using Python: Random Obtuse Triangles

Riddle: Two numbers x and y are uniformly distributed on [0, 1]. What is the probability that sides of length x, length y and length 1 form an obtuse triangle? Python Solution: Riddle source: https://www.cut-the-knot.org/Probability/ObtuseTriangleInSquare.shtml