Earlier quoted context omitted.
You may be missing that it's easy and free for website owners to fix the problem. But it's hacker news after all. If somebody is bothered by a leaf falling on them on their walk to the corner store, the suggested solution here will be to have a full communist revolution.
It is absolutely not free or easy to stop bots.
The bot situation on the internet is worse than you could imagine
131–140 of 179 posts
Re: The bot situation on the internet is worse than you could imagine
#132Earlier quoted context omitted.
>>> People have a right to complete anonymity Why? (Am not trolling. Genuinely interested) I walk out my front door in the UK and I am not anonymous. Every transaction I make either identifies me through bank, railway or other id, or quite simply by my face standing in front of the coffee seller. My walk down the road is observed by neighbours and postmen. Should my government arrest me without cause or trample on my…
> Every transaction I make either identifies me through bank, railway or other id, or quite simply by my face standing in front of the coffee seller. My walk down the road is observed by neighbours and postmen. Are these the government? Is the bank the government? Is the rail company the government? No? Then you have answered your own question. A silo of identification between you and a service provider that uses the…
The issue is we want “good” government and “good” corporate behaviour but not the bad. And knowing the difference especially ahead of time requires engaged citizenry, lots of feedback mechanisms that are not overwritten by corruption and noise in the mechanism (ie primaries materringnmore than elections is a feedback mechanism fail in my book)
Re: The bot situation on the internet is worse than you could imagine
#133Earlier quoted context omitted.
The Anubis difficulty setting is (or was) so high that nobody could visit the site without leaving it open for minutes or hours.
>Anubis was enabled in the tar pit at difficulty 1 (lowest setting) when requests were pouring in 24/7 >difficulty 1 (lowest setting) literally in the comment you're responding to
Literally the grandparent of the comment chain you're responding to.
Re: The bot situation on the internet is worse than you could imagine
#134Earlier quoted context omitted.
>It's less proof of work and just annoying to users, and feel good to whoever added it to their site, this is being disproved in the article posted: >And so Anubis was enabled in the tar pit at difficulty 1 (lowest setting) when requests were pouring in 24/7. Before it was enabled, it was getting several hundred-thousand requests each day. As soon as Anubis became active in there, it decreased to about 11 requests af…
That doesnt mean the PoW is doing anything, it might just mean bots have js disabled. I dont think the person was claiming annubis doesnt work, they were disputing PoW is the reason it actually works.
Re: The bot situation on the internet is worse than you could imagine
#135Re: The bot situation on the internet is worse than you could imagine
#136Earlier quoted context omitted.
It doesn't matter if your hottest loop is using string comparisons, as another poster pointed out in C you aren't even doing the majority of the second hash because you know the result (or enough of it) before finishing it. The JavaScript version just does whole hashes and turns them into a Uint8Array, then iterates through it.
I dont understand what you mean. Are you saying that in C you only calculate the first few digits of the hash? That's not how sha256 works. Edit: oh i think you mean in c the string comparison short curcuits. I would expect the same to be true in javascript too. Its true in most languages. Maybe you are just worried about general language overhead, which is a fair point. Is the anubis check even using multiple thread…
Modern bitcoin miners do a double sha256 hash and increment in just a little bit more than a single hash of work. The input is 80 bytes, which is two compression rounds of 64 bytes in sha256, only the data in the second round has changed (the appended nonce), so you don’t bother doing the first compression round again. With other quirks you can end up doing multiple hashes at once “asicboost” due to partial collisions within the input too.
Re: The bot situation on the internet is worse than you could imagine
#137AI companies and notably AI scrapers are a cancer that is destroying what's left of the WWW. I was hit with a pretty substantial botnet "distributed scraping" attack yesterday. - About 400,000 different IP addresses over about 3 hours - Mostly residential IP addresses - Valid and unique user agents and referrers - Each IP address would make only a few requests with a long delay in between requests It would hit the se…
Re: The bot situation on the internet is worse than you could imagine
#138Earlier quoted context omitted.
I don't get this kHash thing. Do we have captchas mining bitcoin in a distributed fashion for free now?
The page says > Anubis uses a Proof-of-Work scheme in the vein of Hashcash And if you look up Hashcash on Wikipedia you get https://en.wikipedia.org/wiki/Hashcash which explains how Hashcash works in a fairly straightforward manner (unlike most math pages).
Re: The bot situation on the internet is worse than you could imagine
#139>How can you protect your sites from these bots? JA4 fingerprinting works decently for the residential proxies.
TLS fingerprinting is not sufficient to stop residential proxies, the proxy acts as a transparent pass-through at the TLS layer making it trivial to use something like curl_cffi to mimic a real browser TLS fingerprint. However residential proxies do have a weakness, since they need to maintain 2 separate TCP conenctions you can exploit RTT differences between layers 3 and 7 to detect if the connection to your server…
Re: The bot situation on the internet is worse than you could imagine
#140Earlier quoted context omitted.
> it's sending us traffic with fbclids in the mix. No idea why. The click IDs are likely to make the traffic look more like a human who has clicked a link rather than a bot? That way it gets past simple filters that explicitly let such requests in before bothering to check that the source address of the request seems to be a DC rather than a residential IP. > citing the competitive environment All the companies are c…
> The click IDs are likely to make the traffic look more like a human who has clicked a link rather than a bot? It's certainly possible. However, the traffic is still coming from Facebook's network with a FB proxy PTR record in DNS. Seems much more likely to fool your typical site owner than a bad actor.
Sorry, I wasn't clear. That is exactly what I think they would be doing. While it won't fool blocks that check source first it will fool those who allow requests with those IDs through because they can't afford to block their content appearing on the distraction media sites.