this post was submitted on 16 Jun 2026
50 points (100.0% liked)

libre

10206 readers
1 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, take Linux Mint for a spin. If you're ready to take the plunge, flock to Debian and design your dream system!

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. That doesn't mean all posts have to be serious though, memes are welcome!
  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 5 years ago
MODERATORS
 

Nearly 2000 packages affected now.

I'm starting to become sceptical of pacakge managers as a concept.

you are viewing a single comment's thread
view the rest of the comments
[–] Calfpupa@lemmy.ml 11 points 2 weeks ago (2 children)

The alternative is the classic .exe fiasco that exists on Windows, with manual updating off sketchy sites.

[–] lurkerlady@hexbear.net 12 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

the alternative is flathub smuglord

just kill internet access with flatseal to any apps that dont need it, done

[–] hello_hello@hexbear.net 5 points 2 weeks ago* (last edited 2 weeks ago)

Flatpak next is going to have even more fine grained network sandboxing (per-app DNS, VPN portal, apps can't talk to each other in the same network).

[–] TheModerateTankie@hexbear.net 1 points 2 weeks ago (1 children)

But then we have to deal with permissions?!?! And the bloat! Oh god, the bloat! oooaaaaaaauhhh

[–] lurkerlady@hexbear.net 0 points 2 weeks ago

price to pay to not have some 1337t dprk haxor in your computer

[–] hello_hello@hexbear.net 4 points 2 weeks ago (2 children)

Every developer targeting Windows learning that having a self-update mechanism in your app is required because A: users don't update when prompted and B: getting onto the Microsoft Store is a PITA.

[–] invalidusernamelol@hexbear.net 3 points 2 weeks ago

I haven't dealt with package management on Windows through exes because that sounds like a nightmare.

If you look at the Python PEP history, there's like 10 just for Windows installer bullshit and like every other month there's some IT guy coming in and screaming about how they want the installer to be a specific way which is usually met with "if you want that you should do that then" since literally no one wants to deal with the installer since it currently functions and 90% of people are just using venv now anyways.

[–] chgxvjh@hexbear.net 2 points 2 weeks ago (1 children)

Honestly most software shouldn't require regular updates to begin with.

[–] Calfpupa@lemmy.ml 1 points 2 weeks ago (1 children)

How else do you handle security vulnerabilities and bugs?

[–] chgxvjh@hexbear.net 2 points 2 weeks ago (1 children)

Just make better software to start with. Adding networking and software deployment to everything is a significant attack surface.

[–] Calfpupa@lemmy.ml 1 points 2 weeks ago (1 children)

Updating software doesnt require networking or software deployment.

[–] chgxvjh@hexbear.net 2 points 2 weeks ago (1 children)

having a self-update mechanism in your app

does

[–] Calfpupa@lemmy.ml 1 points 2 weeks ago

Your comment was definitely a broader scope than the rest of the conversation. Most software isnt self-updating.