One Roundtrip Per Navigation
HTML、GraphQL、RSC(React Server Components)に共通するのは、1回のナビゲーションで必要なデータを1往復で取得できるという設計思想です。これにより、ネットワークの往復回数を最小限に抑え、ユーザー体験を向上させることができます。
HTML、GraphQL、RSC(React Server Components)に共通するのは、1回のナビゲーションで必要なデータを1往復で取得できるという設計思想です。これにより、ネットワークの往復回数を最小限に抑え、ユーザー体験を向上させることができます。
The article discusses the Friend-Of-A-Friend (FOAF) concept for establishing trust relationships through social graphs. It notes that FOAF implementations have varied over time, ranging from complex cryptography and key-signing ceremonies to XML RDF formats.
The human.json protocol allows humans to assert authorship of their site content and vouch for others' humanity using URL ownership as identity. The author implemented this protocol on their website, making it available at evanhahn.com/human.json.