Live data from Hacker News

Viewing profile — IAmLiterallyAB

IAmLiterallyAB

HN member
Joined
Thu, Mar 22, 2018, 3:45 PM UTC
HN karma
566
Public activity
217 items

About IAmLiterallyAB

No profile information was provided.

Recent public activity

  1. comment
    Comment #48625331

    Oops, you're right. I was thinking of those as nearly interchangeable but they're actually pretty different. I might give it a try when I have a chance, I'll let you know if anythi…

  2. comment
    Comment #48625290

    I wonder if an adversarial user could bypass the checks and achieve memory corruption / code execution. Maybe not a practical attack in most situations but a fun exercise. > This i…

  3. comment
    Comment #48058619

    Yes but at best their "solution" is equally secure, not any better.

  4. comment
    Comment #48031052

    That's a privacy violation, not relevant.

  5. comment
    Comment #47474801

    For the old version support. Why not do some compile time #ifdef SUPPORT_ES3? That way library writers can support it and if the user doesn't need it they can disable it at compile…

  6. comment
    Comment #47305031

    It doesn't bypass it exactly, it's still accessing it via virtual memory and the page tables. It's just that the kernel maintains one big linear memory map of RAM that's writable.

  7. comment
    Comment #47227652

    Citation needed. We don't even know if indistinguishability obfuscation is possible.

  8. comment
    Comment #47036578

    And everyone uses Ghidra exclusively where I work. I'd say we're a serious operation

  9. comment
    Comment #47002165

    Amusing because gmail doesn't even follow spec. I had to workaround gmail quirks when I worked at an email company. Better than outlook though. What a nightmare.

  10. comment
    Comment #46989688

    Half the time when people say they're using telnet (including in this thread) they're really just using the client as a TCP client, not doing anything with the Telnet protocol. No …

  11. comment
    Comment #46895800

    That doesn't work on any* NAND flash device, be it a flash drive, NVME, SATA, whatever. The block device you see is an abstraction provided by the SSD controller. In reality, the f…

  12. comment
    Comment #46895726

    To maximize device performance when wiping a drive to use for something else, I use nvme format with --ses=1. Which in theory should free all of the blocks on the flash. Really har…

  13. comment
    Comment #46895670

    As far as I know, there is NO way to securely erase a USB flash drive (barring some undocumented vendor specific commands that may exist).

  14. comment
    Comment #46762187

    They explicitly check if the referrer is hackernews and do that.

  15. comment
    Comment #46404842

    Another related writeup https://www.latacora.com/blog/2019/07/16/the-pgp-problem/

  16. story
  17. comment
    Comment #46297713

    Another hackernews hater checking the http referrer I'd guess

  18. comment
  19. comment
    Comment #46177254

    Switch to an ILP32 ABI and you get a lot of that space back

  20. comment
    Comment #45326714

    I don't know if it was filename exactly, but a similar story: > Jon Ross, who wrote the original version of SimCity for Windows 3.x, told me that he accidentally left a bug in SimC…

  21. comment
    Comment #45308000

    What's preventing a compromised kernel on one core from hijacking the other cores? This doesn't seem like much of a security boundary

  22. comment
    Comment #45235715

    My limited understanding is. There is no safe subset (That's what was just discontinued, profiles are the alternative.) And C++ code simply doesn't have the necessary info to make …

  23. comment
    Comment #45129247

    Maybe, but the first one was so incredible, why not play it first?

  24. comment
    Comment #45004923

    It did remind me of that. Tom7 is a treasure

  25. comment
    Comment #44978172

    ty is already in the same repo as ruff, so integrating seems likely