Live data from Hacker News

Viewing profile — youngun

youngun

HN member
Joined
Mon, Nov 03, 2014, 2:36 PM UTC
HN karma
6
Public activity
2 items

About youngun

No profile information was provided.

Recent public activity

  1. comment
    Comment #8551210

    I'm not sure that curl | sh is a "broken paradigm" -- no more broken than than running JavaScript in a browser. The only difference between the two is in the sandboxing. The soluti…

  2. comment
    Comment #8550944

    The proper alternative is some sort of lightweight virtualization like Docker, with a proper security policy in place. You can mostly do this today curl | docker run --rm -t -i ubu…