Live data from Hacker News

Viewing profile — Gnouc

Gnouc

HN member
Joined
Fri, Dec 26, 2014, 2:09 AM UTC
HN karma
17
Public activity
9 items

About Gnouc

No profile information was provided.

Recent public activity

  1. comment
    Comment #32407656

    You may want to use https://github.com/orijtech/httperroryzer for your CI.

  2. comment
    Comment #22604929

    I invite you to read https://unix.stackexchange.com/q/169716/38906

  3. comment
    Comment #11455908

    Why official docker client don't have list image tags feature?

  4. story
  5. comment
    Comment #11238472

    It's great! Using: save you from spawning one process.

  6. comment
    Comment #10899154

    Great work! PS: You need gawk to run this.

  7. comment
    Comment #10736952

    And you need non-standard feature `-print0` and `xargs -0` there. Better way should be `find ... -exec cmd {} +`.

  8. comment
    Comment #10736689

    And you also want to prevent `while` loop in shell script. See http://unix.stackexchange.com/q/169716/38906 for more details.

  9. comment
    Comment #10736684

    It's said that all the example was missing quoting variables. It made all others defensive things useless.