Posts
CICD to PyPI with …
I use Bitbucket for source control and I absolutely love Bitbucket Pipelines.
I have been using Pipelines for a while to do automated testing of many of my Python projects utilizing tox.
However, the one piece that was missing was the Continuous Deployment to PyPI. I started by following the …
A New Backup Solution
After thinking I’d found the golden solution for backups for all my workstations using CrashPlan’s free “computer-to-computer” backups, they announced that they were discontinuing their home version. This meant that I needed to either upgrade to their “new” small …
Stardate 90123.8
Yesterday I posted a bash_profile function that would allow you to get the current Stardate. While this little bash tweak was cool I really wanted to do something a little more in-depth so I started searching for other ways of calculating the current Stardate. I eventually stumbled upon a perl …