Readit News logoReadit News
jschroedl · 5 years ago
The Juicero juice machine. Check out a tear down that AvE did.

https://www.youtube.com/watch?v=_Cp-BGQfpHQ

Deleted Comment

MaheshC · 5 years ago
Anything Frontend JavaScript Framework since 2010.
AnimalMuppet · 5 years ago
HP calculators, back in the day. I've heard stories (perhaps apocryphal) of one that was run over by a car and still worked. Even if that one story isn't true, they were solid.
pitched · 5 years ago
All traffic lights but especially the ones set to do rolling green lights. The rolling green lights assume someone’s going the speed limit (which no one does) so it introduces more stop-and-go than if they all switched at the same time! But traffic lights on their own are all optimized for the peak 20 min of traffic instead of the other 24 hours. They really don’t make sense outside of peak.
AnimalMuppet · 5 years ago
We visited some small town when I was a kid. They had rolling green lights. Their signs didn't say "speed limit 25". Instead they said "lights are synchronized for 25". Once you figured out that they were telling the truth, you drove 25.
marto1 · 5 years ago
I'd be highly surprised if rolling green lights are implemented the exact same way across geographies. Does anyone have more details on how this works ? It has been an area of curiosity for me for quite a long time.
pestatije · 5 years ago
Compiled dynamic CSS in React. The most outrageous of it all is their reasoning for it: best of both worlds.
codingslave · 5 years ago
Most microservice architecture
matt_s · 5 years ago
An IT ticketing system that had a disaster recovery solution inclusive of DB failover, load-balancing, etc. all to another data center in another time zone.

Some medium critical business systems didn't have that so if a disaster struck, that stupid ticketing system would fail over and be up. I guess so they could put tickets in for all the other systems that didn't make it?

I think this was borne out of one of those "use it or lose it" budget scenarios that happens in big companies at the end of a fiscal year.

sdevonoes · 5 years ago
Nuxt.js: it's a frontend framework that let's you do server-side rendering using a framework (Vue.js) designed to do client-side rendering.