this post was submitted on 29 Jan 2024
42 points (81.8% liked)

Programmer Humor

19145 readers
1300 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 1 year ago
MODERATORS
top 16 comments
sorted by: hot top controversial new old
[–] Rez@sh.itjust.works 10 points 7 months ago (2 children)
[–] dfyx@lemmy.helios42.de 27 points 7 months ago

Something OP put in the title as clickbait and it's not even accurate. Ronald Reagan went out of office in 1989 while the video clearly states the OS used needs at least an Intel Pentium processor which was released in 1993.

[–] tiredofsametab@kbin.social 9 points 7 months ago* (last edited 7 months ago) (2 children)

The term of a US president in the early 1980s.

[–] Rez@sh.itjust.works 17 points 7 months ago (1 children)

Thanks. Appearantly time is measured by a single countries presidents now :/

[–] superbirra@lemmy.world -2 points 7 months ago (1 children)

should we use world presidents instead?

[–] hansl@lemmy.world 12 points 7 months ago (1 children)

How about using years? “This OS runs on 80s hardware” is still impressive, understandable, and wrong.

[–] superbirra@lemmy.world 2 points 7 months ago (1 children)

nah, let's use average lobster life since epoch. That would date ~0.5 lobster lives which is easy to read and understandable by everyone

[–] xx3rawr@sh.itjust.works 4 points 7 months ago (1 children)
[–] superbirra@lemmy.world 1 points 7 months ago

brubbrubbru.

[–] AtariDump@lemmy.world 1 points 7 months ago

But that’s not important right now.

[–] tiredofsametab@kbin.social 8 points 7 months ago

I mean, LOAF was a thing (Linux on a Floppy) that had basic functionality even as most distros were downloaded or on CD. I can't imagine anyone still develops it, though.

[–] swordsmanluke@programming.dev 6 points 7 months ago (1 children)

For anybody else curious, he's using KalibriOS.

It's an open source, ultra-lightweight os that is not a fork of Linux... I think.

Neat project though!

[–] AlmightySnoo@lemmy.world 3 points 7 months ago* (last edited 7 months ago)

Yeah it's not Linux. It's forked off MenuetOS (https://menuetos.net/ ) which is a hobby OS written entirely in assembly (FASM flavor, https://flatassembler.net/ ).

[–] CanadaPlus@futurology.today 3 points 7 months ago (1 children)

It should be possible, right? It's not like we've gotten worse at coding. All the bloat is a function of people not caring, and to some degree different requirements.

I should check if lemmy.sdf.org is back online. Retrocomputing would love this.

Mentioning @CanadaPlus@lemmy.sdf.org, so I can find this easier.

[–] dfyx@lemmy.helios42.de 7 points 7 months ago (1 children)

All the bloat is a function of people not caring, and to some degree different requirements.

At the operating system level I would say the different requirements are probably the more relevant reason than people not caring. Modern operating systems, even ones optimized for weaker hardware, include a lot of stuff that was either not invented or at least not common in consumer PCs in the 80s and early 90s:

  • wifi
  • several encryption standards, especially TLS
  • many other network-related features; we're talking about a time before HTTP and most other modern protocols were invented
  • support for multi-core CPUs or even multi-tasking at all
  • modern memory management (paging, virtual memory, swapping...)
  • USB
  • proper audio output instead of just a few predefined channels
  • much more complicated video output
  • drivers for all the most common hardware so you can just install it and go
  • ...

And that's not even talking about people expecting a modern-looking desktop environment, web browser, file browser, image viewer, text editor and so on. The linux kernel is modular so if you compile your own, you can disable a lot of stuff that you don't need to save space and with something written specifically for those old machines, you can strip out even more stuff you don't need.

That being said, the thread title is very misleading. In the video he states the OS he uses works on the original Pentium processor which came out in 1993. Four years after Reagan went out of office.

[–] CanadaPlus@futurology.today 2 points 7 months ago

That's a good point. Supporting all hardware in particular is a pretty big ask. Maybe you could cleverly fit memory management into a small amount of code, but a pile of arbitrary standards can't really be meaningfully compressed.

In the video he states the OS he uses works on the original Pentium processor which came out in 1993. Four years after Reagan went out of office.

I was wondering. That didn't look like an 80's computer.