Work never ends. No matter how much you get done there will always be more. I see a lot of colleagues burn out because they think their extra effort will be noticed. Most managers appriciate it but do not promote their employees.
I manage a team. The reason I don’t promote or give raises to people who overwork is because I don’t want to encourage behavior that inevitably results in burnout. What I instead do when people overwork is I give them extra paid time off. Stayed in the office for a couple of extra hours yesterday helping a customer? Great, please make sure to take Friday afternoon off. You had to work extra last week to meet a deadli…
Ask HN: What has your work taught you that other people don't realize?
41–50 of 757 posts
Re: Ask HN: What has your work taught you that other people don't realize?
#42That almost all software is unreliable and SaaS products only work because there are engineers behind the scenes fixing it all the time. The Wizard of Oz nails it: "Pay no attention to that man behind the curtain" https://youtu.be/YWyCCJ6B2WE
That's not to say software doesn't have bugs. Only that bugs don't appear suddenly.
Most bugs are caused by two things:
(1) Changes to the code that accidentally break unrelated stuff
(2) Changes to the environment (eg. OS vendor releases a new version which changes how some API behaves)
I think (1) is more common.
So I think that the reason why SaaS have problems all the time is that typically devs are changing stuff all the time and accidentally breaking things left and right, not that software is inherently unreliable. And since users can't keep using an old version that works for them, they'll stumble across every bug eventually.
Re: Ask HN: What has your work taught you that other people don't realize?
#43Re: Ask HN: What has your work taught you that other people don't realize?
#44Re: Ask HN: What has your work taught you that other people don't realize?
#45Work never ends. No matter how much you get done there will always be more. I see a lot of colleagues burn out because they think their extra effort will be noticed. Most managers appriciate it but do not promote their employees.
I manage a team. The reason I don’t promote or give raises to people who overwork is because I don’t want to encourage behavior that inevitably results in burnout. What I instead do when people overwork is I give them extra paid time off. Stayed in the office for a couple of extra hours yesterday helping a customer? Great, please make sure to take Friday afternoon off. You had to work extra last week to meet a deadli…
Re: Ask HN: What has your work taught you that other people don't realize?
#46Re: Ask HN: What has your work taught you that other people don't realize?
#47A lot of the (now) coveted trade jobs can seem like a very tempting alternative to crushing college debt and volatile job security, but truth be told, many of these trades are plagued with physical injuries, sudden unemployment, and what not.
Furthermore, you deal with A LOT more shady people (employers, customers / clients, suppliers, you name it) than you do in white-collar sectors.
I say this because for the past few years, I've seen an increase in people advocating for people to choose trade jobs over college-educated jobs, like it's the most obvious and risk-free thing in the world.
It's not, and I'd even go as far as arguing that the downsides of trade jobs can be worse than the downsides of a cushy white-collar job.
Re: Ask HN: What has your work taught you that other people don't realize?
#48Work never ends. No matter how much you get done there will always be more. I see a lot of colleagues burn out because they think their extra effort will be noticed. Most managers appriciate it but do not promote their employees.
I manage a team. The reason I don’t promote or give raises to people who overwork is because I don’t want to encourage behavior that inevitably results in burnout. What I instead do when people overwork is I give them extra paid time off. Stayed in the office for a couple of extra hours yesterday helping a customer? Great, please make sure to take Friday afternoon off. You had to work extra last week to meet a deadli…
Re: Ask HN: What has your work taught you that other people don't realize?
#49You can always be replaced.
I'd both agree and disagree with that statement. There are people who simply cannot be effectively replaced. That does not mean that the powers that be will not replace them. For example, a startup might have a critical engineer who happens to know how everything works or holds everything together. They can be replaced, although this may have a severe impact on the startup, including the failure of the startup. To yo…
Re: Ask HN: What has your work taught you that other people don't realize?
#50I am a much worse programmer than bassoon player, and for programming amount of work put in matters a lot more. I still churn out mostly bad code, but the spectrum is a lot broader.