Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yoghurtwere
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
yoghurtwere
2mo ago
> Not because pine trees, which have been around for a long time, and have never burned so badly. Are you sure? https://en.wikipedia.org/wiki/1949_Landes_forest_fire
2.
▲
by
yoghurtwere
2mo ago
> difficult to correctly use concurrency primitives, Rust async has a bad reputation in Rust circles, due to difficulties like deadlocks and poisoning (also regarding the messy panic system Rust has). > Rite of passage for a Rust deve
3.
▲
by
yoghurtwere
2mo ago
https://www.reddit.com/r/programming/comments/1p0srgs/commen...
4.
▲
by
yoghurtwere
2mo ago
.unwrap() https://www.reddit.com/r/programming/comments/1p0srgs/commen...
5.
▲
by
yoghurtwere
2mo ago
.unwrap(). I am skeptical about Go's error handling, but there are cases where it is desirable to return both a result and also an error, like returning what can be returned while warning users about any errors. That can be modeled in