Explore >> Select a destination


You are here

xcorr.net
| | xorshammer.com
10.5 parsecs away

Travel
| | A while ago, I wrote a blog post called Making Money Disappear Through Infinite Iteration, and I just put out a video version of this post on youtube. Note: it's very rough and unpolished, but I hope to make more videos and get better at their production as time goes on. I'd been interested in...
| | micro.webology.dev
18.5 parsecs away

Travel
| | One of the most significant Python innovations in my development toolchain was the Click utility, which simplified the creation of Python scripts. Click changed how I approach writing one-off Python scripts and made it easier for me to write better developer experiences around those scripts. Once I found django-click, writing Django management commands was a breeze, using the same Click API that I was already familiar with. Arguably, the second most significant innovation was the Typer library, built on Click, making writing Python scripts even easier.
| | blog.alexbeals.com
15.2 parsecs away

Travel
| | Using an XBox One Kinect and the adapter for USB, you should be able to take a mapping and use the SDK to make a 3D model of you. I'll get it and see if it's possible.
| | adamj.eu
73.0 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.