this post was submitted on 17 Mar 2025
325 points (96.3% liked)

Programmer Humor

21610 readers
1928 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

I regret nothing. Say what you want.

Edit: I just saw the two typos. If you find them, you're welcome to keep them.

top 50 comments
sorted by: hot top controversial new old
[–] LovableSidekick@lemmy.world 2 points 24 minutes ago* (last edited 23 minutes ago)

At one of my jobs around 2010 there was a dev in the office who wrote all his code in Notepad. When I joined the staff they were still using Classic ASP. My job was to help them (finally) migrate to ASP.Net. He intended to develop .Net apps in Notepad rather than learn how to use VS. I got laid off due to cutbacks and never found out what kind of luck he had wit dat.

[–] UltraMagnus0001@lemmy.world 5 points 3 hours ago

That boy is gonna be a murderer

[–] NigelFrobisher@aussie.zone 7 points 3 hours ago

At uni I did a lot of my Java coursework in notepad, then I’d have to take it into a computer lab on a floppy, tar it and upload it to a unix terminal so it could be emailed to the professor. Java syntax with only the command line compiler is not fun.

[–] Gsus4@mander.xyz 3 points 3 hours ago* (last edited 3 hours ago)
[–] Takumidesh@lemmy.world 5 points 4 hours ago* (last edited 4 hours ago) (1 children)

Vim and emacs are text editors.

Vs code is a code editor (but really it's also just a text editor)

Maybe they mean IDEs like visual studio?

I've never really heard it called a coding GUI before.

[–] d00ery@lemmy.world 1 points 38 minutes ago* (last edited 36 minutes ago)

Vim and emacs usually run in the terminal and require keyboard commands to complete actions.

A GUI IDE like vscode or pycharm has mouse driven menus and buttons, although of course it's possible to use keyboard commands.

That to me is the difference. Personally, I use vim mod with pycharm and some messy hybrid combination of vim commands and ctrl + ?

[–] sockpuppetsociety@lemm.ee 6 points 4 hours ago (1 children)

As long as you don't use Microsoft Word we can be friends

[–] Droggelbecher@lemmy.world 2 points 4 hours ago (1 children)

What about the libre office version?

[–] CanadaPlus@lemmy.sdf.org 5 points 4 hours ago (1 children)

Bonus points if you're saving it as an .odt and still producing a validly executable file of some kind

[–] sockpuppetsociety@lemm.ee 3 points 3 hours ago

You're weird, but we can be friends if you want.

[–] Korkki@lemmy.ml 9 points 5 hours ago (1 children)

I code using grep's search and replace.

[–] Olgratin_Magmatoe@slrpnk.net 2 points 4 hours ago (1 children)

I code using a telegraph machine in morse code.

[–] ArmoredThirteen@lemmy.zip 2 points 4 hours ago

I code using punch cards hand cutting each hole with a xacto knife

[–] Sir_Kevin@lemmy.dbzer0.com 3 points 4 hours ago (1 children)

Notepad.exe has been my daily driver for anything that doesn't need a compiler for decades.

[–] marius@feddit.org 4 points 1 hour ago (1 children)

You mean the one that didn't even do proper line endings until recently?

[–] Sir_Kevin@lemmy.dbzer0.com 2 points 1 hour ago

Yep. There are simple command line utilities that will convert the line breaks if necessary.

[–] Daniikk1012@lemmy.world 8 points 6 hours ago (3 children)
[–] rbos@lemmy.ca 4 points 4 hours ago (1 children)
[–] zod000@lemmy.ml 3 points 5 hours ago (1 children)

Oh, I remember ed! He's the talking horse from that old black and white show, right?

load more comments (1 replies)
[–] joyjoy@lemm.ee 7 points 6 hours ago (2 children)

text editor application that came with Ubuntu

nano

shivers

[–] Conclusionallusion@lemm.ee 6 points 5 hours ago (4 children)

I'm probably in the minority but I think it's fantastic! No extra baggage, super quick to work with, and it does syntax highlighting pretty well!

[–] grysbok@lemmy.sdf.org 1 points 24 minutes ago

I also love it. It was my go-to back when I had to walk inexperienced sysadmins through configuring stuff, in my tech support days. I really appreciate all the commands being listed at the bottom.

[–] faintwhenfree@lemmus.org 1 points 1 hour ago

Nah man, I'm with you, nano is no nonsense get shit done editor. It might not have advanced features but I'm not an advanced man.

load more comments (2 replies)
[–] Revan343@lemmy.ca 3 points 4 hours ago

I doubt they mean nano

[–] Plumbob@lemmy.zip 31 points 8 hours ago (3 children)

"Me who codes with the text editor that came with Ubuntu"...

So VIM?

[–] moody@lemmings.world 14 points 7 hours ago

More like gedit

[–] zorro@lemmy.world 12 points 8 hours ago

Doesn't it ship with nano these days?

load more comments (1 replies)
[–] hperrin@lemmy.ca 10 points 7 hours ago

I write all my code on paper and use OCR to convert it. It almost works sometimes.

[–] AbnormalHumanBeing@lemmy.abnormalbeings.space 47 points 10 hours ago (9 children)

I genuinely do a lot of coding in Kate, the standard KDE editor. It's enough to do a lot of things, has highlighting, and is more than enough when you just need a quick fix.

I am also still using nano when editing stuff in the terminal. Please, don't judge me.

[–] Ghoelian@lemmy.dbzer0.com 23 points 8 hours ago (1 children)

To be fair, Kate isn't just a text editor, it actually is an IDE. The text editor version would be kwrite, which would be horrible to program in.

[–] AbnormalHumanBeing@lemmy.abnormalbeings.space 10 points 8 hours ago (1 children)

Wow, you're right of course. I completely forgot kwrite still existed, tbh.

[–] KaninchenSpeed@sh.itjust.works 9 points 7 hours ago (1 children)

Kwrite doesnt really exist on its own anymore. Its a slimmed down gui for kate now.

load more comments (1 replies)
load more comments (8 replies)
[–] some_guy@lemmy.sdf.org 5 points 6 hours ago

I like SublimeText for everything unless a quick edit at the CLI with Vim.

[–] zqwzzle@lemmy.ca 15 points 8 hours ago (2 children)
[–] Mic_Check_One_Two@reddthat.com 3 points 5 hours ago

This feels a little bit like Brainfuck tbh.

For what it’s worth, I can think of one thing that would make brainfuck even worse: Instead of using 8 arbitrary characters (it only uses > < + - . , ] and [ for every instruction) for the coding, use the 8 most common letters of the alphabet. Since it ignores all other characters, all of your comments would need to be done without those 8 letters.

For example, “Hello World” in brainfuck is the following:

++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.

If we instead transposed those 8 instructions onto the 8 most common letters of the alphabet, it would look more like this:

eeeeeeeeaneeeeaneeneeeneeenesssstonenentnneasostonnIntttIeeeeeeeIIeeeInnIstIsIeeeIttttttIttttttttInneIneeI
load more comments (1 replies)
[–] TinyRhino@lemm.ee 19 points 9 hours ago (2 children)

If you're not writing it all down on paper and then punching holes in cards, you're doing it all wrong

[–] Krelis_@lemmy.world 1 points 2 hours ago* (last edited 2 hours ago)

All you need is a magnetised needle and a steady hand. Or butterflies.

load more comments (1 replies)
[–] jordanlund@lemmy.world 20 points 9 hours ago (2 children)
[–] Rogue@feddit.uk 6 points 6 hours ago (1 children)

Nano is fine. But Micro is a worthwhile upgrade: https://micro-editor.github.io/

[–] jordanlund@lemmy.world 3 points 5 hours ago

I started with Pico. ;)

load more comments (1 replies)
[–] 01011@monero.town 1 points 4 hours ago
[–] TokenEffort@sh.itjust.works 4 points 6 hours ago

Winks in Notepad ;)

load more comments
view more: next ›