Live data from Hacker News

Viewing profile — isivaxa

isivaxa

HN member
Joined
Sun, Apr 13, 2014, 9:50 PM UTC
HN karma
105
Public activity
7 items

About isivaxa

No profile information was provided.

Recent public activity

  1. comment
    Comment #8443047

    Guests with smartphones are subverting their own restaurant experience.

  2. story
  3. comment
    Comment #8362948

    "A CGI script written in bash" You're killin' me here. If you expose a shell script directly to the network, you're exposing a shell and deserve to be pwned.

  4. story
  5. story
  6. comment
    Comment #7830079

    #!/bin/bash tty if [[ $? -ne 0 ]] ; then # command returned nonzero echo "not a tty" else # command returned zero n=$? ((n=$n+2)) ((n=$n+2)) echo "0+2+2=$n"; fi

  7. story