running
Second Guessing the Optimized Answer
One approach to problem-solving is to use a program to find the optimized solution. This applies broadly. For example, your problem might be finding the lowest cost location to build a distribution center (DC), finding the right people to add to your team/company, or determining how to get to the local Target. When systems create … [Read more…]
Notes: Setting Up OSRM & Using OSM Filter for Machine Learning
When working on my project to find the optimal running route given a starting/ending location and mileage, I needed to build a routing engine so I could make numerous calls without hitting an API limit. Below is my note os how I set that up OSRM on MacBook with python.To figure out the distance between … [Read more…]
30 Miles on Foot
Last week, with a trusty Sachmel by my side, I ventured to run 30 miles on the day I turned 30 years old. In return for the effort, I gained an immense sense of satisfaction along with 25.5 miles of data collected by my Garmin Forerunner. Unfortunately, the battery only lasted 85% of the run. … [Read more…]