Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dochtman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dochtman
22d ago
Wild is a decent bit faster than mold at this point: https://github.com/wild-linker/wild (Benchmarks in the README.)
2.
▲
by
dochtman
1mo ago
Pretty obviously LLM-generated.
3.
▲
Show HN: OxiSH, a modern, memory-safe SSH server
(dirkjan.ochtman.nl)
28 points
by
dochtman
1mo ago
|
3 comments
4.
▲
by
dochtman
1mo ago
I don’t think it’s completely unfair to say that the Neo is based on a chip that was first announced in Sep 2024 while the Intel chip is from Apr 2026. Also, I think the battery life most people are practically interested in is more like ru
5.
▲
by
dochtman
3mo ago
> I wonder if someone could create a GitHub account using my name and claim ownership of them... AIUI the crates are actually linked to the account via a different identifier, not directly to the username.
6.
▲
by
dochtman
3mo ago
GitButler now employs/has hired the gitoxide maintainer, I think? So no doubt they’re aware. I guess they found that gitoxide isn’t good enough and/or to expensive to extend/improve for their use cases?
7.
▲
The Rule of Three and Four
(bcg.com)
1 points
by
dochtman
4mo ago
|
0 comments
8.
▲
by
dochtman
4mo ago
A lot of Let’s Encrypt is not the software but a bunch of auditing and process that ensure compliance and make it legible to the required auditors.
9.
▲
Weekend at Bernie's – assessing critical open source repos
(nesbitt.io)
4 points
by
dochtman
4mo ago
|
0 comments
10.
▲
GitHub Actions is the weakest link
(nesbitt.io)
252 points
by
dochtman
5mo ago
|
93 comments
11.
▲
Bringing Rust to the Pixel Baseband
(security.googleblog.com)
2 points
by
dochtman
5mo ago
|
0 comments
12.
▲
by
dochtman
7mo ago
That's the policy, but we've been a bit more conservative in practice. `main` currently targets 1.88, but that's only because a security issue in the time crate has forced our hand (one reason I don't like the time crate
13.
▲
by
dochtman
8mo ago
I'd bet a supermajority of Swift commits comes from Apple developers. Pretty sure the rust-lang/rust commit authors would be much less centralized.
14.
▲
by
dochtman
8mo ago
See also: https://github.com/1jehuang/mermaid-rs-renderer Just submitted a HN thread about it: https://news.ycombinator.com/edit?id=46807750
15.
▲
mmdr: 500-1000x faster Mermaid rendering, zero browser dependencies
(github.com)
3 points
by
dochtman
8mo ago
|
0 comments
16.
▲
by
dochtman
8mo ago
I think the way Rust checks borrows also makes it a lot more feasible to avoid allocations/copies; not because it is impossible to do in C, but because doing it in C requires writing very careful documentation and the caller to actuall
17.
▲
by
dochtman
8mo ago
There’s also a compounding effect: I’ve heard from a hardware vendor that they spend a lot of time optimizing OpenSSL to get the most out of their silicon, so for their customers they suggest using OpenSSL to get the most out of the hardwar
18.
▲
The state of the kernel Rust experiment
(lwn.net)
119 points
by
dochtman
9mo ago
|
130 comments
19.
▲
by
dochtman
10mo ago
How is the HiDPI situation, and font rendering? Last time I tried it on my M1 Max with Asahi it still looked substantially worse.
20.
▲
by
dochtman
1y ago
I'm pretty sure private PKIs are an option that is pretty straightforward to use. Security is still a lot better because the root is communicated out of band.
21.
▲
by
dochtman
1y ago
When I asked about financial support, the Senior Principal Software Engineer from Mozilla I talked to said "Mozilla has no money". To be fair, we've gotten a great amount of code contributions from the Mozilla folks, so it&#x
22.
▲
by
dochtman
1y ago
I would argue that regexes are often more complex than simple parsers.
23.
▲
by
dochtman
1y ago
(2021)
24.
▲
by
dochtman
1y ago
CRLite is awesome, and it deserves more usage; notably most non-browser clients on Linux machines don’t get any revocation handling at all.
25.
▲
by
dochtman
1y ago
Tauri seems interesting. It combines a Rust core with the platform-native browser engine for presentation. Of course a potential downside is rendering incompatibilities between engines/platforms.
26.
▲
by
dochtman
1y ago
No, they don’t. Selling support contracts is actually hard. GPL/AGPL preclude widespread adoption (these days) — the grandparent explicitly mentioned “permissive” licenses.
27.
▲
by
dochtman
1y ago
IIRC derive and attribute macros via declarative macro definitions are coming soon, which probably obviates this? https://github.com/rust-lang/rust/issues/143549
28.
▲
by
dochtman
1y ago
Does this work on macOS? On mobile (Firefox on iOS) why does this site keep putting animations in my face?
29.
▲
by
dochtman
1y ago
We tried this when we were benchmarking and it was not significantly better than the Arc<RwLock<_>> that we're using now.
30.
▲
by
dochtman
1y ago
Did you file an issue or ask in the rustls Discord channel? We're happy to help.
More ›