|
You are here |
www.mackorone.com | ||
| | | | |
robr.dev
|
|
| | | | | Three things from this week. This week I've been following a lot of random threads again. Here are a few of them. Octoprint If you use a 3d printer you might be interested in Octoprint. It runs on a computer connected to the printer and handles a bunch of features like managing prints sent to the printer, tracking progress, or (with a webcam) streams video of the printer while it works. | |
| | | | |
vxlabs.com
|
|
| | | | | The new Python package and project manager uv is in fact amazing. I say that, because it's really fast, but more importantly because this single tool does a whole lot, really fast: Installing Python binaries, installing and running packages in self-contained environments like pipx, managing virtual environments. However, I've been avoiding it so far due to one flaw: uv defaults to installing its virtual environment and all dependencies into the .venv sub-directory of your project, almost exactly like the... | |
| | | | |
www.cybershu.eu
|
|
| | | | | If you work with Python, you probably need to activate a virtual environment to manage dependencies. Using a virtualenv requires activation each time you wan... | |
| | | | |
www.laac.dev
|
|
| | | In the software industry, some argue that technical interviews are broken, and I tend to agree. Instead of going through why they're broken, I'm going to tell you about my favorite technical interview. | ||