Hacker News new | ask | show | jobs
by dbolgheroni 3179 days ago
I don't get why people put so much emphasis on the boot time nowadays. I have a 5 years old laptop which takes less than 30 seconds to boot, with Xorg already.

Even if you power cycle every day. If you ACPI sleep (and it works great), you I'll have to boot your machine once every 6 months, when there is a new OpenBSD release.

I would much rather "spend 30 seconds" every 6 months to boot the OS I want to run for 12 hours/day than to "save some seconds" in months to run an OS that I don't for the same amount of time.

I'm not sure people realize how much complexity you have to add to make a system boot even a couple of seconds faster. If you somehow have to diagnose a problem in a system like this, all the seconds you saved in a lifetime will be spent on a single debugging session.

1 comments

> every 6 months

Most people don't want or can't afford to have their computer running 24/7. Especially if they're not using it for more than 11 hours of that day. And if you use more than one OS on one computer, fast startup can save you a lot of time switching between those.

> I'm not sure people realize how much complexity you have to add to make a system boot even a couple of seconds faster.

Not true. I shaved 20 seconds off my boot time recently, by digging around in config files and disabling services that were never used, by backgrounding non-essential services that took a long time to start up, and by reducing the grub bootloader time. Everything I did was trivial, yet it cumulatively brought a large reduction in startup time, it's gone from one minute to ~30ish seconds now.

  Most people don't want or can't afford to have their
  computer running 24/7
I guess I shouldn't make too many assumptions. I'm sure plenty of people are still using Windows on 10-year-old towers attached to CRTs. But my Macbook Air goes several months without a reboot, as did my previous one, and the one before it, going back at least 10 years. I don't even think about it. My servers are rebooted much more often, simply because of kernel patches and upgrades. Fortunately startup is usually quick for both OpenBSD and Linux as, ironically, there are far fewer services and the hardware is less complex than typical consumer machines.
> Most people don't want or can't afford to have their computer running 24/7

I think the various power save modes have replaced shutdown for most personal computers. Even on my desktop (yes, I still have one of those at home) I just suspend it and only reboot on certain upgrades.

> Most people don't want or can't afford to have their computer running 24/7.

I'm always telling my family and friends to reboot their damn computers every now and then. In my experience most people never turn their PCs off.