this post was submitted on 09 Jun 2025
111 points (95.9% liked)

Programmer Humor

36513 readers
185 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
all 37 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 5 days ago (1 children)

POV: you opened ed for the first time

?
help
?
?
?
quit
?
exit
?
bye
?
hello?
?
eat flaming death
?
^C
?
^C
?
^D
?
[–] [email protected] 1 points 5 days ago* (last edited 5 days ago) (1 children)
^C
^\
^Z
kill -9 (from another session)

If I can’t kill the child process, I kill its parent and go on with my life.

[–] [email protected] 1 points 5 days ago

Sure, but the above is from a gnu humour post that's over 30 years old: https://www.gnu.org/fun/jokes/ed-msg.html

[–] [email protected] 5 points 6 days ago
vim & sleep 30 && killall -TERM vim
[–] [email protected] 15 points 1 week ago* (last edited 1 week ago) (4 children)

POV: You open vim for the first time.

Screenshot of vim start screen. The instruction to exit vim is highlighted in red. It reads: VIM - Vi IMproved version 9.1.697 by Bram Moolenaar et al. Modified by team+vim@tracker.debian.org Vim is open source and freely distributable Help poor children in Uganda! type :help iccf for information type :q to exit type :help or  for on-line help type :help version9 for version info

[–] [email protected] 1 points 5 days ago* (last edited 5 days ago)

Fair, but there's a worse experience possible.

For a time, many people's first encounter with vi was when it auto-opened a temporary editor to ask them to submit a commit message for the git command they just ran.

This experience skips the vi "welcome" screen, because a file is open.

As a bonus challenge, git did not inform the user what editor is in use, and the user had no particular reason to even expect an editor to appear, based on what they were just doing.

None of this was the fault of vi, really. But it was a terrible introduction.

It got better when various operating systems changed their default command line editor to nano, and git added some helpful adjustments - "if certain settings are not configured, assume a new user and show verbose welcome messages".

[–] [email protected] 21 points 1 week ago (1 children)
[–] [email protected] -3 points 6 days ago* (last edited 6 days ago)

The image shows the last state of a terminal emulator of person without command line or git knowledge. The person attempted to run git commit and is now blaming the result of a specific configuration on their system that launches a vi derivative on the vi derivative itself. This image is expected to convince the viewer that the vi derrivative is to blame.

[–] [email protected] 9 points 1 week ago (1 children)

You cannot expect people to read, it's unreasonable.

[–] [email protected] 1 points 6 days ago (1 children)

I mean, there are blind users.

[–] [email protected] 2 points 6 days ago (1 children)

I hope the accessibility program to read the screen can read this.

[–] [email protected] 4 points 6 days ago

I've heard they can be spotty, although I'm personally sighted. That's usually the reason people post transcripts, anyway.

[–] [email protected] 11 points 1 week ago

I switched from vi to vim in 1994 and found it immediately obvious how to quit — it was just like vi!

I guess I'll never understand these memes.

[–] [email protected] 8 points 1 week ago

This....this hits way to close to home.

[–] [email protected] 5 points 1 week ago

I have accidentally opened it so many times. I have to look how to close it every time