this post was submitted on 29 Jan 2025
14 points (85.0% liked)

Programming

18040 readers
62 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] onlinepersona 7 points 5 days ago (1 children)

Asking whether you've tried $simpleSolution, why you did something, and what you were thinking is not toxic. They're trying to understand your reasoning and what your goal is. It's like debugging where you have to step through the code then get to the point where something went wrong.

It is entirely possible that there are some people who have trouble asking such questions in a tone that doesn't emit hostility, but it may be due to a lack of social skills or (of course) malice. The way forward here is not to assume malice but them feedback "hey, can i give some feedback on the session we're having? I came to you seeking for help, but the way you ask these questions makes me feel $emotion. Would it be alright if you used $wordOrTone when helping me out? It would really make me feel more at ease". Something like this.

If the interlocutor reacts negatively, it may be that they are also feeling attacked by your words. Feedback is not always received well. In these instances it's good to apologise, but stand firm that your feelings were hurt and you would just like to make a way forward where you both can work comfortably with each other.

This of course flies out the window if the co-worker is being a straight dick. "PFF, you didn't even think of doing something that simple?", " well that was a waste of time, you should've been able to do that yourself", and so. That straight up deserves a higher up getting involved. For more egregious actions and words, that spells HR involvement.

But to simply write of all the people as "That Guy" is not the way forward. It's prejudiced and can easily lead to generalisations.

Anti Commercial-AI license

[–] Kissaki 2 points 5 days ago* (last edited 5 days ago)

Asking whether you’ve tried $simpleSolution

the post sounded less like it being an open question and more like it being "do $simpleSolution" to me

Instead I’d be offered simple solutions (that I’d tried), but in a condescending way, as though I should have already known better.

Checking again, yeah, this doesn't seem to be about asking whether you already tried that.