TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

When to Overcommunicate

146 pointsby danshapiroover 5 years ago

15 comments

throwaway713over 5 years ago
I personally find overcommunication annoying and don&#x27;t like to hear constant status updates from people; just handle the work and let me know when it&#x27;s done unless you have any blockers.<p>That said, I&#x27;ve received feedback from multiple people that they never know how my work is progressing, are surprised when it&#x27;s completed, and would like more status updates along the way, so I think it&#x27;s safe to say that my preferences are an anomaly and you should probably follow the article&#x27;s advice instead.
评论 #22201472 未加载
评论 #22201796 未加载
评论 #22200525 未加载
评论 #22209219 未加载
评论 #22201287 未加载
评论 #22202083 未加载
评论 #22201451 未加载
dangrossmanover 5 years ago
I find it amusing to see this come from Glowforge, a company known for its poor communication with customers. They sell $6000 lasers to consumers but have no phone number to talk to them. You order, give them your money, and then you&#x27;ll hear nothing from them from over 30 days while you wait for your purchase: often customers don&#x27;t get so much as a shipping confirmation before their order finally shows up at their door. If you email them, you get an auto-reply saying they hope to get back to you within 3 business days, which means troubleshooting an issue with their products can mean multiple 3-day round-trips back and forth to get resolved under warranty. And they have a habit of introducing and pulling software features without any advanced notice, when many of their customers rely on their $6000 lasers as production equipment for their small businesses, so these unannounced changes can be disruptive to say the least. All issues that could be fixed with some better communication. And it&#x27;s too bad, because I think they easily have the best product in their niche of consumer-targeted laser engravers (ping me if you&#x27;d like a $500 discount... I own one).
jezclaremuruganover 5 years ago
Anecdotal experience - I&#x27;ve noticed that shipping late by 2 weeks with advance notice to stakeholders is taken way more positively than shipping late by 1 week but informing people late.<p>This seems like plain common sense and required courtesy but I&#x27;ve been on the wrong side of this from both approaches enough times from both sides of the table - people somehow have a block in sharing the bad news (also because in unhealthy places the messenger is shot - just makes me realize that I&#x27;m in a good place).<p>(In any case the blog actually talks more of sharing the context you are in and not just about sharing bad news early - sharing context is definitely safer and a better approach)
评论 #22200524 未加载
评论 #22200622 未加载
评论 #22202058 未加载
评论 #22201227 未加载
评论 #22201467 未加载
specialistover 5 years ago
I wish there were more articles like this about communications, organizational psychology, effective coordination, etc.<p>But mostly, I wish there were ways to recognize, navigate, negotiate people&#x27;s different styles.<p>TMI from recent my turn at the woodshed:<p>Noob manager (Jane) is unhappy with my communication. Wants more detail. Her prerogative, so I try. So in addition to adjacent desks, always on Skype, standups, status reports, very verbose commit messages, novels added to JIRA tickets, I start writing daily status reports.<p>Months of &quot;improvement&quot;, no change in satisfaction.<p>So us chickens are sitting around trying to troubleshoot something. Me (Bob) and another coworker (Stan) casually noticed that a third (Steve) seems to have a great working relationship with manager (Jane).<p>Stan and I are astonished (gobsmacked) to learn that Steve is privately texting (via Skype) Jane 15-20 times per day. The smallest updates. &quot;Just committed changes for JIRA 123&quot;. &quot;PR 303 approved and merged.&quot; &quot;Build successful!&quot; All sorts of emoji.<p>I would have <i>NEVER</i> thought to spam my manager all day every day. But that&#x27;s apparently what Jane wants.<p>The weird part in all this, like most miscommunication, is Jane couldn&#x27;t say what she wants. Nor did it occur to her to tell Stan and me to be more like Steve.
评论 #22202739 未加载
评论 #22202905 未加载
评论 #22202114 未加载
hinkleyover 5 years ago
Any long lived project (that doesn&#x27;t want to end as legacy code) is a performance art piece.<p>If you&#x27;ve ever seen five minutes of an opera (go to YouTube if not), they move their mouths in an almost comical exaggeration so the people farther away can see what&#x27;s going on.<p>Early on when I relied on subtlety, I&#x27;d find repeatedly that someone has grossly mistaken my intention and undone a bunch of work that I put time into. The bigger the gesture the harder it is for them to either misunderstand or feign confusion (easier to ask forgiveness... unless forgiveness involves admitting you&#x27;re an idiot).
xbryanxover 5 years ago
George Bernard Shaw probably didn&#x27;t say that, &quot;The single biggest problem with communication is the illusion that it has taken place.&quot; <a href="https:&#x2F;&#x2F;quoteinvestigator.com&#x2F;2014&#x2F;08&#x2F;31&#x2F;illusion&#x2F;" rel="nofollow">https:&#x2F;&#x2F;quoteinvestigator.com&#x2F;2014&#x2F;08&#x2F;31&#x2F;illusion&#x2F;</a><p>The source of that aphorism is probably William H Whyte and is better understood with its context about listening.<p>&quot;LET US RECAPITULATE A BIT: The great enemy of communication, we find, is the illusion of it. We have talked enough; but we have not listened. And by not listening we have failed to concede the immense complexity of our society–and thus the great gaps between ourselves and those with whom we seek understanding.&quot;
teromover 5 years ago
I do a lot of ops-ish work, and in addition to all the nice declarative configuration-as-code things where infrastructure changes are reviewed and applied in pull-request form, there&#x27;s a lot of ad-hoc debugging&#x2F;diagnosing and one-off changes that get done.<p>I totally over-communicate on everything where I&#x27;m debugging or mutating the actual shared infrastructure. In some places, this is literally in the form of displaying all `sudo` logs in-line in the IRC channel. If I&#x27;m debugging some issue, I&#x27;ll be copy-pasting links to google results, screenshots of the the monitoring graphs and any diagnostic command output into that slack thread. Once I figure it out and either run some one-off commands or make a PR to fix it, I&#x27;ll include those in the the chat. If I typo some command and (almost) make a mistake, I&#x27;ll certainly mention that as well.<p>It&#x27;s a real-time log&#x2F;diary of the investigative process and any changes. These slack threads are typically solo threads, with just me replying to myself. This is fine. Occasionally other people will comment on something, occasionally I&#x27;ll be searching for and referring to those threads later on.<p>Stuff that I&#x27;m working on solo and isn&#x27;t leaving my laptop outside of a `git push`? Not necessarily worth mentioning before it hits GitHub, but please spend some time and write a useful PR summary.
kaetemiover 5 years ago
Both have advantages, from my experience.<p>Communicating useful everyday things with coworkers brings in a more friendly atmosphere, which lets people trust you with work.<p>Going on full communication blackout helps in focusing on actually getting said work done.
a_imhoover 5 years ago
The article is a fluff and mixes a few concepts. Quality over quantity. Quantity is a bad proxy. Not in any particular order but some things more important than quantity: availability, clarity, accuracy, transparency, traceability. Too many people love to listen to their own voice and opinions a bit too much anyway. If I had more time I would have written a shorter comment.
评论 #22201836 未加载
评论 #22201183 未加载
luordover 5 years ago
The example given for negative feedback is kind of at odds with the point of the article itself.<p>Seems like, in that case, the managers themselves didn&#x27;t communicate until they had to, and even though they were seeing a problem, they didn&#x27;t communicate earlier. Now it&#x27;s in the onus of the employee to give constant updates else he risks losing his job, even though he wasn&#x27;t given constant updates from the other direction in the first place.<p>In general, the article seems to be saying &quot;tell everything to the managers, make their jobs easier&quot;, and here I thought one of the responsibilities of management was making work easier for the employees.<p>Sure, communicate, but it should be in both directions.
评论 #22202829 未加载
shruubiover 5 years ago
I want people to be capable and independent, they should be up front and honest about things but if someone is too stuck on the minutia of &quot;how and how much&quot; in terms of communication then what&#x27;s the point?<p>On top of which, to be perfectly honest, the people I work with are barely a step above strangers to me, so the last thing I want is to hear about their personal life. I certainly don&#x27;t know or trust these people enough to trust with anything more than &quot;I&#x27;ve got personal&#x2F;family&#x2F;medical issues, can you work with me while I handle these things?&quot; and quite frankly I don&#x27;t want or expect anything more from my coworkers than that.
amwellesover 5 years ago
I started communicating more by giving end of day updates to my managers after I started falling behind on projects. It didn’t just help them—it helped me. It kept me on track and I could more easily see when&#x2F;if I was falling behind.
war1025over 5 years ago
&gt; The single biggest problem with communication is the illusion that it has taken place.<p>I&#x27;ve found that usually when a conversation is going on, particularly in text format, much less information is conveyed than you think at the time.<p>An interesting thing I&#x27;ve done before is to go back through old conversations where I thought I really &quot;bared my soul&quot; about a particular topic.<p>Often there is next to no information actually exchanged. What I was actually doing was feeling strong emotions. They were in no way conveyed over to the other person.
mewpmewp2over 5 years ago
There is one aspect of communication. Asking questions. Sometimes I wonder if I am not asking enough. I will always try to figure out myself rather than ask. I am afraid if I ask about something and it is actually findable I am perceived as lazy, stupid or incapable of finding the answer myself so I have to waste others time and ruin their workflow.<p>I wonder if I am hurting myself with it and is it good or bad for my career and life.<p>I suppose there is a balance there somewhere, but I am not sure whether I am underasking or overasking etc
rwnspaceover 5 years ago
We don&#x27;t need any more arms races, thank you. It doesn&#x27;t take much to work slightly less hard (or less publically), communicate in a way that&#x27;s efficient with other people&#x27;s attention and time, and stop humblebragging on social media about your lifestyle and material goods.<p>It&#x27;s not good to wear training wheels all the time. Worrying about the minutia of communication makes you less able to see what is being said, and makes you look for confirmation of your predictions&#x2F;worries instead.