You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2019-02-03-Just-for-fun.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ Haven't gotten around to writing more about immutability just yet, but in the me
7
7
8
8
The other day as I was waiting to pick up my son from school, I was listening to a [local radio station](https://q1043.iheart.com/) that has a daily feature called "Three at three". Basically, they play three songs that have something in common and ask listeners to call in if they can figure out what it is. That day's three songs were "You Never Give Me Your Money" by the Beatles, "Lonely" by The Police and "Born in the USA" by Bruce Springsteen and the E Street Band. The common phrase in the three songs was "nowhere to go".
9
9
10
-
Another thing that happened this week is, I was sick. And while I was lying in bed in a feverish state, I thought it might be fun to make a little Python script to check song lyrics for common phrases. The result is in this repo: [https://github.com/rkingan/just-for-fun/tree/master/lyrics-common]. A more ambitious plan is to hook the script up to a song lyrics API, and I might do that at some point, but for now it'll just read the lyrics from text files.
10
+
Another thing that happened this week is, I was sick. And while I was lying in bed in a feverish state, I thought it might be fun to make a little Python script to check song lyrics for common phrases. The result is in this repo: https://github.com/rkingan/just-for-fun/tree/master/lyrics-common. A more ambitious plan is to hook the script up to a song lyrics API, and I might do that at some point, but for now it'll just read the lyrics from text files.
0 commit comments