transparency-france.org/2025/0…
"En cette journée mondiale des lanceurs d'alerte, de nombreuses entreprises et institutions communiquent en interne et en externe sur les dispositifs d’alerte professionnels et plus
Journée mondiale des lanceurs d'alerte 2025 : l’impartialité et l’indépendance de l’enquête comme gages de protection du lanceur d’alerte? - Transparency France International
En cette journée mondiale des lanceurs d'alerte, de nombreuses entreprises et institutions communiquent en interne et en externe sur les dispositifs d’alerte professionnels et plus particulièrement sur les garanties offertes aux lanceurs d’alerte, af…equipe (Transparency France International)
altoadige.it/cronaca/la-crisi-…
La crisi delle vocazioni: al Seminario Maggiore di Bressanone neanche un altoatesino
Il vescovo Muser al Dolomiten: «Il calo delle vocazioni è drammatico, quello dei credenti ancora di più, ma spero che nessuno si rassegni»Alto Adige
Questa manifestazione è organizzata dalla Coalizione Olandese per il Controvertice per la #Pace e la Giustizia.
#noriarmo #StopRearmEurope #Olanda #OlandaNoRiarmo
sociale.network/@albert/114727…
🏳️🌈Jamez Re!nert🏳️🌈 reshared this.
Waves V16 update brings better workflow for timeless tools rekkerd.org/waves-v16-update-b…
Waves V16 update brings better workflow for timeless tools
Waves Audio has introduced the latest version of its audio plugins. Aiming to help you move faster, see clearer, and mix with more control, Waves V16 comes with new graphics and workflow improvements.Ronnie (Rekkerd.org)
AllSpice’s platform is the GitHub for electrical engineering teams
https://techcrunch.com/2025/06/23/allspices-platform-is-the-github-for-electrical-engineering-teams/?utm_source=flipboard&utm_medium=activitypub
Posted into Latest TechCrunch Stories @latest-techcrunch-stories-Techcrunch
AllSpice's platform is the GitHub for electrical engineering teams | TechCrunch
AllSpice's platform has landed customers including Blue Origin and Bose and just raised a $15 million Series A round.Rebecca Szkutak (TechCrunch)
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).
like this
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.
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.
Backyard Coffee and Jazz in Kyoto
Link: thedeletedscenes.substack.com/…
Discussion: news.ycombinator.com/item?id=4…
Backyard Coffee And Jazz In Kyoto, Japan
A "magical" experience, and what we get when we let people pursue their passionsAddison Del Mastro (The Deleted Scenes)
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
Mobileye is hiring Senior Deep Learning Developer
🔧 #python #aws #cicd #docker #gcp #seniorengineer
🌎 Ramat Gan, Israel
⏰ Full-time
🏢 Mobileye
Job details jobsfordevelopers.com/jobs/sen…
#jobalert #jobsearch #hiring
@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.
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…
Godot Asset Store Launched – GameFromScratch.com
The Godot Foundation officially launched the beta of the Godot Asset Store and the roadmap of features including Godot Engine integrationMike (GameFromScratch)
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…
GitHub - boehs/truthsocial: 🎺🐤👱♂️ Automatically updated dump of Truth Social's source code (reskinned Mastodon)
🎺🐤👱♂️ Automatically updated dump of Truth Social's source code (reskinned Mastodon) - boehs/truthsocialGitHub
reshared this
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.
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
Borsa: Europa debole in chiusura, Parigi -0,69%, Londra -0,19% - Notizie - Ansa.it
Borse europee deboli in chiusura della prima seduta della settimana. Parigi ha ceduto lo 0,69% a 7.537 punti, Londra lo 0,19% a 8.758 punti e Francoforte lo 0,35% a 23.269 punti. Immobile Madrid (-0,01% a 13.843 punti). (ANSA). (ANSA)Agenzia ANSA
Economia reshared this.
Allegra Stratton: Nigel Farage's 'Robin Hood' Economics
https://www.bloomberg.com/news/newsletters/2025-06-23/allegra-stratton-nigel-farage-s-robin-hood-economics?utm_source=flipboard&utm_medium=activitypub
Posted into Real Estate @real-estate-bloomberg
US: Iran Response Could Come in Days, Trump’s Oil Warning, More
https://www.bloomberg.com/news/audio/2025-06-23/us-iran-response-could-come-in-days-trump-s-oil-warning-more?utm_source=flipboard&utm_medium=activitypub
Posted into Podcasts @podcasts-bloomberg
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…
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)
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
A Journalist Security Checklist: Preparing Devices for Travel Through a US Border
We wrote this checklist to help journalists prepare for transit through a U.S. port of entry while preserving the confidentiality of your most sensitive information, such as unpublished reporting materials or source contact information.Electronic Frontier Foundation
Whole Genome Newborn Sequencing Should Not Be a Free-for-all - The Hastings Center for Bioethics
Tens of thousands of parents have enrolled their newborns in whole genome sequencing research projects. Parents should know what they information from this research can and cannot tell them.Susan Gilbert (The Hastings Center for Bioethics)
“If you can rent #venice for your #wedding, you can pay more #tax
Venice welcomes #jeffbezos.
repubblica.it/green-and-blue/v…
#boycottamazon #amazon #taxtherich #newaristocracy #nokings #justice
Prepare for tough love on migration as Denmark takes over EU presidency #EuropeanUnion
politico.eu/article/mette-fred…
Prepare for tough love on migration as Denmark takes over EU presidency
Denmark’s prime minister Mette Frederiksen pioneered hard-line migration policies despite being on the left. Now she’s bringing her special formula to the EU stage.Nicholas Vinocur (POLITICO)
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…
US strike on Iran and its consequences
US strike on Iran, its consequences, and the reaction of the global press. Lukashenko has released Sergei Tikhanovsky, who looks like a prisoner of Auschwitz.MoscowMigrant
Tesla Rolls Out Robotaxi in Austin to Handful of Users
https://www.bloomberg.com/news/videos/2025-06-23/tesla-rolls-out-robotaxi-in-austin-to-handful-of-users-video?utm_source=flipboard&utm_medium=activitypub
Posted into Bloomberg Television @bloomberg-television-bloomberg
“Voice of America” verstummt, Agenten auf Mission, Quotenpanne — BILDblog
Ein Watchblog für deutsche Medienbildblog.de
Mi sono dato al Vibe Coding (non uccidetemi 😅)
youtube.com/watch?v=X-5H5eMo5V…
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
Open Source Italia reshared this.
@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...
⛔️🇺🇸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
Warriors Ukrainian🇺🇦
🇮🇷🚀🇺🇸 The US military base in Hasek in northeastern Syria was attacked, — Mehr. ——— 🇮🇷🚀🇺🇸 Військова база США в Хасеку на північному сході Сирії була атакована, — Mehr.Telegram
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…
Second attack on McLaren Health Care in a year affects 743k people
: Criminals targeted the hospital and physician network’s Detroit cancer clinic this timeConnor Jones (The Register)
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.
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
Anonymous
in reply to Anonymous • • •