They could be turned off at the time but only on a case-by-case basis. In the end, I got rid of Disqus.
What would be more useful would be an automated list of places where the post has been discussed (and maybe pull the top comments from there through API?)
Social media ruined that. Everyone is now on their own soap box posting comments of drivel from their sub-optimal self-conscious parroting asinine talking points about how one characterized group of statistics ruined it for everyone else. Bots, drivel, linkbacks, social media, stupid laws, and an aversion to independence - we have what we have today. Large platforms that trick humans into use because they have the largest arenas.
Also, the author’s experience with seeing scammy ads on their site doesn’t mean that others are seeing the same ads. Because they ran ad-free for so long it’s possible their token in the AdTech ecosystem is stale in which case it hasn’t put it into any buckets yet. Ergo, you get the smoking/drinking/scamming/doesn’t fit category.
A “token” is a device or ident signature used to identify a viewer or user so that they can tabulate impressions, build personas, categorize your shopping habits, track the sites you visit, link your token with others in your proximity
Then I built an alternative using free Cloudflare Worker
https://github.com/est/req4cmt
It's a simple service that transform comment POST form data to JSON, append to a .jsonl file, then do a `git push`
It renders comments by `git fetch` from a .jsonl file from a remote repo, or simply via raw.githubusercontent.com if your repo was hosted by Github.
The advantange over Github issue/discussion based comment plugins:
1. All data is stored a .git
2. no login of any sort
Github OAuth login might leak all your repo data along with your `access_token` to the plugin provider.
The `git push` works for any remote. You can choose github/gitlab or whatever.
You now have a direct way for users to insert data into your repo, which can include illegal things. And if you're required to delete it later, you'll be forced to edit your git history.
But if everyone behaves, it's a great solution
https://www.splitbrain.org/blog/2025-03/26-meh_another_comme...
But that's a temporary solution.
Sure, I can code an in house comment system within an hour, but the real work is to combat spam. Because people (and now also disqus) suck.
Here is another one https://docs.coralproject.net/
But, the solution I've been looking for/prototyping is one that lets people comment from the Fadiverse, so it will also double as a feed. Nothing to show yet, but one-day maybe.
A clever way to leverage another platform
The barrier to entry is a feature and not a bug.
I made Bluniversal Comments partly for this, but there are other Bluesky-based solutions out there if you prefer.
No lock-in, except for GitHub, I suppose.
Or just leave it. Nobody needs to comment on blog posts, really. :D
If I where to ditch it to save the money, I'd look into integrating Mastodon into the page, I saw somewhere that they used Mastodon as their comment system (it's basically a thread on Mastodon that is embedded in the blog page).
You also get no control over the level of abuse, misinformation, and spam on those external sites.
The joy of having comments on your own site is that you can moderate the bad-faith discussions and curate a friendly / helpful atmosphere.
Yes, you need a small database to receive and serve comments. Spam is mostly taken care of with a hidden field. It is great to build a community of commenters who want to offer their thoughts.
phendrenad2•1h ago
rwmj•56m ago
JdeBP•29m ago
* https://news.ycombinator.com/item?id=45370971
rokkamokka•55m ago
mickeyp•52m ago
rokkamokka•36m ago
InMice•21m ago
In the 2010s if you left a wordpress blog unattended even with the official default filter plugin it would fill with spam comments. I dont know if thats still a problem.
antiloper•53m ago
edarchis•51m ago
You probably mean a PHP that can be hosted for cheap. But then, you end up with a Wordpress nightmare, even more spam and security issues.
I had a pretty popular blog and some posts gathered hundreds of useful comments. But I was so tired of fighting spam that I threw it all away and started using Hugo too, without comments.
mixedbit•50m ago
undebuggable•46m ago
HeckFeck•44m ago