Tech Talk

Pressing Out the Words

7 min read

I’ve been using WordPress on my blog for so long, I don’t even really remember when I converted to using it from my homegrown system. My post archives suggest it happened some time in 2010, so that’s a long time to be on a platform I ultimately disliked. Heck, I hated the Gutenberg block writing system so much I followed a guide to disable it. And then I installed an actual plugin to disable it permanently.

Wondering What TODO

2 min read

I’ve been thinking of adding a Kanban board to my site for a more advanced TODO list. So far I’ve looked at:

  • Kanboard - Interesting and right now the main contender. It’s fast, easy to set up, and can use Postgres. It’s somewhat ugly, and the existing themes are few and far-between. It’s also PHP, which isn’t winning it any points. Also, every single theme breaks the code syntax highlighting in the hover tool-tip of the Board view. The fact nobody noticed this makes me wonder if the project is even still alive.

Adventures in Server Sitting

6 min read

To support more of my tinkering in an effort to test various Postgres cluster configurations, I decided it would be really nifty to have a virtual server. I could not only spin up VMs and containers to validate architectures, but experiment to my heart’s content with other potential technologies.

PG Phriday: Community Edition

7 min read

Postgres is one of those database engines that carves out a niche and garners adherents with various levels of religious zeal. The community, while relatively small when compared to that of something like MongoDB, is helpful almost to a fault. Members from the freshest minted newb to the most battle tested veteran will often trip over themselves to answer questions found in the various dedicated forums, mailing lists, and chat rooms. To that end, let’s answer one particular question that ties everything together: what exactly is available to someone who wants to participate with the Postgres universe these days?