Salta al contenuto principale



Anche il vescovo di Bolzano e Bressanone Ivo Musser lamenta il calo di vocazioni e in generale di adesione religiosa, investite dalla secolarizzazione. Ad esempio attualmente c’è un solo candidato al sacerdozio per la diocesi e il 14 anni sono scomparsi più di 200 preti, rimpiazzati solo da 18 nuovi ordinati. 👇
altoadige.it/cronaca/la-crisi-…


Questa manifestazione è organizzata dalla Coalizione Olandese per il Controvertice per la #Pace e la Giustizia.
#noriarmo #StopRearmEurope #Olanda #OlandaNoRiarmo
sociale.network/@albert/114727…


#Olanda
E' in corso adesso a L'Aja una manifestazione contro il #riarmo e contro il #genocidio.
Questa voce è stata modificata (2 mesi fa)


Trump regime ICE troopers attacked an elderly woman (legal resident) selling tamales, they manhandled her so violently that she fainted, then threw her on the ground and stripped her, she had to be hospitalized. She received medical help after US citizens intervened. #StopICE
in reply to Anonymous

A brave US nurse decided to intervened during the ICE attack and managed to secure the victim medical attention. Trump's regime thugs were standing around refusing to help trying to keep witnesses away. #3E #StopICE ( 📹 / sam__meza)


Waves V16 update brings better workflow for timeless tools rekkerd.org/waves-v16-update-b…

#Waves





The strenghts and weaknesses of atproto and activitypub.


There is a lot bluesky gets right, and a lot it gets wrong, the same is true with Activitypub.

(Some) strengths of Atproto


Atproto is content-addressed, and portable. This means that posts can exist independantly of their original server.
Instead of giving posts a https uri, which will stop working if a user moves servers or their server disappears, they give them at uris.
For example, this post on bsky.app: bsky.app/profile/ponder.ooo/po…
Has the at:// link is: at://did:plc:i4bfh2tyxihe2ksplmtcoopk/app.bsky.feed.post/3lk4yrmyugc2f.
The post does exist over https at https://porcini.us-east.host.bsky.network/xrpc/com.atproto.repo.getRecord?repo=did:plc:i4bfh2tyxihe2ksplmtcoopk&collection=app.bsky.feed.post&rkey=3lk4yrmyugc2f.


Atproto is very easy to build apps on. For example, tangled.sh, frontpage.fyi and flushes.app are all apps built on atproto.
Atproto allows more flexibility in what an app can do, as opposed to lemmy or mastodon's api.


Atproto is better documented. The ActivityPub spec leaves a lot up to the reader.


Atproto has some really good moderation tools for users. People can make public blocklists of users, and people can subscribe to labellers, people or services which give users/posts a label.

Weaknesses of Atproto


almost everyone is on bluesky's PDSes. I thought mastodon.social and lemmy.world were bad, but the people on alternate PDSes altogether adds up to only a few thousand.

Its decentralised identifiers are actually completely centralised!
DID:PLC, their DID method, originally stood for placeholder, but they renamed it to Public Ledger of Credentials.
To use it, you have to use plc.directory.
You can use a DID:WEB DID, but if your website linked to it goes down you lose your identity.
(I find it extremely funny that its not actually a requirement for a decentralised identifier to be decentralised. )

Everything on the network has to be public to work.
since relays have to be able to collect all the information on the network for Appviews to be able to make use of that information, anyone can find out who's blocking someone, or who is on a list, or who's following who, with no way of hiding that information.
Private accounts and posts are impossible to do on atproto.

Since everything is public, DMs (for now) are centralised. They do seem like they want to change that though.

Strengths of ActivityPub


AP (ActivityPub) is better distributed. While it has large servers (like mastodon.social or lemmy.world (and threads, but we don't talk about threads)) the majority of users are not on those servers. There is no single point of failure. If bluesky disappeared tomorrow, atproto would still exist, it would just have a negligable amount of users.

One node in the network lets you do everything, as opposed to bluesky which has three parts (You can do stuff without a relay though). This means you can trust a lot less of the network.

ActivityPub scales better than ATProto. Atproto scales quadratically, meaning that having a lot of nodes in the network harms performance.
AP scales horizontally, meaning it works better with a lot of small servers.

ActivityPub can keep stuff private, like blocks and posts.
Though, a lot of implementations can leak posts.

Weaknesses of ActivityPub


The spec leaves so much out. They didn't propose a way to make sure requests between servers are validated, so mastodon chose HTTP signatures.
They didn't add any way of looking up handles, so mastodon chose webfinger.

A posts's id is its https uri, this means thatif a server goes down, stuff can't be fetched. A user can't move their followers if their server goes down (you can on ATproto). There is a standard to fix this, FEP-ef61, but it breaks compatibility with a lot of implementations.

Missing information is a problem. Its not really a problem on lemmy, but on mastodon likes and replies from other servers may not make it to your server at all (you can fetch replies in newer versions of mastodon though).


All this aside, I do think the two can coexist. I don't see anything like lemmy working on atproto. ActivityPub seems closer to social networking, as opposed to social media.
Something like facebook would be impossible to make on atproto, because not everything is made to be public.

I am hoping for a bridge, but good (bridgy is opt-in, making it useless).

Questa voce è stata modificata (3 mesi fa)
in reply to FundMECFS

Yes, this does help, but atproto as a whole still doesn't scale well:

In the beginning of our network, we have 26 users, which conveniently for us map to each letter of the English alphabet: [Alice, Bob, Carol, ... Zack]. Each user sends one message per day, which is intended to have one recipient. (This may sound unrealistic, but this is fine to do to model our scenario.) To simplify things, we'll have each user send a message in a ring: Alice sends a message to Bob, Bob sends a message to Carol, and so on, all the way up to Zack, who simply we wrap around and have message Alice. This could be because these messages have specific intended recipients or it could be because Bob is the sole "follower" of Alice's posts, Carol is the sole "follower" of Bob's, etc.

Let's look at what happens in a single day under both systems.

Under message passing, Alice sends her message to Bob. Only Bob need receive the message. So on and so forth.

From an individual self-hosted server, only one message is passed per day: 1.
From the fully decentralized network, the total number of messages passed, zooming out, is the number of participants in the network: 26.
Under the public-gods-eye-view-shared-heap model, each user must know of all messages to know what may be relevant. Each user must receive all messages.

From an individual self-hosted server, 26 messages must be received.

Zooming out, the number of messages which must be transmitted in the day is 26 * 26: 676, since each user receives each message.

Okay, so what does that mean? How bad is this? With 26 users, this doesn't sound like so much. Now let's add 5 users.

Under message passing:

Per server, still 1 message received per user per day.
Per the network, it's 5 extra messages transmitted per day, which makes sense: we've added 5 users.
Under the public-gods-eye-view-shared-heap model:

Per server: 5 new messages received per user per day.

Per the network, it's ((31 * 31) - (26 * 26)): 285 new messages per day!

But we aren't actually running networks of 26 users. We are running networks of millions of users. What would happen if we had a million self-hosted users and five new users were added to the network? Zooming out, once again, the message passing system simply has five new messages sent. Under the public shared heap model, it is 10,000,025 new messages sent! For adding five new self-hosted users! (And that's even just with our simplified model of only sending one message per day per user!)


Source: dustycloud.org/blog/re-re-blue…

As well as this, if there was a reddit-like atproto AppView, setting up multiple instances of it would still result in the same problems.

in reply to irelephant [he/him]

But this is assuming private messages no?

When 99% of the public traffic is on posts that will federate to most servers, this model becomes irrelevant.





#FromOuterspace
En pleine canicule, droite et extrême droite jubilent en retoquant les mesures écologiques
courrierinternational.com/arti…
"Après la suppression des ZFE, les élus des Républicains ont rejoint le Rassemblement national pour introduire un moratoire sur les projets éoliens et photovoltaïques en France. Un geste électoraliste avant tout, analyse le chroniqueur du



Lexus potrebbe avere la sua versione di lusso della Toyota Supra
@motori
🚗 🚗 🚗
Scopri la nuova coupé di lusso Lexus: motore ibrido, design ispirato al futuro e innovazione tecnologica per ridefinire il segmento
motori.it/lexus-potrebbe-avere…
#motori #auto

Motori - Gruppo Forum reshared this.



It's been a year already since I released Earthworks, my first album of pagan folk techno.

We are still standing here, us together, ready to build new trackways over this treacherous ground to lead us into the new world.

ritualdust.bandcamp.com/album/…



Over the weekend the #GodotEngine team quietly launched the OFFICIAL Godot Asset Store in beta form.

It's very early, but there is an official development roadmap and issue tracker available now.

gamefromscratch.com/godot-asse…

#gamedev #indiedev


in reply to » Aakerbeere 🏖️

Das Bild zeigt zwei Cartoon-Vögel auf einem Felsen vor einem blauen Hintergrund mit grünen Pflanzen. Der linke Vogel ist rot und hat eine besorgte Miene, während er spricht: "Schatz, wir müssen reden!" Der rechte Vogel ist orange und hält ein Smartphone in der Hand, während er antwortet: "Kann ich nicht einfach irgendwo unterscrollen und auf „Akzeptieren“ drücken?" Der orange Vogel scheint auf das Smartphone konzentriert zu sein. Die Szene spielt auf die moderne Kommunikation und die Verwendung von Smartphones an, insbesondere im Kontext von Online-Interaktionen.

Bereitgestellt von @altbot, privat und lokal generiert mit Ovis2-8B

🌱 Energieverbrauch: 0.164 Wh




Capitalism is when the guy who builds a social media app and shares it freely with the world gets next to nothing for their effort while the fascist convicted criminal who uses their work makes billions.

Please, tell me again how capitalism breeds innovation. All it breeds are greedy psychopathic parasites (aka billionaires).

(Trump’s Truth Social is built on Mastodon which is licensed under AGPL. You should all continue pressuring them to keep releasing the source.)

github.com/boehs/truthsocial/t…

#truthSocial #mastodon #capitalism masto.ai/@Nonilex/114733459914…

Questa voce è stata modificata (2 mesi fa)

reshared this

in reply to Aral Balkan

Open social media software enables all users alike, the ones who want to genuinely connect with other people on the left hand, and on the right hand, the ones who want to scam as much as they can out of NPCs just for a higher score carved into their grave marker. They each benefit from the same work, but one side tends to kick back more to the toolmakers.

But that's not capitalism. The only innovation capitalism breeds is how to capture more of the consumer benefit of trade.

in reply to Aral Balkan

Theese guys are violating copyleft and nobody does anything about that??


Borsa: Europa debole in chiusura, Parigi -0,69%, Londra -0,19% - Notizie - Ansa.it
https://www.ansa.it/sito/notizie/economia/2025/06/23/borsa-europa-debole-in-chiusura-parigi-069-londra-019_d8982ffd-0f68-4440-a822-01faf859bc44.html?utm_source=flipboard&utm_medium=activitypub

Pubblicato su Economia @economia-AgenziaAnsa

Economia reshared this.






Here’s a small but powerful challenge for #openweb builders – and a perfect #DIY project if you’re fed up with the current #geekproblem. Programming Mission: Let’s Fix the Fediverse Discovery Gap hamishcampbell.com/programming…


Programming Mission: Let’s Fix the Fediverse Discovery Gap


Here’s a small but powerful challenge for #openweb builders – and a perfect #DIY project if you’re fed up with the current #geekproblem. I’ve been trying to find #Fediverse instances that actually cover my town, Oxford, UK, so I can help promote and grow them locally. You’d think this would be simple, right? But… nope.

Tried the standard “instance pickers”? Dead ends. Tried generic web searches? Useless #SEO sludge. Tried maps like this one, a good start umap.openstreetmap.fr/en/map/f…, but nothing covering Oxford.

Why is this happening? Because our current tools focus only on technical facts (server specs, software used, uptime, etc.) and ignore the uncontrolled (dangerous) metadata that actually makes discovery meaningful:

  • What’s the instance for?
  • Who does it serve?
  • What community does it represent?
  • Where is it rooted geographically or socially?

This is the #geekproblem in action: great code, but no way to find things people actually want to use. What’s the fix? Someone (maybe you?) could create a community-focused discovery tool that:

  • Encourages instance admins to tag with location, community, topics, etc.
  • Provides search/filter UI that works for real people, not sysadmins
  • Uses the Fediverse’s open standards (#ActivityPub + #microformats) to pull this info in
  • Maybe even integrates with OpenStreetMap or a simple opt-in geo-tagged registry
  • Outputs something friendly – like “Find your Fediverse community in your town”

This is not a hard project, it’s a weekend hack for someone who cares, but it has real social value as it helps bridge infrastructure to lived communities. That’s the core of the #openweb reboot.

So for people who can’t see why this matter. If we want the Fediverse to grow beyond techies and Twitter refugees, we need to help people find their people. Local discovery is key. Place-based communities are still powerful, especially when rebuilding trust, mutual aid, and shared media in a collapsing world.

So, want a simple mission? Build a tool that helps people find #Fediverse instances by town, city, or region. Start with Oxford, but make it global. Make it open. Make it federated. And when you do? I’ll be the first to push it out.

#Fediverse #OMN #openweb #4opens #FediverseDiscovery #programmingchallenge #Geekproblem #MutualAid #CodeForGood #FOSS #localweb #trustnotcontrol #KISS


Update: my suggestion of path, a simple UX:

A few dropdowns over the map,

  • Region (countries are regions, anti-nationalistic)
  • City/area (a county or city)
  • local (village, area in city)
  • Them maybe latter hyper local (but not for now)

Then we have subject – it would be normal to have a multi subject hashtag map, that updates on each click – adding the clicks to a list on the side – with “new button” to jump back to start.

Then you have advanced for the normal tech stuff… which currently is the front end on most pickers. This would also be displayed on the info box for each instance on the map so still central, just not AT THE FRONT.

UPDATE: can just pull all the existing data out of the current sites like instances.social/list#lang=en&… as these are all #4opens. So the projected site could be up and running with full data in little time. Yes, you would have to ask people to tag their installs to geolocate their instances. This could be done a hard way or a simple #KISS way like any admin in the instance adding a #hashtag with a geolocation hashtag after it.

Ideas in comments, please.




Wann ist das denn passiert?
Wieso zappeln animated Emojis jetzt dauerhaft, statt nur, wenn ich mit der Maus über den Post gehe???
ICH WILL DAS NICHT!!!

Ich habe nichts an den Einstellungen geändert; da ist immer noch autoplay = off. (erweiterte Ansicht)

@Mastodon

#Mastodon #animatedEmoji #animatedEmojis #AutoPlay #Bug

Questa voce è stata modificata (3 mesi fa)


A Journalist Security Checklist: Preparing Devices for Travel Through a US Border
eff.org/deeplinks/2025/06/jour…

"This post was originally published by the Freedom of the Press Foundation (FPF). This checklist complements the recent training module for journalism students in border communities that EFF and FPF developed in partnership with the University of Texas at El Paso Multimedia Journalism Program and



Whole Genome Newborn Sequencing Should Not Be a Free-for-all - by Bonnie Steinbock | Hastings Center Bioethics Forum Essay thehastingscenter.org/whole-ge…



Prepare for tough love on migration as Denmark takes over EU presidency #EuropeanUnion

politico.eu/article/mette-fred…



The #US launched airstrikes on #Iran ’s #nuclear facilities on June 22 using B-2 bombers and Tomahawks, claiming major success. Iran disputes the extent of the damage.

Global #media response is cautiously critical, citing #Trump ’s sudden reversal on #diplomacy.

Possible #Iranian reactions include military retaliation, closing the #StraitOfHormuz, or delayed revenge. The strike has destabilized the region, but Iran creating nuclear #bombs would #escalate it more.

moscowmigrant.com/posts/us-str…





Mi sono dato al Vibe Coding (non uccidetemi 😅)

youtube.com/watch?v=X-5H5eMo5V…

Open Source Italia reshared this.

in reply to TiTiNoNero

@77nn Quali librerie/framework linguaggio utilizza si legge a 11:41: Vite, typescript ecc ecc..
Ci sono le istruzioni di deploy sulla pagina github che ti crea nel repo, ho chiesto che venissero inseriti più assegnatari per un task, ma non ho chiesto esplicitamente una piattaforma multi-utente, e in effetti non è stata creata come tale.

Con LLM la chiarezza nell'esprimere requisiti e richieste è fondamentale. Chiaro che se fossi partito con zero conoscenza dell'ambito e zero terminologia...



t.me/warriorsukrainian/55562
⛔️🇺🇸There are preliminary reports of a US military base in Hasek, northeastern Syria, being attacked, — Mehr. #Ukraine #Mastodon #NukesForUkraine #Germany #France #Italy #OSCE #PACE #CoE #SouthKorea #Press #News #Taiwan #Media #Japan #USA #US #UK #EU #NATO #UnitedStates #UnitedKingdom
#EuropeanUnion #russiaUkraineWar
#11yrInvasionofUkraine #RussiaIsATerroristState #TrumpIsARussianAsset


Second attack on McLaren Health Care in a year affects 743k people

Criminals targeted the hospital and physician network’s Detroit cancer clinic this time McLaren Health Care is in the process of writing to 743,131 individuals now that it fully understands the impact of its July 2024 cyberattack.…
#theregister #IT
go.theregister.com/feed/www.th…



Crowd Gathers Outside Elgin Valet Service Where Louis Kekos Was Murdered (1943)
129 4th St. S
Source: Hennepin County Library

Police barred the entrance while they investigated the murder of Louis Kekos, Elgin Valet Service proprietor





Russia urges West to drop hostility, warns against NATO threat

Russia says it is not the West’s enemy but demands NATO stop eastward expansion as drone warfare and deadly strikes escalate in Kiev and southern regions.

en.mdn.tv/8XJI

#Politics




TFW a hot air balloon drives past you in the grocery store parking lot. #NewMexico
in reply to Josh

The image shows a parking lot with a trailer in the foreground. The trailer is beige with a wooden platform and has a large wicker basket-like structure on top, labeled "RIO GRANDE BALLOONS." The basket is secured with straps and appears to be a hot air balloon basket. The trailer is hitched to a vehicle, likely a pickup truck, which is not fully visible. In the background, there are two parked vehicles: a silver SUV and a dark-colored pickup truck. The setting is outdoors, with trees and a clear blue sky visible. The ground is paved, and there is a small landscaped area with shrubs near the trailer. The scene is well-lit, suggesting it is daytime.

Provided by @altbot, generated privately and locally using Ovis2-8B

🌱 Energy used: 0.178 Wh



Il Sindaco ringrazia i Carabinieri

sassuolonotizie.it/comune-di-s…