Viewing profile — Uther
Uther
HN member- Joined
- Fri, Mar 28, 2014, 10:16 AM UTC
- HN karma
- 42
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About Uther
No profile information was provided.
Recent public activity
-
comment
Comment #29746298
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 occu…
-
comment
Comment #27757977
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.
-
comment
Comment #27493171
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.
-
comment
Comment #24184561
The only real charset we should call ASCII is the 7-bit original standard. The 8-bits charsets are ASCII extensions.
-
comment
Comment #23207989
While I would prefer brackets, that would not be enought to solve all the problems since, there would be conflict with array syntax too.
-
comment
Comment #21823268
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 pr…
- comment
-
comment
Comment #19481428
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 rende…
-
comment
Comment #15847662
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.
-
comment
Comment #15319957
I guess you are talking about https://air.mozilla.org/bay-area-rust-meetup-february-2016/
-
comment
Comment #10880959
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.