add social page
All checks were successful
thrrgilag/morgan.mcmillian.dev/pipeline/head This commit looks good
All checks were successful
thrrgilag/morgan.mcmillian.dev/pipeline/head This commit looks good
This commit is contained in:
parent
bf906e5ab5
commit
100bc3d667
2 changed files with 45 additions and 0 deletions
|
@ -68,3 +68,9 @@ identifier = 'contact'
|
||||||
name = 'Contact'
|
name = 'Contact'
|
||||||
url = '/contact/'
|
url = '/contact/'
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'social'
|
||||||
|
name = 'Social'
|
||||||
|
url = '/social/'
|
||||||
|
weight = 20
|
||||||
|
|
39
content/social.md
Normal file
39
content/social.md
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
---
|
||||||
|
title: social
|
||||||
|
---
|
||||||
|
|
||||||
|
The following is a collection of various social networks in which I am active. I tend to cross-post between them so you should be able to easily follow from the network of your choice.
|
||||||
|
|
||||||
|
|
||||||
|
## the Fediverse
|
||||||
|
|
||||||
|
The fediverse is a collection of social networks which can communicate with each other. The most common protocol utilized is a standard known as [ActivityPub] which is used by platforms such as [Mastodon], [Lemmy], [PeerTube], [Pixelfed], and now [Threads]. I currently self-host using a platform called [Friendica] which natively supports the ActivityPub protocol in addition to it's own and [diaspora*].
|
||||||
|
|
||||||
|
[social.clacks.network/profile/spacenerdmo](https://social.clacks.network/profile/spacenerdmo)
|
||||||
|
|
||||||
|
## the AT Protocol
|
||||||
|
|
||||||
|
The [AT Protocol] (Authenticated Transfer) is a new social networking protocol designed for large scale distributed social applications. There is currently only one implementation available called [Bluesky]. It is expected that as it matures more implementations will become available and interoperate.
|
||||||
|
|
||||||
|
[@spacenerdmo.org](https://bsky.app/profile/spacenerdmo.org)
|
||||||
|
|
||||||
|
## Pnut
|
||||||
|
|
||||||
|
[Pnut] is a social network inspired by the [App.net] social network that operated from 2012 to 2017. It's an API-first platform where the service is kept lean and developers are encouraged to develop front-ends and other creative applications. Primarily uses include micro-blogging, messaging, and a weekly communal music event called [Monday Night Dance Party].
|
||||||
|
|
||||||
|
[@thrrgilag](https://pnut.io/@thrrgilag)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[ActivityPub]: https://activitypub.rocks/
|
||||||
|
[Mastodon]: https://joinmastodon.org/
|
||||||
|
[Lemmy]: https://join-lemmy.org/
|
||||||
|
[PeerTube]: https://peertube.tv/
|
||||||
|
[Pixelfed]: https://pixelfed.org/
|
||||||
|
[Threads]: https://www.threads.net
|
||||||
|
[diaspora*]: https://diasporafoundation.org/
|
||||||
|
[AT Protocol]: https://atproto.com
|
||||||
|
[Bluesky]: https://blueskyweb.org/
|
||||||
|
[Pnut]: https://pnut.io
|
||||||
|
[App.net]: https://en.wikipedia.org/wiki/App.net
|
||||||
|
[Monday Night Dance Party]: https://mndp.tv
|
Loading…
Reference in a new issue