Live data from Hacker News

Viewing profile — _napl

_napl

HN member
Joined
Tue, Nov 15, 2022, 8:29 PM UTC
HN karma
1
Public activity
1 items

About _napl

No profile information was provided.

Recent public activity

  1. comment
    Comment #10402983

    The -R option not being available on OS X, you might do something like awk "BEGIN { srand($RANDOM) } { print int(rand() * 1000000), \$0 }" | sort -n | cut -d' ' -f2- to shuffle an …