this post was submitted on 05 Jun 2025
1000 points (99.1% liked)
Microblog Memes
7947 readers
2678 users here now
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
- Please put at least one word relevant to the post in the post title.
- Be nice.
- No advertising, brand promotion or guerilla marketing.
- Posters are encouraged to link to the toot or tweet etc in the description of posts.
Related communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Back in high school, a buddy of mine mused about something that still itches my brain.
When they built the first computer. How the fuck did they figure out how to "make it turn on"? Like... the first boot cycle.
Really makes you appreciate some of the insanely complex stuff that we take for granted.
I'm not really sure what you mean. The first computers didn't have an OS or anything. They just took the input and applied the assigned operation.
This gets more advanced when you want a BIOS loaded first, but it's not particularly complex. It does the same as above, but the first instructions jump to the BIOS, which itself is just another set of instructions that initialize things.