I made a file hosting site (for personal use). First time using Svelte, it's really nice - for small sites at least.I'm trying a new font <input.fontbureau.com
Added some custom scrapbook CSS. Solarized colors + some small tweaks.
I made a moon bill
set up proxmox on my basement server
I had to fix my dryer today 🤷 I guess that's hacking.
Did some performance work on my personal Next.js site. Switched to Preact for a much smaller bundle size and faster hydration, and implemented lazyloading images with LQIP (like Medium).
Made programmable lighting for my bicycle. 150 WS2812B LEDs attached to my bike, all controllable from my phone. Using an Arduino Nano 33 BLE Sense on the bike, powered by a 28000mAh USB battery, communicating with a React Native app over Bluetooth LE.
My first time working with Arduino, or any hardware really, so it's been pretty fun. (debugging is a lot harder though 😅 )
They're all individually addressable, so next up is working on the app to add the ability to set custom colors and animations. There's a ton of possibilities like animating the LEDs based off of music, GPS speed, light levels, etc. so I'm excited to work on it more over the summer.