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

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"
  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Threads (Opens in new window) Threads
  • Click to share on Bluesky (Opens in new window) Bluesky
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to email a link to a friend (Opens in new window) Email
uncategorized Tags:nsfw, random shit

Post navigation

Previous Post: Bring me wine!!!
Next Post: Did some say science?

Related Posts

  • Best way to start your day land of cheese and chocolate
  • One of my more random impulse purchases cake
  • No alcoholic skateboarding dogs allowed. random shit
  • Yes, I have an angry birds hat random shit
  • Mechanical assistance geek
  • Happy… Belated…… Birthday…. Captain Kirk! geek

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

"Don't put your trust in revolutions. They always come around again. That's why they're called revolutions. People die, and nothing changes."
--(Terry Pratchett, Night Watch)

Random Posts

  • Reenie watching cat TV
  • My slow descent into OS X reinstall madness
  • [recipe] Healthish Kedgeree
  • It’s a dog’s life
  • Lies programmers tell themselves
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...