whateverthing.com

July 21, 2015

Sculpin is a PHP-based static website generator, ideal for powering websites that don't need dynamic DB-driven features or web-based administration. It's commonly used for blogging, but can be used for pretty much any marketing site you need, such as corporate websites, online portfolios, or even emergency downtime pages for when your WordPress site has been hacked ... (Kidding! Proper maintenance and security practices will make WordPress downtime a rarity.)

When running a website, you'll often want to reuse snippets of HTML. Many editors and IDEs have this functionality built in, but the problem with using editor snippets is maintainability. If you want to alter the snippet, you have to suss out every place it was used and manually edit it.

Sculpin uses the Twig templating engine, which has a feature that solves this problem. Twig macros are kind of like functions, like you would find in PHP or Javascript. They can be a bit tricky to get started with, so check out the tips below for help.

July 15, 2015

"[Case] also saw a certain sense in the notion that burgeoning technologies require outlaw zones, that Night City wasn't there for its inhabitants, but as a deliberately unsupervised playground for technology itself. "
— William Gibson (Neuromancer)

Last month, I shut down the Gibson Index project. I hope one day to resurrect it in a new form and with renewed purpose, but this first version of it did not garner the traction necessary to keep me engaged.

Manually compiling data on increasingly commonplace cyber attacks was a lot of work, and tacking on an arbitrary rating to each one provided little to no overall value. Instead, I am hoping to free up time for my litany of other projects, including one that automatically compiles data on restaurant inspections (and tacks on an arbitrary rating - but using an algorithm, instead).

Thanks for reading. Now back to your regularly scheduled programming.