Remix.run Logo
dist-epoch 5 days ago

So far nobody explained one simple use case - self-hosted Instagram.

How does that work? I want to see the pictures of my friends, and they want to see mine. And I also want to see the pictures of some influencers.

What's the self-hosted Instagram setup that makes this work, while all the involved parties are self-hosted?

dsego 4 days ago | parent | next [-]

Federated social media through a common protocol.

danabramov 4 days ago | parent | prev | next [-]

You might enjoy having a look at how atproto (which powers Bluesky) solves this: https://atproto.com/articles/atproto-for-distsys-engineers

TLDR: Self-hosting is the source of truth for data; apps aggregate over it.

tonyhart7 5 days ago | parent | prev | next [-]

hmm, another UI that connectly directly to S3???

jay_kyburz 5 days ago | parent | prev [-]

when you follow somebody, you put their public url in a list, then when you open the app it requests the photos from everybody on the list?

I see no reason why everybody could not run a web server on their phone.