Tweak meta tags
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m0s

This commit is contained in:
thepaperpilot 2024-06-28 08:51:53 -05:00
parent a47141efba
commit cc50a62afe
5 changed files with 3 additions and 8 deletions

2
Garden

@ -1 +1 @@
Subproject commit bba6c270c3cbcb34b84d4fcceeff62ce99ccf81e Subproject commit e1134cd832d2eefe776ba6525830ccb55d4b28aa

View file

@ -44,12 +44,11 @@ export default {
['link', { rel: 'me', href: 'https://www.reddit.com/user/ThePaperPilot/' }], ['link', { rel: 'me', href: 'https://www.reddit.com/user/ThePaperPilot/' }],
['link', { rel: 'me', href: 'https://github.com/thepaperpilot' }], ['link', { rel: 'me', href: 'https://github.com/thepaperpilot' }],
['link', { rel: 'me', href: 'https://twitter.com/ThePaperPilot' }], ['link', { rel: 'me', href: 'https://twitter.com/ThePaperPilot' }],
['meta', { name: 'og:description', content: 'The Paper Pilot\'s Digital Garden' }]
], ],
async transformHead(context) { async transformHead(context) {
context.head.push(["meta", { name: "og:title", content: context.pageData.title }]); 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: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 }]); context.head.push(["meta", { name: "og:site_name", content: context.siteData.description }]);
if (context.pageData.relativePath.startsWith("garden")) { if (context.pageData.relativePath.startsWith("garden")) {
context.head.push(["meta", { name: "og:type", content: "article" }]); context.head.push(["meta", { name: "og:type", content: "article" }]);

View file

@ -20,7 +20,7 @@ A placeholder name for a theoretical new federated network that is client-centri
## Motivation ## 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. 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.

View file

@ -11,10 +11,6 @@ I'm Anthony, or The Paper Pilot, and welcome to my [digital garden](/garden/digi
<TresCanvas :stencil="true" > <TresCanvas :stencil="true" >
<TresOrthographicCamera :position="[0, 0, 10]" /> <TresOrthographicCamera :position="[0, 0, 10]" />
<TresAmbientLight :intensity="1" /> <TresAmbientLight :intensity="1" />
<TresMesh>
<TresTorusGeometry :args="[1, 0.5, 16, 32]" />
<TresMeshBasicMaterial color="orange" />
</TresMesh>
<Suspense> <Suspense>
<Hole /> <Hole />
</Suspense> </Suspense>

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB