Viewing profile — dleimbach
dleimbach
HN member- Joined
- Fri, Jun 08, 2012, 2:55 PM UTC
- HN karma
- 11
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About dleimbach
No profile information was provided.
Recent public activity
-
comment
Comment #6533361
Why not: using namespace std; map > 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 like…
-
comment
Comment #5484033
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 s…
-
comment
Comment #5361958
Downvote this story. The discussion shows that it was wrong to post it.
-
comment
Comment #4398747
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 cha…
-
comment
Comment #4084450
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 …