Live data from Hacker News

I added a Bluesky comment section to my blog

micahcantor.com

111–115 of 115 posts

Re: I added a Bluesky comment section to my blog

#111
post #57

Earlier quoted context omitted.

I disagree. I think ATProtocol found a pretty good balance for de/centralization. Yes most people are on Bluesky PDSs but the data is easy to backup and move and Mastodon does not improve on that afaik.

If BlueSky is the only aggregator that people are subscribing to, what's the point of being able to 'move' your PDS?

It is so easy and cheap to run your own aggregator that people run their own. If Bluesky goes down it'd be trivial to use something else.

Re: I added a Bluesky comment section to my blog

#112

Earlier quoted context omitted.

My biggest turnoff has been the fact that you don't own your own data/account and are beholden to whichever dictator(s) run the instance you started out on. You can migrate, but that entire process is just convoluted. I should be able to create an account with my own keys and use them anywhere. Servers can choose to use and share allowlists or blocklists. Each instance being its own little world kills discovery and a…

I’m not 100% sure but I think you essentially described how Nostr works in your first paragraph.

Nostr could be great if it wasn’t tightly integrated with cryptocurrency, to the point of using Bitcoin payments as upvotes.

Re: I added a Bluesky comment section to my blog

#113
post #111

Earlier quoted context omitted.

If BlueSky is the only aggregator that people are subscribing to, what's the point of being able to 'move' your PDS?

It is so easy and cheap to run your own aggregator that people run their own. If Bluesky goes down it'd be trivial to use something else.

AppView yes, but a Relay is not so trivial, not to mention identity providers.

Re: I added a Bluesky comment section to my blog

#114
post #52

If you are rendering your blog or website with a static site generator, you could also consider importing comments as content files into your website source and then rendering them as part of the build. The full workflow would look like this: 1. Accept comments via email, CGI scripts, server-side program or by any other means that suits you. A simple hack that requires no server-side scripting: if you run your own we…

I have a vague recollection that 4chan basically works like this. They just generate static pages on every comment because that's more efficient than trying to have a fancy database.

Re: I added a Bluesky comment section to my blog

#115
post #90

I do something kind of similar using Github Discussions for my comments: https://blog.tombert.com/ I didn't build it myself, I use Giscus, but it seems to work fine. Tough to say, though, since no one comments on my blog :)

I just tried to leave a comment on the kids Logseq page. I'm on mobile, don't have access to my GitHub credentials to log in. I'm also extraordinarily wary of exposing credentials to such a critical service for the benefit of leaving a comment on a blog. If you have an actual goal of fostering comments, perhaps consider lowering the bar of entry.

I decided that you were right, so I coded BY VIBE a simple comment system using Rust -> WASM -> Cloudflare Workers and Turnstile. No more login required! https://blog.tombert.com/
Post reply on HN