Live data from Hacker News

Viewing profile — ole-tange

ole-tange

HN member
Joined
Thu, Sep 06, 2012, 9:47 AM UTC
HN karma
1
Public activity
1 items

About ole-tange

No profile information was provided.

Recent public activity

  1. comment
    Comment #4870079

    If you are looking for which domain point to 1.2.3.4: cat domains.txt | parallel -P 100 --tag host | grep 1.2.3.4 Somewhat slower runtime than the go-solution, but may be faster to…