Explore >> Select a destination


You are here

themythicalengineer.com
| | www.mikekasberg.com
4.7 parsecs away

Travel
| | I recently had to reinstall Windows on one of my personal computers. Although I hardly ever use Windows anymore, I keep it around in case...
| | stribny.name
7.0 parsecs away

Travel
| | [AI summary] The article explains how to create and execute shell scripts using Bash, focusing on automation and command-line interface interactions.
| | ericlathrop.com
6.2 parsecs away

Travel
| | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python.
| | lincolnmullen.com
18.3 parsecs away

Travel
| I often have small snippets of Markdown that I want to copy to the clipboard and then paste as HTML. I thought about writing an extension for Visual Studio Code, or a custom script for Boop. But that seemed like a lot of work for a simple task. And then I remembered: Unix. pbpaste | pandoc | pbcopy There is a one-liner which will work on a Mac to paste Markdown into Pandoc and then copy the resulting HTML back to the clipboard.