this post was submitted on 17 Mar 2025
76 points (96.3% liked)

Programmer Humor

21657 readers
625 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
 

I regret nothing. Say what you want.

Edit: I just saw the two typos. If you find them, you're welcome to keep them.

(page 2) 30 comments
sorted by: hot top controversial new old
[–] hperrin@lemmy.ca 1 points 1 day ago

I write all my code on paper and use OCR to convert it. It almost works sometimes.

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

I used Notepad++ for virtually all coding I did (Python, JS, various Markup Languages, Action Script back in the day, etc) for a couple decades. The only reason I use VSCode now is because I inherited a nightmare of a legacy spaghetti bowl and needed the function tracing to attempt to figure out anything. I still prefer N++ for most small projects.

[–] sockpuppetsociety@lemm.ee 0 points 1 day ago (1 children)

As long as you don't use Microsoft Word we can be friends

[–] Droggelbecher@lemmy.world 0 points 1 day ago (1 children)

What about the libre office version?

load more comments (1 replies)
[–] joyjoy@lemm.ee 0 points 1 day ago (7 children)

text editor application that came with Ubuntu

nano

shivers

load more comments (7 replies)
[–] Irelephant@lemm.ee 0 points 1 day ago (1 children)
load more comments (1 replies)
[–] Daniikk1012@lemmy.world 0 points 1 day ago (1 children)
[–] T156@lemmy.world 0 points 1 day ago (1 children)
[–] Earflap@reddthat.com 0 points 1 day ago (1 children)

Ed is the most user unfriendly text editor ever created.

[–] T156@lemmy.world 0 points 1 day ago (1 children)
[–] Earflap@reddthat.com 0 points 1 day ago* (last edited 1 day ago) (2 children)

It is a text editor from the 50s or 60s, so right off the nat you aren't getting a product you're at all familiar with. Its been a while since I cracked it open but from memory you can only view one line of code at a time. You have to specify the line of code that you want to view, the commands are esoteric, and there is no help available in the application itself. As I recall it was pretty much immediately replaced with better editors, such as og vi.

Its sort of like programming in sed. Sure, you can, but why?

From Wikipedia:

Known for its terseness, ed, compatible with teletype terminals like Teletype Model 33, gives almost no visual feedback, and has been called (by Peter H. Salus) "the most user-hostile editor ever created", even when compared to the contemporary (and notoriously complex) TECO. For example, the message that ed will produce in case of error, and when it wants to make sure the user wishes to quit without saving, is "?". It does not report the current filename or line number, or even display the results of a change to the text, unless requested. Older versions (c. 1981) did not even ask for confirmation when a quit command was issued without the user saving changes.

https://en.m.wikipedia.org/wiki/Ed_(software)

load more comments (2 replies)
[–] zqwzzle@lemmy.ca 0 points 1 day ago (2 children)
[–] veni_vedi_veni@lemmy.world 0 points 1 day ago (1 children)

This is such a waste of time to the point where it infuriates me. I know the standard answer is "why not?", but it's just cringe to, like you are trying too hard to purposely be stupid, whereas with standard text editor you can say already they cba'ed to install anything so it was a case of initial setup vs. long term productivity.

load more comments (1 replies)
load more comments (1 replies)
load more comments
view more: ‹ prev next ›