/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

www.fredrikmeyer.net
| | amanhimself.dev
2.0 parsecs away

Travel
| | A guide on setting up Apple Macbook for daily work.
| | www.cesarsotovalero.net
2.3 parsecs away

Travel
| | There is a common belief that top-class software developers can do their job without ever abandoning the terminal. This blog post is a how-to guide for you (and my future self) to configure the terminal in a way so that we will enjoy every command typed on it.
| | suranyami.com
2.2 parsecs away

Travel
| | This is my ever-expanding set of notes about setting my dev environment. One of these days I should turn it into a script or something. ...
| | vickiboykis.com
16.7 parsecs away

Travel
| When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here.