Live data from Hacker News

Viewing profile — msopena

msopena

HN member
Joined
Tue, Oct 07, 2014, 5:27 PM UTC
HN karma
12
Public activity
6 items

About msopena

No profile information was provided.

Recent public activity

  1. comment
    Comment #46273599

    ElPais is the most important (by number of readers) Spanish newspaper.

  2. comment
    Comment #44644882

    Signed by Pierre de FermAIt

  3. 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. …

  4. story
  5. 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…

  6. 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…