diff --git a/Garden b/Garden index bba6c270..e1134cd8 160000 --- a/Garden +++ b/Garden @@ -1 +1 @@ -Subproject commit bba6c270c3cbcb34b84d4fcceeff62ce99ccf81e +Subproject commit e1134cd832d2eefe776ba6525830ccb55d4b28aa diff --git a/site/.vitepress/config.ts b/site/.vitepress/config.ts index acde5daa..a5ec9082 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -44,12 +44,11 @@ export default { ['link', { rel: 'me', href: 'https://www.reddit.com/user/ThePaperPilot/' }], ['link', { rel: 'me', href: 'https://github.com/thepaperpilot' }], ['link', { rel: 'me', href: 'https://twitter.com/ThePaperPilot' }], - ['meta', { name: 'og:description', content: 'The Paper Pilot\'s Digital Garden' }] ], async transformHead(context) { context.head.push(["meta", { name: "og:title", content: context.pageData.title }]); context.head.push(["meta", { name: "og:description", content: context.pageData.description }]); - context.head.push(["meta", { name: "og:image", content: "https://www.thepaperpilot.org/paperpilot.png" }]); + context.head.push(["meta", { name: "og:image", content: "https://www.thepaperpilot.org/paperpilot_thumb.png" }]); context.head.push(["meta", { name: "og:site_name", content: context.siteData.description }]); if (context.pageData.relativePath.startsWith("garden")) { context.head.push(["meta", { name: "og:type", content: "article" }]); diff --git a/site/garden/fedi-v2/index.md b/site/garden/fedi-v2/index.md index e83591f1..44fd9bfd 100644 --- a/site/garden/fedi-v2/index.md +++ b/site/garden/fedi-v2/index.md @@ -20,7 +20,7 @@ A placeholder name for a theoretical new federated network that is client-centri ## Motivation -The current fediverse, while in theory fully [Decentralized](/garden/decentralized/index.md), in practice suffers many of the issues associated with centralization. This is primarily caused by the friction of having to pick a server and the non feasibility of individuals buying a domain and setting up a single user instance - both the causes lead to a handful of large servers with the bulk of the users. You can see this in action by looking up the relative sizes of lemmy and mastodon instances. [Single-user Mastodon Instance is a Bad Idea](https://mull.net/mastodon) goes over the non feasibility of self hosting and how it contributes to a handful of servers having the majority of the users. +The current fediverse, while in theory fully [Decentralized](/garden/decentralized/index.md), in practice suffers many of the issues associated with centralization. This is primarily caused by the friction of having to pick a server and the non feasibility of individuals buying a domain and setting up a single user instance - both of these causes lead to a handful of large servers with the bulk of the users. You can see this in action by looking up the relative sizes of lemmy and mastodon instances. [Single-user Mastodon Instance is a Bad Idea](https://mull.net/mastodon) goes over the non feasibility of self hosting and how it contributes to a handful of servers having the majority of the users. The promise of federation is the ability to interact with the whole network, while being able to fully choose and customize how you yourself interact with the network. In practice though, clients are severely limited to what they can do based on the server software. Of particular note, Lemmy and Mastodon show content in different formats (threads vs microblogs), and no clients allow changing how they're displayed, or respecting the format of the source of the content. Clients also are unable to change sorting algorithms or how downvotes are handled - those are all dependent on the server. [A Plan for Social Media - Rethinking Federation](https://raphael.lullis.net/a-plan-for-social-media-less-fedi-more-webby/) similarly criticizes how much of the decisions are dependent on the server, which most people won't be able to or willing to self host. diff --git a/site/index.md b/site/index.md index 0610d530..f09fab62 100644 --- a/site/index.md +++ b/site/index.md @@ -11,10 +11,6 @@ I'm Anthony, or The Paper Pilot, and welcome to my [digital garden](/garden/digi - - - - diff --git a/site/public/paperpilot_thumb.png b/site/public/paperpilot_thumb.png new file mode 100644 index 00000000..05130db8 Binary files /dev/null and b/site/public/paperpilot_thumb.png differ