shlogg · Early preview
Burak Yigit Kaya @madbyk

Curious mind. Open source, behavioral psychology, automation

Automating Docker Volume Caching On GitHub Actions

Overcame Sentry's self-hosted product caching challenge by wrapping tar executable with sudo & using --numeric-owner option, resolving GitHub Actions limitations.

Arduino Rotary Encoder Tutorial: Timing And State Machines Explained

Rotary encoder timing can be tricky! Reading from mechanical contacts needs interrupts, bookkeeping & ignoring invalid states for stable direction detection. Life is indeed messy, just like copper contacts.

IOS Browser Bugs Break Disqus: Patching Reqwest Fixes Issue

Discovered 2 iOS browser bugs at Disqus: suspended events causing login issues & onreadystatechange events firing multiple times, resulting in repeated content. Patched Reqwest XHR library to fix issues.

Enabling Full Content RSS Feed In Astro Blog With Working Images

Reviving my Astro blog's RSS feed was a journey. Fixed method name in endpoint definition, sorted & capped posts, used Astro Containers for full content rendering, and finally set build.assetsPrefix for absolute image URLs. Now it works! 🎉