theMetaCityBlog

A brief note to young players

Published: 07 October 2019

A followup to a note I left to someone new to this game.

Pushing to multiple git repositories

Published: 18 August 2019

Avoiding single point of failure when pushing git to a single repo (GitHub) by sending to multiple remotes at once.

Let's make a terrible image processing pipeline

Published: 28 April 2019

With the advent of the <picture> tag and the general support of media-queries, it is time to automate image production.

So you deleted your client's production website

Published: 27 April 2019

What to do if you accidentally delete your clients production website

Not reading the fucking manual leads to pain. Again.

Published: 12 February 2019

Did not read the manual and spent a few weeks writing code to handle file parsing that is totally unnecessary. Because I am an idiot. On the plus side, I get to delete code.

Time to rebuild the MetaCity

Published: 15 December 2018

the MetaCity backend is getting rebuilt. Here are some of the details.

Writers write

Published: 08 December 2018

If you are going to do it, do it.

Lets make a terrible Markdown extension pt4 - Getting coding pt2

Published: 26 August 2017

Fifth and final part of making a Python Markdown extension

Let's make a terrible Markdown extension pt3 - Getting coding

Published: 26 August 2017

Third part of making a Python Markdown extension where we write some atual code

Let's make a terrible Markdown extension pt2 - Getting testing

Published: 23 August 2017

Second part of making a Python Markdown extension