|
|
|
|
|
by iamkonstantin
82 days ago
|
|
I don’t think it does. ATProto is merely “managed storage for apps” by Bluesky and it’s quite opposing to POSSE - You rely on third parties entirely, not just for hosting but also access and moderation to your own content. What you can and can’t do with your own content is also limited and managed by someone else. The entire premise that you can move your posts history etc, while technically true, is not compatible with the web (e.g. support for things like redirects, canonical urls being handled currently etc is again all outside of your control and a not a goal of Bluesky). ATProto is in many ways like the custom HTML extensions Microsoft had in Internet Explorer to “make better user experience”. For me one of the main points of POSSE is resilience. If the VCs behind Bluesky got tired of it tomorrow, all that would die is some links to your website. Your posts and content, RSS subscribers, people who linked or bookmarked your website etc - remain unaffected. |
|
With the IndieWeb version of POSSE, the source of truth is the webpage you control.
For the ATProto version of POSSE, the source of truth is the record in your PDS. That record is interesting because it is both content-addressed and signed with your private key.
Where ever that record is syndicated, the reader (or app displaying the content) should be able to demonstrably verify the authenticity of the record.
And you can host your own PDS entirely independent of Bluesky, there are several interfaces for both reading and publishing Standard.site records:
* Leaflet (https://leaflet.pub/ )
* pckt (https://pckt.blog/ )
* Wordpress (https://github.com/pfefferle/wordpress-atproto )
It's also not that hard to write your own display interface for just your data if you want.