this post was submitted on 03 Sep 2024
1 points (100.0% liked)

Programming

21593 readers
304 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

When you're on a website or an app, you look at something (a post, or a part of a UI), and your brain just starts calculating how this was made in your own language.

Like brain, stop, I'm tired, I don't need the calculations right now.

top 3 comments
sorted by: hot top controversial new old
[–] floofloof@lemmy.ca 1 points 10 months ago

Maybe I'm a bad programmer, or maybe I'm just busy and tired, but honestly I don't often care enough to investigate until I need to build something similar.

[–] hades@lemm.ee 0 points 10 months ago (1 children)

I can't imagine how normal people use any software at all. When something doesn't work for me, often I can figure out what could've gone wrong. For instance, there might be bug in the JavaScript form handler, and I can just bypass it. Or an app doesn't invalidate its cache properly, so I just need to flush it manually.

[–] a1studmuffin@aussie.zone 1 points 10 months ago

It's the same for people who don't understand basic electronics or mechanics. Any problem just becomes "it's broken" and the only solution is to take it to an expert and pay for their time, or toss it and buy a new one. It's expensive to be ignorant.