this post was submitted on 04 Jul 2025
1128 points (98.7% liked)

Programmer Humor

24772 readers
1225 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] jhdeval@lemmy.world 2 points 1 day ago (1 children)

I would not say that. I use a very old 13" Dell XPS laptop. I use Code-Server and duckduckgo. I have be known to program on my 7 year old android tablet with a bluetooth keyboard. For the most part I look at docs for JS modules as I write mostly in Python with Flask and use JS for responsiveness. Before anyone suggests something else I have to interface with a VERY old database that I wrote a webservice into through C#. I do realize there are other ways but python is my comfort point and the amount of backend processing makes it easier to use a "real" language. For my purposes it is plenty fast.

[–] axEl7fB5@lemmy.cafe 1 points 1 day ago (1 children)

JS for responsiveness.

You do web development or something? Aren't you supposed to use media queries?

[–] jhdeval@lemmy.world 1 points 20 hours ago

Only media queries I do are to raw images, avi files or raw audio files. Makes life some much easier when the standard is as old as the internet.