this post was submitted on 07 Jan 2024
40 points (100.0% liked)

libre

9653 readers
9 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.

libretion

Resources

  1. 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.
  2. 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.
  3. Social Media Recommendations:

Rules

  1. 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.
  2. 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.
  3. Avoid being confrontational: People are in different stages of liberating their computing, focus on informing rather than accusing. Debatebro nonsense is not tolerated.
  4. All site-wide rules still apply

Artwork

founded 3 years ago
MODERATORS
 

FOS: Stands for "Free Operating System" as an inclusive term. Includes GNU/Linux, NonGNU/Linux, *BSD that are meant to liberate ones computing.

I'll start, I use Linux Mint on my laptop that I use for work daily. It uses the latest Xanmod linux kernel and flatpaks for apps with GNU Guix providing everything else.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 8 months ago* (last edited 8 months ago) (1 children)

I think it is genuinely the software. I don't think the instruction set matters all that much. Everything was much more bare-bones 20 years ago, from terminal emulators to browsers to desktop environments to word processors to code editors to games to media players. I wouldn't call the change bloat exactly, but software projects have grown immensely more robust. The kernel is constantly gaining new device drivers and rarely shedding them. The browser has evolved into an operating system unto itself. Instead of just building X11 and a lightweight window manager like XFCE we now have wayland compositors - which, while much more architecturally simple, carry the baggage of XWayland for compatibility anyway. We have a whole slew of graphics stacks from Vulkan to OpenGL to GLES, a whole slew of GUI toolkits from Xlib to GTK+ to Qt to wxWidgets to FLTK (each with dozens of language bindings), a whole slew of new programming languages such as Go and Rust along with their own whole ecosystems of libraries and dependencies, a whole slew of additional daemons running in the background to make basic shit like plug-and-play device detection, power management, bluetooth, etc. work. We've got more filesystems, more audio/video codecs, more compression algorithms, more file formats in general. Syntax highlighting which used to be done by naive Scintilla controls is now managed by robust language servers. The coverage provided by compatibility layers like Wine has only expanded, and targets more operating system versions than even existed when it was introduced.

Don't get me wrong, a lot of it is bloat too, but the state of the art has shifted profoundly since the dawn of the millennium.

[–] [email protected] 2 points 8 months ago

Maybe sometime this month I’ll install gentoo again and see how different it is on modern hardware.