this post was submitted on 26 Feb 2024
189 points (95.7% liked)

Programming

17352 readers
293 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 [email protected]



founded 1 year ago
MODERATORS
 

As someone who spends time programming, I of course find myself in conversations with people who aren't as familiar with it. It doesn't happen all the time, but these discussions can lead to people coming up with some pretty wild misconceptions about what programming is and what programmers do.

  • I'm sure many of you have had similar experiences. So, I thought it would be interesting to ask.
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 19 points 8 months ago (2 children)

I think that non-tech people think that tech just goes. Like you pull it out of a box and turn it on and it just works. They have no idea how much jenk is in everything and how much jenk was eradicated before a user came went anywhere near.

[–] [email protected] 5 points 8 months ago (2 children)

What do you mean by jenk? Is that a specific term used to refer to tech junk?

[–] [email protected] 19 points 8 months ago

They mean jank:

jan·ky adjective, informal adjective: jank

of extremely poor or unreliable quality.
"the software is pretty janky"
[–] [email protected] 7 points 8 months ago
load more comments (1 replies)
[–] [email protected] 44 points 8 months ago (5 children)

That there's something inherently special about me that makes me able to program....

... Yes...patience and interest.

[–] [email protected] 37 points 8 months ago

The things that make me a good programmer:

  1. I read error messages
  2. I put those errors in Google
  3. I read the results that come up

Even among my peers, that gives me a leg up apparently.

[–] [email protected] 14 points 8 months ago (3 children)

Don't underestimate what having the necessary intuitions do engage with mathematics does for you. A significant portion of the population is incapable of that, mostly because we have a very poor way of teaching it as a subject.

[–] [email protected] 3 points 8 months ago (3 children)

I can't do math for shit and I failed formal logic in uni. I'm not built for math. I just.... Don't care and can't make myself care. I've taught myself python over the past year and amd have become fairly comfortable with bash. Which has weirdly helped me with python?

Anyway I'm not very good at either yet. And there are huge gaps in my knowledge. But I'm learning every day.

I've done it on my own, and dove right into the fucking deep end with it which is probably the hardest way. But if I can do it then anyone can. You just need to want it. Why do I want it? I have no idea. If go crazy doing it for a living.

load more comments (3 replies)
[–] [email protected] 7 points 8 months ago (1 children)

Funny you should say that as I was thinking that the idea that math has anything to do with programming is the biggest misconprehension I encounter.

[–] [email protected] 9 points 8 months ago (1 children)

Hey we did all sort of crazy shit with linear algebra, vectors matrices and shit in college programmlng. Now I sometimes do some basic arithmetic in work life. E.g:

n = n + 1

load more comments (1 replies)
[–] [email protected] 6 points 8 months ago (1 children)

This is very fair. Math has always come fairly easily to me. So math intuition plays a part in my interest and ability to learn to program.

I think most people, even smart people, assume they couldn't do it though because I'm some kind of genius, which only a few programmers actually are.

[–] [email protected] 4 points 8 months ago

Agreed. Few geniuses, it’s mostly driven people with slightly above average intelligence and a good bit of opportunity.

load more comments (3 replies)
[–] [email protected] 20 points 8 months ago (5 children)

Not programming per se but my sister thinks it's okay to have 300+ Chrome tabs open and just memorize the relative locations of them whenever she needs something. She's lucky she has a beefy computer.

[–] [email protected] 4 points 8 months ago (1 children)

I also leave every firefox tab open until I run out of RAM, at which point I use the "close tabs to left" button, moving some tabs that I still want to check out to the right beforehand. On firefox, one can simply use the list all tabs button to easily navigate or search through all tabs, so no memorization is needed (or just type the title of the document in the address bar and it will just switch to the tab if you have it open).

load more comments (1 replies)
[–] [email protected] 16 points 8 months ago (1 children)

I might be your sister 😐

[–] [email protected] 2 points 8 months ago
[–] [email protected] 3 points 8 months ago

This is horrifying lol

[–] [email protected] 4 points 8 months ago

High spec machines are a curse 🤔

load more comments (1 replies)
[–] [email protected] 10 points 8 months ago

I was at a party explaining that we were finishing up a release trying to decide which bugs were critical to fix. The person that I was talking to was shocked that we would release software with known bugs.

When I explained that all software has bugs, known bugs, he didn't believe me.

load more comments
view more: ‹ prev next ›