Weekend^H^H^Hday Hack

So today, being stuck in the house, I decide I should streamline some of my things in the unix world. So I picked up some BASH scripting. I got some serious flashbacks to the 90′s. I would have flashed back earlier, but I’m not old enough. It really makes you appreciate the UNIX geeks of yesteryear. Those guys were clever. And this code looks ugly. But it could be worse… I could be doing MUMPS.

Some sites that aren’t Google I found helpful:

And some random grep links:

September 9th, 2010 | Life=Boring, Nerd | No comments

Announcing allbfcards.com

So I’ve been playing this game called BattleForge, and there are a handful of websites that exist just to display information about these cards you can collect in the game (think Magic: The Gathering or Pokemon). People have also made Adobe AIR applications and Microsoft Access databases. So, naturally I thought I would pollute the web with another website.

At first, I was going to use xml + xslt to make it. I actually got a proof of concept working nicely. But once I tried using javascript, it got weird on me because it was XML instead of HTML. Then I changed it to plain HTML + an XHR request to get the XML file and got basic realtime filters working. Then someone pointed out that there was some google docs with the information I wanted so I switched from XML to JSONP.

Anyways, this is the limit of my attention span so I’ll paste the URL now. http://allbfcards.com/

April 8th, 2010 | Life=Boring, Mental Note: Add Category, Portfolio | 1 comment