Live data from Hacker News

Viewing profile — exxo_

exxo_

HN member
Joined
Thu, Nov 05, 2015, 10:53 PM UTC
HN karma
198
Public activity
14 items

About exxo_

No profile information was provided.

Recent public activity

  1. 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?

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

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

  4. comment
    Comment #22244177

    Simple unprivileged container runtimes: https://github.com/NVIDIA/enroot https://github.com/hpc/charliecloud

  5. story
  6. story
  7. comment
    Comment #15763617

    Maybe it's time to have national referendums...

  8. comment
    Comment #14543671

    This is the first revision: https://github.com/coreutils/coreutils/blob/ccbd1d7dc5189f46...

  9. 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

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

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

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

  13. 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)

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