Hacker News new | ask | show | jobs
by minimaxir 2678 days ago
A good reason for live coding is transparency even beyond a GitHub repo: I tried live-streaming data science because everyone thinks it's magic, and I try to show that it isn't. (and also show that data science coding is easier than one may think)
2 comments

Once you know how to do something you think it's easy.
do you have a link for the curious?
Haven't done it in months since I've been busy, but here's an example of analyzing IMDb data the correct way with R and ggplot2: https://www.youtube.com/watch?v=P4_zSfoTM80

That video is also an example of unexpected issues that can only happen when livecoding.

I rolled that out into a full blog post (https://minimaxir.com/2018/07/imdb-data-analysis/), which admittingly was faster to code while not being on camera.