this post was submitted on 16 Aug 2025
145 points (95.6% liked)

Linux

57412 readers
310 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Going from Windows to Linux then back to windows sucks.

Edit; Going through the comments it seems it doesn’t matter so long as IT supports the operating system, which is fair, in my scenario I’m not involved with our systems-management/IT/developers unless it’s an update to the software we use.

My desktop at work is still Windows 10 and while it works, kinda, my keyboard shortcuts are almost entirely different, I’ve encountered numerous moments where switching tab either by alt-tabbing or by the taskbar not working at all forcing me to minimize everything till I find that tab, couple times it wouldn’t even boot.

I started unplugging the Ethernet cable when I leave for work so IT can’t do any behind the scenes when I’m away.

I dredd the day they force a win 11 desktop on me.

you are viewing a single comment's thread
view the rest of the comments
[–] Vendetta9076@sh.itjust.works 16 points 1 day ago (3 children)

Convince?

Im a software dev. If you don't use linux or macos youre a weirdo

[–] daggermoon@lemmy.world 2 points 5 hours ago

I'm a huge fan of yours.

[–] lightnegative@lemmy.world 10 points 1 day ago (1 children)

If you use macos but are deploying to Linux, you're also a weirdo.

+10 masochism points if you're using docker on MacOS as well

[–] somerandomperson@lemmy.dbzer0.com 1 points 1 day ago (1 children)
[–] lightnegative@lemmy.world 2 points 17 hours ago (1 children)

Some software branded as Docker for Mac exists for Mac.

Obviously Docker uses Linux kernel constructs not available on other platforms so on Mac (and Windows) they embed an entire Linux VM and attempt to integrate it with the host system storage, networking and resources.

This works about as well as it sounds, I/O performance in particular is terrible and trying to share folders between the host and the VM (to for example mount the code you're working on) is super slow and annoying

"But Macs are the best for development, they're so user friendly" - not even close lol

[–] pupbiru@aussie.zone 1 points 9 hours ago* (last edited 9 hours ago)

that’s not entirely true for windows. windows does have containers natively, and there is a native docker engine for windows that runs native software

https://learn.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/configure-docker-daemon

they also support containerd and some other runtimes

in certainly not an advocate for windows, but it does exist if you’re a complete masochist

[–] Nibodhika@lemmy.world 4 points 1 day ago

Depends on what you work for specifically, at my current job most people use Windows, and it makes sense because our product will mainly be used on Windows, and some of them are windows only. But I also worked in many other places where we were deploying to Linux servers but the majority of devs were on Windows.