Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- It happens that my fastest computer (just below 3GHz) isn't fast enough to solve a challenge. Firefox bogs down, swap usage increases, 16GiB isn't even enough for a freaking JavaScript nowadays.by tosti
- Indeed, major platforms are becoming more and more closed, and many platforms have begun to not provide or delete website functions, allowing users to download apps before using them. As for security-related platforms, I will only turn on those protection capabilities, such as banks, and other websites are not suitable!by BearBest
- So frustrating actually finding a site with an RSS feed, only to find that it's behind one of these "protections", waste of time.by shaunpud
- The other day I had to disable content blockers to login to Hilton’s site. I figured this out on my own after support sent me 5 password reset links and told me I had to fill out the whole form manually and do it on my phone instead of on the laptop I was sitting at. No matter what I did, I’d get a generic error, until I turned off content blockers. It makes me wonder what they are doing behind the scenes.by al_borland
- - step 1: modify cookie laws to target browsers https://nednex.com/en/the-internets-biggest-annoyance-why-co...by vivzkestrel
- Step 1: cookies disabled by default.
Step 2: make it illegal to show ads without consent. Disabled by default.
by rrgok - > There are tons of CAPTCHAs, and many of them are impossible to solve even with real chrome and no adblock extension
Do you have any other extensions installed or use a VPN? This is highly abnormal compared to most users’ experience but not uncommon if you’re using an IP range which is also a source of malicious traffic.
The underlying problem is that “everyone assumes you are a bot” because every site operator has seen a huge increase in bot activity over the last few years. The AI companies ignore previously industry norms about traffic and do things like use residential IP ranges to originate their traffic (one way “free” VPNs and certain browser extensions make money), which means the amount of traffic most sites see has considerably more than doubled while bringing in no more revenue, and abusive activity is way up, too, because it’s cheap to point LLMs at forms to spam or try to exploit vulnerabilities.
by acdha - > Banking application will force you to update even if it isn't security related.
This is fine. Not sure how that’s related to the rest of your post.
But for the rest of your post I agree with what you wrote. If a website is even vaguely annoying I just stop visiting. It seems like product managers forgot that friction is an issue. I can’t even access my ISP’s own website and get blocked by Cloudflare.
by ericmay - > Cloudflare
Recently I noticed that many have broken their RSS feeds too by putting the feeds behind this CDN too.
by jruohonen - No kidding, I am at the point where if I get a CAPTCHA, I just bail from the site. Seems they do not want my eyeballs.
But there is Gemini (the real Gemini not the stolen name google uses) and gopher. There are decent content there plus news sites. You just need to look, similar to what we did in the 90s.
You can use dillo w/plugins for Gemini/Gopher or Lynx for Gopher or lagrange/amfora for Gemini or Emacs Elpher for Gemini and Gopher. Also deedum on Cell Phones.
Some links:
gopher://magical.fish/
gopher://gopher.floodgap.com:70
gopher://sdf.org/1/
https://sdf.org/?tutorials/gopher
gemini://gemi.dev/
gemini://gem.sdf.org/
gemini://sdf.org/
gemini://gemini.circumlunar.space/capcom/
Forgot to mention, USENET is still around and now that Google disconnected google groups from USENET, spam has decreased a lot.
by jmclnx - I worry about what would happen if CloudFlare decided I was an adversary, a massive amount of the internet would become completely inaccessible if I couldn't get past their annoying gateway!by benoau
- VPNby Markoff
- I'm increasingly okay with that.
Like mom turning off the TV because I should be out running around.
by JKCalhoun - It's an even bigger issue for servers than clients, and CloudFlare's CEO understands how much power they have, and is also a bit concerned about that: https://www.cnbc.com/2017/08/17/cloudflare-ceo-says-removing...by dlcarrier
- The internet is no longer open. It's behind a series of apps. It's honestly more like AOL than the World Wide Webby jdlyga
- It is part of what seems like a loosely coordinated effort to get verified platforms to be standard. Like device attestation so we can be more easily surveilled.
One odd thing with cloudflare is most sites are fine, and I click the box, but for some reason I go to some sites and they claim I have been blocked for bot like activity, which seems weird since it should be the same filter from the same provider.
- Cloudflare isn’t just as simple as “bot” or “not a bot”. They give customers categories of how likely a request is to be automated (or a number for some enterprise plans)[1] and the customer decides what happens to your request (nothing, challenge, block, run a worker, etc).
[1]: https://developers.cloudflare.com/bots/concepts/bot-score/#b...
by trickypr