Akasha Notifier—Part I

Yet more push notifications for your phone to suppress in the name of aggressive power saving.

Reading time: about 18 minutes (3404 words).
Banner

A project that started out as simply updating a few contact forms, the code from which is now over a decade old set of php scripts, has turned into a monster overhaul of my server architecture & monitoring thereof.

This post will explore the ins and outs of the backend portion of the solution now implemented for this initial task of contacting me when someone uses a notification form on a website I administer, and soon—in Part II, which should be a lot shorter, we’ll take a look at some frontend implementations. Parts III and IV will take a look at how this system now oversees my infrastructure as well.

Making Odyssey

Why have just one semi-neglected blog platform?

Reading time: about 12 minutes (2300 words).
Banner

Realistically more time is sunk into the design of this blog than content for it, and so in similar fashion it’s my honour to introduce you to my photoblog Odyssey—a completely over-engineered marvel that has the capacity to, but probably wont be updated any more regularly than this blog you’re currently reading.

I’ve seen a lot of ways people choose to display photos in a gallery, and there’s usually some form of trade-off every time. Either you must conform to some thumbnail size and aspect ratio (example), or you just hope that no-one ever scrolls to the bottom of the page to see a miss-aligned ragged edge (example), or even no chance of previewing the images: just keep clicking and hope that it’s worth it (example).

The general issue here can be considered as a partition problem, which in less mathsy language asks the question: How can we arrange a group of objects of various size into a container without overlapping or overflowing? The answer to this question is one which falls into the NP-Complete category of annoying things most people don’t want to deal with.

Automatic Publication Lists for Zola

New name, new tricks, new templates. Same old list.

Reading time: about 7 minutes (1237 words).
Banner

It’s been a while since I last ranted about publication lists, so let’s go ahead and see if we can’t re-solve this non-issue in a different context. The papers section of this blog has always been manually updated. Back in the Hakyll days there was an attempt to rectify this, but it caused no end of frustration. Gutenberg’s system didn’t really allow for an automated process either, so the whole idea had been shelved indefinitely.