Categories
Development Homesteading Multimedia Software Technology

Augmented Beekeeping

As I continue applying technology to manage the local ecology at my home, these are my plans for managing hundreds of thousands (and steadily approaching millions) of honey bees.

Categories
Development Software

Working with Rust in VSCode’s devcontainer

Seamlessly run your Rust programs under a development container in Visual Studio Code.

Categories
Development Networking Server SysAdmin Technology

Dot files

My over-engineered Z shell configuration.

Categories
Development DevOps Software Technology

PyClone released

While I’ve been working on Tiberium, which sits on top of many separate tools (such as rclone), I’ve had to end up writing interfaces for some of these tools. Today, I released PyClone which wraps rclone using the pexpect package and allows you to query transfer updates from the thread that’s responsible for running rclone. […]

Categories
Development Software

PySimpleGUI (and Tkinter) in pyenv with Homebrew

Create a GUI simply, with PySimpleGUI and Homebrew.

Categories
CI/CD Development Software

The Austin Python Meetup : Creating and publishing a Python package

Create, test, and publish a Python package to the Python Package Index.

Categories
Development Software

Synchronizing live edits with fswatch

Synchronize development of a local project to a remote destination as you progress with your work.