hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.6K
active users

@mapache @blog

.... awe boo. You had me excited when you posted "in a static website", but then I got disappointed when you talked about C# code and a mention of "almost static" in the actual article.

I'm still on the hunt for a pure static solution, (or rather a pure client-sided / JS solution).

(Though I guess even mine is an "almost static site" too as there's a small Python helper on the server for bot/crawler access.)

@cdp1337 @blog but yes, I don't think a pure-client-sided solution would work.

In the moment someone follows your site, a POST request will be made from an instance in the background to your inbox, so you need to have a "dynamic" endpoint for that.

I guess you could create a purely-static activitypub notes, but the broadcasting won't work until the follow handshake completes.

@mapache @blog

Hmmm, I wouldn't be entirely opposed, though my C#-fu is pretty rusty and your code doesn't have very many inline comments talking about what the various bits do, (albeit it does appear rather straight forward).

For example, you reference TableStorage, but I'm not familiar with that library; where is the database file which stores replies?