• theMechanic@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    44
    ·
    edit-2
    1 year ago

    Don’t burn out! Ask for help and guidance when needed, and take care of your mental and physical health (get a hobby, go out with friends, go to the gym, etc.)

    I’ve seen brilliant people burn out and end up leaving/missing out growth opportunities because of it. Now that I manage people, it is my biggest area of focus because many times the best employees are the most at risk. They keep getting praise and asked to be involved in more and more and it becomes hard to say ‘no’ to new projects, responsibilities, etc… Until it is to much.

    When it happens everyone looses, your boss, your team, the company, and especially you.

    • lackthought@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      11
      ·
      1 year ago

      a million times this, so many young people overwork themselves and burn out quickly

      I cringe whenever a see someone has checked in code at 1am on a weekend, and these people are also working normal business hours so it’s not like they are only working at night

      sadly it’s usually the same people who never take PTO either

    • intensely_human@lemm.ee
      cake
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      2
      ·
      1 year ago

      What if my whole problem is I don’t know what I need or what kind of help I could use?

      Whenever I work a job that’s too complex for me, part of the problem is I can’t clearly define what the heck is going on to even know what kind of thing would help.

      It’s like my brain just start blanking out.

        • intensely_human@lemm.ee
          cake
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          1
          ·
          11 months ago

          I think the root cause is the complexity. I do a lot better in jobs where the situations might change but the rules don’t. In programming, everything is changing all the time and I can’t keep up. There’s no repetition and if you are repeating yourself you’re doing it wrong.

          I need parts of the day when I’m not being creative within a formally strict environment. It takes too much processing power for my brain to do that, and it overworks me.

          I know the root cause and the problem is solved because I’m working jobs that have complexity within the range I can handle.

          • dexx4d@lemmy.ca
            link
            fedilink
            English
            arrow-up
            1
            ·
            11 months ago

            > I think the root cause is the complexity.

            Split the problem into manageable chunks, then attack the chunks. Apply recursion as needed.

            This is part of a more senior skillset, as some times a senior will be breaking up the problem and assigning the smaller pieces to other devs.