Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

So if folks truly cared, it's possible to design a computer system to boot up, in a barebones fashion, and then do meaningful work and then transmit it, in under a millisecond?


Certainly, and I imagine that there are plenty that we interact with on a regular basis. For example, door security sensors (like for Ring) will be off nearly all the time. When someone opens the door, they will power up, send a notification, and go dormant again. I don't know if this will happen within a single millisecond, but it certainly could if there was a design need.

For many simple embedded systems that plug into the wall, the "boot" process will happen in under a millisecond. But it will take considerably longer than that for the voltage levels to stabilize.

The real thing which differentiates these from a PC or phone is that they are not running what we would typically call an OS. They may be running an RTOS (a very simplified OS), but for many of them, as soon as they have stable power, they are off to the races (Just like the home-computers of the 80s. Just plug in and go.)


I see you've never worked with microcontrollers.


Okay then link a microcontroller that can do that in under 1 milisecond?


A 6502 takes 7 cycles to execute the reset vector and run user code.

Of course the definition of "usable" work can be argued over but even a C64 released in the 80s will run your code in less then 10us

1ms is an enormous amount of time. I'm really curious why you would think otherwise


Because I understand electronics just enough to know that sending a usable signal in under a millisecond from cold is incredibly tough. That's barely enough time for voltages to stabilize in even quite high end systems.

Like I said link a microcontroller that can meet that. 'Usable work' can be as little as adding two half-precision floating point numbers together, and sending it can be any possible method.




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: