Live data from Hacker News

Viewing profile — zigara

zigara

HN member
Joined
Tue, Jul 08, 2014, 3:40 PM UTC
HN karma
13
Public activity
8 items

About zigara

No profile information was provided.

Recent public activity

  1. comment
    Comment #20212272

    Here is an example: https://github.com/google/gvisor - https://github.com/google/gvisor/tree/master/tools/go_generi... It was useful enough that someone made a standalone package: …

  2. comment
    Comment #19643004

    It seems the issue was developers using SSH agent forwarding which was abused to access the production environment.

  3. comment
    Comment #19642860

    The attacker seems to have responded: https://github.com/matrix-org/matrix.org/issues/357 edit: just saw the rest: https://github.com/matrix-org/matrix.org/issues?utf8=%E2%9C%... "…

  4. comment
  5. comment
    Comment #8337243

    I'm also a UNIX geek, and I would have to disagree with your opinion. The design looks solid. I don't know anyone that has troubles scrolling on their laptop these days. I found th…

  6. comment
    Comment #8005626

    Don't get me wrong, I've been using containers for many many years. I run pure LXC on my desktop at home for simple containers. Containers are great in many situations. It's a sham…

  7. comment
    Comment #8005139

    While they do make sense in certain situations, they also add more complications. On linux, it's much easier, but If I want to run this on windows, or osx, they tell you to run Doc…

  8. comment
    Comment #8005039

    How about you use a simple virtualenv wrapper such as https://pypi.python.org/pypi/vex ? Then you can easily type 'vex myenv python myapp.py', no need to spin up a linux container …