this post was submitted on 25 Apr 2025
9 points (100.0% liked)

libre

10005 readers
2 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.

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 4 years ago
MODERATORS
 

I've been digging up some of my own old programming projects, polishing them for the public releases I'd always intended. The first is Notable, a pastebin server clone. It's under the AGPLv3. It has a few design principles in mind:

  • Must work over Tor unmodified, no javascript, light page loads, fits within the standard window size.
  • Must be as easy as possible to run. No outside database needed, it uses sqlite3.
  • Control over if notes expire, and custom time limits.
  • Notes can be updated or delete with the randomized per-note password given when creating a note.
  • Understands Markdown.
  • Written to be portable. If Go and CGo compile to your server's OS, Notable will work.

The README has further details.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here