Earlier quoted context omitted.
Come on. There is a massive difference between an ad that optimistically emphasizes the best aspects of a real product or service and an ad for a fake product or service that will take your money and leave you with essentially nothing.
Yes there is a massive difference, you are correct. Also, most of the ads do not fall into that category.
I’ve removed Disqus. It was making my blog worse
101–110 of 408 posts
Re: I’ve removed Disqus. It was making my blog worse
#102Earlier quoted context omitted.
almost every ad is a scam, telling lies directly or indirectly maximizing what is within the legal bounds.
Come on. There is a massive difference between an ad that optimistically emphasizes the best aspects of a real product or service and an ad for a fake product or service that will take your money and leave you with essentially nothing.
Re: I’ve removed Disqus. It was making my blog worse
#103I’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 m…
Re: I’ve removed Disqus. It was making my blog worse
#104Re: I’ve removed Disqus. It was making my blog worse
#105I 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?)
Re: I’ve removed Disqus. It was making my blog worse
#106Other 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 serv…
The ad industry likes to say that their industry is clean and the people who buy ads for scams are the problem, but the truth is the entire industry is complicit with the scamming, and stuff like this shows it. If the ad industry were merely hapless victims of the scammers, rather than willful participants in the scamming, they'd be eager to receive reports of scams.
Medical supplements or plans that make claims that clearly aren’t real, financial scams (crypto or get-rich-quick schemes), or product scams (this new device that ‘they’ don’t want you to know about can heat/cool your house in minutes for pennies!).
I’m pretty sure none of this is legal, and Google obviously doesn’t care.
FWIW I have ad personalization off - perhaps it’s a bit better for those who don’t?
Re: I’ve removed Disqus. It was making my blog worse
#107Other 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 serv…
The ad industry likes to say that their industry is clean and the people who buy ads for scams are the problem, but the truth is the entire industry is complicit with the scamming, and stuff like this shows it. If the ad industry were merely hapless victims of the scammers, rather than willful participants in the scamming, they'd be eager to receive reports of scams.
Re: I’ve removed Disqus. It was making my blog worse
#108Re: I’ve removed Disqus. It was making my blog worse
#109Re: I’ve removed Disqus. It was making my blog worse
#110I 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 advanta…