Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
isivaxa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
isivaxa
12y ago
Guests with smartphones are subverting their own restaurant experience.
2.
▲
People Kept Complaining This Restaurant Sucked; Look What They Found Out
(themetapicture.com)
3 points
by
isivaxa
12y ago
|
1 comments
3.
▲
by
isivaxa
12y ago
"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.
▲
A detailed exposé on how the market is rigged from a data-centric approach
(nanex.net)
125 points
by
isivaxa
12y ago
|
149 comments
5.
▲
by
isivaxa
12y ago
#!/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";
6.
▲
Controlling SSH authentication keys with DNS
(sshark.org)
1 points
by
isivaxa
12y ago
|
0 comments