pages/site/garden/weird/index.md
thepaperpilot 14a570c17b
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 36m50s
Fixed content loading issue
2024-06-18 02:32:30 -05:00

28 lines
No EOL
1.5 KiB
Markdown

---
public: "true"
slug: "weird"
title: "Weird"
prev: false
next: false
---
<script setup>
import { data } from '../../git.data.ts';
import { useData } from 'vitepress';
const pageData = useData();
</script>
<h1 class="p-name">Weird</h1>
<p>114 words, ~1 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
<hr/>
> Referenced by: [Commune](/garden/commune/index.md), [Fedi v2](/garden/fedi-v2/index.md), [The Small Web](/garden/the-small-web/index.md)
[Weird](https://weird.one) is an [Open Source](/garden/open-source/index.md) project by the [Commune](/garden/commune/index.md) team currently in development
Aims to make creating [Personal Websites](/garden/the-small-web/index.md) with [Federated Identity](/garden/federated-identity/index.md) available to everyone
- Also plans on having paid tiers for giving people access to single user instances of various [Fediverse](/garden/fediverse/index.md) tools
Long term, Weird wants to build a new better fediverse
- It's being built on [Iroh](https://iroh.computer), which allows for decentralized identities that are not reliant on any specific servers continuing to exist
- Their current plans are laid out in [Next Gen Federation on Iroh: Graph Data & Linked Documents Layers](https://github.com/commune-os/weird/discussions/32)
- Erlend discusses some of the implications for identity specifically in [Weird Netizens](https://blog.erlend.sh/weird-netizens)
- I have my own high level take on how this new fediverse would look like in [Fedi v2](/garden/fedi-v2/index.md)