• 0 Posts
  • 163 Comments
Joined 2 years ago
cake
Cake day: June 26th, 2023

help-circle


  • I typically work backwards from observations of people and extend my conclusions to a logical extreme. Like, people want smart conversational AI that can feel, etc. But they also want AI that can take over the worst jobs and prevent people from suffering through them (like robots displacing child slave cobalt miners). Taking this to it’s logical conclusion, we get a world where people design conscious robots, and force them into slavery in order to displace human slavery.


  • That’s not what I’m saying at all. What I’m trying to say is that I can’t think of any way a program working with numeric types could start outputting string types. I could maybe believe a calculator program that disables exceptions could do that, but even then, who would do that?





  • Honestly, an MCU taking any more time than a couple milliseconds to boot is embarrassing. What exactly is taking so much time to load & set up? The rp2040 can run at 200mhz, and only has ~250 kb of ram. A one second boot up time would be equivalent to filling the entire memory with zeros 66 times. (Using all twelve channels of the DMA) And if you’re talking about setting up the OS, that would be around 800 instructions per byte. It just doesn’t make sense how that much time could be wasted.