RSSAmplifier

Blog

Sven De Waerhert - Technical Blog

Engineering adventures and technical problem-solving

svendewaerhert.comRSS feed ↗6 posts

Latest posts

1.5 Years of Talking to Claude

An analysis of 888 conversations with Claude over 18 months. Perform your own analysis 100% offline.

Building a custom ESP32 thermostat

A guided tour through the code of a battery-powered ESP32 thermostat with e-paper display, deep sleep, and remote control

Nearby peer discovery without GPS using environmental fingerprints

I propose a peer discovery technique to detect nearby devices by comparing similarity in their observed environments, such as WiFi or Bluetooth networks. Using locality-sensitive hashing and private set intersection, peers can compare their environments without disclosing the full details. With sufficient similarity between environments, peers can conclude they are near each other.

A durable task primitive built on BullMQ

Building reliable task systems with BullMQ requires juggling queues, workers, and events, turning simple functions into scattered configuration. DurableTask solves this by wrapping BullMQ primitives into a single abstraction that gives any function automatic archiving, retries, scheduling, and complete execution history.

Advice for self-taught learners entering formal education

On how autodidacts can navigate the transition to formal higher education without losing their motivation and curiosity

Building a custom telescope mount with harmonic drives and ESP32

How I went from buying a €200 tracker to building a custom telescope mount with harmonic drives, ESP32, and way more engineering than necessary