Live data from Hacker News

Viewing profile — uselessuse

uselessuse

HN member
Joined
Wed, Jun 06, 2012, 7:58 PM UTC
HN karma
1
Public activity
2 items

About uselessuse

No profile information was provided.

Recent public activity

  1. comment
    Comment #4075912

    export HISTSIZE=0

  2. comment
    Comment #4075876

    echo -n isn't portable shasum might not be either - you could use openssl and there's no need to use backticks and parse the line twice printf yourpassword|sha1sum |cut -c6-40 |gre…