First Crack 111. Patricia Cumbie’s ‘Where People Like Us Live’

From the unpublished First Crack archives, I bring you a conversation I recorded in July 2007 with Minneapolis novelist, Patricia Crumbie on her then – yet to be published – young adult novel, Where People Like Us Live. As you can tell from the links above, her book is now available. 🙂 In our conversation, we …

Re-grarian

In March 2007 (18 months ago), I wrote the following 2 sentences – thinking there might be an interesting short story in behind them. A kind of eco-post-apocalyptic-new-world-esque thing. The contemporary version of re-visiting the grandparents’ abandon, run-down farm in Iowa. “Future world where ex-urbs are re-claimed by the government and turned back into farmland …

13.986

Driving back from WI this weekend, the car had alerted us a number of times we were running low on fuel. We didn’t stop. Until we reached the station closest to home (albeit one a few cents higher than the one we passed a few minutes earlier). The car has a 14 gallon tank. 14 …

Everything Else You Need to Run a Web App

As a reminder on perspective and complexity, here’s the ongoing list of systems I’ve configured for Cullect that aren’t Ruby on Rails: DNS Web Server: robots.txt Web Server: .htaccess Web Server: Virtual Domains Database Server: MySQL Caching Servers: Memcached, distributed across 2 boxes And this doesn’t even crack the surface of the systems Joyent’s Jason …

How To: Build a Wiki with Ruby on Rails – Part 2

Back in Part 1 of Building a Wiki with Ruby on Rails, we built the core wiki engine. Time to add some syntax formatting. These days, I’m pretty enamored of Haml, it’s more like HTML (unlike many other formatting engines) and it’s fast to write (unlike many other formatting engines). 1. Install Haml Haml installs …