Note: Technically, this post qualifies as paid promotion, because I work for ActiveState. But I volunteered to write about our new Platform and put it on my personal blog because I think what we’re doing is really cool and might be of interest to the Perl community at large.
TLDR We have an entirely new system that supports Windows and Linux (macOS coming soon), providing you binary builds of the Perl core, Perl distros, and supporting C/C++ libraries1.
Twenty Years of Monthly CPAN Releases
I did it!
For the last twenty years I’ve uploaded at least one new release to CPAN every month. How do I know? Neil Bowers has been keeping track on his CPAN Regular Releasers page for quite some time. I’ve had the montly release quite a long time there.
The second place for monthly release streaks is Chris Williams (BINGOS), at 177 months, which is 14 years and 9 months. Also of note is Karen Etheridge (ETHER), who has maintained a weekly streak for 457 weeks (8+ years)!
I Contributed a PR to the Rust Core
It’s a tiny doc patch, but this brings my language core contribution count to two languages. I feel unreasonably proud of this.
A Sqitch “Declare Bankruptcy” Prototype
I wrote a prototype of a tool to “declare bankruptcy” on your Sqitch migrations and start over. If you have a project with 50, 100, or more migrations, this might be useful for you. The details are in the blog post I wrote on the ActiveState blog.
Perltidy Versus Black
I’ve recently been puttering about attempting to write a Postgres SQL & PL/pgSQL tidier in Rust called pg-pretty. If you’ve always wanted such a thing, don’t get too excited. It isn’t even close to usable yet.
But this post is about Perltidy and Black. These are both source code tidiers (aka formatter aka pretty printers). Black is for Python.
These two tidiers reflect their respective languages. Perltidy is all about TIMTOWTDI1 and Black is very much a TOOWTDI2 project.
My Move to Render is Complete
I’ve now moved all of my sites from my Linode box to Render. This includes:
This blog - Uses Hugo. Repo houseabsolute.com - Contains my resume and links to conference slides. Also uses Hugo. Repo presentations.houseabsolute.com - A new hostname for my slides. See below for more details. Repo masonbook.houseabsolute.com - Just a static site. Repo vegguide.org - Just another static site. Repo I really like Render! It’s incredibly easy to use.
New Blog Software
Many, many years ago, in the flower of my youth (June, 1999), I registered the urth.org domain. I can’t remember when I started hosting my own email, but it was around that time. For many years after, I had a server in my home that hosted my email, various websites, and some web applications. Eventually VPS’s became cheap and powerful enough that I ditched the home server and moved everything to the cloud (Linode, specifically).
I Attended RustConf 2020
Like so many conferences this year, RustConf 2020 was a purely virtual event. I’d already helped organize and attended The Perl Conference in the Cloud 2020 as a virtual conference earlier this year, so I knew it could work.
RustConf was very different from The Perl Conference. It was just one day and one track, lasting about five and a half hours with a break in the middle. The conference schedule was incredibly detailed.
Please Test the DateTime-Format-ISO8601 Trial Release
Edit: I’m now up to a 0.11 trial release. Please test that one instead.
I just did a trial release of this distro. It doesn’t contain any radical changes, but I did enough tweaking to the internals that I think it’s best to make a trial release. If I don’t get any bug reports in the next few weeks I will do a non-trial release some time in August.
Introduction to Go at TPRCiC 2020
I will be offering my Introduction to Go class at this year Perl & Raku Conference in the Cloud. The cost is just $50, with all proceeds going to The Perl Foundation. You can register for this class using Eventbrite.
This year I have the class capped at just 10 people, because this is my first time doing this online. I’ve found an online classroom solution that allows all attendees to share their screens simultaneously, so I’ll be able to virtually look over your shoulder while you’re working on the exercises .