You are here |
dylanbeattie.net | ||
| | | |
dominickm.com
|
|
| | | | With Summer coming to a close I decided to take another surf on the WSL (Windows Subsystem for Linux) wave and in short was not disappointed. Technically there are two flavors of WSL, WSL 1 and WSL 2. WSL 1 is a translation layer that takes Linux system calls and converts them into Windows ones. [...] | |
| | | |
river.me
|
|
| | | | I reinstalled Windows this month. Let's document what I did! | |
| | | |
www.markusdosch.com
|
|
| | | | I use both macOS & Windows. This is a collection of how my systems are configured & which programs I have installed. Useful when setting up a new machine from scratch. | |
| | | |
snarky.ca
|
|
| | There are a couple of things I always want to be true when I install Python packages for a project: 1. I have a virtual environment 2. Pip is up-to-date For virtual environments, you would like them to be created as fast as possible and (usually) with the newest version |