Like many others, I’m a huge fan of Jeremy Howard’s fast.ai courses. Even when having worked in the machine learning field for years, I still find the material to be packed full with interesting …
Like many others, I’m a huge fan of Jeremy Howard’s fast.ai courses. Even when having worked in the machine learning field for years, I still find the material to be packed full with interesting …
It’s time to setup a new laptop, so once again I’m jotting down a list of apps I normally install right away, slightly updated again.
Optional:
Earlier last month, a security researcher called Victor Gevers sent out a tweet stating that he had stumbled upon a number of open MongoDB databases hosting what was apparantly logged chats from a number of Chinese applications such as Weixin (WeChat) and QQ:
Around 364 million online profiles and their …
About two weeks ago, Hacker News was discussing a new R package called brickr
, which relies on another relatively new and excellently crafted R package called rayshader
to enable its rendering goodness. The latter package was originally constructed as a means to generate good-looking “2D and 3D hillshaded maps of …
Update: this post now has a follow-up with some further details.
Throughout the past year or so, both R and Python focused data science practioners have picked up on a paper by Friedman and Popescu from 2008 entitled Predictive Learning Via Rule Ensembles. Interestingly enough, the “meat” of the paper …
It’s time to setup a new laptop, so once again I’m jotting down a list of apps I normally install right away, slightly updated again.
Skype is avoided, use web version once again.
I think that Age of Empires II is probably the game I’ve been playing on or off for the longest amount of time. In fact, it is this game which pushed me to write a custom tool to prevent DirectDraw palette issues more than eight years ago, before custom …
Getting a reliable, real-time screen of an Android device is more challenging than one might think, e.g. for the purpose of training a reinforcement learning agent.
This post describes a basic approach:
adb shell screencap -p
Sadly, adb mangles binary output and has a tendency to convert \n
to …