Viewing profile — isivaxa
isivaxa
HN member- Joined
- Sun, Apr 13, 2014, 9:50 PM UTC
- HN karma
- 105
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About isivaxa
No profile information was provided.
Recent public activity
-
comment
Comment #8443047
Guests with smartphones are subverting their own restaurant experience.
- story
-
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.
- story
- story
-
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
- story