Viewing profile — exxo_
exxo_
HN member- Joined
- Thu, Nov 05, 2015, 10:53 PM UTC
- HN karma
- 198
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About exxo_
No profile information was provided.
Recent public activity
-
comment
Comment #27366519
If one can measure the whole boot process and verify the attestation "remotely", why would he need secureboot on top of that?
-
comment
Comment #24669003
There are several things that can impact performance on "traditional" container runtimes. For example, cgroups, LSMs, seccomp (especially with spectre mitigations), network NS/brid…
-
comment
Comment #24668933
It is the same idea, we actually considered it at first. There are some differences in the implementation though and we built enroot with the idea of being more extensible. We also…
-
comment
Comment #22244177
Simple unprivileged container runtimes: https://github.com/NVIDIA/enroot https://github.com/hpc/charliecloud
- story
- story
-
comment
Comment #15763617
Maybe it's time to have national referendums...
-
comment
Comment #14543671
This is the first revision: https://github.com/coreutils/coreutils/blob/ccbd1d7dc5189f46...
-
comment
Comment #14543536
Speed vs readability: https://github.com/coreutils/coreutils/blob/master/src/yes.c https://github.com/openbsd/src/blob/master/usr.bin/yes/yes.c
-
comment
Comment #12490487
We (NVIDIA) recently moved away from Quay/Github/Jenkins to Gitlab for our deep learning automation and the experience so far has been truly amazing. We were able to automate our m…
-
comment
Comment #11743451
If you want more insights, I suggest you read the section "Internals". I'm not going to dwell on the details but there are many reason why doing so can go horribly wrong. Believe m…
-
comment
Comment #11741487
I think you are missing the point, it has nothing to do with installing the NVIDIA drivers through Docker. What you are showing[1] is how to install NVIDIA drivers on CoreOS the ha…
-
comment
Comment #11138857
You can already have dots in IPv6 addresses if it's an IPv4-mapped/compatible address (e.g. ::FFFF:129.144.52.38)
-
comment
Comment #11036895
You need the NVIDIA drivers and the nvidia-docker plugin. $ docker-machine create --driver amazonec2 --amazonec2-instance-type g2.2xlarge ... $ docker-machine ssh # install the NVI…