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

help-circle




  • This describes how most people have it deployed, yes.

    It gets real fun when you have custom Java plugins, Groovy script, BASH script, Windows runners, and Linux runners, all in play at the same time. Much of which is held together with hopes, dreams, and unicorn farts, willed into existence by wizards that haven’t worked there in over seven years. If upper management could even comprehend the level of deferred maintenance and haphazard software hackery that birthed this electronic Gordian knot, this unholy union of decrepit software and company policy, they wouldn’t sleep. Ever.






  • It’s outstanding at bridging the gap between “I need to mash these two concepts/technologies together” and “the answer is spread across six different StackOverflow threads.” Hunting that stuff down using Google has been a delicate operation even at the best of times in the last 25 years, but it always took a lot of time. With an LLM and each such query, I’ve saved hours, maybe even whole workdays. Fact-checking an AI takes far less effort.







  • 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
    2 months 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.