Neovim is a powerful, extensible text editor—but it's fundamentally a terminal application. What if you want native macOS integration: smooth font rendering, proper keyboard shortcuts, system clipboard support, and seamless window management? This post walks through building a native macOS wrapper for Neovim using Swift and the MessagePack-RPC protocol.
February 21, 2026 neovim gui swift swiftui
How we built a full-featured blog CMS with admin panel, image uploads, and instant deploys — all on Cloudflare's free tier.
February 20, 2026 astro cloudflare d1 r2 serverless blog cms architecture
How we reduced firmware update time by 8.8x through systematic optimization of QSPI flash operations and UART communication.
February 20, 2026 stm32 esp32 ota uart firmware hoopi
How we designed an OTA update system where a power failure can't brick your guitar pedal.
February 17, 2026 ota bootloader embedded firmware stm32 safety
How we built a cross-platform audio synchronization system using Flutter, AVFoundation, and MediaCodec
February 10, 2026 flutter hoopi audio-processing native-code
Finding the time offset between two audio recordings using signal processing
February 9, 2026 hoopi flutter dart audio dsp cross-correlation sync
Implementing simultaneous playback and recording with blend controls
February 4, 2026 flutter audio music-production recording playback sync
How to discover IoT devices on a local network using UDP broadcast packets in Flutter.
January 6, 2026 flutter udp networking iot device-discovery