this post was submitted on 09 Jun 2025
341 points (96.5% liked)

Programmer Humor

24045 readers
1249 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] BigMikeInAustin@lemmy.world 3 points 1 day ago (1 children)

I would think the pre-known hardware configuration would make boots near instant. I never understood why this isn't so.

[โ€“] edinbruh@feddit.it 2 points 13 hours ago

The hardware still needs to be brought up and initialised. But the software is the real problem here. The kernel gets fully up in seconds, but then you have to initialize the rest of the OS