Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
btdmaster
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
btdmaster
5mo ago
> Thus succeeding at making the telecommunications vendors used for Top Secret US national security data less secure, the obvious goal of the US National Security Agency, and the only reason they wouldn't use the better cryptography
2.
▲
by
btdmaster
5mo ago
> “Doesn’t the NSA lie to break our encryption?” No, the NSA has never intentionally jeopardized US national security with a non-NOBUS backdoor, and there is no way for ML-KEM and ML-DSA to hide a NOBUS backdoor. The most concrete issue
3.
▲
by
btdmaster
5mo ago
That's so cool. This is interestingly very similar to domain fronting, except in this case the server doesn't need to work around it because it will still see the correct SNI. Do DPI servers in your experience only check the first
4.
▲
by
btdmaster
7mo ago
Very cool. The horsle demo made me think, how hard would it be to add a virtual memory address (or a non-8086 RAND instruction) that returns a random byte (that would allow it to pick a random value and get a standard wordle working in prin
5.
▲
by
btdmaster
7mo ago
It emits a cmp/jmp still when arithmetic would be fine though which is the difference highlighted in the article and examples in this thread. It's nice that it simplifies down to assembly, but the assembly is somewhat questionable
6.
▲
by
btdmaster
7mo ago
I see yeah that makes sense. I wanted to highlight that "magic" will, on average, give the optimizer a harder time. Explicit offset loops like that are generally avoided in many C++ styles in favor of iterators.
7.
▲
by
btdmaster
7mo ago
In my experience C++ abstractions give the optimizer a harder job and thus it generates worse code. In this case, different code is emitted by clang if you write a C version[0] versus C++ original[1]. Usually abstraction like this means tha
8.
▲
Stackmaxxing for a recursion world record [video]
(youtube.com)
2 points
by
btdmaster
8mo ago
|
0 comments
9.
▲
by
btdmaster
9mo ago
I think you could argue there is already some effort to do type safety at the ISA register level, with e.g. shadow stack or control flow integrity. Isn't that very similar to this, except targeting program state rather than external me
10.
▲
by
btdmaster
9mo ago
Everything really is a file: if you do `cat /` you'll get back the internal representation of the directory entries in / (analogous to ls) And they still had coredumps at the time if you press ctrl-\
11.
▲
by
btdmaster
9mo ago
You can also press `s` to save data from a pipe to a file rather than manually copy pasting.
12.
▲
Steam Depot Downloader
(github.com)
1 points
by
btdmaster
9mo ago
|
0 comments
13.
▲
Rust–: Rust without the borrow checker
(github.com)
2 points
by
btdmaster
9mo ago
|
0 comments
14.
▲
by
btdmaster
9mo ago
Ah you can use https://github.com/NixOS/patchelf/pull/564 So you can do e.g. `patchelf --remove-needed-version libm.so.6 GLIBC_2.29 ./mybinary` instead of replacing glibc wholesale (step 2 and 3) and ass
15.
▲
by
btdmaster
9mo ago
Yes you can do this, thanks for mentioning I was interested and checked how you would go about it. 1. Delete the shared symbol versioning as per https://stackoverflow.com/a/73388939 (patchelf --clear-symbol-version exp
16.
▲
What Happens When All Training Data Is AI Generated? [video]
(youtube.com)
1 points
by
btdmaster
9mo ago
|
0 comments
17.
▲
by
btdmaster
10mo ago
> When you get into lower power, anything lower than Steam Deck, I think you’ll find that there’s an Arm chip that maybe is competitive with x86 offerings in that segment. At which point does this pay off the emulation overhead? Fex has
18.
▲
by
btdmaster
10mo ago
See also "Parse, don't validate (2019)" [0] [0] https://news.ycombinator.com/item?id=41031585
19.
▲
Update for NGI Zero Entrust: GNS to DNS Migration
(gnunet.org)
3 points
by
btdmaster
1y ago
|
0 comments
20.
▲
by
btdmaster
1y ago
SEMamba is a speech enhancement model to denoise speech. Demo: https://roychao19477.github.io/speech-enhancement-demo-2024/ Try it: https://huggingface.co/spaces/rc19477/Speech_Enhancement_Mam
21.
▲
Speech Enhancement Mamba
(github.com)
3 points
by
btdmaster
1y ago
|
1 comments
22.
▲
TPDE-LLVM: 10-20x Faster LLVM -O0 Back-End
(discourse.llvm.org)
4 points
by
btdmaster
1y ago
|
0 comments
23.
▲
Convex Tutorial: A Chat App
(docs.convex.dev)
3 points
by
btdmaster
1y ago
|
0 comments
24.
▲
by
btdmaster
1y ago
The Times is more or less lying here. https://www.judiciary.uk/wp-content/uploads/2025/08/Wikimedi... > On 18 March 2024, the Secretary of State was provided with a Submission which made it clear that
25.
▲
by
btdmaster
1y ago
To anyone who does keyboard handling, please don't use KeyboardEvent.code like this site does unless you have a reason to ignore all users that use a different keyboard layout: https://developer.mozilla.org/en-US/d
26.
▲
Knights and Knaves
(jpojecp.itch.io)
2 points
by
btdmaster
1y ago
|
0 comments
27.
▲
by
btdmaster
1y ago
This is true, but there is a subtle point that key K1 used for the classical algorithm must be statistically independent of key K2. If they're not, you could end up where second algorithm is correlated with the first in some way and th
28.
▲
LinuxHW: SSD/HDD Reliability Data
(github.com)
3 points
by
btdmaster
1y ago
|
0 comments
29.
▲
by
btdmaster
1y ago
I might be wrong, but can't you checkpoint the post-system prompt model and restore from there, trading memory for compute? Or is that too much extra state?
30.
▲
by
btdmaster
1y ago
Great catch, thanks!
More ›