HackerTrans
TopNewTrendsCommentsPastAskShowJobs

snehesht

no profile record

comments

snehesht
·2개월 전·discuss
To be precise,

"git.addAICoAuthor": "off"
snehesht
·3개월 전·discuss
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개월 전·discuss
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개월 전·discuss
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개월 전·discuss
Kokuyo Stapleless Stapler

In US, you can find it on Amazon for 15-20 bucks.
snehesht
·3개월 전·discuss
Why not simply blacklist or rate limit those bot IP’s ?
snehesht
·5개월 전·discuss
50/200 Gb free plus $0.5 / Gb out egress data seems expensive when scaling out.
snehesht
·6개월 전·discuss
Wow, the whole thing (website, github repo) is down.
snehesht
·8개월 전·discuss
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개월 전·discuss
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개월 전·discuss
Isn’t this easy for LLMs to avoid by passing an instruction to ignore any hidden links ?