Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Uther
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Uther
6d ago
Rewrite it in Rust has always been more a fantasy of the C++ community than a goal of the Rust ecosystem.
2.
▲
by
Uther
5y ago
While compilation time is a well known Rust pain point, Rust error messages are really one of the best part of the language. Complicated error messages are clearly no a common occurrence unless you rely heavily on meta-programming tricks, a
3.
▲
by
Uther
5y ago
You can already write kernel modules in Rust too. The point is to integrate the Rust language to the Linux infrastructure so you can merge rust drivers to the official code base.
4.
▲
by
Uther
5y ago
I'm not sure you can compare the code base of you first program in Go, that is probably small and straightforward, with something as huge and complex as Firefox.
5.
▲
by
Uther
6y ago
The only real charset we should call ASCII is the 7-bit original standard. The 8-bits charsets are ASCII extensions.
6.
▲
by
Uther
6y ago
While I would prefer brackets, that would not be enought to solve all the problems since, there would be conflict with array syntax too.
7.
▲
by
Uther
7y ago
You have to be aware of this but most of the time this is not a problem. Most of the useless checks are optimized out, and if you suffer bound check performance somewhere in the program, and you know what you are doing, you can do unchecked
8.
▲
by
Uther
7y ago
Servo is a complete experimental standalone web engine. It only use the Javascript engine from Firefox (Spidermonkey). Firefox is only using some parts of Servo : the graphic renderer (WebRender) and the CSS engine (Stylo).
9.
▲
by
Uther
9y ago
It is not. Go alone is easier than Rust. But since Rust has no GC, it is easier to embed, especially with a language with a Garbage collector like Python.
10.
▲
by
Uther
9y ago
I guess you are talking about https://air.mozilla.org/bay-area-rust-meetup-february-2016/
11.
▲
by
Uther
11y ago
In this case the bug was only for a small subset of the Firefox users (Firefox without x264 support). It doesn't seems impossible to me they missed this specific case.