51 results for Movable · 2.186s

News for “Movable”
17 results • 2182 ms server time
Moozonian News
bing.com• Oct 29, 2023• 1 min read
Wooden movable-type printing and its Chinese keywordsEditor's note: Wooden movable-type printing, one of the oldest printing technologies invented in ancient China, was inscribed on UNESCO's List of Intangible Cultural Heritage in Need of Urgent ...
Moozonian News
bing.com• Jul 29, 2026• 1 min read
The Best Removable WallpapersWe independently review everything we recommend. We may make money from the links on our site. Learn more› By Katie Okamoto Katie Okamoto is an editor focusing on sustainability. She’s covered the ...
Advertisement
Show HN: MicroECS – entity component system library in Python/NumPyIMAGE
github.com• Jun 12, 2026• 1 min read
Show HN: MicroECS – entity component system library in Python/NumPyHi, in the last ~month I've learned a lot about ECS [1,2].I'm currently developing a robotics simulator from scratch (python+raylib) and, due to lack of game dev experience I went "full OOP" on it. A SceneObject with a lot of inherited interfaces (e.g. Collidable, Movable etc.). These are inherited and fixed at run time.The main loop inevitably became: for scene_object in sim.scene_objects: scene_object.update(...) for scene_object in sim.scene_objects: scene_object.draw(...) Well, it turns out that this can become a bottleneck if you have many scene objects because computers love contiguous memory for caching, physics/math vectorization and so on.Having recently learned more about ECS[1,2], I started doing a bunch of experiments in a sandbox with turning the update() function into ECS. The idea is that the data is stored in columnar numpy arrays (components) + a lot of data structure optimizations for querying scene objects and fast access e.g. qr = scene.query(HasMotion, HasPosition)
Advertisement
Moozonian News
theverge.com• 1d ago• 1 min read
Speedo’s new smart goggles module can track all four swim strokesSpeedo is launching a removable smart module for its Vanquisher goggles that can analyze a swimmer's performance across all four swim strokes: freestyle, backstroke, breaststroke, and butterfly. The new Speedo iQ system uses swim-specific sensors to analyze head movement in the water, time breaths, and track distance per stroke. Unlike other smart goggles, such as […]
Moozonian News
news.ycombinator.com• 1d ago• 1 min read
Launch HN: Salem Robotics (YC S26) – Software for industrial inspection robotsHi HN, we're the founders of Salem Robotics (https://salemroboticsinc.com). We give existing mobile robots the task-specific intelligence to carry out surveys and physically interactive inspections in hazardous industrial facilities.Here's a video of it running on real robot hardware with a few words from us: https://www.youtube.com/watch?v=U_228h3NE7cWe came to Salem through robotics research at UT Austin and a combined 15 years working in nuclear, including about 10 years developing and deploying autonomous robots at Los Alamos National Laboratory. Over the last five years, we kept running into the same gap: robot hardware had become very capable, but making a robot carry out a complete industrial procedure still required a surprising amount of robotics work and manual intervention.The part that interested us most was manipulation. A nuclear contamination survey, for example, can require taking a "smear": wiping a defined area of a surface so it can be checked for removable radioacti