mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

I'm running 11 operating systems across my laptops & computers:
- Debian-Testing Gnome (my default)
- Linux Mint Cinnamon (my go-to)
- Ubuntu Gnome
- Fedora Mate
- SuSE Slowroll KDE
- EndeavourOS/Arch XFce
- Pop_OS Cosmic
- ElementaryOS Pantheon
- Haiku
- MacOS
- DietPi (navidrome server)

I wanted *BSD in there too, but it doesn't play nice as a partition (it prefers its own SSD).

#bsd#linux#opensource

#Anubis è un web #firewall #opensource progettato per proteggere i servizi web da "scraper bot" e traffico abusivo. Non esegue una semplice verifica su IP o user-agent ma cerca di capire l'intento dietro ogni connessione per determinarne l''"anima" (insieme di segnali e caratteristiche che #Anubis analizza per determinare se la richiesta proviene da un utente umano o da un #bot malevolo come #scraper, #crawler indesiderato, #aggressore, ecc.).

anubis.techaro.lol/

@sicurezza @opensource

Des millions d’exemples de #DonnéesPersonnelles ont été trouvés dans #DataComp #CommonPool, l’un des plus grands référentiels #OpenSource. Les passeports, les cartes de crédit et les certificats de naissance pourraient également être exposés.
Je ne comprend pas que les gens ne fassent pas plus attention!

#Confidentialité #ViePrivée

technologyreview.com/2025/07/1

MIT Technology Review · A major AI training data set contains millions of examples of personal dataBy Eileen Guo

#Operese è un innovativo software #opensource che automatizza la migrazione da #Windows 10 a #Kubuntu, facilitando il passaggio anche per utenti non esperti. Dopo il riavvio ci si ritrova sul desktop di #Linux, conservando tutti i propri dati. Il software è ancora acerbo ma l'idea è davvero interessante e molto ambiziosa.

ilsoftware.it/arriva-il-softwa

ilsoftware.it · Arriva il software per migrare da Windows a Linux in modo diretto, senza passaggi intermediBy Michele Nasi

🎉 Huge shoutout to @2chanhaeng for implementing custom collection dispatchers in #Fedify through the Korean #OSSCA program!

This incredible contribution adds support for creating arbitrary collections beyond the built-in ones (e.g., outbox, inbox, following, followers). Now developers can expose custom collections like user bookmarks, post categories, or any grouped content through the #ActivityPub protocol:

federation
  .setCollectionDispatcher(
    "bookmarks",
    Article,
    "/users/{identifier}/bookmarks",
    async (ctx, values, cursor) => {
      const { posts, nextCursor } = await getBookmarkedPosts(values.identifier, cursor);
      return { items: posts, nextCursor };
    }
  )
  .setCounter(async (ctx, values) =>
    getBookmarkCount(values.identifier)
  );

The implementation is technically excellent with full #TypeScript support, both Collection and OrderedCollection types, cursor-based pagination, authorization predicates, and zero breaking changes. @2chanhaeng delivered not just code but a complete feature with 313 lines of comprehensive documentation, practical examples, and thorough test coverage.

This opens up countless possibilities for ActivityPub applications built with Fedify. From user-specific collections to complex categorization systems, developers now have the flexibility to create any type of custom collection while maintaining full ActivityPub compliance.

Thank you @2chanhaeng for this outstanding contribution and to the OSSCA program for fostering such excellent open source collaboration! 🚀

💡 Vous êtes une #asso qui utilise (ou prévoit d'utiliser) un #cloud ☁️ pour stocker ses fichiers 📁 ?

🛡️ Aussi, vous êtes sensible à la #SouverainetéNumérique et à la protection des #DonnéesPersonnelles ?

⏯️ Visionnez ce #webinaire de #Solidatech, avec Dorianne Damour d'@arawa et @pyg de @Framasoft. Ils vous expliquent comment #Nextcloud, #LogicielLibre décentralisé, peut répondre à vos besoins.

🔗 buff.ly/hZ1lTXw

#️⃣ #LogicielsLibres #OpenSource

Proton wprowadza Lumo – asystenta AI, który ma stawiać prywatność na pierwszym miejscu

Firma Proton, znana z tworzenia zorientowanych na prywatność narzędzi, takich jak Proton Mail, uruchomiła własnego asystenta AI o nazwie Lumo.

Nowy chatbot ma wyróżniać się na rynku dzięki zaawansowanym funkcjom ochrony danych, w tym pełnemu szyfrowaniu i polityce braku logów.

Lumo oferuje kilka kluczowych mechanizmów ochrony prywatności. Firma zapewnia, że nie przechowuje żadnych logów z rozmów, a historia czatów jest chroniona szyfrowaniem end-to-end. Dostępny jest również „tryb ducha” (ghost mode), w którym konwersacje znikają natychmiast po zamknięciu okna. Zastosowano także szyfrowanie „zero-access”, co oznacza, że tylko użytkownik na swoim urządzeniu może odszyfrować historię rozmów.

Asystent jest dostępny przez stronę internetową oraz aplikacje na Androida i iOS, a do jego podstawowego użycia nie jest wymagane posiadanie konta. Lumo może odpowiadać na pytania, analizować przesłane pliki, a także łączyć się z kontem Proton Drive w celu uzyskania dostępu do plików w chmurze. Ma również dostęp do internetu, choć jego wyniki nie zawsze mogą być najświeższe.

Proton podkreśla, że Lumo bazuje na modelach open-source i działa w europejskich centrach danych firmy. W komunikacie firma wyraźnie odcina się od partnerstw z amerykańskimi i chińskimi gigantami AI. „W przeciwieństwie do Apple Intelligence i innych, Lumo nie jest partnerstwem z OpenAI (…), a Twoje zapytania nigdy nie są wysyłane do stron trzecich” – oświadczył Proton.

Lumo jest drugim narzędziem AI w portfolio firmy, po asystencie pisania w Proton Mail wprowadzonym w zeszłym roku. Jego debiut stanowi ważną alternatywę na rynku chatbotów, skierowaną do użytkowników, dla których ochrona danych i prywatność są absolutnym priorytetem, w odróżnieniu od modeli stosowanych przez największych graczy technologicznych.

When #Debian #Trixie is released, I'm going to make TWO backups of all my data, and then I'm going to try the upgrade rather than a reinstall. I want to see if I can do it. I read instructions on the Debian site that make it seem like it's within my skills.

There's a non-zero chance I'll end up spending an entire day reinstalling from scratch.

(#Linus is fun.)

Firefox Add-Ons Website Revamps Listing Pages

Ubuntu. A design change aims to help.You're readingFirefox Add-Ons Website Revamps Listing Pages, a blog post fromOMG! Firefox Add-Ons are a crucial element of this open source browser, and finding good ones that work well, important.

omgubuntu.co.uk/2025/07/mozill

OMG! Ubuntu · Firefox Add-Ons Website Revamps Listing Pages - OMG! UbuntuFirefox Add-Ons are a crucial element of this open source browser, and finding good ones that work well, important. A design change aims to help.
404Not Found