Categories
Uncategorized

Migrating .py to .php

I got to learn about python pandas today. I’ve not spent much time with python in general, focusing on php for the last decade, so it was a fun exercise to migrate some py code into php. It was all pretty straightforward, the script just scrubbed some api data, massaged it a bit, then used […]

Categories
Uncategorized

Microsoft Voice Access

I’m looking to experiment more with Microsoft voice access for dictation. Maybe I can get in the habit of blogging more often if I don’t have to type it And I can do this more passively. Every day I find myself working on such creative and interesting projects but I don’t catalog it well And […]

Categories
Uncategorized

Uploading Videos in Joomla! v3 core

We’ve used Joomla for over a decade, and love it for many reasons, but a simple blogging or media distribution system out of the box it is not. It can be done with core tools if you configure it right, and don’t mind a little copy paste action. These instructions are for a stock Joomla! […]

Categories
Uncategorized

MySQL Migration

Moving over databases from a local installation to a shared database has been an interesting lesson in permission management. Typically I’m relying on WHM/cPanel to propagate permissions for me, and in this case I’m moving databases from an existing cPanel installation onto a remote database server. I created the databases manually and created the basic […]