Live data from Hacker News

Viewing profile — hillad

hillad

HN member
Joined
Fri, Jun 04, 2010, 12:42 AM UTC
HN karma
75
Public activity
6 items

About hillad

I'm cool. http://andyhky.com

Recent public activity

  1. comment
    Comment #6508010

    Password State [0] is excellent, has a pretty good feature set, and good support. [0] http://www.clickstudios.com.au/

  2. comment
    Comment #3184670

    How are the updates delivered? New OVF?

  3. comment
    Comment #2760214

    VMware Customer here. Lots of FUD coming from the community- at first glance it sounds bad, but a lot of us should do the math before getting the pitchfork ready. ( Script to help …

  4. story
  5. comment
    Comment #2006880

    The more famous (with VMware) Scott Lowe rarely writes about BSD and has denied any sort of involvement. http://blog.scottlowe.org/2010/12/14/allegations-regarding-f...

  6. comment
    Comment #1403121

    $ awk -F":" '{ print "username: " $1 "\t\tuid:" $3" }' /etc/passwd awk: { print "username: " $1 "\t\tuid:" $3" } awk: ^ unterminated string Needs to be $ awk -F":" '{ print "userna…