this post was submitted on 04 Jul 2025
1144 points (98.6% liked)

Programmer Humor

25425 readers
1898 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
[–] axEl7fB5@lemmy.cafe 32 points 4 weeks ago (9 children)

I use:

  • DuckDuckGo
  • Neovim
  • ~~rusty~~ dusty IdeaPad
  • ~~Arch~~ NixOS btw

I don't read man pages but I read documentation.

Am I also a psychopath?

[–] jhdeval@lemmy.world 3 points 4 weeks ago (2 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 2 points 4 weeks ago (1 children)

JS for responsiveness.

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

[–] jhdeval@lemmy.world 2 points 4 weeks 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.

load more comments (6 replies)