-
Everyday I’m Shuffling.
I read an article the other day explaining that Spotify changed it shuffling algorithm due to a large amount of user feedback suggesting it was repeating songs by the same artist frequently or playing the same song twice. A company like Spotify has a huge amount of engineering talent, so I was confused as to…
-
You are Better at Maths Than a Computer
Ok… this claim is a bit tongue in cheek but let me demonstrate one way of how you are “better at maths” than a computer. Let’s consider the following piece of code in Python. What do you expect to be printed (0.1+0.2)?0.3 right? we know 0.1 + 0.2 = 0.3.Well……………… The output of this code…