this post was submitted on 14 Jun 2023
5 points (100.0% liked)

Linux

47337 readers
1442 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 5 years ago
MODERATORS
 

I’m a junior backend software engineer. I use a Vim plugin on my fancy code editor. I like the command line but I’m not all in on it or anything.

If I was a Windows user I’d switch. But being a Mac user I have a lot of what I need for software development.

What am I missing out on? Genuine question.

top 10 comments
sorted by: hot top controversial new old
[–] humanplayer2@lemmy.ml 10 points 1 year ago (1 children)

I think that's a lot about personal preference. Do you enjoy your machine? That you can't repair it? That you can't easily take your OS with you one to a machine from another manufacture? Maybe you don't care. I do. I think Linux gives you a lot of freedom, but if you don't need or want it, I don't think there is a reason to change. I mean, apart from the whole Apple-being-a-big-coorporation-that-actively-hinders-reparability issue that one might care about from a societal and environmental perspective.

Maybe you could get all the same stuff you need for development in Linux, and a lot more freedom to boot.

I apologize that this comes off a bit hostile. I am a bit hostile. I am also sorry for it!

[–] UrbenLegend@lemmy.ml 1 points 1 year ago

I don't think there was anything hostile about your comment tbh. You offered your opinions, admitted that OP might not have the same computing concerns as you, and then said that was fine. That's more fair than most of the discussions I've seen on Linux forums lol.

[–] Tireseas@lemmy.world 8 points 1 year ago

Perhaps you shouldn't. Any honest Linux user will tell you up front if that if you have a comfortable system already it may not be worth the disruption in your workflow while dealing with the learning curve. That being said, being free from the whims of Apple is a nice feeling.

[–] hfdh@feddit.nl 3 points 1 year ago

„It is difficult to free fools from the chains they revere.“ — Voltaire

I would use the word people instead of fools, because even the smartest people can be misled.

Also, for some people freedom is very important even if it cost them dearly. Other people just want convenience and luxury, and don't mind living in a golden cage.

You really have to make your own decisions in life. What makes you tick?

[–] parasrah@lemmy.parasrah.com 2 points 1 year ago

At the end of the day you should use what you prefer. As for why I use Linux, it comes down to the core design philosophy. Apple designs their products for the happy path. Stray from that and you're going to be fighting the OS for every inch. Linux is designed for hackers (as in the original term, not security). It not only allows you to do what you want, but encourages it.

As an example, consider the number of window managers available on Linux. There are the two big ones that are closer to the "happy path" (Gnome & KDE), but there are also dozens of other mature options. i3. bspwm. sway. Xmonad. Awesome. There are so many options, and for the most part you really can stitch your OS together from the parts you like. Except for systemd... but that is a whole different conversation.

There are plenty of other reasons I use Linux for everything I can, but that's the selfish one. And it's why I feel downright uncomfortable using anything else at this point.

[–] UrbenLegend@lemmy.ml 1 points 1 year ago (1 children)

I generally find that setting up dev environments to be easier and cleaner in Linux. I prefer standard distro packages compared to homebrew and all it's quirks. There's also native support for docker. If you're doing backend stuff, it also helps that the machine you're developing on is using a similar OS as the server that's going to be running your code in production.

If it's for your workplace though, evaluate whether it's worth disrupting your workflow to make the switch. Don't let your productivity suffer because of it. Maybe test it out in your own free time and make gradual migrations. For a long time, I was dualbooting between Windows and Linux, and I've slowly migrated over.

[–] cleareyes@lemmy.ml 0 points 1 year ago (1 children)

Actually I have a work laptop now, so my personal M1 (which I give a lot of credit for my journey to becoming a developer) is kind of collecting a bit of dust now.

And yes, the point you mentioned about running the same OS as backend servers/infra, it touches on why I would try it out. Again, I’m not unhappy with Macs but there are knowledge/productivity gains that would come with learning Linux which will help with my career, even if it’s a little.

[–] UrbenLegend@lemmy.ml 1 points 1 year ago

Yeah, then I'd say that dusty M1 mac is perfect for experimentation. I will say my Linux experience came in really handy at my work place (software eng), so go for it! Spin up some servers, do some self-hosting, etc. I feel like the only person who can decide whether Linux is for you is you, and if you run into any trouble, the Linux community is here to help you out.

[–] Whooping_Seal@sh.itjust.works 1 points 1 year ago

Eventually you would not have to switch from your MacBook M1 if you like the hardware. Consider following asahi linux, you can follow them on Mastodon or just their GitHub

While I am a Linux user myself I would not recommend switching if you are happy with macOS, especially in the software eng. field there is not much reason to switch unless you explicitly need a platform to do your work. If you can accomplish your work on any platform pick what you're most comfortable with.

[–] fossesq@beehaw.org 1 points 1 year ago

I don’t know that anyone would be in a position to convince you. If macOS fulfills your needs and you don’t have a strong ideological opposition to anything from closed-source software to private corporations, there isn’t a reason to change. I have a MBP that’s a fantastic machine.

Linux, to me, is largely about choice and the ability to directly shape your tools. So I also have a roll-your-own custom Silverblue installation via the ublue.it project on a Thinkpad. It’s not better than my MBP, but I can do different things with it that aren’t tied to Apple’s release schedule. And it’s pretty great to manage my personal OS through GitHub.

In the desktop world, some folks roll with only suckless software and a forked personal copy of an esoteric tiling window manager. Some folks roll with default gnome or kde. Most are somewhere in between. They can use a privacy-focused fork of Firefox or they can use Microsoft Edge. The only limitation is imagination and time, whether yours or someone else’s. The downside compared to a private, proprietary ecosystem like macOS is that more tools are developed erratically, abandoned, or have “unique” user interfaces and assumptions.

But, again, I use both. If you feel like you need to switch away from macOS, that’s really up to what you need to do and what you want to accomplish.