Dexter's log

Dexter's log

Posts

All the latest thoughts

Cancel indefinite vibration in Android

Does your application start indefinite vibrations that you stop some time later, e.g. in a BroadcastReceiver? Have you received bug reports that your application won’t stop vibrating? Me too, and here is my solution.

Cloudflare Pages with Hugo

Earlier this year, I deployed my first Cloudflare (CF) Page built with Hugo, and it failed with several build errors. The root cause was a different Hugo version running on my computer compared to the one in the CF build pipeline. Let’s solve this.