ChrisArchitect 3 days ago

Context FYI:

Org-social is a decentralized social network that runs on Org Mode

https://news.ycombinator.com/item?id=44889354

  • pshirshov 3 days ago

    Out of curiosity, how popular it is?

    • frumiousirc 2 days ago

      My most recent traversal of the social graph found 46 accessible nodes and 487 edges.

      • 0_____0 a day ago

        So, like ARPANET ca. 1980

    • andros 2 days ago

      It depends on the niche you're in. It's not at the level of X/Twitter or Mastodon. You need a minimum of technical knowledge.

dietr1ch a day ago

So, It leverages on HTTP range requests to try fetching only what's needed, but to me it seems that it's something that should be efficiently achievable without having to have a unified document.

In my filesystem I could arrange things to be easy to fetch

ls ~/Org/Social/2025/10/

and then fetch the documents I didn't have.

I feel that all this logic is just to workaround problems that may arise when fetching multiple small files, mostly tied to overhead and artificial data ordering when fetching a set of tiny files. Hasn't HTTP3 fixed most of them already?

mjmas 3 days ago

s/Lines/Millions of Lines/

  • dang 3 days ago

    Fixed. Thanks!