• 0 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: November 13th, 2023

help-circle

  • Workers risk a few things, depending on the job:

    • Health
    • Time
    • Opportunity (could be working someplace else that’s better)

    These have a lot of dimension to them, including how one quantifies what “pay” actually is/for, what legal restrictions there are around taking the job (e.g. non-compete, non-arbitration), work/life balance, and so on.

    Risk comes into play where the employee takes a bet that the job won’t destroy their health, work only as much as is absolutely necessary, and have taken a position at the optimal balance of responsibility, personal growth, retirement prospects, and income. It’s a risk since there are substantial barriers to changing to a new job, so you can wind up “stuck” in a bad position, but can’t know until after you start.






  • it’s like an engine being allowed to slow down after over-revving it incessantly.

    That’s exactly what it feels like. I installed Social Fixer on my browser(s) to make FB at least usable for the few times I have to touch it for event coordination. People ask me what that’s like and I simply say: “Oh, it’s boring now. I only look at status updates for a few minutes and go do something else.” The pull to go back is just… gone. It’s as dull as LiveJournal ever was, and frankly, it’s better this way.

    What did I strip out of the feed? Everything that wasn’t generated directly by someone on my friends list. That’s all it took. All the “engagement” is either artificially injected into your feed, or clickbait people pass along because their feed isn’t filtered.






  • I’ve used both. What I can tell you is that moving to WSL is like moving to Linux wholesale. Treat it like porting your toolchain.

    IIRC, MinGW tools will happily take windows style paths (e.g. “C:\Users~myuser\projects”). If your tooling/scripting depends on being able to use Windows style paths, you’ll have to fix that first or you’re going to have a really bad time. There may be other small differences between MinGW tools and what ships on Ubuntu (or whatever Linux you decide to use in the WSL).


  • dejected_warp_core@lemmy.worldtolinuxmemes@lemmy.worldWSL users
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    1 month ago

    All I know is that the WSL is a massive step-up from Cygwin or Mingw32. We’ve been here before. The most recent incarnation before WSL was a klunky VirtualBox VM steered by Packer. The idea that you can mash a few buttons and get an Ubuntu VM with filesystem mapping that “just works” is a huge improvement.

    Edit: I really don’t get the vitriol anyone gets for using the WSL when it’s a problem the FOSS community has tried to solve three times over in the last 25+ years or so.