Salta al contenuto principale



fr.wikipedia.org/wiki/Alita:_B…

«En 2012, [James Cameron] explique qu'il souhaite se focaliser d'abord sur la production de la franchise Avatar car elle véhicule un message mondial sur l'attitude de l'homme face à la nature, tout en étant un divertissement, alors que Gunnm n'est " qu'une bonne histoire "»

Le mec il n'a rien compris à Gunnm en fait.
Ou alors, plus probable, il n'a pas de conscience de classe...

in reply to John Livingston

Gunnm, c'est quand même l'histoire d'une classe élitiste qui vit dans une citée flottante idyllique, et qui balance ses détritus sur le reste de la populasse. C'est l'histoire de gens qui font tout pour survivre au milieu des ordures. À qui on fait parfois miroiter la possibilité de rejoindre Zalem, la cité flottante, alors qu'en réalité (spoiler alerte) c'est impossible.

Non seulement le message est aussi sur l'attitude des humains par rapport à la nature, mais aussi des humains entre elleux.

in reply to John Livingston

Pardon, mais l'image de la cité qui balance ses ordures là où ça ne se voit pas, c'est exactement ce que font nos sociétés modernes en ce moment même.




This is definitely a KILLER use case. I very much hope it gets built!

wedistribute.org/2025/08/socia…


Social Web Foundation is Betting Big on Client-to-Server API


From the outside looking in, it can sometimes feel unclear as to what steps the Social Web Foundation is taking to achieve its goals. The non-profit organization’s About Page states lofty ambitions, such as bringing together implementers to build tools, policies, and protocols to advance the Fediverse. The Projects Page includes End-to-End Encryption, a Fediverse Starter Page, GDPR Compliance, and Long-Form Text.

However, the SWF has been working on several interesting projects outside of these stated scopes, and it’s something Evan Prodromou has been bullish about: leveraging the ActivityPub Client-to-Server API. Historically, this piece of the ActivityPub protocol is rarely ever implemented, due to complexity as well as the fact that Mastodon’s own client API has seen widespread adoption.

A quick ActivityPub C2S primer


To really understand the C2S API, we have to go back in time to when the protocol was being developed. The basic concept was that any ActivityPub implementation would effectively act as a generic server, with clients providing unique experiences. Compared to Mastodon’s dedicated API, C2S isn’t explicitly limited to microblogging or statuses. Instead, clients dispatch activities to and from an Actor’s inbox and outbox.

Instead of every new social experience in the Fediverse acting as a bespoke server, the C2S API instead lets a wide range of clients interact with an instance. Instances no longer become specific delegates of what activities can or cannot be used. C2S opens the floodgates for any kind of application to hook in to a Fediverse account. Instead of an instance doing all the hard work, clients would handle much of the advanced logic themselves.

spectra.video/videos/embed/1FR…

There is a meaningful parallel to ActivityPub C2S, and oddly enough, it can be found within the AT Protocol’s ecosystem. Boris Mann presents a fantastic talk that shows radically different sets of apps that all do very different things, some of which have their own social graphs, leverage unique kinds of data, or offer interactions not available in other places.

Social Login


Setting aside unique applications for a moment, one of the key killer-features that ActivityPub C2S could offer the Fediverse is a coherent and streamlined login system for any Fediverse account.

I don’t know what this thing would look like or what we would collectively call it, but here’s some ideas.

This idea is actually not new. Pump.io, the prototype that largely became a foundation for ActivityPub’s design, offered the ability for people to remotely sign in to any other Pump server, using the account that was local to them. This was initially designed to let people interact with remote objects that their own instances had not yet collected.

Pump crawled so that ActivityPub could run.

The idea of a unified method for Social Web logins is extremely compelling. Right now, a lot of Fediverse apps offer platform-specific sign-on, leveraging a bunch of different APIs.

GreatApe, an upcoming media platform, offers four different ways to log in through the Fediverse.

The upside of this approach means that more apps and services can just let people sign in with their remote accounts, without creating a local account there. The downside is that it adds to the maintenance pile, because of how many different platforms exist within the Fediverse today.

What is the SWF is working on?


There are a few experimental areas where the Social Web Foundation is focusing on building up, so let’s talk about them. The main thing to understand is that these are building blocks, meant for iterative development and discussion with the wider community. As time has gone on, these projects have become more ambitious, and exist to showcase what’s possible with the C2S API.

Places.Pub – GeoSocial Data


Places.pub is an attempt to marry OpenStreetMap data with ActivityPub by using specific GeoSocial parts of ActivityStreams. More specifically, it uses these vocabulary words for activities: Travel, Arrive, and Leave.

One important need for geosocial software is that all objects in ActivityPub, including Place objects, need to have a permanent URL as their id property, which shares the description of that object in Activity Streams 2.0 format. However, there isn’t a good dataset of geographical objects — countries, states or provinces or regions, cities, buildings, businesses, parks, streets — available in AS2 on the Web right now. That is slowing down experimentation in the Geosocial Task Force.

Evan Prodromou, Blog Entry


Interestingly, Places.Pub operates as a hosted service by the SWF, and allows developers to connect to it using the C2S API. It simply acts as a repository of places, represented as ActivityPub objects.

CheckIn – An Example Client for Using GeoSocial Data


Checkin is the example client developed specifically for interacting with Places.Pub. It’s a relatively simple app, but the intention is to demonstrate a proof-of-concept to the community.

Something like this could be used to build a Foursquare-style GeoSocial app, powered entirely by open APIs and protocols. As a bonus, the client-first approach here would mean that developers wouldn’t necessarily have to take on the burden of building a full-stack Foursquare clone with a server backend and federation.

ReactivityPub


Although this is still in the tentative stages, ReactivityPub is an upcoming effort to integrate the ActivityPub C2S API directly into the React framework. It may or may not be related to the ap-components project, which intends to offer a toolkit for rendering and representing ActivityPub data using Web Components.

OnePage – A one-page ActivityPub Server


OnePage.pub is more of a personal project by Evan Prodromou, but could eventually be moved under the SWF project umbrella. Effectively, this acts as a headless server that’s primarily intended for the ActivityPub C2S API. It can be used to log into the CheckIn example client.

Why is this important?


At face value, all of these developments might not appear to mean much. However, these are significant because it shows the SWF taking a progressive approach on several fronts. It showcases the benefits of a long-neglected API, while attempting to address several wide-spread design issues that affect the network. If the organization can continue to build libraries, tooling, and other resources, they might be able to drum up further interest in making C2S possible.

Share


reshared this

in reply to Michael Ginsburg

@gabriel

this is kinda what I mean by learning from podcatchers. let clients handle searching the fedi.

and also, go beyond just replicating the closed platforms by having more universalist servers that can do microblogging but also long-form articles, podcasts, music, video etc. what you see is dependent on the client you're using.

creators would probably want servers more focused on content type (that provide a good non social web interface too) but the public doesn't need that.

Questa voce è stata modificata (3 settimane fa)
in reply to william.maggos

Yep. Makes sense.
The ActivityPub Integration in Ghost (which is how I connected to the Fediverse) is probably the closest to a "podcatcher for the Fediverse" but obviously only creators will invest in setting up a Ghost instance.


Follia a Collegno, papà entra in campo e picchia un calciatore di 13 anni
https://www.gazzetta.it/Calcio/altri-campionati/01-09-2025/un-padre-entra-in-campo-e-picchia-il-portiere-della-squadra-avversaria.shtml?utm_source=flipboard&utm_medium=activitypub

Pubblicato su Calcio @calcio-Gazzetta

reshared this


in reply to Pedro Fonseca

The image depicts a serene coastal scene with a clear blue sky and calm waters. In the foreground, there are rocky cliffs with sparse vegetation, including bushes and grasses. The middle ground features a bay with several white sailboats anchored in the water, creating a peaceful atmosphere. The background shows a distant shoreline with buildings and cliffs, suggesting a coastal town or village. The overall color palette is dominated by blues, greens, and grays, with the sunlight casting a warm glow on the rocks and vegetation.

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

🌱 Energy used: 0.150 Wh



Report: Apple Demands Suppliers Switch to Robotics for Manufacturing


Apple's alleged automation mandate spans all major product categories, including the iPhone, iPad, Mac, and Apple Watch. Apple now purportedly expects suppliers to fund their own automation upgrades rather than rely on Apple to finance or subsidize the necessary capital equipment. This policy change diverges from Apple's previous approach, where the company frequently invested in tooling and machinery for contract manufacturers to meet its specifications.
#tech


It's time for another #MirloMondays post and this release title is extremely fun to say out loud, plus the music itself bubbles, wiggles and gurgles with sounds made from weird custom-made software instruments! It's "Gluggle Jug" by New York's Cody Uhler. 🪱🐦‍⬛

mirlo.space/cody-uhler/release…

#Music #NewMusic #Experimental #Electronic #Musician #Musicians #ElectronicMusic

mirlo.space reshared this.



"in the changingness of light clouds drift time passes sun shifts
steamy morning crosses the field seethes in the simmering white sun
bending light rays produce images of distant objects"

#TodaysPoem #poetry @poetry
undersong by Cordelia Hanemann (2023 Stone Poetry Journal) tinyurl.com/mrkebfe7



In 20 minutes, Swensen and friends play #Haydn #Sollima #Schubert and #Elgar in #Copenhagen worldconcerthall.com/en/schedu… #wch



Mosca, 'non ancora concordato un incontro con Zelensky' - Europa - Ansa.it
https://www.ansa.it/sito/notizie/mondo/europa/2025/09/01/mosca-non-ancora-concordato-un-incontro-con-zelensky_9c8da064-1a90-4962-b87e-0f0d75ff44a3.html?utm_source=flipboard&utm_medium=activitypub

Pubblicato su ESTERI @esteri-AgenziaAnsa



Kallas, riconoscimento Palestina aiuta soluzione due stati - Europa - Ansa.it
https://www.ansa.it/sito/notizie/mondo/europa/2025/09/01/kallas-riconoscimento-palestina-aiuta-soluzione-due-stati_163b92b4-3b55-4da3-adb1-e3ca4b1627b7.html?utm_source=flipboard&utm_medium=activitypub

Pubblicato su ESTERI @esteri-AgenziaAnsa



Capo Difesa tedesco,interferenze a Gps anche sul mio aereo - Europa - Ansa.it
https://www.ansa.it/sito/notizie/mondo/europa/2025/09/01/capo-difesa-tedescointerferenze-a-gps-anche-sul-mio-aereo_06c40e81-b8af-46a4-9d85-05ff5120509b.html?utm_source=flipboard&utm_medium=activitypub

Pubblicato su ESTERI @esteri-AgenziaAnsa



Europarlamentari Ecr contro 'turismo sanitario farmaci pubertà' - Europa - Ansa.it
https://www.ansa.it/sito/notizie/mondo/europa/2025/09/01/europarlamentari-ecr-contro-turismo-sanitario-farmaci-puberta_8563b7e7-8069-4ca3-82d0-09f1ad2707c0.html?utm_source=flipboard&utm_medium=activitypub

Pubblicato su ESTERI @esteri-AgenziaAnsa




Crime Festers in Republican States While Their Troops Patrol Washington


Thr reason of course is that thr soldiers are deployed to crack down on people with dark skin having rights or accumulating assets or political power, not any kind of actual criminal activities

https://www.nytimes.com/2025/09/01/us/politics/crime-republican-states.html?unlocked_article_code=1.ik8.Mgdo.UlRrDAesGabI

in reply to silence7

Who could have possibly imagined that the true intent of this was not actually about preventing the most crime.
:/


Nella notte tra il 1° e il 2 settembre visibile l’aurora boreale
https://www.ilsole24ore.com/art/nella-notte-il-1-e-2-settembre-visibile-l-aurora-boreale-AHFbqePC?utm_source=flipboard&utm_medium=activitypub

Pubblicato su Tecnologia - Il Sole 24 ORE @tecnologia-il-sole-24-ore-IlSole24Ore



“Am I too young to be antifa?”

“The book ‘We Go Where They Go - The Story of Anti-Racist Action’ explains how disparate groups of young people went from addressing the presence of fascists in their own towns to coordinating with other young people in cities across the continent to form the most effective militant anti-fascist movement of the time [1990s/2000].”

#antifa
open.substack.com/pub/antifain…




CRA Registered Actions bdscoalition.ca/2025/08/29/cra…




#TPP rallygoers who clashed with police to face investigation: MOI - Focus #Taiwan

focustaiwan.tw/politics/202509…




There you have it, fwiw most of you taking this poll are Web 2.0 tragics like me 😀 There's a good proportion of OGs (Old Guards or Original Gangstas, whichever you prefer). I suspect I don't have enough young 'uns following me, because I know tools like NeoCities are popular with Gen Zs in the know. I did think the 2010s would be the lowest, since that's when walled garden social media was at its horrifying peak. Not bad poll numbers, even if not on @evan's level.
mastodon.social/@ricmac/115113…


Informal Friday poll: what year did you start blogging? I've put a poll with some timeframes below, but if you want to add some colour please leave a comment. As I mentioned in my post today (cybercultural.com/p/blogs-rss-…), I started blogging in 2002, with Radio Userland. It took me a year to start ReadWriteWeb, though 😀

So, when did you start blogging?



in reply to Ricardo Martín

Filtering out Docker-only installs would make these lists significantly more efficient to use 🤔



walknews.com/1032446/ 【エディージャパン検証】カナダ戦での「答え合わせ」 6年ぶりの覇権奪還に向けての課題と希望が交錯 | ラグビー | スポーツブル (スポブル) #Canada #crazy #media #Sports #アスリート #カナダ #クレイジー #スポーツ #ニュース #メディア #動画


Pays-Bas : en août 2025 (les 4 semaines entières), les renouvelables ont couvert …67% des besoins électriques !

Le photovoltaïque est à …38,9%,

et l’éolien à 19,8%.

Sur huit mois 2025, les renouvelables ont couvert …60,8% des besoins (55,3% sur l’année 2024).

Pendant 13 semaines, la part des renouvelables a dépassé les 70%, avec un pic à 83% !

👏👏👏



Mosca, 'non ancora concordato un incontro con Zelensky' - Ultima ora - Ansa.it
https://www.ansa.it/sito/notizie/topnews/2025/09/01/mosca-non-ancora-concordato-un-incontro-con-zelensky_492fc8c8-bce3-4b79-a753-ef42de5a68c8.html?utm_source=flipboard&utm_medium=activitypub

Pubblicato su ANSA Ultima ora @ansa-ultima-ora-AgenziaAnsa




I always try to keep my spirits up but its hard, i really do need the help, were genuinely struggling and its been tough
everything helps, please share
If you can spare even a couple $ consider helping me out
Donate: gofund.me/844d3db0
#furry #furryart #help #gofundme


Pensées d’enseignante à la veille d’une rentrée

Nous sommes à la veille de la rentrée et déjà mon estomac est noué. Je cherche des solutions pour me calmer. Le poids du travail, le rappel de mon épuisement à la fin de l’année scolaire précédente et l’image créée de toute pièce par mon cerveau présentant ma future classe surchargée m’empêchent de trouver un quelconque repos.

✒️ Par Charlotte Zielinski | En accès libre › blogs.mediapart.fr/charlotte-z…



ICYMI: Heathrow Airport has been unveiled as a "major sponsor" of Reform UK's conference this coming weekend.

Reform says "big businesses flock to the Party they perceive to be most likely to form the next Government."

(Heathrow is majority owned by state-owned sovereign wealth funds - inc. Qatar)



Kallas, riconoscimento Palestina aiuta soluzione due stati - Ultima ora - Ansa.it
https://www.ansa.it/sito/notizie/topnews/2025/09/01/kallas-riconoscimento-palestina-aiuta-soluzione-due-stati_c26e0881-35aa-4880-a3f5-59d1fdc94378.html?utm_source=flipboard&utm_medium=activitypub

Pubblicato su ANSA Ultima ora @ansa-ultima-ora-AgenziaAnsa



Capo Difesa tedesco,interferenze a Gps anche sul mio aereo - Ultima ora - Ansa.it
https://www.ansa.it/sito/notizie/topnews/2025/09/01/capo-difesa-tedescointerferenze-a-gps-anche-sul-mio-aereo_3ef7e625-232d-4584-9f57-030bfed896d4.html?utm_source=flipboard&utm_medium=activitypub

Pubblicato su ANSA Ultima ora @ansa-ultima-ora-AgenziaAnsa




People complain that #Mastodon doesn’t integrate with non-Mastodon services. But that’s true of Twitter too—no one ever expected Instagram or Reddit inside Twitter.

The difference is Mastodon can do what Twitter never could. It talks to Instagram-like services such as #Pixelfed. It talks to Reddit-like services such as #Piefed. And Mastodon itself isn’t even Instagram-like or Reddit-like.

If that sounds confusing, that’s fair. It just means shifting your mental model of how the social web actually works.

reshared this



Un an après mon départ de Spotify, petit bilan de Nextcloud Music journalduhacker.net/s/beywma/u… blog.flozz.fr/2025/08/31/un-an… #autohébergement