My vote is in! Anything to do with developing in L...
# adobe
m
My vote is in! Anything to do with developing in Linux or adjacent tech, please let the team know there's interest. Votes count.
s
Voted!
I just recently switched my primary development machine from a Mac to Windows with WSL2 (after liking the experience so much on my laptop for a few years)!
(after being on Apple machines for thirty years!)
d
@seancorfield I'm curious, what do you like better about Win/WSL2 over Mac?
s
@Dave Merrill Because I can have my choice of Linux distro and they all have seamless integration with the host. macOS Darwin is a bit weird and Apple have a tendency to change stuff that can break otherwise perfectly valid Linux OSS stuff (they broke filesystem watching libraries in Big Sur, for example).
d
Understood, thanks. Also good to know that WSL2 is stable and sane enough to be your daily driver.
s
My work stack is primarily Clojure with Percona (MySQL), Redis, Elastic Search and I run all of that on WSL2 with Docker (
docker-compose
) to bring up Percona, Redis, and ES. For our legacy CFML, I run CommandBox with Lucee on WSL2. I have
nginx
in front of that (on WSL2) and use
google-chrome
from WSL2 for testing. Then I have VS Code on Windows to edit all of that.
Basically, I develop as if I have a Linux server, but with a nice Windows GUI in front of it 🙂
s
Voted!
r
Voted! WSL2 on Windows 11 even has some GUI support.
s
Yeah, running Chrome from Ubuntu for testing is pretty acceptable -- but I wouldn't want that to be my daily UI/UX experience (like, I would never consider running VS Code on Ubuntu/WSL2 even tho' I could).
a
WSL makes 2022 finally the year of the Linux desktop 🤣 . Can totally related to @seancorfield’s reasons for leaving the Mac ecosystem. I went to full Linux desktop 2018 and wouldn’t go back to either Win or Mac.