back
user profile
wofo
2,393karma·363submissions·December 17, 2013
about
Contact me at: [my username] [at] adolfo [dot] ochagavia [dot] nl (or check out ochagavia.nl)
recent activity (363 total)
comment
This is awesome! You automatically get sign in with Google and (in the future) other providers!
comment
You should probably check Lenny out: https://www.reddit.com/r/itslenny/
comment
Note that it is possible to enable overflow checking in release builds as well.
comment
> It's actually quite difficult to parse C++ This is a specific problem of C++ though, given the fact that its grammar is extremely complex.
comment
Thanks for the writeup! I had a hard time figuring out how to compile C++ to WebAssembly a couple of weeks ago and finally gave up given the lack of maturity of the implementation. I am sure this will…
comment
Not the OP. Just found this very interesting.
comment
I think steveklabnik is right. For instance, take a look at this Java bug, which is relatively recent: https://bugs.openjdk.java.net/browse/JDK-8046516 On the same grounds you co…
comment
IIRC Rust will then abort the process with a SIGILL and display a generic error message.
comment
I am not denying that. In fact, there is a GitHub issue intended to solve this ( https://github.com/rust-lang/rust/issues/16012 ).…
comment
Of course there are cases in which you can get segfaults, and not only in Rust. The single fact of having a C FFI is enough to break all safety guarantees of your language. What Rust does promise is…
comment
I like the idea!
comment
This is really awesome! I am going to use it for my next projects...
comment
How is reference counting deterministic in a multi-threaded environment?
comment
Also Dutch speakers :P
comment
Just out of curiosity... I would love to know what you did choose as a profession.
comment
Kafkaesque... I like that word!
comment
There is a job posting site... However, no technical jobs are posted there. I guess I will have to try somewhere else. Thanks anyway for your suggestion!
comment
Awesome! Thanks!
comment
Same here...
comment
Great answer! Thanks! It gives me a lot of stuff to think about.
comment
There is actually a nice HTTP library called Hyper ( https://github.com/hyperium/hyper ). Maybe you could help there.
comment
Dear Friend ; Especially for you - this red-hot announcement
. This is a one time mailing there is no need to request
removal if you won't want any more . This mail is being
sent in compliance…
comment
> They're solving a problem that's been solved many times over for at least 2 decades in the form of managed languages. With the overhead of GC...