Skip to content
TopicTracker
来自 overreacted.io查看原文
译文语言译文语言

atproto中没有实例

本文探讨了atproto协议的核心设计理念,指出与常见的去中心化社交协议不同,atproto中没有“实例”或“服务器”的概念。作者将atproto与RSS和Google Reader进行类比,解释其独特的架构设计如何实现去中心化。

背景速读

- atproto(AT Protocol)是去中心化社交网络 Bluesky 底层的开放协议,由 Twitter 联合创始人 Jack Dorsey 最初推动,现已独立运营。其核心设计理念是“可组合的联邦制”——用户数据由个人“数据服务器”(PDS)托管,而非由平台统一控制。 - 许多人对 atproto 的误解来自“实例”一词。传统联邦协议(如 Mastodon 使用的 ActivityPub)中,服务器即“实例”:每个实例独立运行、有独立域名和用户群。但 atproto 将“账号托管”与“内容分发/审核”完全分离——用户可以从一个 PDS 迁移到另一个,不会失去身份或社交图谱。 - 本文作者 Dan Abramov 是 React 核心团队开发者、知名技术写作者。他以亲身使用体验解释:atproto 中不存在“选哪个实例”的决策,用户只需用自己的域名作为身份,“订阅”不同的中继(Relay)来获取内容流,而非“加入”某个服务器。 - 这一设计对比 Google Reader 关闭事件:当 Google 关停 RSS 阅读器时,用户失去了整个阅读生态中的收件箱。atproto 希望通过分离数据和逻辑层,避免类似单一平台倒闭导致整个社交网络失效的问题。

相关报道

  • "Age verification" systems do not actually verify age and instead create privacy risks, censorship, and security vulnerabilities. Mandatory age checks are ineffective at protecting children while enabling surveillance and blocking legitimate content. The article advocates for alternative approaches that prioritize privacy and freedom.

  • ATProto, the protocol behind Bluesky, does not have "instances" like Mastodon or email servers; instead, it uses a Personal Data Server (PDS) architecture where users own their data and can switch providers transparently.

  • The article argues that meaning in life cannot be optimized like a reward function in AI, because meaning is inherently subjective, context-dependent, and resistant to any single metric or goal-based framework.

  • The author explains their decision to avoid using query strings in URLs, opting instead for cleaner, more static-looking paths. They discuss the technical and philosophical reasons behind this design choice, emphasizing simplicity and avoiding unnecessary complexity in web architecture.