HackerTrans
トップ新着トレンドコメント過去質問紹介求人

snehesht

no profile record

コメント

snehesht
·2 か月前·議論
To be precise,

"git.addAICoAuthor": "off"
snehesht
·3 か月前·議論
Interesting idea, why not run this custom agent as part of PR Review process ?

Good clean PRs accepted based on score from your customer agent, rest are closed with comments.

If this is for AI agents to push code, I’d recommend introducing a feedback look from your review agent back to your coding agent.
snehesht
·3 か月前·議論
True, most of the blacklists systems today aren’t realtime like Amazon WAF or Cloudflare.

We need a Crawler blacklist that can in realtime stream list deltas to centralized list and local dbs can pull changes.

Verified domains can push suspected bot ips, where this engine would run heuristics to see if there is a patters across data sources and issue a temporary block with exponential TTL.

There are many problems to solve here, but as any OSS it will evolve over time if there is enough interest in it.

Costs of running this system will be huge though and corp sponsors may not work but individual sponsors may be incentivized as it’s helps them reduce bandwidth, compute costs related to bot traffic.
snehesht
·3 か月前·議論
You wouldn’t permanently block them, it’s more like a rolling window.

You can use security challenges as a mechanism to identify false positives.

Sure bots can get tons of proxies for cheap, doesn’t mean you can’t block them similar to how SSH Honeypots or Spamhaus SBL work albeit temporarily.
snehesht
·3 か月前·議論
Kokuyo Stapleless Stapler

In US, you can find it on Amazon for 15-20 bucks.
snehesht
·3 か月前·議論
Why not simply blacklist or rate limit those bot IP’s ?
snehesht
·5 か月前·議論
50/200 Gb free plus $0.5 / Gb out egress data seems expensive when scaling out.
snehesht
·6 か月前·議論
Wow, the whole thing (website, github repo) is down.
snehesht
·8 か月前·議論
Make sense, but doesn't necessarily have to be an llm, just a regular dom parser will be able to tell whether an element is visible or hidden.
snehesht
·8 か月前·議論
After the first five minutes of using it on Ubuntu, it crashed with error saying I don't have enough free memory, quick look into system stats proved that wasn't the case.

Anyway, not a great first impression. I guess I'll try again in a few months.
snehesht
·8 か月前·議論
Isn’t this easy for LLMs to avoid by passing an instruction to ignore any hidden links ?