this post was submitted on 02 Apr 2025
32 points (100.0% liked)
libre
9931 readers
16 users here now
Welcome to libre
A comm dedicated to the fight for free software with an anti-capitalist perspective.
The struggle for libre computing cannot be disentangled from other forms of socialist reform. One must be willing to reject proprietary software as fiercely as they would reject capitalism. Luckily, we are not alone.
Resources
- Free Software, Free Society provides an excellent primer in the origins and theory around free software and the GNU Project, the pioneers of the Free Software Movement.
- Switch to GNU/Linux! If you're still using Windows in
$CURRENT_YEAR
, flock to Linux Mint!; Apple Silicon users will want to check out Asahi Linux.
Rules
- Be on topic: Posts should be about free software and other hacktivst struggles. Topics about general tech news should be in the technology comm or programming comm. That doesn't mean all posts have to be serious though, memes are welcome!
- Avoid using misleading terms/speading misinformation: Here's a great article about what those words are. In short, try to avoid parroting common Techbro lingo and topics.
- Avoid being confrontational: People are in different stages of liberating their computing, focus on informing rather than accusing. Debatebro nonsense is not tolerated.
- All site-wide rules still apply
Artwork
- Xenia was meant to be an alternative to Tux and was created (licensed under CC0) by Alan Mackey in 1996.
- Comm icon (of Xenia the Linux mascot) was originally created by @ioletsgo
- Comm banner is a close up of "Dorlotons Degooglisons" by David Revoy (CC-BY 4.0) for Framasoft
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Watching windows develop has been astounding over the past decade.
There were already good tools built in but so much of the refactoring and adoption of practices and tools from other environments makes me want to use it.
It’s like a car with everything I want except it has a cvt.
That's funny because all I want to do is get off windows. In terms of software deployment and management alone, the Linux environment just feels more efficient. I know that you can get into alternative package management hell with things like Snap that people seem to debate about endlessly. Or that different distros will at times use different package managers, be it yum or pacman or apt. On Windows though, there is a whole graveyard of package managers sitting under Winget, and others still being utilized like Chocolatey.
At least Winget is authoritative at this point because it's operated by Microsoft and comes preinstalled on Win10. For the first time in my life, I was able to install about 30 different peaces of software on my new Win laptop with a single one-line command. Fired it off, it all installed with zero human interaction. Never had to visit a website or download a file. All of them can be updated via a single command.
There is a whole world of business software out there that tries to fill the gap for software management on Windows. Things like PDQ Inventory \ Deploy, LanSweeper, Ninite, etc. Their only goal, to provide an "easier" means of simply distributing software to your fleet of computers without intervention and provide regular updates to that software.
That's just software management. That doesn't even get on the topic of configuration management. Creating a service on Linux is simply a matter of knowing the correct place to put a text file, and the syntax required. Making a configuration change is a matter of, again, editing more text files. Windows has the registry which is cryptic and strange, services are not easily created, scheduled tasks are incredibly tedious to configure. Sure, everything has a nice GUI, but it's definitely at the cost of efficient configuration. If you need to get into more complex configuration management across a fleet of computers, you need a windows' domain server, enterprise licensing, and you then have to learn Group Policy and all its idiosyncrasies.
I often wonder what it would be like to manage a fleet of Linux based desktop PCs that'd be used by end users. I imagine comes with its own nightmares, many of which stem from the fact that everyone is so used to Windows.
Now that's a name I've not heard in a long time.
It’s funny, the thing that makes windows “easy” to use for big shops is the domain server and group policy. You start from the top and push everything down to client devices.
Managing a Linux shop without the redhat tools is absolute hell. A decade and a half ago the usual response to a Linux user was “you’re on your own and it’s your responsibility if a software problem impacts your productivity”.
Of course when I wax rhapsodic about how nice windows has become over the past years it’s because the ideas and capabilities of those tools for managing hundreds of users have trickled down to the individual user.
What sucks is that the user experience of windows has shifted towards that of tablets. So you get a powerful enterprise backend with key features removed and the interface of a cell phone.
Getting old ftw.