this post was submitted on 13 Oct 2025
83 points (97.7% liked)

Programmer Humor

39123 readers
397 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
top 12 comments
sorted by: hot top controversial new old
[–] Drewfro66@lemmygrad.ml 16 points 1 month ago (3 children)

Physical, human-legible media, like punch cards

[–] alexei_1917@hexbear.net 10 points 1 month ago

I once saw an application, I think some sort of old computer emulator tool, on a smartphone, read a punch card using the camera. Which made me think, QR codes are a difficult for humans to read way to put code onto a physical sheet of paper and them pass it to a computer, just like punch cards were, when it comes to technology, there is nothing new under the sun, and on a cycle, everything old is eventually new again.

[–] mushroommunk@lemmy.today 10 points 1 month ago (2 children)

"human legible"

Have you looked at a punch card? I like some assembly, but the punch card is just dots. They blur together until all you see are holes and more holes and structure has lost all meaning.

[–] Euphoma@lemmy.ml 11 points 1 month ago

more legible than a ssd for humans

[–] alexei_1917@hexbear.net 4 points 1 month ago (1 children)

I like some assembly

So, do you work with minimum spec hardware, or are you just a masochist?

[–] mushroommunk@lemmy.today 5 points 1 month ago (1 children)

Por que no los DOS? (Pun intended)

But really it's been two things. I've had to adapt algorithms to some extremely ancient hardware that had another twenty years planned service, and I've had to work on robot operating systems where timing of operations is extremely important

[–] alexei_1917@hexbear.net 3 points 1 month ago

DOS? That's ancient technology! Who still uses that relic!? Lol.

[–] MyNameIsRichard@lemmy.ml 4 points 1 month ago

The very first computers were programmed using physical switches and buttons. Punched cards came later. Being a programmer in those days was a lot harder than it is now!

[–] unexposedhazard@discuss.tchncs.de 16 points 1 month ago* (last edited 1 month ago)

I mean its not that deep is it? It just become more and more manual the further you go back until you hit the first calculators that were programmed with punch cards. Eventually cards were replaced with other types of storage and keyboards as inputs. Which allowed for human readable inputs that could then be interpreted.

[–] balsoft@lemmy.ml 15 points 1 month ago* (last edited 1 month ago)

I think this is roughly it:

  1. Magnetic beads manually strung on a thread, each one representing a single bit
  2. Punch cards/tapes
  3. Single-line text editors, for use on a teletype (a-la ed or qed - which still somewhat alive as sed)
  4. Multi-line, or "visual" editors, for use on the terminal (a-la vi)
  5. Modern IDEs
[–] NeatNit@discuss.tchncs.de 3 points 1 month ago (1 children)

Even your title isn't the true beginning. Before the terminal, there was just a printer. Teletype, was it?