this post was submitted on 29 May 2025
650 points (95.0% liked)

Programmer Humor

23848 readers
1989 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
 
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 week ago

JavaScript: You are jus pretending

[–] [email protected] 1 points 1 week ago

where is Dart :(

[–] [email protected] 4 points 1 week ago* (last edited 1 week ago)

rust: you're about to get a blahaj and a tiny blue pill.

[–] [email protected] 5 points 1 week ago (1 children)
[–] [email protected] 2 points 1 week ago

It's just an f in serif

[–] [email protected] 8 points 1 week ago

We can just remove the HTML5 entry all together.

[–] [email protected] 2 points 1 week ago (2 children)

My dad first learned to Code in Pascal. Where would he fall?

[–] [email protected] 3 points 1 week ago

We nagged our highschool around 97-98 until we got a programming course, we wanted c++ but the IT guy thought c++ would just be a fad, so we learned turbopascal.

[–] [email protected] 3 points 1 week ago

I still do.

I wish they'd open source Delphi (and most of the libraries). Might actually breathe some life back into it.

[–] [email protected] 2 points 1 week ago

Can't confirm, I'm old and a nerd and I love C++

[–] [email protected] 1 points 1 week ago

The cool kids use AI to code

[–] [email protected] 2 points 1 week ago

I used to be very opinionated about programming languages but now I just really love all of them.

Sure some might not be the best tool for some jobs but maintaining a language is insane and just such a mind-blowing endevour.

[–] [email protected] 1 points 1 week ago (3 children)

I used to develop with PHP all the time . That was back in 2010 when my teenage soul still had hope and dreams. Can someone still developing tell me what I should use for the backend today? Also I can never understand GIT as a single developer. The fuck is that? I've tried everything to understand.

[–] [email protected] 1 points 1 week ago

never understand GIT as a single developer.

I use it to make it easier to work on stuff from my desktop, laptop, from windows or from Linux...

[–] [email protected] 3 points 1 week ago

Can someone still developing tell me what I should use for the backend today?

I recommend checking out Python (Django) and Ruby (Ruby on Rails) if you want nice and easy modern Web frameworks that also aren't that weird if you have PHP experience.

Also I can never understand GIT as a single developer. The fuck is that? I've tried everything to understand.

Versioning your code with Git makes it much easier to experiment with new ideas. Cocked up a file? Pull it from the previous version. Create new branches for experiments, merge them in if they work, toss them if they don't, or keep them around just in case, without them ever getting in your way in the "real" version.

And if you keep the code in a server (GitHub etc), that gives you a backup location and makes it easier to work on code on multiple systems.

[–] [email protected] 2 points 1 week ago

I'm a single developer and I use it. It's a great way to backup your files on the cloud with versionning.

[–] [email protected] 6 points 1 week ago

Happy to see Julia on the list.

Apparently I am a nerd. I accept that.

load more comments
view more: next ›