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!
9y ago·view thread
comment
You should probably check Lenny out: https://www.reddit.com/r/itslenny/
10y ago·view thread
comment
Note that it is possible to enable overflow checking in release builds as well.
10y ago·view thread
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.
10y ago·view thread
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…
10y ago·view thread
comment
Not the OP. Just found this very interesting.
10y ago·view thread
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…
10y ago·view thread
comment
IIRC Rust will then abort the process with a SIGILL and display a generic error message.
10y ago·view thread
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 ).…
10y ago·view thread
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…
10y ago·view thread
comment
I like the idea!
10y ago·view thread
comment
This is really awesome! I am going to use it for my next projects...
10y ago·view thread
comment
How is reference counting deterministic in a multi-threaded environment?
10y ago·view thread
comment
Also Dutch speakers :P
11y ago·view thread
comment
Just out of curiosity... I would love to know what you did choose as a profession.
11y ago·view thread
comment
Kafkaesque... I like that word!
11y ago·view thread
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!
11y ago·view thread
comment
Awesome! Thanks!
11y ago·view thread
comment
Same here...
11y ago·view thread
comment
Great answer! Thanks! It gives me a lot of stuff to think about.
11y ago·view thread
comment
There is actually a nice HTTP library called Hyper ( https://github.com/hyperium/hyper ). Maybe you could help there.
11y ago·view thread
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…
11y ago·view thread
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...
12y ago·view thread