this post was submitted on 31 Jan 2025
59 points (95.4% liked)

Programmer Humor

33314 readers
732 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

top 14 comments
sorted by: hot top controversial new old
[โ€“] bobble86@lemm.ee 1 points 6 days ago

GNU nano ๐Ÿ‘

[โ€“] davel@lemmy.ml 11 points 1 week ago
$ realpath $(which nano)
/usr/bin/pico
$

[โ€“] trevor@lemmy.blahaj.zone 9 points 1 week ago (1 children)

Helix is best editor ๐Ÿ˜

[โ€“] beeb@lemm.ee 3 points 1 week ago

It's like vim but with lsp support out of the box and the keybindings make sense

[โ€“] deathmetal27@lemmy.world 7 points 1 week ago (3 children)
[โ€“] pmk@lemmy.sdf.org 7 points 1 week 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.

[โ€“] vext01@lemmy.sdf.org 3 points 1 week ago

The standard pysco editor

I forgot about that one. Does anyone remember MSDOS editor? Fun times

[โ€“] some_guy@lemmy.sdf.org 6 points 1 week ago

I liked this premise. Nerd it up nerds. Iโ€™m also a vim user and anyone who disagrees can spend the weekend with Patrick Bateman. And Sublime Text. Come at me.

I kid, I kid.

[โ€“] eldavi@lemmy.ml 1 points 1 week ago

i'm a vim user and i feel attacked. lol

[โ€“] soloner@lemmy.world -1 points 1 week ago (2 children)

VS code w/ vim extension. That's the answer.

[โ€“] crmsnbleyd@sopuli.xyz 2 points 1 week ago (1 children)

Eh vim can do anything vscode can do, so can emacs (and Emacs has both a vim mode and graphics!)

[โ€“] ReakDuck@lemmy.ml 1 points 1 week ago

Seems incomplete tho