Listen to this

Little known fact - there’s a bot on Soundcloud reposting top content from Reddit’s r/listentothis community regularly. I’ve been using it to discover new music for a while now and I’ve already found quite a bit of gems that earned a permanent place in my library.

Enjoy!

https://soundcloud.com/rltt

 
1
Kudos
 
1
Kudos

Now read this

Reading large files in Ruby

I needed to slurp up some very large files into a ruby app recently and noticed some interesting behaviour in IO.foreach method. While it is supposed to read file line by line without loading it up into memory, memory usage is quite... Continue →