Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Random wiki image as wallpaper (lkozma.net)
3 points by lkozma on July 19, 2011 | hide | past | favorite | 1 comment



I've used Wikipedia's Random articles as a source of randomness for some test scripts:

wwwrand() { nice curl --compressed --location --raw --verbose https://secure.wikimedia.org/wikipedia/en/wiki/Special:Rando... 2>&1 | shasum --algorithm 512 | base64 --wrap=0 | tr -cd "a-zA-Z0-9" | dd bs="$1" count=1 2>/dev/null ; echo ; }

  $ wwwrand 8
  ZjBkNjRm
Hashing the Google News home page is good, too. :)




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: