I’ve removed Disqus. It was making my blog worse

ryansouthgate.com

550 points by ry8806 2 days ago


mrweasel - 2 days ago

Other than the volume, one of the issues I have with these types of ads is that you're rarely able to report them as scams. Reddit have a similar issue. You can report an ad, but you have to pick "Other", there's no: "This ad is clearly a scam". That's by design obviously, because by removing the scams, most of the ad networks are left with very little inventory. Certainly not enough to fund all the ad supported service currently in operation through out the web.

When I forget to sign in to YouTube, I see the same pattern, shitty ads that are clearly only allowed because otherwise YouTube wouldn't have sufficient ad inventory to meet their internal KPIs.

Zak - 2 days ago

I use Mastodon for comments on one of my sites using a slightly modified version of the code featured here: https://carlschwan.eu/2020/12/29/adding-comments-to-your-sta...

As the site is focused on a single topic, I almost always tag a related Lemmy community in the Mastodon post, so it gets comments from there too. Federation is cool.

huijzer - 2 days ago

I just can't be bothered to have comments on my site. It adds nothing but headaches. Cross-posting articles to HN or Reddit for comments is a much nicer way, I think.

est - 2 days ago

I ditched Disqus for the exact same reason, too many ads

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.

drnick1 - 2 days ago

"After years with Pi-hole, which now blocks over a million domains, I’ve become incredibly accustomed to a mostly ad-free web. Without realizing it, I’d forgotten what the typical internet experience feels like."

It is estimated that between 30% and 50% of Internet users run ad blockers. I haven't see a single ad in years.

Besides, Pi-holes are kind of overrated. First, ad blockers running in the browser are simply more effective. Second, Pi-hole is kind of heavy for what it does; you can accomplish the same by loading a blacklist directly to the config file of Unbound/Bind/Dnsmasq.

conradfr - 2 days ago

Wow thanks for the reminder! I have a small side project [0] with Disqus and got the email there would be ads but didn't think to check it out and due to ublock I was kind of oblivious to how they looked.

Check this out: https://i.imgur.com/ZOBUNBg.png

The size of it, above the comments (and under as well of course). That is madness.

I'll have to check some of the alternative listed in here. I could just code it but I really don't want to deal with spam and moderation... Or maybe I'll remove comments altogether.

[0] https://abx.funkybits.fr/

liampulles - 2 days ago

From conception, I've never wanted a comment section on my blog. I just put a line that in effect says "if you want to comment, you can send me an email at xyz".

If you are coming to a blog post of mine that has been shared to you, my assumption is that you want to read my article, and not to be distracted by whatever performance is happening in the comment section. I am aiding you by not even putting a comment section there.

I realize there is a slim chance for there to be enlightening conversation in a blog comment section - but that is not what my blog is for. You are better served doing that here on HN or a more dedicated forum. Here it can be be more visible for others, for people who want to read discourse.

montebicyclelo - 2 days ago

I did the same. I was sad to lose the comments, but the ads were awful and I don't particularly want someone elses ads / tracking on my hobby site. I switched to gisqus [1], which is powered by GitHub discussions, which seems to be working ok. (The site is hosted on GH pages so seems reasonable to also use GH discussions for the comments.)

[1] https://giscus.app/

pwillia7 - 2 days ago

I was so hopeful for Cactus.chat built on matrix, but like all products built on the matrix protocol, you have to follow their mantra of being unusable and undiscoverable. The main page for cactus chat even quit hosting the JS file and none of the maintainers think that's a problem lol.

Still a cool comments product and I still use it on my blog.

https://cactus.chat/

loloquwowndueo - 2 days ago

I’m in the process of converting a Wordpress blog to a static site. We did have significant comment traffic back in the day so I did look into how to maintain comment functionality. I found Comentario https://docs.comentario.app/en/ which is a standalone comments engine that can be self-hosted and linked to the blog page. Single stand alone Go executable, SQLite database - seems dead simple and has built-in ways to migrate Wordpress comments.

Still, since we do not get that many comments these days, I’ll probably postpone it and just provide a static render of existing / historical comments which does have value for archival and discussion purposes.

sunaookami - 2 days ago

Removed Disqus from my website after getting huge spam waves (not the classic garbage spam but "real" comments, but for completely different sites, like they were intended for other sites but instead posted to mine. They were all from a few days old accounts). I wish I'd have used the built-in WordPress comments from the start but well, it was a different time back then. Related: I've used WordPress Jetpack Stats until they extorted every free website, no export possible. Would've cost me 200 € per year, that's more than I pay for my website. Switched to self-hosted Umami but 10 years of data just gone.

erikig - 2 days ago

As far as alternatives go, there was an interesting post a few weeks ago on using Bluesky as a commenting platform. It improves discoverability and adds a social aspect to comments. https://news.ycombinator.com/item?id=44826164

I’ve also found HN to be a great commenting platform too.

lutzh - 2 days ago

I use Hyvor Talk - https://talk.hyvor.com - for ad-free and privacy respecting commenting on my blog. I really wanted something that I can just use as a service, not host anything myself. But it's quite expensive.

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).

a1r - 2 days ago

If you are a small personal site, you can request a free upgrade to the Plus version (which can remove ads) by emailing publisher-success@disqus.com and asking. I did this in late 2023 and got a response in two days. This does remain an absolutely horrific business practice.

drw85 - a day ago

I guess most people here use adblockers, i do too. But occasionally, i have to use the internet without one and i am absolutely shocked.

Ads don't just show things, they forward you to websites that vibrate your phone and claim you won prizes on ebay, amazon, or apple.

Those ads and scripts are on completely legitimate newspapers, ebay, etc.

It's like those companies never use their own product or actually pay attention to what's happening.

The internet without adblockers is largely unusable and dangerous.

shark1 - 2 days ago

Disqusting is the copious amount of trackers they inject in the websites.

For small websites a good start is to get comments by email, publishing only the ones that adds value to the article or conversation. Why? Because we have lots of noise done by social media. A way of curating the comments increase the quality of the website.

If the website gets traction, than it's good to consider a tool to facilitate the commenting and moderation.

MasterScrat - 2 days ago

I think the concern of "blog comments" is best left to external platforms eg HN, Reddit etc

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?)

vivzkestrel - 2 days ago

For those of you stuck with this issue reading this, there is a nice open source commenting system I found on GitHub https://valine.js.org/en/index.html

Here is another one https://docs.coralproject.net/

abdullahkhwaja - 2 days ago

I have an email address for comments at the bottom of my blog posts. If they can write me an email and it's something that contributes to the discussion, I'll include it in a comments section at the bottom of the post. For bigger discussions, cross-post to social is the way to go.

BatteryMountain - 2 days ago

For those on the consuming side, Privacy Badger in Firefox has been blocking disqus for years without fail if you don't like seeing comments on sites.

franksvalli - 2 days ago

A few years back I noticed something similar and had to find an alternative, which I found in Commento, which is now unfortunately abandoned: https://www.davidbcalhoun.com/2020/ditching-disqus-migrating...

I'm not sure it's worth the upkeep to have comments. Seems that mostly spammers comment, and rarely real people. I just wanted a low-maintenance commenting system and Commento seemed to work decently at the time. I'm now noticing it's showing some CORS error, so I guess comments have been broken on my site for some time, doh...

jasoneckert - 2 days ago

When I was evaluating ways to add comments to my blog on GitHub Pages, I quickly passed by Disqus because it was a 3rd party service that I didn't trust for reasons like this.

Instead, I went with a tight solution that minimized 3rd party interaction: GitHub Discussions leveraged using the Giscus app (https://jasoneckert.github.io/myblog/github-discussions-blog...). You have to have a GitHub account to post comments using this method, which I like because my blog is geared to those that would have that.

dingdingdang - 2 days ago

All centralized services will eventually present a variant of this disease and indeed almost all are already. Actual baseline improvement in technology requires fully decentralized software similar to bittorrent and it's ilk imho.

jrmg - 2 days ago

I like Isso: https://isso-comments.de/

ChoGGi - 2 days ago

The Web would be a better place without advertising. It might be smaller as well, but that's fine by me.

PaulHoule - 2 days ago

With very little fanfare Google added an "AI Mode" button next to the search which adds a much more competent question answering engine than those awful summaries that appear at the top of most searches. (On a yes/no question they often give different answers and the "AI Mode" is right)

On one hand there is the impact on web sites which will lose more traffic but on the other hand this will kill the trash ad networks (maybe good in many senses but problematic from antitrust perspective) and also also a lot of trash sites that dominate search results. No more fandom, no more Forbes. The trouble is that the web accessible from Google has been so bad for so long that people aren't going to miss it.

For instance I've been playing the game Arknights where there is a pool of 366 'operators' of which every player has a subset so it is difficult to give a walkthrough that works for everyone and you often have questions like 'Should I use resources to upgrade operator A, B, C or D?' and AI Mode gives me a good explanation of the tradeoffs -- the alternative is Fandom sites which have endless incomprehensible tables or spending hours surfing Reddit where half of the opinions are off the wall, complete garbage ads are blended seamlessly into the content and god forbid I accidentally hit the mouse button anywhere because I get navigated somewhere completely random which might be NSFW.

Similarly I was helping my son look for a rackmount MIDI synth and you could spend hours watching people drone on about it on YouTube or looking at Ebay listings or other sources or you could get some good choices that are well explained and have some links.

The "dead internet" is finally going to die.

RajT88 - 2 days ago

These look like standard disqus ads. Which is to say - like you see when you scroll to the bottom of a Breitbart article.

I would totally agree that this makes your site look like an armpit of the internet, but also - there was a way to figure out that this would happen ahead of time. Google Ads last I checked weren't nearly as bad, but even these were prone to scams and malvertising campaigns on sites I've frequented.

lloydjones - 2 days ago

Try using a Bluesky-based solution so that everyone owns the content?

I made Bluniversal Comments partly for this, but there are other Bluesky-based solutions out there if you prefer.

lukev - 2 days ago

I've been waiting for someone to build a Disqus alternative on ATProto (the protocol behind Bluesky, Blacksky, Skylight, etc.)

Posts could show both under the article (like "normal" comments) and for aggregated discussion on Bluesky / any other app that renders Bluesky posts.

And you'd get "free" moderation (at least for basic stuff) from the Bluesky mod team.

xenator - 2 days ago

I blocked Disqus locally on my computer via /etc/hosts many years ago. Reason is very simply. Because comments as genre is almost useless.

nsim - 2 days ago

I've found https://remark42.com/ works well with static sites, and has plenty of user login options.

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.

thomashabets2 - 2 days ago

When the ads showed up I immediately put disqus loading behind a "load comments despite ads" button, and instead just had a static export of the comments loaded by default.

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.

delirehberi - 2 days ago

I stopped to use disqus a long time ago. Instead I am using hugo2nostr to publish my blog post on nostr network. So, all nostr users can comment in their clients.

https://github.com/delirehberi/hugo2nostr

aubanel - 2 days ago

Giscus is a cool comments management solution vis Github: It lets users auth through Github then posts comments as discussions under your repo. We use it here for instance: https://predibench.com/models

ftchd - 2 days ago

I don't know why but I never commented on a disqus blog, ever. Something about it makes me feel like the author didn't care too much about comment and gave us the IKEA version. No issues with it, works well, but it feels sterile.

kens - 2 days ago

I encountered a similar problem with blog subscription services: I was using "follow.it", which would handle subscriptions and send out an email when I have a new article. It worked fine until follow.it went spammy a few months ago, switching to emails that were mostly objectionable junk ads.

Does anyone have advice for handling blog subscriptions? I'm thinking of switching to Kit, which has a free tier that seems reasonable. Paid services seem to start at $50/month, which is way more than I want to spend. (Originally, Blogger handled subscriptions automatically, but Google removed that feature.)

dross - 2 days ago

I didn't notice this problem, but then I realized that as I'm using Brave browser ads might be blocked by default. So I tried in Chrome and still no ads. I'm using Jekyll for my blog so I wonder what's saving me from this issue.

Example:https://dalevross.rosssquared.org/blog/2013/08/16/pi-lovin.h...

If anyone is able to confirm that they're not seeing ads either, I would be grateful.

sachac - 2 days ago

I took Disqus out of my blog back in March. I'd been meaning to do that for a while. Disqus had started to feel quite icky. I exported 18 years of comments from Disqus and wrote a little code to include them in my static site generation process. Now I just stick a footer with an e-mail link (and Mastodon thread link, if there is one) on each of my posts on the website and RSS feed. I get few comments, anyway, so I'd rather not subject everyone to all that tracking and ad nonsense.

noosphr - 2 days ago

Mailing lists are still the superior format.

The barrier to entry is a feature and not a bug.

tracker1 - a day ago

I'd be surprised if there wasn't a self-hostable, open-source JS injected comment system similar to Discus available. For me, I'd like to stay as close to SSG as possible for blogs, and only load comments on-demand for users. Just to give the best initial impression of the content. One of these days I'll finish out my setup and get back into blogging.

antonyh - 2 days ago

I used to use Disqus on my blog a long time ago, but dropped it with one of the many reboots. Having comments on a blog still seems like a good idea but I'm still half minds over on-page vs fediverse-based discussion, or maybe even both. Spam is a constant problem.

One alternative I've come across while researching this was https://cusdis.com/ - has anyone tried this?

jmmv - 2 days ago

Same here. I removed Disqus a while back due to how obnoxious it became. Then, I built my own commenting platform and, while it was a fun thing to do... I think it's worthless. People don't comment on blogs anymore, and when they do, the value is too low. Discussions happen elsewhere now. I've been tempted to just remove the comments altogether but haven't gotten to it.

tayloramurphy - 2 days ago

I've enjoyed the comment system on https://www.jlowin.dev/blog/oss-maintainers-guide-to-saying-... which seems to pull from Hacker News and Bluesky when the author has posted the article directly.

Hard_Space - 2 days ago

Disqus is a great idea turned into hot garbage by (inevitable) lowest-level monetization. I once worked on a blog with Disqus. Whenever we had a hit, such as an HN front page, horrific ads would be injected into the comments section for that page. Any page without significant traffic had no ads, lulling you into a false sense of security. If a page 'hit' in your off-hours, the ghastly and repulsive ads could be running for a day, or even a weekend.

They could be turned off at the time but only on a case-by-case basis. In the end, I got rid of Disqus.

CIPHERSTONE - a day ago

I suspect 99.5% of blogs like this don't make any appreciable amount of money from ads. Which begs the question, why even do it? If it cheapens your readers experience and you are not making significant money from it, just don't do it at all. Everyone thinks their blog will make money, few do.

socalgal2 - 2 days ago

I have disqus on several sites. No ads so shrug?

Having written my own multiple times and used several others before disqus I’m unlikely to switch unless the new thing is super compelling and I believe it will stick around.

Spam is hard to deal with. Akismet fails miserably for me. disqus has the fact they can track users across sites. Spam one site and you’re off all sites.

whatamidoingyo - 2 days ago

Same. I bit and upgraded my account to get rid of the ads. But it still didn't feel great using their software, so I just built commenting into my site after switching from static site to a fullstack setup. They made it difficult to cancel the subscription. I had to send an email to cancel it... like what?

kakarot253 - 2 days ago

You can use github for comments, I had implemented it on my blog earlier. Currently removed the section completly. Here is an example on this site.

https://jasoneckert.github.io/myblog/github-discussions-blog...

splitbrain - 2 days ago

I was in the same boat and built my own commenting system. It has an importer for disqus (so you don't lose your old comments) and also imports Mastodon replies.

https://www.splitbrain.org/blog/2025-03/26-meh_another_comme...

daitangio - 2 days ago

I keep using isso https://isso-comments.de/ I installed it on my static blog very easily, and I own all the data. Also it is GDPR-compliant (because it provide hints on how to remove data like IPs) and it is very light. For me Disqus and similia are a dead end.

tonymet - 2 days ago

I removed Disqus 7 years ago when I noticed their Javascript+HTML embeds ballooned my 75kb static blog into 3mb+ with sluggish loading times. It also failed every Performance test like Chrome Devtools Lighthouse Perf Tab.

We need to ruthlessly audit third party deps for privacy, perf, spam etc.

alltheseas - 2 days ago

Improving performance, and removing ads is the way to go.

There is FOSS option built on nostr you could explore called nocomment. https://github.com/fiatjaf/nocomment.

License is public domain.

timpera - 2 days ago

You still need comments on your blog. I hate having to log in to Twitter or HN to leave a comment.

capestart - 2 days ago

Ugh, i feel u. Disqus ads have gotten way out of hand. It’s such a shame because the platform used to be so clean and user-friendly. It’s almost like they’re trying to ruin the experience. Definitely time to ditch it for something better. Any better alternatives?

edent - 2 days ago

For everyone saying "just have the comments on social networking sites" - that fragments the conversation, makes people sign up to a service if they want to comment, and exposes them to ads on 3rd party sites.

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.

cgsmith - 2 days ago

I wish there was a Git way of commenting even anonymously (not necessarily without auth). Then a site like this, written with Hugo, could keep all the comments and the moderation/spam could be built in with a GitHub authorization.

dbishai - a day ago

Shameless plug but I built https://blogmate.io/ with Elixir and Phoenix LiveView for this exact problem.

bilekas - 2 days ago

It's disgusting what the internet has become, in this case it's even more egregious that the author as far as I see isn't even making any commission off of these ads, not that that would justify it. And then you have companies like Google who will punish you intentionally for using tools to reduce the amount of spam you're exposed to on your own device.

We need a better model of financially supporting websites and services, not all companies are simply greedy, there are bills to pay, but it's gotten ridiculous.

didip - 2 days ago

I didn't realize Disqus is still alive. Yeah, there's no use in embedding things like this if it doesn't even bring in the traffic. You gained 0 and they gained 100.

giancarlostoro - 2 days ago

I forget what HN linked blog post it was, but I noticed a bunch of ads on a website, and realized it was all from Disqus. It's a shame because it looked like the website owner had them setup.

Apreche - 2 days ago

I strongly recommend not having comments on your blog at all.

anagogistis - 2 days ago

Thanks! I just disabled it on my blog after reading your post. I hadn’t realized how bad it was because of my ad blocker. Truly disqus-ting...

BobAliceInATree - 2 days ago

You're using an free tier supported by ads, what would you expect?

Either pay the money they ask if it's worth having comments, or build your own system.

Coeur - 2 days ago

That's a great step forward. But: he says he wants his users to be free from unwanted tracking, yet still has google analytics installed.

ggirelli - 2 days ago

I tried we mentions for a while, but then switched to just POSSE (publish (on your) own site, syndicate elsewhere). So the comments are moved to other platforms atm.

- 2 days ago
[deleted]
wltr - 2 days ago

This constant difference between the original title and its censored version contributes into the whole impression (this, plus the lack of any moderation log) into the whole community to be very much censored and demotivates me to be here. Which isn’t a bad thing for me personally, the domination part, but the censoring part for no reason is quite disturbing.

Why not keep the original title? Rhetorical question.

wateralien - 2 days ago

A comment system on top of the AT Protocol seems like the way to go.

- 2 days ago
[deleted]
lo_fye - 2 days ago

I don't think anyone is surprised by this.

phendrenad2 - 2 days ago

I don't know why a $5 VPS and a random CMS isn't the default for developers blogs. Dead simple, runs for years without maintenance, minimal cost, no ads.

rchaud - 2 days ago

There was once a time when advertisers had to show some creativity in their ad copy to develop brand recognition and stay within the editorial guidelines of magazines and newspapers.

Online "targeted" ads eliminated the gatekeeper in favour of a free-for-all where shady companies are encouraged to hide their identities so they can simply advertise under a different name when their ad account eventually gets banned. 20 years ago I was seeing scam ads for "mail order brides", "free iPods" and "legal buds", today its crypto scams , political spam and misinformation.

ksec - 2 days ago

Edit: And for other similar services, blocking ads or using DNS solution that block ads it will refuse to load the comment section.

It is now 2025, Unless it is an extremely popular site where every blog post has hundreds of comments. For most blogs hosting your own comment section shouldn't even be a rounding error or expensive. Why do we still have to put up with Disqus?

Blog like Michael Tsai [1] do it just fine. You submit a comment it render the page on server.

[1]https://mjtsai.com/blog/2025/09/29/ios-26-0-1-and-ipados-26-...

jwr - 2 days ago

Enshittification is everywhere, unless you own your stuff. I know it's easier to use a third-party service, but please, consider hosting your own content to keep full control over it.

deadbabe - 2 days ago

If people want to write comments provide an email address to send comments to. You will get better comments this way.

aricooperdavis - 2 days ago

Utterances: https://utteranc.es/

micromacrofoot - a day ago

Blogs with comments should just be forums.

fortran77 - 2 days ago

There are a number of websites I like, like https://quoteinvestigator.com/ but I'll never send links to them to people that I think may not have ad blockers (my Mom on her iPad, etc) because the non-adblocked experience is so awful.

louwrentius - 2 days ago

Based on this article, I decided to remove comments from my blog as I was using Disqus too.

I liked the comments, they were infrequent and OK, but I'm not going to add an alternative, maybe in the future when I feel like it.

deafpolygon - 2 days ago

I won't have anything to do with ads, on principle- I realize this removes a potential income stream for me, but I don't care.

It is revolting how riddled the default web view is with advertisement and that the only way to browse sanely, you must install an adblocker.

aa_is_op - 2 days ago

Disqus has been dead for years. Haven't seen it used on a legitimate blog or news sites since it was bought out. This was kinda expected. It's the Digg rot at work.

redbell - 2 days ago

> With this post, I’ve removed Disqus. It was making my blog worse, and frankly, they were profiting off my work and my visitor’s data.

Ironically, if you look at the screenshot, just below the comments' section, you will read: 'Subscribe', 'Privacy' and 'Do Not Sell My Data'. Seriously?! You are already torturing my visitors by throwing many ads, at the same time, on their faces. How can I trust you?

Also, what drives me cra*y the most about online Ads is that they are random and have no relation with the content of the page I am looking at. Oftentimes, they went extremely far by showing what I consider near explicit content.

noirscape - 2 days ago

In terms of blogs, for selfhosting comments, the main ones that seems interesting for selfhosted setups are probably remark42[0] and utterance.es[1]. Remark42 is a low barrier Disqus clone with social logins (as well as just plain usernames) that also makes it fairly easy for users to bulk export their own data (as well as delete I think?), which ought to take care of most GDPR stuff.

Utterance.es is GitHub issues backed comments, which is an inherent barrier to commenting, but YMMV if that's an actual problem (generally the value of unbarred comment sections is abysmal). Like remark42, it's open source, but you're relying on a third party's servers.

[0]: https://github.com/umputun/remark42

[1]: https://utteranc.es/

renewiltord - 2 days ago

Haha lol it's a chumbox. That's wild.

FooBarWidget - 2 days ago

I had a similar incident with Disqus. But I didn't even know they were showing ads on my website because I had Adblock enabled. Until a user without adblock emailed me. facepalm

bbor - 2 days ago

  I became “blind” to what the web is really like for most users. I’ve tried to keep this blog minimalist - a clean place to find answers. Those ads not only ruin that experience; they trample privacy too
I’ve said it once, I’ll say it a thousand times: the free and open internet died decades ago and is being propped up in Google’s yard as a scarecrow against public outrage. Online display advertising is a scam at best — it has to be terrible, because it’s just not very effective otherwise.

  If you have any recommendations for alternative commenting systems (especially those that respect privacy or are self-hosted), I’d love to hear them!
I’ve heard great things about ATProto comments (aka “comments through BlueSky”), tho that’s obviously more setup. But this might not be the guy for it; pretty funny to see “hit me up on X” right next to calls for privacy, self-hosting, and authorial-control…
EGreg - 2 days ago

Ah, color me shocked that capitalism leads to enshittification over time. Why would people embed a for-profit third party platform in their Web 1.0 site and let them do whatever they want? Because they don’t have the software to do “social” Web 2.0 stuff themselves.

Perhaps there should be an open source alternative. Why isn’t there one by now?

opengrass - 2 days ago

[dead]

BoKKeR11 - 2 days ago

[dead]

4laska - 2 days ago

[dead]

p0w3n3d - 2 days ago

[flagged]

- 2 days ago
[deleted]