Live data from Hacker News

Viewing profile — gwittel

gwittel

HN member
Joined
Thu, Aug 29, 2019, 4:23 PM UTC
HN karma
431
Public activity
161 items

About gwittel

Computer security Anti-spam / malicious content filtering Backends Scaling

glwittel [at] gmail [dot] com

Recent public activity

  1. comment
    Comment #49259478

    You’re right. My wording was imprecise. I should have said the efficiency drop off is such that for practical purposes it doesn’t matter - until you hit a crossing point. You won’t…

  2. comment
    Comment #49248051

    Modern heat pumps easily keep efficiency below freezing. Ours goes to 22F before there’s any efficiency drop. A different model goes below 0F (we just didn’t need it). But yes, man…

  3. comment
    Comment #48879378

    Chronicle has a lot of great resources. I’ve been out of Java for a few years but when I had to write high perf code, the libraries and blog insights were invaluable. A lot of the …

  4. comment
    Comment #48648937

    Pretty much this. We see CF hosted/protected content all the time. CF does nothing for days or weeks. By then the campaign is gone and on a new account etc. Tycoon and Kratos are t…

  5. comment
    Comment #48611392

    Given how little they do now to stop malicious content hosted behind/by Cloudflare, the bare minimum if anything.

  6. comment
    Comment #47942500

    > "GitHub only gets better if people who give a shit stick around to make it better" At a basic level I appreciate this sentiment. However, the common dysfunction I see in large co…

  7. comment
    Comment #47839478

    Yes. In the past I helped sort out tooling like this for competitive analysts. There are a few ways this is done: 1) Check the businesses’ MX record. Often this points to a third p…

  8. comment
    Comment #46315933

    Yes. I remember listening to it on the radio. The DJ used the handle Hard Hat Mack. It was pretty awesome to hear SID music over the radio. I found this archive that has some of th…

  9. comment
  10. comment
    Comment #45954988

    Tools like Playwright and Puppeteer are abstractions on top of CDP. The other use case is when these frameworks don’t expose or don’t use a CDP command you need (often they hide so…

  11. comment
    Comment #45942898

    I’ve had a similar thing happen to me recently. 500$ tariff on $130 of stuff. The tariff should have been like $20. UPS has been completely non responsive and still won’t show me t…

  12. comment
    Comment #43453935

    I work a product that involves a security crawler (phish, malware detection, etc). It’s just a new arms race. Crawlers will adapt. Cloudflare is already heavily abused by threat ac…

  13. comment
    Comment #43441634

    Oh fun. I can’t wait. Now phishing sites will be protected with Turnstile and this garbage.

  14. comment
    Comment #42816607

    Interesting. Looks really neat! How do you deal with anti bot stuff like Fingerprintjs, Cloudflare turnstile, etc? Maybe you’re new enough to not get flagged but I find this (and C…

  15. comment
    Comment #42289952

    Google search results are full of garbage pages populated with LLM generated content (the pages exist solely to serve ads and capture search results). Search spam is not new, but t…

  16. comment
    Comment #41506754

    Neat optimization! Would it have been feasible to spend a bit of cpu/memory and tag headers as internal upon the request construction? That way filtering on output is trivial.

  17. comment
    Comment #40188975

    They could police their content. Or if they don’t want to, they could meaningfully partner with the security industry - create a “security bots” program, respond to takedown reques…

  18. comment
    Comment #40185293

    You can. Sort of. The good bots list is basically driven by a fixed user agent. And customers can set their preference to not allow “good bots”. Not so good for security work. It’s…

  19. comment
    Comment #40180879

    I’m really mixed on this. Anti bot stuff is increasingly a pain point for security research. Working in this space, I have to work against these systems. Threat actors use Cloudfla…

  20. comment
    Comment #37277475

    Cool library. This sounds like SWAR (simd within a register). I’ve seen these techniques give a nice speed up especially when SIMD isn’t available or a pain (eg in Java pre-Panama)…

  21. comment
    Comment #36709181

    I was looking at [1] recently to understand omicron variant positivity length and they cite a few other papers. The article [1] is publicly available. I haven’t checked if all of t…

  22. comment
    Comment #35309138

    The Inkplate 10 is great. I haven’t gotten a lot done other than toy stuff, but so far it’s been a mostly good experience. Another nice entry point is micropython. Some of the gett…

  23. comment
    Comment #34437154

    In a past job I’ve seen crappy crawlers from badly designed security applications do stuff like this. An an example one customer was using Trend CAS to scan all URLs in their inbou…

  24. comment
    Comment #33257182

    Having worked in anti-abuse for nearly 20 years this is spot on. Even if it were possible, publishing “the algorithm” isn’t going to solve anything. It’s not like it can be publish…

  25. comment
    Comment #32684878

    Definitely. Twitter seems to have not been doing a lot of standard best practices for a company of their size. My intent was pointing out that engineers with high level access to t…