Skip to content
The beaver is a proud and noble animal

The beaver is a proud and noble animal

Notes from a bemused canuck

  • Home
  • About
  • Bookmarks
  • Pictures
  • Resume
  • Wine
  • Random Recipe
  • Toggle search form

Day: July 29, 2015

Did some say science?

Posted on July 29, 2015 By admin

image

uncategorized

My readers are weeeeeird

Posted on July 29, 2015 By admin

wordle

I’ve done a word frequency cloud of the most common search terms that end up on my blog logs for the past year. The result is… unexpected. The winner, by a large margin, leads to an random blog post (nsfw) from December 2013. A laaaaaaaaaaaarge part of the other popular terms are also nsfw-related.

Except for Michel Roux Senior’s Lemon Tart recipe.

I love my blog.

PS: for future reference, if you want to make a wordle-compatible frequency map, use the following script with a csv file that has the count in the first column and the word(s) in the second column:

#!/bin/bash

filename="$1"
while read -r line
do
  COUNT=`echo $line | cut -f1 -d','`
  TERM=`echo $line | cut -f2 -d',' | sed "s/ /~/g"`
  for (( c=1; c<=$COUNT; c++ ))
    do
      echo -n "$TERM "
    done
done < "$filename"
uncategorized

Power to the beaver!

Show me the beaver!
July 2015
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
« Jun   Aug »

Quote of the day

- "My granny says that dying is like going to sleep," Mort added, a shade hopefully.
- I WOULDN'T KNOW. I HAVE DONE NEITHER.
--(Terry Pratchett, Mort)

Random Posts

  • Sushi Racing!
  • Well, that explains the smell…
  • Go easy on the halloween candy
  • Bananacat!
  • [wine] New world world, California
reading leopard

Tags

bobble the little blue owl boobies brought to you by the fda cats chonk christmas comics computers are evil covid-19 dealing with idiots dilbert dog ducks galleries geek god bless the land of the free holidays house I am Canadian land of cheese and chocolate linked news lolcat london news from the stupid not my dog nsfw pets pictures potd2014 qotd random shit re-member recipes relationship shrill slice of life stress Tao the british way The Peanut things i miss travel video wine work

Archives

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2025 The beaver is a proud and noble animal.

Powered by PressBook Premium theme

 

Loading Comments...