/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

snarky.ca
| | adamj.eu
1.8 parsecs away

Travel
| | Most projects I work on use Python, good ol' Pip, and pip-tools. Below is a pattern I've used to speed up the GitHub Actions workflow runs on several such projects. On larger projects with many dependencies, it can save tens of seconds per run.
| | vickiboykis.com
1.6 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.
| | www.fredrikmeyer.net
2.0 parsecs away

Travel
| | I like to be able to test things interactively in a Python shell when exploring a new package. I also don't like to exit Emacs when I don't have to. So I'd l...
| | dylanbeattie.net
15.9 parsecs away

Travel
| A performance comparison of the Jekyll static site generator running on the Windows Subsystem for Linux (WSL) 1 vs WSL2.