Live data from Hacker News

Viewing profile — snehesht

snehesht

HN member
Joined
Thu, Aug 28, 2014, 6:05 AM UTC
HN karma
694
Public activity
298 items

About snehesht

meet.hn/city/35.2272086,-80.8430827/Charlotte

Socials:

- github.com/snehesht

---

Recent public activity

  1. comment
    Comment #48991494

    Oh my Pi - batteries included pi harness

  2. comment
    Comment #47990636

    To be precise, "git.addAICoAuthor": "off"

  3. 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…

  4. 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…

  5. 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 …

  6. comment
    Comment #47562715

    Kokuyo Stapleless Stapler In US, you can find it on Amazon for 15-20 bucks.

  7. comment
    Comment #47562670

    Why not simply blacklist or rate limit those bot IP’s ?

  8. comment
    Comment #46875279

    50/200 Gb free plus $0.5 / Gb out egress data seems expensive when scaling out.

  9. comment
    Comment #46468030

    Wow, the whole thing (website, github repo) is down.

  10. 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.

  11. 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, …

  12. comment
    Comment #45950013

    Isn’t this easy for LLMs to avoid by passing an instruction to ignore any hidden links ?

  13. comment
  14. story
  15. story
  16. story
  17. comment
    Comment #40160809

    Thanks for pointing it out.

  18. story
  19. comment
    Comment #39700637

    Spreadsheet link https://github.com/ianand/spreadsheets-are-all-you-need/rele...

  20. comment
    Comment #34701355

    Link to Github: https://github.com/sqrl-lang/sqrl

  21. comment
    Comment #33477089

    Code: https://github.com/TeaPearce/Counter-Strike_Behavioural_Clon...

  22. comment
    Comment #33288927

    Noticed a small bug, I can't paste into the URL bar.

  23. comment
    Comment #32412028

    Playwright integrates with lot of different browsers compared to puppeteer which just uses chrome.

  24. 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…

  25. 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…