Skip to content

Commit ba520ac

Browse files
committed
Adds blog post for whats the point postcard.
1 parent f1b0a07 commit ba520ac

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: post
3+
title: What's The Point postcard
4+
categories:
5+
- blog
6+
---
7+
8+
A few weeks ago [Jody Avrigan][ja] had the duo behind [Dear Data][dd] on an episode of [What's The Point][wtp]. During the episode he [challenged listeners][challenge] to create a data visualization related to each's podcast listening habits on a postcard and mail it in. _(Podcasts really love [voting] and [postcards])_
9+
10+
[ja]: https://twitter.com/jodyavirgan
11+
[dd]: http://www.dear-data.com/
12+
[wtp]: http://fivethirtyeight.com/tag/whats-the-point/
13+
[challenge]: http://fivethirtyeight.com/features/dear-data-and-fivethirtyeight-want-you-to-visualize-your-podcast-habits/
14+
[voting]: http://www.hellointernet.fm/flagvote/
15+
[postcards]: http://www.podcastpostcards.com/
16+
17+
I subscribe to a **ton** of podcasts (well over 100), and listen as much as I am able, but I couldn't think of a great data source.
18+
19+
Some ideas:
20+
21+
* Number of hours listened in a given week (_Weakness_: not sure what to compare it to)
22+
* Number of podcast episodes listened to / deleted (_Weakness_: I often do most of my listening while driving and don't want to become unsafe documenting while I am driving)
23+
* Number of podcast subscriptions / episdoes per podcast / time since subscribed (_Weakness_: This is the most interesting, but there isn't a way to get the historical data I want)
24+
25+
Then I had the idea of looking at the podcast artwork of some of my favorite podcasts and networks. I first looked into using something like `PIL` to create [histograms] for the artwork, but it wasn't easy to read and understand. Then I remembered some frequency-type graphs of movie poster artwork and found [k-means color clustering][cc]. That was what I wanted to do, but wanted to reuse someone else's library rather than writing it up myself. After some extensive "research" (Googling), I found <http://mkweb.bcgsc.ca/color-summarizer/?examplesi> by Martin Krzywinski.
26+
27+
[histograms]: http://www.pyimagesearch.com/2014/01/22/clever-girl-a-guide-to-utilizing-color-histograms-for-computer-vision-and-image-search-engines/
28+
[cc]: http://www.pyimagesearch.com/2014/05/26/opencv-python-k-means-color-clustering/
29+
30+
It does exactly what I want. Now I all had to do is select my dataset and translate the data visualizations to a postcard.
31+
32+
Here's [my postcard] hitting the postmaster today.
33+
34+
[my postcard]: /media/wtp-postcard.pdf

media/wtp-postcard.pdf

753 KB
Binary file not shown.

0 commit comments

Comments
 (0)