this post was submitted on 31 Jan 2025
61 points (95.5% liked)

Programmer Humor

39226 readers
79 users here now

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

Rules:

founded 6 years ago
MODERATORS
 

The dorky voice with an accent killed me

top 14 comments
sorted by: hot top controversial new old
[โ€“] davel@lemmy.ml 11 points 10 months ago
$ realpath $(which nano)
/usr/bin/pico
$

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

Helix is best editor ๐Ÿ˜

[โ€“] beeb@lemm.ee 2 points 10 months ago

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

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

The standard pysco editor

[โ€“] mehdi_benadel@lemmy.balamb.fr 2 points 10 months ago

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

[โ€“] some_guy@lemmy.sdf.org 6 points 10 months 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.

[โ€“] bobble86@lemm.ee 1 points 9 months ago

GNU nano ๐Ÿ‘

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

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

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

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

[โ€“] crmsnbleyd@sopuli.xyz 2 points 10 months 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 10 months ago

Seems incomplete tho