Viewing profile — IAmLiterallyAB
IAmLiterallyAB
HN member- Joined
- Thu, Mar 22, 2018, 3:45 PM UTC
- HN karma
- 566
- Public activity
- 217 items
- HN profile
- View on Hacker News ↗
About IAmLiterallyAB
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #48058619
Yes but at best their "solution" is equally secure, not any better.
-
comment
Comment #48031052
That's a privacy violation, not relevant.
-
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…
-
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.
-
comment
Comment #47227652
Citation needed. We don't even know if indistinguishability obfuscation is possible.
-
comment
Comment #47036578
And everyone uses Ghidra exclusively where I work. I'd say we're a serious operation
-
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.
-
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 …
-
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…
-
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…
-
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).
-
comment
Comment #46762187
They explicitly check if the referrer is hackernews and do that.
-
comment
Comment #46404842
Another related writeup https://www.latacora.com/blog/2019/07/16/the-pgp-problem/
- story
-
comment
Comment #46297713
Another hackernews hater checking the http referrer I'd guess
-
comment
Comment #46213426
Opus?
-
comment
Comment #46177254
Switch to an ILP32 ABI and you get a lot of that space back
-
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…
-
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
-
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 …
-
comment
Comment #45129247
Maybe, but the first one was so incredible, why not play it first?
-
comment
Comment #45004923
It did remind me of that. Tom7 is a treasure
-
comment
Comment #44978172
ty is already in the same repo as ruff, so integrating seems likely