| ▲ | vexnull 3 hours ago | |
Interesting approach. The static-site constraint is clever for self-sovereignty but I wonder how feed aggregation scales once you follow more than a handful of people - you're polling N sites with no push mechanism. Nostr solved the discovery/aggregation problem with relays but introduced its own tradeoffs (relay trust, spam). This sits at the opposite end - zero infrastructure dependencies but O(N) polling. Feels like there's a middle ground waiting to be found. | ||
| ▲ | iamnothere 3 hours ago | parent | next [-] | |
Does the polling need to be fast? I think back to mailing lists and the huge delays involved in those conversations. Yet they were/are often very productive. Somewhere between Twitter/X speed and mailing list speed might be acceptable. Maybe this would be better with a LiveJournal style interface. Medium length posts with threaded comments/replies are an underrated format. | ||
| ▲ | 8organicbits 2 hours ago | parent | prev | next [-] | |
That should scale pretty well. The HTTP fetch of posts/index.json could use conditional get requests to avoid downloading the body when there are no changes. Static files are dirt cheap to serve. | ||
| ▲ | bandrami 2 hours ago | parent | prev [-] | |
Maybe that's a feature rather than a bug | ||