flightsim Canada, Greenland, and Iceland (World Tour Part 2) After successfully landing out of the USA I began the legs of the trip through Canada. I planned for a stop or two in Canada then to cross the ocean
flightsim Up and out of the USA (World Tour Part 1) This was the first leg of the flight without nice weather. This cloud cover got more and more dense as this flight continued and I headed toward Montreal where METAR indicated rain and low visibility.
flightsim My World Tour in MSFS 2020 I have started flying on a world tour. Not just the quickest flight around the planet, but a flight around the entire earth with many, many stops along the way for sightseeing. To see places I probably never will get to during my lifetime. The scenery is that good.
blog Rescuing a 12TB RAID5 array from the brink of disaster I rebooted the system and mdadm was reporting one drive was missing. Weird. It was just working 10 seconds ago. I know it's good. It has served faithfully for a few thousand hours so far. It just passed all of its SMART tests yesterday. This drive has not failed. Why did it disappear from my array?
blog A gentle introduction to parallel programming in Python Python, be default, will only ever utilize a single CPU core at a time. All instructions in your code are run one at a time, in serial, on one core of your CPU. This leaves all of the other cores sitting there doing nothing.
data Downloading large amounts of Reddit data I really want to start learning more NPL. But to do that I first needed to get large amounts of text data. Here are some quick and easy ways to get large amounts of text data from the internet, including Google Big Query
blog Simulating the Monty Hall problem Simple simulation of the famous Monty Hall problem shows the option you should pick on a game show. Inspired by an episode of Brooklyn Nine-Nine. Was Any Santiago correct?
data The world-wide rise of obesity The entire world is currently experiencing an obesity epidemic. This map shows world-wide obesity rates from 1975-2016
data Creating a PubMed, scientific literature recommendation engine How I created a PubMed scientific literature recommendation engine using over 4 million paper abstracts downloaded from PubMed.
work Deploying JupyterHub on a multi-user CentOS server I describe how I setup JupyterHub in a multi-user, Linux environment.
data Predicting Comcast Xfinity Internet Outages My home internet disconnected every day, multiple times per day. I noticed a pattern in the outages. Here is how I collected and used data to prove it.
blog Super blood wolf moon The super blood wolf moon was last night. Here are a few of the top shots from my older Canon camera.
blog Does this place look a little empty? This is the new version of my personal website. I just migrated from WordPress to a different CMS system.