-
Hnefatafl, Viking Chess for Game Boy
On The Royal Game of Ur, getting two Game Boys to talk to each other using the link cable proved to be quite difficult. I got $50 worth of tokens and burned them all on this feature. Getting semi-decent music was a hurdle too, and I’m still not quite happy...
-
The Royal Game Boy of Ur
Years ago, a documentary on “The Royal Game of Ur”, one of the oldest known board games, nearly 5,000 years old, instantly piqued my interest. When I later heard Dr. Irving Finkel discuss it on a podcast, the fascination came flooding back. But this time, I had an idea: build...
-
Python to Rust: Porting My Genetic Art Algorithm
One of the first posts on this blog showed how to implement a genetic algorithm in Python. Revisiting that project, I realized it is an ideal candidate to port to Rust: it is computationally heavy, and touches on performance, parallelism, and data structures. In short, a good excuse to finally...
-
Using my Kindle PW3 as a Dashboard for Home Assistant
An old Kindle, once jailbroken and running KUAL, can be repurposed as a dashboard for just about anything. I’ve actually done this before - though right now, I don’t really need those stats anymore. It would be nice, however, to show some real-time data from my Home Assistant setup on...
-
Building a Custom Deej Volume Mixer with an RP2040 Pro Micro
Looking for a DIY hardware volume mixer to control individual app volumes effortlessly? Whether you’re a gamer, streamer, or audio enthusiast, manually adjusting software volume sliders can be frustrating. That’s where Deej, an open-source USB volume mixer, comes in. This guide will show you how I’ve built a Deej volume...
-
Simple USB Type-C Upgrade for the Raspberry Pi Pico
With USB type C ports now commonplace, keeping micro-USB cables around for some devices can be a bit of a nuisance. The convenience of a single, reversible cable for nearly all your devices is undeniable, and in some devices the micro-USB port can actually be replaced with a USB type...
-
ComfyUI and SDXL: New Workflows
The latest version of our software, StableDiffusion, aptly named SDXL, has recently been launched. This has simultaneously ignited an interest in ComfyUI, a new tool that simplifies usability of these models. It’s important to note, however, that the node-based workflows of ComfyUI markedly differ from the Automatic1111 framework that I...
-
Can ChatGPT write a Python GUI app for me?
Imagine being able to create a fully functioning Python GUI application with just providing instructions. No need to spend hours writing and debugging code, you’d just let AI do the heavy lifting for you. In this post, we’ll explore the capabilities of ChatGPT in developing a Python GUI app and...
-
Get the most out of Stable Diffusion 2.1: Tips and Tricks
The latest version of Stable Diffusion, with its increased support for larger 768px images, is a significant improvement over previous models that only supported 512px images. While it may require some adjustment as it was trained on a more limited dataset and prompts in a different way, this new model...
More posts tagged with Python
2022
- XIAO-RP2040: A tiny RPi Pico alternative -
- PyScript: Python in the browser! -
- Better code for the MacroPad -
- The KeyForge hiatus: impact on deck registrations -
- Where are my Magic: the Gathering cards ? -
2021
- Plotting post hoc tests with Python -
- Better Raspberry Pi Pico MIDI controller -
- Faster Mixture Models in PyMC3 -
- Lights, Camera, GitHub, Actions: My Favorite GitHub Actions -
- DeckLock part 4: Flesh and Blood -
- KeyForge: How many decks were printed ? -
- Capture-Mark-Recapture model in PyMC3 -
- COVID-19 impact on KeyForge -
- Clustering the Palmer Station penguin data, using PyMC3 -
- Bayesian analysis of sales data, using PyMC3 -
- Printing Abyssal Conspiracy -
- Tiny MIDI controller with Raspberry Pi Pico -
- Altair + Vega + Justcharts = Interactive Visualisations in Static Websites -
- Printing Rise of the Keyraken with PrinterStudio/MPC -
- Fighting Batch Effects with pyComBat -
- A Python powered MacroPad/StreamDeck -
- PCA Plots with Loadings in Python -
- Correlation Heatmaps with Significance in Python -
- Gwent: How Many Pro Players Are Out There ? -
- Setting up a Google Cloud Function -
2020
- CodeForces: Trying on Competitive Coding -
- Static Site Generators: Jekyll vs Pelican vs Gatsby -
- An Agent Based Model to look at Gwent Pro Ladder (results) -
- An Agent Based Model to look at Gwent Pro Ladder (code) -
- Steganography using PIL and NumPy -
- Kindle + Python = e-Ink Dashboard (part 2) -
- Kindle + Python = e-Ink Dashboard (part 1) -
- Putting Benford's Law to the Test -
- Gwent: Pro Ladder Analysis and National Rankings -
- Integrate BusyBoard into HomeAssistant -
- BusyBoard: no more interruptions during meetings -
- DeckLock part 3: How about a game of Gwent? -
- DeckLock part 2: Magic the Gathering -
- DeckLock: keep track of your card games -
- Minimalist Art Using a Genetic Algorithm -
- Genetic Art Algorithm -