Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
disappoint
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
disappoint
10mo ago
And it can easily be more than 5%, since some projects both have lots of large unsafe blocks, and also the presence of an unsafe block can require validation of much more than the block itself. It is terrible of you and overall if my unders
2.
▲
by
disappoint
10mo ago
Google's Android teams also categorize old C code as C++, and mix gotos into their modern C++ code.
3.
▲
by
disappoint
10mo ago
> This could happen in every language ever made. It has nothing to do with rust. Except it does. This also has to do with culture. In Rust, I get the impression that one can set it up as roughly two communities. The first does not consid
4.
▲
by
disappoint
10mo ago
SAFETY comments do not magically make unsafe Rust correct nor safe. And Miri cannot catch everything, and is magnitudes slower than regular program running. https://github.com/rust-lang/rust/commit/71f5cfb21f3
5.
▲
by
disappoint
10mo ago
Please explain the differences in typical aliasing rules between C and Rust. And please explain posts like https://chadaustin.me/2024/10/intrusive-linked-list-in-rust/ https://news.ycombinator.com&