“Who ya gonna call?” “CODEBUSTERS”
No.
But the metaphor of Ghostbusters crossing the streams was inversely appropriate to a little bit of code action over the holidays (of which the actual action was nil).
But this was fun.
This nice tweet from John Johnston (who spawned the idea) reminded me of a WordPress plugin I had made
The WP Posted Today plugin is meant to offer a short code you can put on a site and it will list all previous posts on the current calendar day (this of course is useful if you actually still blog regularly) (cough) (cough).
Just for grins I checked the page where I use my own plugin. Yikes. Red Alert. It displayed all the ones for December 29 in years past, but the part where it should list how many there were was blank.

I dug into my own code… and found myself a bit lost. Crossed. I was not even sure where I got the sprintf functions (John’s original code?) that were aimed to be compatible if anyone every wanted a language translation (maybe, or it’s just that thing when people code things differently).
Taking the path of least resistance, I took out the code where I think the problem was occurring and did it a more simple, but brute force way.
And it worked.
So I updated the version on GitHub and felt at peace with the world. In the off chance someone stumbled into my little corner of code, they would find something that works (or should work).
And then (here comes a stream crossing) Michael Hanscom @djwudi — someone I don’t think I’ve ever communicated with — tweets that he had seen pretty much the same bug and offered a fix.
In looking at his post I saw the fix he made, and said– that’s better than mine! So I decided today to roll back my changes in place of Michael’s solution (but also keeping a modification I had made to remove extraneous calls when not needed for singular versus multiple results).
I noted the extra change he made in hos own version
Plus, I’ve made one other tweak to the plugin, so that it adds a link to the end of the excerpt to better handle “microblog” style entries that don’t have titles, so I still get to feel good about that part, as well. 🙂 My coding skills may be underdeveloped and rusty from lack of regular use, but they’re not entirely atrophied!
In this case, these microblog type entries (see Michael’s demo page) lack titles, so yes, a link is needed at the end of the post excerpt.
Yet I could see that regular posts (like on my site) did not need the extra link, and also, not everyone might want the arrow Michael likes.
I solved this cleverly by creating an additional shortcode parameter more which defaults to a blank string. In the shortcode function, we convert any attributes passed to variables with
extract(shortcode_atts( array( "month" => '', "day" => '', 'excerpt' => 1, 'more' => '' ), $atts ));
So on my site, where I just used the shortcode There are 12 posts previously published on March 5th Technologies: ART EEPROM burner, DASM 6502 BSD, data projectors, NBASIC BSD, Nintendo Entertainment System, RockNES, Super Mario Brothers Nintendo cartridge, video distributor Not a web-based art form, but yet a compelling example of hacking a console game, Super Mario Clouds presents an example of creation by deletion. It’s just clouds scrolling by, WTF? But check out what Cory Archangel did to make it To make Super Mario Clouds, Arcangel hacked Super Mario Brothers, a classic video game that made its debut in 1985. He replaced the program chip from an old Nintendo Entertainment System game cartridge with a new chip that he programmed himself (by borrowing code he found on computer hobby scene Web sites) to erase everything in the original game except the clouds. Just look at the jagged cuts to get to the chip, and the masking tape labels! I cannot speak much to the artistic references in the book chapter: Arcangel’s process of visual subtraction evokes Robert Rauschenberg’s Erased de Kooning Drawing (1953), in which the artist famously erased a composition by Willem de Kooning to create a new work of art. Super Mario Clouds suggests a similar sensibility, simultaneously conveying a stripped-down aesthetic and a rebellious, bad-boy attitude that challenges conventional notions of artistic integrity and authenticity. but the notion of creation by deletion is intriguing for the way it runs 180 degrees to our assumption of what creativity means- making stuff, right? But look at Austin Kleon’s Blackout Poetry- its not just haphazard erasing to make a poem from existing works by erasing portions (maybe easier than hacking a NIntendo cartridge). While many new media artists fetishize emerging technologies, Arcangel eschews the graphic realism of contemporary game titles like Grand Theft Auto, celebrating instead the crude “dirt style” imagery of early video games The same might be said today about the environment of Minecraft (which spawns in the world and derivatives elsewhere). Cory Arcangel provides a detailed illustrated guide to his hack — like The first thing you will need to get is an original Super Mario Brothers cartridge. Not a “Duck Hunt+Mario Brothers” cartridge, but just a plain old Super Mario Brothers cartridge. Next you should unscrew the plastic back on the cartridge, and inside you will see a circuit board like the one you see below. There are two chips on this board. The CHR chip, and the PRG chip. We are interested in the PRG chip for this project. Also please make sure the cartridge says NES-NROM-01 (01-05 in also fine). This let`s us know it is a 32k Nintendo circut board. And in a modern spirt, also shares via github the code he used to modify the game. Even more timely or i time, in reference to the GIF above: when I originally posted this on the Internet in 02, the web wasn’t actually able to contain video (it sounds funny now, but remember youtube didn’t start making waves till like 05ish??), therefore I made a gif of the video. Of the gazillion bootlegs of this project, most are from this gif. What’s a video game without the character, action, and scenery? Dreamy? and the default value, the link at the end is invisible. 
Current URL: http://www.coryarcangel.com/things-i-made/SuperMarioClouds
Wikibook Chapter: https://wiki.brown.edu/confluence/display/MarkTribe/Cory+Arcangel

On Michael’s site he might use There are 12 posts previously published on March 5th Technologies: ART EEPROM burner, DASM 6502 BSD, data projectors, NBASIC BSD, Nintendo Entertainment System, RockNES, Super Mario Brothers Nintendo cartridge, video distributor Not a web-based art form, but yet a compelling example of hacking a console game, Super Mario Clouds presents an example of creation by deletion. It’s just clouds scrolling by, WTF? But check out what Cory Archangel did to make it To make Super Mario Clouds, Arcangel hacked Super Mario Brothers, a classic video game that made its debut in 1985. He replaced the program chip from an old Nintendo Entertainment System game cartridge with a new chip that he programmed himself (by borrowing code he found on computer hobby scene Web sites) to erase everything in the original game except the clouds. Just look at the jagged cuts to get to the chip, and the masking tape labels! I cannot speak much to the artistic references in the book chapter: Arcangel’s process of visual subtraction evokes Robert Rauschenberg’s Erased de Kooning Drawing (1953), in which the artist famously erased a composition by Willem de Kooning to create a new work of art. Super Mario Clouds suggests a similar sensibility, simultaneously conveying a stripped-down aesthetic and a rebellious, bad-boy attitude that challenges conventional notions of artistic integrity and authenticity. but the notion of creation by deletion is intriguing for the way it runs 180 degrees to our assumption of what creativity means- making stuff, right? But look at Austin Kleon’s Blackout Poetry- its not just haphazard erasing to make a poem from existing works by erasing portions (maybe easier than hacking a NIntendo cartridge). While many new media artists fetishize emerging technologies, Arcangel eschews the graphic realism of contemporary game titles like Grand Theft Auto, celebrating instead the crude “dirt style” imagery of early video games The same might be said today about the environment of Minecraft (which spawns in the world and derivatives elsewhere). Cory Arcangel provides a detailed illustrated guide to his hack — like The first thing you will need to get is an original Super Mario Brothers cartridge. Not a “Duck Hunt+Mario Brothers” cartridge, but just a plain old Super Mario Brothers cartridge. Next you should unscrew the plastic back on the cartridge, and inside you will see a circuit board like the one you see below. There are two chips on this board. The CHR chip, and the PRG chip. We are interested in the PRG chip for this project. Also please make sure the cartridge says NES-NROM-01 (01-05 in also fine). This let`s us know it is a 32k Nintendo circut board. And in a modern spirt, also shares via github the code he used to modify the game. Even more timely or i time, in reference to the GIF above: when I originally posted this on the Internet in 02, the web wasn’t actually able to contain video (it sounds funny now, but remember youtube didn’t start making waves till like 05ish??), therefore I made a gif of the video. Of the gazillion bootlegs of this project, most are from this gif. What’s a video game without the character, action, and scenery? Dreamy? to get the arrow codes he likes. This works because output for each found post looks like
Current URL: http://www.coryarcangel.com/things-i-made/SuperMarioClouds
Wikibook Chapter: https://wiki.brown.edu/confluence/display/MarkTribe/Cory+Arcangel

// output post and link $output .= '
So how is that for the odds of streams crossing on the same obscure bit of code? That’s the old fashioned kind of net serendipity that still happens.
Thanks Michael! Check out his 20 year old blog, he’s an “Enthusiastically Ambiverted Hopepunk” quite the tag line.
Featured Image: Edit of the Ghostbusters Cross Streams scene found in the Ghostbusters Fandom Wiki site which states “Community content is available under CC-BY-SA unless otherwise noted.” I replaced part of the background with a screenshot of the WP Posted Today PHP code.

