Building a Dynamic Console UI with .NET 10, MQTT, and Node-RED
Dynamic UI system using .NET 10, Spectre.Console library, and MQTT messages to drive a Console UI.
Dynamic UI system using .NET 10, Spectre.Console library, and MQTT messages to drive a Console UI.
Lately, I’ve been looking for ways to blend my background as a software engineer with my creative projects. I recently built a custom robot puppet for Adobe Character Animator, and the process involved a unique “AI-assisted texturing” technique, a waveform-based mouth…
Implementing a digital delay on an FPGA using Verilog
Exploring the use of FPGAs as audio processors (reverb, delay, etc.)
See full-size image View Windows Infographic Get the code on GitHub cw-companion for macOS cw-companion for Windows For amateur radio operators and CW (Continuous Wave) enthusiasts, the bridge between modern software-defined radio (SDR) and traditional Morse code analysis has often…
Dive into the architecture of the Retro180Emulator v2.0. This case study explores the SC126 Z180 motherboard, MMU banking logic, and how modern design patterns like state persistence and ‘Smart Injection’ bridge the gap for legacy systems.
To understand how hardware and software commingle to create a functional computer, we will analyze the Retro180Emulator, a project designed to emulate the Zilog Z180 microprocessor architecture on macOS.
View full size Get the Code Code available on GitHub Under the Hood: How Shader Studio Brings Code to Life Welcome to cerkit blog. Today, we are taking a deep dive into the architecture of Shader Studio, a native macOS…
I’ve converted my Astro Static Text blog engine over to a hosted WordPress site.
I recently built a weather display for my Adafruit PyPortal Titano using CircuitPython. This project fetches live weather data from OpenWeatherMap and displays the current temperature, condition, and details like “feels like” temperature and wind. In this blog entry, I’ll…