
ENG | Plotting Sensor Data, part I: Simplicity Über Alles
Plotting data without bloat: PostgreSQL, Gnuplot, Systemd is all you need. Period.
Plotting data without bloat: PostgreSQL, Gnuplot, Systemd is all you need. Period.
Calculations of sea level pressure, dew point, and specific humidity for a hobby weather station with Python code examples.
Project page for personal indoor weather station using MicroPython, with design considerations and practical insights.
How to get MS-DOS era fonts for microcontroller projects.
Solutions for pod naming conflicts, container networking, and volume persistence when managing multiple Podman compose files.
Exploring I2C Communication with Raspberry Pi Pico and MicroPython: A Practical Guide to Sensor Interfacing.
Assorted Raspberry Pi Pico MicroPython code snippets.
There was already article like that introducing Raspberry Pi Pico and MicroPython if you want to know what is Raspberry Pi Pico and what it’s not. But basically it’s like more capable, flexible and...
Overview of Radxa ROCK 3C setup, configuration, with tips on troubleshooting common issues
Python implementation of method Pi computation by Arnab Priya Saha and Aninda Sinha.
This describes migration from gitea-1.21.11 to forgejo-7.0. This guide will likely be obsolete in the future as versions will diverge. As of 2024-12, there is already statement Gitea 1.22 is th...
Configuring DNAT and SNAT rules on MikroTik for seamless internal and external access to a local server (port forwarding on consumer routers)
Learn how to convert x86 assembly to RISC-V (RV64), cross-compile for the Milk V Duo S, and deploy and debug it.
Overview of the Milk V Duo S, a minimal RISC-V SBC: setup, features, challenges, and practical tips.
I tried to play with some libraries (Ceres Solver, Eigen, Simplex) for optimization algorithms dealing with tasks as curve fitting or finding minimum of functions. See README.md and souce code in m...