May 16th 2026 - Things I Worked On

Added Avida Towers to Davao Explorer

Added Avida Towers to Davao Explorer along with description and tips.

Created hadiths meta org roam node

I've been thinking about creating a digital garden to host evolving files on different topics. The first one I'm starting with is a collection of hadiths categorized by topic.

Added overflow scrolling to src blocks in blog

This has been a long time coming and it works really well to prevent code from overflowing out of the code block.

.src {
    overflow-x: auto;
    white-space: pre;
}