RSSAmplifier

Blog

(untitled)

w.willx86.comRSS feed ↗10 posts

Latest posts

ikea matter, with esp32-c6 on homeassistant

Preface

tree secrets

Preface: If you regularly use man you’ll read this post and thing I’m an idiot, but I suspect I’m not the only one with a shallow understanding of what they use.

Disable all filters protonmail

I wanted to disable all filters in my proton account, primarily as I realised I wanted a Sieve filter not 100’s of filters.

ocr paste alias - linux

install tesseract link

Creating a cli tool for forgetting

https://github.com/will-x86/iff

Printing ssh messages to my thermal printer

Everything has a period in age, where it becomes interesting, as it’s no longer old “crap” but “cool old crap”

Using the CH32v003F4P6 in platformIO

Problem: I hate Mounriver IDE Solution: Use the Arduino framework in PlatformIO with VSCode

Designing a custom stm32 board

Problem: My new office was unfathomably warm. Solution: Completely over-engineer custom PCB to control the fan. Actual Solution: Test first…

Declarative Flatpaks in NixOS

Problem: Want to declare flatpak’s the NixOS way Solution: ..Read

STM32 Development on Nix: stm32cubemx + ccls LSP

Problem: STM32CubeIDE sucks ass, I want to use NVIM Solution: Use stm32cubemx with CMake output and ccls for LSP. GDB for debugging later on