Data Science Weekly – Issue 601 (datascienceweekly.substack.com)
1 points by sebg 47m ago 0 comments
Why Graham crackers were invented (allthatsinteresting.com)
2 points by bookofjoe 49m ago 0 comments
Google will delete OAuth clients falsely flagged as unused
4 points by panstromek 58m ago 1 comments
We built a car from scratch in high school and are now making it autonomous
2 sokem 4 5/28/2025, 7:03:38 AM video.sokem.dev ↗
For autonomy, we’re planing to use a Raspberry Pi, ESP32-CAM, ultrasonic sensors, GPS, and servo motors. The goal is basic obstacle avoidance and GPS-based navigation. e’re doing this with no formal lab or funding just persistence, curiosity, and a lot of late nights. If anyone here has experience with DIY autonomy, especially with low-cost components, we’d love to connect. also we are Happy to answer questions or connect with anyone.
I know nothing about autonomous vehicles, but it seems to me that you can benefit from other efforts. You are probably aware that there are tens of such projects on GitHub.
What I would do is concentrate on a common but uneasy use case, such as parking, and evolve the functionalities from that.
Regarding the low-cost aspect, I believe that avoiding interpreted languages will reduce some computing power requirements.