Live data from Hacker News

Viewing profile — kdbg

kdbg

HN member
Joined
Sun, Jun 12, 2016, 4:05 PM UTC
HN karma
1,516
Public activity
112 items

About kdbg

No profile information was provided.

Recent public activity

  1. comment
    Comment #48802479

    Its one of the features that is behind a minimum karma requirement. https://github.com/minimaxir/hacker-news-undocumented/blob/m...

  2. comment
    Comment #43978866

    Only tangentially related but I'm a Canadian but have been on a US Cell provider (AT&T) for over a decade now because its cheaper, especially when I used to spend a lot more time r…

  3. comment
  4. comment
    Comment #42481704

    I'm not a lawyer so maybe I'm misunderstanding something but the plaintiff is Whatsapp, not the journalists. This isn't really about holding NSO Group accountable for hacking journ…

  5. comment
    Comment #41294064

    Author of the site here (though not this specific post). Any chance you could take a screenshot of what your seeing? The other commenter mentioned the contract of comment s in code…

  6. comment
    Comment #41287009

    curious what type prompting you do on the LLM? I run a markov chain bot in a Twitch chat, has some great moments. I tried using a LLM for awhile, would include recent chat in the p…

  7. comment
    Comment #40783097

    Reminds me a little of a stored XSS I read about last year. https://tttang-com.translate.goog/archive/1880/?_x_tr_sl=aut... Had that same root of not having the mime.types in the c…

  8. comment
    Comment #40547932

    You can, but maybe not in the "standard" way. Standard way being trying to measure the precise differences between requests. The smaller the difference the more requests are needed…

  9. comment
    Comment #39508802

    Thanks for this, was trying to wrap my head around it a bit and you broke it down nicely.

  10. comment
    Comment #38527984

    Binja decompiler is more-or-less fine. Its not as mature as IDA or Ghidra but its not a bad decompiler. Though for me the big selling point on Binja is the Intermediate Languages (…

  11. comment
    Comment #36544217

    Pretty sure that price is only for your first year if you sign up with a code/link from one of their creators. The advertised rates are currently $5/month or $50/year.

  12. comment
    Comment #35833920

    First, just a high-level overview over how it would work as an app/consumer which is not terribly centralized outside of requiring browser support: Passkeys are an open standard, a…

  13. comment
    Comment #33582899

    Its not just historically (atleast if you include IoT/Industrial/Medical devices) Microsoft's "Section 52" (IoT security research group) called out this issue in several allocators…

  14. comment
    Comment #33441863

    It is, it'll build a few fuzzers hitting different areas[0]. The important function in many of those `.c` files is `FuzzerTestOneInput` which is effectively the entrypoint for a si…

  15. comment
  16. comment
    Comment #32257900

    So "pentesting" often kinda defaults to "network pentesting" which is closer to an IT job than a software engineering job and its salary range (in general, as you specialize pay go…

  17. comment
    Comment #32257839

    This is a bit of a common trap, the idea that to do anything you must know everything. When you read writeups you see people just going from some bug to exploit and incorporating o…

  18. comment
  19. comment
    Comment #31542881

    Funnily, both ExpressVPN and NordVPN which you call out have been externally audited. NordVPN had the clients audited by VerSprite last year, and their No-log policy audited by PwC…

  20. comment
  21. comment
    Comment #29905011

    https://www.science.org/doi/10.1126/science.abi9069 Unfortunately many parts of this paper are beyond me, but this study does appear to find that community level masking has an imp…

  22. comment
    Comment #29343777

    On a whole what I found more interesting here was just the techniques they came across through fuzzing that had some impact. Yes its interesting to see the specific combinations th…

  23. comment
    Comment #29151112

    So, disclosure policy is kinda an active discussion within the security community but there is a general move away from coordinated disclosure (aka responsible disclosure) where th…

  24. comment
    Comment #27742611

    Kinda on a related note I found myself needing to make a bunch of these sorts of scraped feeds. The problem for me was the lack of date parsing support which I sorely needed (and i…

  25. comment
    Comment #26956397

    So kinda a quick summary given the available information that I've seen. Back in August 2020 some research was performed looking at introducing vulnerabilities into the Linux Kerne…