Viewing profile — mpe
mpe
HN member- Joined
- Fri, Feb 26, 2016, 9:21 AM UTC
- HN karma
- 16
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About mpe
No profile information was provided.
Recent public activity
-
comment
Comment #40874027
This post is BS. You should delete it.
-
comment
Comment #15814893
Zones are not VMs. If you need to vent your Linux hate at least save it for a post about Docker.
-
comment
Comment #15755633
Depending on the bug class there may be users who never want "kill" to be the default option.
-
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.
-
comment
Comment #14939113
That's a warning (~= assert()), not a segfault.
-
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…
-
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 …