this post was submitted on 28 Sep 2025
482 points (89.9% liked)

Programmer Humor

26624 readers
1271 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
[–] drath@lemmy.world 2 points 1 day ago (1 children)

Eh, I wouldn't say TempleOS is disruptive. It was literally started off as a modern-day C64 successor. So, tradition all the way.

[–] Feathercrown@lemmy.world 1 points 1 day ago* (last edited 1 day ago) (1 children)

Pasting objects into text files is pretty disruptive. The only other coding editor I know that can do that is DrRacket with images. I mean the guy invented an entire OS, C variant, several programs... all incompatible with traditional ones, simply because of his unique personal beliefs.

[–] drath@lemmy.world 1 points 1 day ago

Pasting objects into text files is pretty disruptive

It's still text with some formatting underneath, though, just like HTML. Actually, in HTML we already have it in form of contenteditable attribute. You can straight up paste images and move other html elements into elements with it. I just checked, you can even do this with full on canvas elements and animated webgl views if you wanted to for some reason, though the code must be adjusted to account for it. I have yet to see it being useful and not a liability, though.