I really love the art of a good argument, but likewise I’ve come to realize that most people don’t form their opinions from deep rational analysis on an issue, and therefore aren’t going to change that opinion from a new rational analysis. They form opinions from their life experiences, culture, and so on. This applies to myself, too – the supposedly deep rational analysis I have on an issue oftentimes is just as pro…
Most arguments are about ego, not ideas
361–370 of 599 posts
Re: Most arguments are about ego, not ideas
#362They never mention they could’ve been wrong. The author assumes they’re always right, but that trying to convince others and argue them to their right side is not valuable. How about: maybe I’m wrong and I didn’t let their ideas influence me. How about: even when I think I’m right, it will be better to calmly kindly discuss, listening as much as talking, not debating or arguing or speaking over them, but attempting t…
I noticed that with some people (and possibly most people), it's not even a matter of who's wrong or right, simply asking to justify or explain their claims may be perceived as an attack and enough to trigger an argument.
I think that's because that often is a prelude to an attack.
I know someone who mainly asks for explanations or justifications when they're getting angry about something (and it's obvious). There's high chance the next thing that will happen is some kind of outburst (or quiet seething resentment). With them, the question "why did you do X?" almost never has any element of curiosity to it.
Re: Most arguments are about ego, not ideas
#363Earlier quoted context omitted.
The point being made is to pick your battles. The author’s point is that, even if you are correct 100% of the time, fighting every battle is toxic to yourself and everyone around you. They are saying to look past the fact that you might be right and consider that it’s not worth the effort anyway. Now, I will attempt to put down my phone and not respond to any replies I get to the contrary. Sweating intensifies…
> Now, I will attempt to put down my phone and not respond to any replies I get to the contrary. I know you were joking, but you should try it sometimes. It's very cathartic to get things out of your system and then ignore any replies. It's my default mode.
Re: Most arguments are about ego, not ideas
#364One reason TO argue is to seek out opposite points of view, which you can then use to hone your own thinking, including doing a 180.
Re: Most arguments are about ego, not ideas
#365Careful with this philosophy. It does work well for the short term. At some point of constant following of 'disagree and commit' mantra, you'll end up in a world where you have zero agency and zero energy to constantly do the work you hate.
The author seems to be suggesting that rather than discussing technical trade-offs and nuance, you instead ship whatever the other person proposes, even if you believe it is wrong, without going through the discussion.
I always interpreted "disagree and commit", at least in a healthy form, to be more about cases where, after both sides had presented their interpretation of a technical decision and both had understood the other's point of view, they still differed in opinion as to how it should be handled a meaningful way that was unlikely to be resolved from further communication. From there, rather than wasting more time on debating, simply agreeing to disagree, shipping to move on.
The key difference being that you aren't simply accepting whatever is told you, even if you believe it to be blatantly wrong, and silently shipping based on that feedback. You're actually engaging with each other and trying to solve the problem together but not getting locked in intractable arguments.
What OP is proposing seems significantly more toxic and honestly like something I would expect from someone playing corporate politics rather than trying to excel as an engineer.
Re: Most arguments are about ego, not ideas
#366Re: Most arguments are about ego, not ideas
#367They never mention they could’ve been wrong. The author assumes they’re always right, but that trying to convince others and argue them to their right side is not valuable. How about: maybe I’m wrong and I didn’t let their ideas influence me. How about: even when I think I’m right, it will be better to calmly kindly discuss, listening as much as talking, not debating or arguing or speaking over them, but attempting t…
I agree. Despite ending on a note of self-improvement, I wasn't really convinced that the author has any self-awareness to speak of. For example: > When you argue with someone, you think you’re debating an idea. Often you’re not. You’re challenging their sense of self. Oh, they're going to acknowledge that there are emotional reasons for their addiction to arguing. > So I’ve drawn a line. I only discuss pros and cons…
Approach A: implementation is hands-down the fastest.
Approach B: implementation is written so clearly and concisely that it's essentially self-documenting.
Approach C: a lot of attention paid to future proofing the code, parameter checking, sanity checking…
Which of the above was the most "logical" approach that the recipient was just not understanding?
(EDIT: Approach D: adheres closely to coding patterns in the rest of the framework.
I could probably come up with others…)
Re: Most arguments are about ego, not ideas
#368Reeks of AI prose past the first paragraph or two. I don't need to know a bot's opinion on how to convince others.
Re: Most arguments are about ego, not ideas
#369Earlier quoted context omitted.
I'm 52, and over my lifetime I felt that there is actually an ever-increasing number of things that used to have an absolute right (scientifically proven) answer that become controversial. Climate change. Vaccines. Whether the earth is round - that kind of stuff. And, while I agree with the author's approach to let people learn from the consequences of their mistakes, what if the consequences of their mistakes (or th…
> ... there is actually an ever-increasing number of things that used to have an absolute right (scientifically proven) answer that become controversial. Climate change. Vaccines. Whether the earth is round - that kind of stuff. I think there are multiple things here that need to be disentangled. The first is that just because science "proves" something that doesn't mean the political, civil, or economic path is near…
Re: Most arguments are about ego, not ideas
#370There are two tools I usually employ in "technical arguments": * The socratic method. I ask questions. Why did you do it this way? What are the tradeoffs? Get them to explain their reasoning. And not in an accusative way, I'm genuinely interested in how they arrived at the decision. Sometimes I just need more context; sometimes they rethink; sometimes we figure out something new together. It is a voyage of discovery,…
One thing that I find helps is just avoiding the word "why" as well. Restructuring to say "how come" or "I'm wondering..." or "am I understanding right that..." helps avoid putting people on their guard.
It even works on AIs, interestingly enough.