Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dleimbach
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dleimbach
13y ago
Why not: using namespace std; map<int, vector<int>> whatever; It's a lot shorter, actually correct, and it's totally cool to import whole namespaces in a .cpp implementation file where you're likely to actually de
2.
▲
by
dleimbach
13y ago
I connected an SNMP monitoring system using two socats and an ssh tunnel. One socat to forward UDP over TCP to the locally encrypted port, and another to take it off on the other side and forward it to a local SNMP listener. It was a for
3.
▲
by
dleimbach
14y ago
Downvote this story. The discussion shows that it was wrong to post it.
4.
▲
by
dleimbach
14y ago
Coraid ships ATA over ethernet storage based on Plan 9. Bell Labs still uses plan 9 internally and develops it. 9front is a community fork of Plan 9 with a bunch of interesting changes. There's a small but interested community of die-hard p
5.
▲
by
dleimbach
14y ago
tl;dr embrace polyglot :-) If static typing wasn't useful, I don't think anyone would bother with types. At the same time some static type systems are restrictive while coding, so you're seeing more and more type inference in languages. Go