Viewing profile — msopena
msopena
HN member- Joined
- Tue, Oct 07, 2014, 5:27 PM UTC
- HN karma
- 12
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About msopena
No profile information was provided.
Recent public activity
-
comment
Comment #46273599
ElPais is the most important (by number of readers) Spanish newspaper.
-
comment
Comment #44644882
Signed by Pierre de FermAIt
-
comment
Comment #30146767
> I find it really interesting that the author's example assumes that the read() and send() calls are the ones you need to worry about w/r/t exceptions. I didn't read it that way. …
- story
-
comment
Comment #19169763
RISC-V is an open ISA (Instruction Set Architechture). An ISA is the "language" that the silicon speaks and which eventually all the programs are "compiled" into. Being an open ISA…
-
comment
Comment #8422600
I'm curious about the drop implementation, which I found here ( http://doc.rust-lang.org/src/core/home/rustbuild/src/rust-bu... ): pub fn drop (_x: T) { } I understand that the dro…