this post was submitted on 31 Jan 2025
38 points (95.2% liked)
Programmer Humor
33090 readers
343 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
True minimalism is
ed
https://en.m.wikipedia.org/wiki/Ed_(software)
I forgot about that one. Does anyone remember MSDOS editor? Fun times
I made a serious attempt at using ed(1) for a few weeks. Read the book by Michael Lucas and everything. In the end, I kind of do want to see the file I'm editing, etc. But, some features, or lack of features, stuck with me. Do I need a menu item to count words in the file? That's why we have wc -w after all. This can be said about a lot of functionality built into editors. It made me really appreciate the idea of programs that do one thing, and can be combined. But yes, in the end it was too much for me, mostly because I'm not good enough with coreutils.
The standard pysco editor