Viewing profile — snehesht
snehesht
HN member- Joined
- Thu, Aug 28, 2014, 6:05 AM UTC
- HN karma
- 694
- Public activity
- 298 items
- HN profile
- View on Hacker News ↗
About snehesht
Socials:
- github.com/snehesht
---
Recent public activity
-
comment
Comment #48991494
Oh my Pi - batteries included pi harness
-
comment
Comment #47990636
To be precise, "git.addAICoAuthor": "off"
-
comment
Comment #47842761
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 th…
-
comment
Comment #47563170
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 an…
-
comment
Comment #47563061
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 …
-
comment
Comment #47562715
Kokuyo Stapleless Stapler In US, you can find it on Amazon for 15-20 bucks.
-
comment
Comment #47562670
Why not simply blacklist or rate limit those bot IP’s ?
-
comment
Comment #46875279
50/200 Gb free plus $0.5 / Gb out egress data seems expensive when scaling out.
-
comment
Comment #46468030
Wow, the whole thing (website, github repo) is down.
-
comment
Comment #45976363
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.
-
comment
Comment #45976347
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, …
-
comment
Comment #45950013
Isn’t this easy for LLMs to avoid by passing an instruction to ignore any hidden links ?
- comment
- story
- story
- story
-
comment
Comment #40160809
Thanks for pointing it out.
- story
-
comment
Comment #39700637
Spreadsheet link https://github.com/ianand/spreadsheets-are-all-you-need/rele...
-
comment
Comment #34701355
Link to Github: https://github.com/sqrl-lang/sqrl
-
comment
Comment #33477089
Code: https://github.com/TeaPearce/Counter-Strike_Behavioural_Clon...
-
comment
Comment #33288927
Noticed a small bug, I can't paste into the URL bar.
-
comment
Comment #32412028
Playwright integrates with lot of different browsers compared to puppeteer which just uses chrome.
-
comment
Comment #32412014
If you're interested in running the puppeteer in containers, take a look at chrome-aws-lambda[1] and browserless docker container[2] Not affiliated with browserless, but they do ha…
-
comment
Comment #32410050
In the world of SPA (single page applications), headless browser API is super helpful, playwright[1] and puppeteer[2] are very good choices. [1] https://github.com/microsoft/playwr…