174
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 02 Mar 2024
174 points (88.2% liked)
Linux
47953 readers
1211 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
In my experience most non-Microsoft organisations use Mac's for development but deploy to Linux in production.
It's rather insane because this of course creates lots of subtle differences between Dev and prod, although not as many as if dev was a Windows box.
To answer your question though - just ask in the interview what the deal is so you know what you're in for.
If you deviate from the norm (i.e request a Linux box when everyone else is using MacOS) you're always going to be the guy with issues that nobody else has.
If the company has any kind of standard mobile device management - it probably won't work on Linux.
This will trigger the security team and probably the IT team because there's always this outlier device that can't run the standard VPN client or can't have DNS config pushed to it or the Linux version of some app has bugs that don't surface on the Mac version
Im Linux all the way, but saying the difference from Windows to prod is bigger does not take wsl into account. It is way more near linux production environments than Mac.
Thanks for saying that. I have no idea why that gets overlooked so often.
As much as I like to shit on Windows, WSL is ingenious and many dev tools integrate it nicely.
I really don't get why Apple doesn't offer anything in that direction, where devs are a big target audience for them and they already ride the POSIX train.
Those differences between Dev and prod are usually mitigated by containers to be fair.
We use containers in our work whenever possible, to reduce the problems caused by different development environments and deployment environments. And as a Linux user I embrace the idea (Linux dev containers for every project!) but it has unfortunately made things harder for our Windows developers. Docker on windows is a difficult to get right. Throw Docker-Desktop and WSL2 in the mix, you have a nightmare. They all come to me with "why isn't my Docker environment working?!".