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:

founded 5 years ago
MODERATORS
 

The dorky voice with an accent killed me

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 5 hours ago

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.