pages/site/garden/incremental-social/index.md

26 lines
1.9 KiB
Markdown
Raw Normal View History

2024-06-04 03:59:20 +00:00
---
public: "tags:: My Projects"
slug: "incremental-social"
title: "Incremental Social"
2024-06-06 04:25:48 +00:00
prev: false
next: false
2024-06-04 03:59:20 +00:00
---
2024-06-18 07:32:30 +00:00
<script setup>
import { data } from '../../git.data.ts';
import { useData } from 'vitepress';
const pageData = useData();
</script>
<h1 class="p-name">Incremental Social</h1>
2024-11-08 04:10:25 +00:00
<p>113 words, ~1 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
2024-06-18 07:32:30 +00:00
<hr/>
2024-06-04 03:59:20 +00:00
<details><summary>Referenced by:</summary><a href="/garden/federated-identity/index.md">Federated Identity</a><a href="/garden/my-personal-website/index.md">My Personal Website</a><a href="/now/index">/now</a><a href="/garden/webrings/index.md">Webrings</a></details>
2024-06-04 03:59:20 +00:00
<details><summary>Tags:</summary><a href="/garden/my-projects/index.md">My Projects</a></details>
2024-06-04 03:59:20 +00:00
2024-11-08 04:10:25 +00:00
[Incremental Social](https://incremental.social/) is a [Fediverse](/garden/fediverse/index.md) website hosted by me! It was made under the motivation of the fediverse working best when split up into websites that are specialized for specific communities - and in this case, Incremental Social was made and designed explicitly for the incremental games community! Most notably, it hosts an instance of [Mbin](/garden/mbin/index.md), [Forgejo](/garden/forgejo/index.md), and [Synapse](/garden/synapse/index.md) (and [Cinny](/garden/cinny/index.md)). Mbin allows it to read and write both reddit-style threads and twitter-style posts, and forgejo allows developers to host their web games. Synapse allows the community to chat in a more synchronous fashion than Mbin.
2024-06-04 03:59:20 +00:00
2024-11-08 04:10:25 +00:00
In the future I plan on having the platform also generate a keypair to allow the user to use this account as their identity on the [Agentic fediverse](undefined).
2024-06-04 03:59:20 +00:00
2024-11-08 04:10:25 +00:00
With all these platforms, there will be a goal to support migrating identities elsewhere, so users are not locked in to our platform. Unfortunately a lot of these protocols don't support migration, or not well, so this is going to be a long-term goal.