/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sudonull.com
| | chrome.googleblog.com
4.5 parsecs away

Travel
| | Here in Aarhus, Denmark -- home of the V8 project, Chrome's JavaScript engine -- we've been tuning, testing, and polishing the V8 engine to...
| | www.trollaxor.com
5.2 parsecs away

Travel
| | Several Mac OS and Windows 98/NT developers have been seeded with QuickTime 4.0a1c24, and have reported excellent stability, as well as some...
| | www.junauza.com
5.8 parsecs away

Travel
| | John Lilly, CEO of Mozilla, told technology blogger Om Malik that they will release an application for the iPhone a few weeks from now and t...
| | lincolnmullen.com
22.1 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.