/

Brady Hurlburt / microblog (rss)


2019-12-26

Platform Capitalism book

Platform Capitalism by Nick Srnicek

Set in context, the lean platform economy ultimately appears as an outlet for surplus capital in an era of ultra-low interest rates and dire investment opportunities rather than the vanguard destined to revive capitalism.


2019-12-16

This tidbit from the Elm guide makes me happy, and reminds of me of Felienne’s work on the effectiveness of reading code out load when learning to code.

Guide snipped with phrases for reading the code out loud


2019-12-11

I just asked for a font for Christmas.


2019-12-03

I just submitted my last exam for my last class in OMSCS. I’m done.


2019-11-22

Sometimes I think numpy ruined a perfectly good language.

intersection = ((pixels_0 < 255) & (pixels_1 < 255)).sum()