Live data from Hacker News

Viewing profile — dleimbach

dleimbach

HN member
Joined
Fri, Jun 08, 2012, 2:55 PM UTC
HN karma
11
Public activity
5 items

About dleimbach

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #5361958

    Downvote this story. The discussion shows that it was wrong to post it.

  4. 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…

  5. 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 …