Live data from Hacker News

Viewing profile — mpe

mpe

HN member
Joined
Fri, Feb 26, 2016, 9:21 AM UTC
HN karma
16
Public activity
7 items

About mpe

No profile information was provided.

Recent public activity

  1. comment
    Comment #40874027

    This post is BS. You should delete it.

  2. comment
    Comment #15814893

    Zones are not VMs. If you need to vent your Linux hate at least save it for a post about Docker.

  3. comment
    Comment #15755633

    Depending on the bug class there may be users who never want "kill" to be the default option.

  4. comment
    Comment #15682834

    That had basically nothing to do with the architecture . The key reason was likely the diverging requirements between laptop (Apple) and server (IBM) chips.

  5. comment
    Comment #14939113

    That's a warning (~= assert()), not a segfault.

  6. comment
    Comment #14871659

    Yeah I agree. It would be great if parts of the kernel could be written in a safer language. I think in 10 years that will be happening in at least some widely used OS, but most li…

  7. comment
    Comment #11610332

    At least with GNU as you can use %r1, %r2 etc. as an "intrinsic part of the syntax". Which means you can't use a register name where an immediate is expected. However that doesn't …