Or any skill that you deeply value for how it helps you, but maybe easily overlooked by an outsider?

I think exercising atleast 2-3 times a week was good for me. Not that I look much different, but I do feel a bit stronger and that is nice. Neck isometrics and bridges too. They really helped with balancing looking at mobile or PC screens.

Learning some keyboard shortcuts was nice. The major one would be Win key + Arrow keys to manage multiple open windows/apps.
Then, finding that I can add commonly used options to the QuickAccess bar in Excel, Word etc. Libreoffice would probably have similar options too.

  • Deme@sopuli.xyz
    link
    fedilink
    arrow-up
    13
    ·
    12 hours ago

    Cycling to work. I happen to have a nice and scenic route largely within parks and nature, so starting to use it improved my life quite a lot. It’s a bit faster and more reliable than public transit, cheaper and a good exersice (30km there and back). And the scenery is way better than looking out of the window of a bus on an arterial highway.

    • Reddit_was_fun@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      ·
      11 hours ago

      I loved my last job because I got to cycle to work. 12 miles in and out. We had showers and secure bike parking at work which made a huge difference too.

      So much better than pubic transit and even better than motorbiking which I used to do for decades before getting the pedals out.

  • hexagonwin@lemmy.today
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    8 hours ago

    i use two monitors instead of one

    learned keyboard shortcuts and made custom keybinds, installed vimfx on firefox and now i can web browse with one hand, never moving from the keyboard

    • fuckwit_mcbumcrumble@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      55 minutes ago

      I first used dual monitors when I was like 12. I could never go back after that. At work I have 2 4k displays, and at home I have 3 displays.

      Also a vertical display is pretty neat as a second screen. I have email, chats, and other stuff that I need to monitor, but not interact with a lot. It sucks ass as a primary display though.

  • phonics@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    10 hours ago

    When a workflow is bottlenecked I write it down in a list of things to solve in the future and continue with the rest of the work. And one regular schedule I make appointments with myself to solve bottlenecks and streamline things. Its really powerful. Instead of getting distracted during the day. Stay in flow, sort it later.

    I use logseq for my notes.

      • daggermoon@piefed.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        10 hours ago

        I play brown noise in my room. It does a good job of blocking out external noise. It also helps me relax.

        • Reddit_was_fun@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          10 hours ago

          Same. Well mine is “space deck” but I don’t think I can sleep without it anymore. Even the smallest of noises interrupt my attention to sleep. Like the fridge on the other side of the house. Or the ps5 in sleep mode on the lounge. Wish there was an off switch for my ears.

            • Reddit_was_fun@sh.itjust.works
              link
              fedilink
              arrow-up
              1
              ·
              9 hours ago

              “Alexa play space deck” (it’s by Sleep Jar(free or paid) don’t know if you need to enable it 1st). Definitely My favourite.

              I started listening to it whilst reading The Expanse series and I went to sleep thinking I was aboard the Rossi.

  • chunes@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    12 hours ago

    Learning how to use AutoHotkey has been life-changing. There are many games I can’t play due to muscle disease, but AHK expands the amount I can play.

    I do things like combine a series of inputs into one, map keyboard inputs to hardware the game doesn’t support, and even create mouse controls for games that don’t have any. I also made some GUIs to help me write scripts with fewer inputs.

    AHK has the concept of hotstrings which are really handy. For example, if I want to expand an abbreviation as I type, it’s as simple as

    ::btw::by the way
    

    It’s not limited to text replacement. You could easily use it to launch programs or whatever you want.

    Another thing I did was change the “hold space to continuously paint” functionality on wplace to be a toggle controlled with the mouse. Which allows me to participate much longer before my arms give out.

  • rozodru@piefed.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 hours ago

    for my dev work and workflow learning how to effectively use the terminal and use it for just about everything.

    Once you figure it out and use a good terminal IDE using your computer just becomes faster. It’s faster than using a GUI for everything. Utilizing the terminal and a tiling Window Manager also makes using the mouse obsolete. I don’t use a mouse or touchpad for anything other than gaming now. using the mouse slows me down.

    I can manage everything on my computer now and multiple programs with 2 terminal windows. or simply manage everything within DOOM Emacs.

    that’s another program I strongly suggest people check out and learn. DOOM Emacs is my go to IDE, Terminal, Email client, Git Manager, and File Manager. does all that and does it all well.