points by dharmatech 1 day ago

Our social media should be decentralized and local first, allowing for bespoke clients on any OS.

This is an experiment towards that:

https://github.com/dharmatech/9social

The first client is written for plan9. This keeps the design honest. (If it can run on plan9/rc/acme...)

Video demo:

https://youtu.be/q6qVnlCjcAI

The current implementation is less than 3000 lines of code.

And speaking of Emacs... 9social was heavily inspired by an Emacs project called Org Social:

https://github.com/tanrax/org-social

zahlman 17 hours ago

> decentralized local-first social network that is based on git and plain text files.

Nice! This sounds just like what I'd been thinking the system should be like.

But how do you manage identity/authentication , or discovery of other users?

  • dharmatech 11 hours ago

    > Nice! This sounds just like what I'd been thinking the system should be like.

    Cool! Thanks for checking it out!

  • dharmatech 11 hours ago

    > how do you manage identity/authentication

    Well, each user's profile is just a git repository (possibly on github). So I'd think about identity/authentication in the same way users think about it for their code projects.

    If you have specific scenarios you're wondering about, feel free to ask.

numpy-thagoras 1 day ago

I love this idea. Thank you for the examples!

I've been thinking of this as well:

Something like old school Facebook in UI, but functions more like MSN Messenger. You connect to your contacts via P2P, and download/upload updates to your social media network.

  • dharmatech 1 day ago

    I love your username!

    I hope there's a sympy-thagoras out there.

    ( • ‿ • )

  • dharmatech 1 day ago

    > I love this idea. Thank you for the examples!

    Thanks for checking it out!

  • dharmatech 1 day ago

    > You connect to your contacts via P2P, and download/upload updates to your social media network.

    Yup, local-first is central to the design.

    And, you only see who you explicitly follow.

  • drzaiusx11 1 day ago

    Sounds similar to scuttlebutt

    • dharmatech 1 day ago

      I absolutely LOVE secure scuttlebutt (SSB).

      Their local-first approach inspired that aspect of the 9social design.

      However, a big difference is that SSB is a sophisticated protocol.

      With 9social, the heavy lifting is done by git and a set of conventions.

volemo 1 day ago

How to upvote in bold? /j

  • dharmatech 1 day ago

    It's plan9 so:

    "There's a filesystem for that."

    ¯ \ _ ( ツ ) _ / ¯