Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
IAmLiterallyAB
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
IAmLiterallyAB
12d ago
Use the -u flag instead of -a. Doesn't add new files, just existing ones.
2.
▲
by
IAmLiterallyAB
3mo ago
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 anything comes of it.
3.
▲
by
IAmLiterallyAB
3mo ago
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 includes things like asm volatile("" : : :
4.
▲
by
IAmLiterallyAB
4mo ago
Yes but at best their "solution" is equally secure, not any better.
5.
▲
by
IAmLiterallyAB
4mo ago
That's a privacy violation, not relevant.
6.
▲
by
IAmLiterallyAB
6mo ago
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 time and all the legacy code will be removed
7.
▲
by
IAmLiterallyAB
6mo ago
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.
8.
▲
by
IAmLiterallyAB
7mo ago
Citation needed. We don't even know if indistinguishability obfuscation is possible.
9.
▲
by
IAmLiterallyAB
7mo ago
And everyone uses Ghidra exclusively where I work. I'd say we're a serious operation
10.
▲
by
IAmLiterallyAB
7mo ago
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.
11.
▲
by
IAmLiterallyAB
7mo ago
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 one is stopping you from using the telnet client.
12.
▲
by
IAmLiterallyAB
7mo ago
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 flash capacity is larger. Pages are swapped out for wear
13.
▲
by
IAmLiterallyAB
7mo ago
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 hard to find good documentation on this stuff. Doesn't hel
14.
▲
by
IAmLiterallyAB
7mo ago
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).
15.
▲
by
IAmLiterallyAB
8mo ago
They explicitly check if the referrer is hackernews and do that.
16.
▲
by
IAmLiterallyAB
9mo ago
Another related writeup https://www.latacora.com/blog/2019/07/16/the-pgp-problem/
17.
▲
The PGP Problem
(latacora.com)
3 points
by
IAmLiterallyAB
9mo ago
|
0 comments
18.
▲
by
IAmLiterallyAB
9mo ago
Another hackernews hater checking the http referrer I'd guess
19.
▲
by
IAmLiterallyAB
9mo ago
Opus?
20.
▲
by
IAmLiterallyAB
9mo ago
Switch to an ILP32 ABI and you get a lot of that space back
21.
▲
by
IAmLiterallyAB
1y ago
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 SimCity where he read memory that he had just freed. Yep
22.
▲
by
IAmLiterallyAB
1y ago
What's preventing a compromised kernel on one core from hijacking the other cores? This doesn't seem like much of a security boundary
23.
▲
by
IAmLiterallyAB
1y ago
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 safety decisions. Sean explains it better than I c
24.
▲
by
IAmLiterallyAB
1y ago
Maybe, but the first one was so incredible, why not play it first?
25.
▲
by
IAmLiterallyAB
1y ago
It did remind me of that. Tom7 is a treasure
26.
▲
by
IAmLiterallyAB
1y ago
ty is already in the same repo as ruff, so integrating seems likely
27.
▲
by
IAmLiterallyAB
1y ago
Yeah this is the third programming language named Bolt that I'm aware of
28.
▲
by
IAmLiterallyAB
1y ago
> we don't want vtables Then don't use virtual functions. Then there will be no vtables. You might have known that already, but in general I'm surprised how many engineers think that all C++ classes have vtables. No, most
29.
▲
by
IAmLiterallyAB
1y ago
Minimum reputation to submit might help
30.
▲
by
IAmLiterallyAB
1y ago
Been wanting to play with the citadel interface. Last time I looked at it there was 0 public information, but that was years ago. And if there still isn't, then it'll be a good excuse to RE Also, the titan chip has been around sin
More ›