Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ctz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ctz
6mo ago
people better not be snooping on my public open source projects!
2.
▲
by
ctz
7mo ago
There were ~16mn users of the internet in 1995. As of 2025 there are 5.56bn. Are you saying paedophilia has dropped by 99.7% over 30 years? If so, please provide a source for that claim.
3.
▲
by
ctz
8mo ago
Me too!
4.
▲
by
ctz
10mo ago
I have a Neato D650 which I assume meets that classification and is covered by the service withdrawal, it is now pretty degraded -- no notifications, no mapping, no keep-out zones. No notifications means if it gets stuck it stays there. No
5.
▲
by
ctz
11mo ago
Welcome to the web. Pages often have hyperlinks that can be followed to see related information.
6.
▲
by
ctz
1y ago
I can already feel the unfinished edge of the desk chipboard on my wrists. Such a premium finish!
7.
▲
by
ctz
1y ago
I understand that part. Mostly interested where the runners are coming from? macOS especially is pretty costly to provide runners for, so who is doing that for free?
8.
▲
by
ctz
1y ago
> You can have a nice CI/CD pipeline that runs 100% in-house, for free. Interested! Some detail on how you achieve this for free would be great.
9.
▲
by
ctz
1y ago
asn1 enjoyers can also look forward to the sweet release of death. though if you end up in hell you might end up staring at XER for the rest of eternity
10.
▲
by
ctz
1y ago
The other base64 prefix to look out for is `MI`. `MI` is common to every ASN.1 DER encoded object (all public and private keys in standard encodings, all certificates, all CRLs) because overwhelmingly every object is a `SEQUENCE` (0x30 tag
11.
▲
by
ctz
1y ago
Looks like it is in ports?
12.
▲
by
ctz
1y ago
https://pqcrypto2025.iis.sinica.edu.tw/slides/Invited3.pdf edit: video if you prefer - https://www.youtube.com/watch?v=nJxENYdsB6c
13.
▲
by
ctz
1y ago
My apologies.
14.
▲
by
ctz
1y ago
> This is awesome for Zig, I think this direction is gonna be a primary differentiator when comparing to Rust. FWIW there is a similar effort for Rust using cranelift: < https://github.com/rust-lang/rustc_codegen_c
15.
▲
by
ctz
1y ago
It is instructive to compare Bun and Deno's issue tracker. Like, the five most recent issues for Bun at the time of writing are all crashes. Some of these are controlled panics or assertion failures, but others are like "we are
16.
▲
by
ctz
2y ago
This is a great opinion piece about Personal Liberties and Free Markets. Thanks Jeff!
17.
▲
by
ctz
2y ago
My impression is that top aerospace people do not now work in aerospace, but in Motorsport.
18.
▲
by
ctz
2y ago
The topic is how to make non-local returns faster. I would suggest that normal returns are massively faster, and not returning at all is faster still (zero instructions needed!) -- but neither of these are non-local returns.
19.
▲
by
ctz
2y ago
Note that the AVX-512 code we're referring to is the code that Intel also contributed to OpenSSL. As a side-note, I believe the CPU we tested this on does not suffer from the AVX-512 power limits reported with earlier AVX-512 parts.
20.
▲
by
ctz
2y ago
Runtime errors surface when a program runs into an unexpected condition or situation such as dividing by zero, memory overflow, or addressing a wrong or unauthorized memory location or device, or when a program tries to perfo
21.
▲
by
ctz
2y ago
I believe AIX C++ name mangling includes function argument type information (with CV qualifiers!) so this is a real-world case where this does actually break. I suspect curl does not compile with the C++ compiler though.
22.
▲
by
ctz
2y ago
The original may have made sense, eg "no hardware dependency", or "no GPU dependency". Unfortunately HN deletes words from titles with no rhyme or reason, and no transparency.
23.
▲
by
ctz
2y ago
Lots of small strings sparsely spread over 282MB is pretty cache inefficient? Whereas the separate small allocations will likely end up close together, which gives a better chance that a given cache line will contain several rather than jus
24.
▲
by
ctz
2y ago
It makes sense once you realise that Chrome and Google benefit from increasing the complexity of web browsers. It means that new browsers cannot feasibly compete. It's basically an arms race of "how much mental shit can we throw
25.
▲
by
ctz
2y ago
https://github.com/RustPython/RustPython/blob/main/Lib/PSF-L...
26.
▲
by
ctz
2y ago
> Why it’s not removed: backward compatibility I bet. I mean, in the intervening period there was OpenSSL 3 which was a large backwards-incompatible (API and ABI) release, with a huge amount of effort on the part of OpenSSL developers an
27.
▲
by
ctz
2y ago
The underlying concept is applicable to lots of things, really. For example, the functions that are unsafe and safe to call from a POSIX signal handler can be treated as a function colouring problem.
28.
▲
by
ctz
2y ago
BLE uses AES-CCM.
29.
▲
by
ctz
2y ago
It's technically optional on Cortex-M0+ and above, but in practice everyone includes one.
30.
▲
by
ctz
2y ago
Chinese wall
More ›