Explore >> Select a destination


You are here

platformadmin.com
| | mayaposch.wordpress.com
5.0 parsecs away

Travel
| | It's been a solid nine months since I first wrote about the NymphCast project [1] on my personal blog [2]. That particular blog post ended up igniting a lot of media attention [3], as it also began to dawn on me how much work would still be required to truly get it to a 'release'...
| | jrhawley.ca
4.5 parsecs away

Travel
| | This post is a walkthrough of how to get these Linux GUI applications running on Windows using the Windows Subsystem for Linux.
| | blog.goodstuff.im
5.5 parsecs away

Travel
| | [AI summary] A guide detailing the setup of Windows 10 and WSL2 for development, including installing Rust, configuring SSH, and integrating with VS Code.
| | vickiboykis.com
22.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.