RSSAmplifier

Blog

Alex Smith

Alex Smith

/RSS feed ↗2 posts

Latest posts

Where is the highest 7-Eleven in Thailand?

Here I describe how I used OpenStreetMap and SRTM data to answer a question nobody asked. # Gathering Data ## OpenStreetMap: Finding Convenience Stores OpenStreetMap is crowdsourced alternative to Google Maps, offering freely accessible geodata. Using Overpass Turbo we can easily query OSM: Click on wizard Type "convenience store" in thailand Run the query (Overpass generates it for us) Click…

My Minimal, Terminal-based Work Setup

Here I describe the various software I use to form a development environment for programming projects. # dtach The basis for my setup is dtach . dtach executes a program in a session which the user can ‘detach’ from, returning them to the shell while the program continues to run. Later, the session can be reattached to. It allows me to, for example, start Neovim in a terminal window,…