Operating System Development Tutorials in Rust on the Raspberry Pi
1–10 of 31 posts
Re: Operating System Development Tutorials in Rust on the Raspberry Pi
#2I like to compare it to webpage load time. In the beginning of the web, 5 seconds used to be ok, but nowadays the user wants sub-second load times or they literally walk away. Similarly, devices that don't turn on instantly lose points on UX as well.
Re: Operating System Development Tutorials in Rust on the Raspberry Pi
#3I hope they can make the Pi boot faster ... It's the one thing keeping the Pi from being useful in most of my embedded projects. I like to compare it to webpage load time. In the beginning of the web, 5 seconds used to be ok, but nowadays the user wants sub-second load times or they literally walk away. Similarly, devices that don't turn on instantly lose points on UX as well.
Re: Operating System Development Tutorials in Rust on the Raspberry Pi
#4I hope they can make the Pi boot faster ... It's the one thing keeping the Pi from being useful in most of my embedded projects. I like to compare it to webpage load time. In the beginning of the web, 5 seconds used to be ok, but nowadays the user wants sub-second load times or they literally walk away. Similarly, devices that don't turn on instantly lose points on UX as well.
I'm not super familiar with RP, what is the typical boot time?
Even the 4 seconds mentioned by the sibling commenter would be too much (e.g. if a page load of 4 seconds is considered "long", then turning on a device should be shorter as well).
Re: Operating System Development Tutorials in Rust on the Raspberry Pi
#5I hope they can make the Pi boot faster ... It's the one thing keeping the Pi from being useful in most of my embedded projects. I like to compare it to webpage load time. In the beginning of the web, 5 seconds used to be ok, but nowadays the user wants sub-second load times or they literally walk away. Similarly, devices that don't turn on instantly lose points on UX as well.
I'm not super familiar with RP, what is the typical boot time?
Re: Operating System Development Tutorials in Rust on the Raspberry Pi
#6I hope they can make the Pi boot faster ... It's the one thing keeping the Pi from being useful in most of my embedded projects. I like to compare it to webpage load time. In the beginning of the web, 5 seconds used to be ok, but nowadays the user wants sub-second load times or they literally walk away. Similarly, devices that don't turn on instantly lose points on UX as well.
Re: Operating System Development Tutorials in Rust on the Raspberry Pi
#7Re: Operating System Development Tutorials in Rust on the Raspberry Pi
#8I hope they can make the Pi boot faster ... It's the one thing keeping the Pi from being useful in most of my embedded projects. I like to compare it to webpage load time. In the beginning of the web, 5 seconds used to be ok, but nowadays the user wants sub-second load times or they literally walk away. Similarly, devices that don't turn on instantly lose points on UX as well.
Re: Operating System Development Tutorials in Rust on the Raspberry Pi
#9Earlier quoted context omitted.
I'm not super familiar with RP, what is the typical boot time?
It depends on who you ask, but usually it's more than 10 seconds, which is too much if you want to embed it into a device that must have an "instantly on" experience. Even the 4 seconds mentioned by the sibling commenter would be too much (e.g. if a page load of 4 seconds is considered "long", then turning on a device should be shorter as well).