Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
freddierest
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
15 ms
·
1.
▲
by
freddierest
2y ago
This will justifiably be used to disable IPv6 in many places, which will sadly set back IPv6 adoption just that little bit more. I'm IPv6-only on my personal infra, and it's pretty nice. End to end reachability between machines an
2.
▲
by
freddierest
2y ago
> I would love to understand where the war-like anti-Chinese sentiment is coming from in US elite circles. I think they're predicting large military spending and are seeking the power, influence, and money that can come from being a
3.
▲
by
freddierest
2y ago
Thanks for correction/clarification. Much as C# has a weaker memory model than Java, my mental model for memory models is weaker than I thought. Where do Rust and C++ lie wrt C# and Java?
4.
▲
by
freddierest
2y ago
The classic for Java is "Java Concurrency in Practice", a great book for more than just Java. Java's happens-before memory model is similar to C++'s. I'll prob get this book, if only for the memory model chapter.
5.
▲
by
freddierest
2y ago
There's quite an escalation of topics for Rust. If you want to write a HTTP server, people are guided towards Axum/Tokio, and thus async rust. If you want to use async Rust, read this book? This books covers assembly level atomics