Explore >> Select a destination


You are here

leancrew.com
| | www.largeheartedboy.com
19.6 parsecs away

Travel
| |
| | ericlathrop.com
16.0 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.
| | www.agwa.name
19.8 parsecs away

Travel
| |
| | mbuffett.com
92.2 parsecs away

Travel
| I started a Haskell rewrite of a project, and after not having used Haskell for a long time, found the process of setting up my Vim environment to be a pain. There's nothing exciting here, but by the end of this quick guide you should have: Haskell + Stack installed Autocompletion, go to definition, type lookups, and more via HIE and CoC GHCi via Intero (it does more, but overlaps with HIE a bit) Local hoogle For vim packages, I'm going to assume you're using vim-plug, replace Plug with your plugin manager of choice if you're using something else.