Twitter Bars?

I saw these two tweets side-by-side over the weekend. I read them fast and thought that spin and Calacanis were talking about the same product. It’s a floor cleaner, it’s a desert topping, it’s a publishing channel, it’s a weight loss supplement.

Floored

One of the longer term (i.e. not this year) projects around the house is the basement. Currently, it’s comfortable place to hide from a storm, but not more time than that.

Yesterday we were at IKEA and noticed 2nds of their floating floor are 1/2 off.

After brunch this morning we picked up 25 boxes – 825lbs – of it. To my surprise the Cruiser pulled through. More than I can say for IKEA’s flat carts.

Feel free to start a long bet on how long after the new year it gets installed. πŸ™‚

We Met at a Dunn Bros – But Not the Same Dunn Bros

“We met at Starbucks. Not at the same Starbucks but we saw each other at different Starbucks across the street from each other.” – Meg Swan, Best in Show

Meeting for coffee at a Dunn Bros. on University this afternoon and just got the call that there’s more than one. We each chose a different one.

Not the first time this has happened this summer (there are also 2 on Washington). They should start putting store numbers on the doors or we should meet at more unique locations – like; Kopplin’s, J & S Bean Factory, 1-on-1, CRC.

Let’s both remember next time. Thanks. πŸ™‚

Remodelling

Despite not having written in a while, I’ve gotten some excellent comments on the look of this site.

“…I don’t know if that’s artsy or what, but I wasn’t all that impressed.”

and the more concise:

“conspicously vacant”

Perhaps suck.com had the same problem πŸ˜‰

Either way, this site’s role has changed, and it needs to do more than it did when I refreshed it last.

Also, last week kicked off the full kitchen remodel here at HQ. In an effort to minimize stress, anxiety, and any jinxes, I’m holding off writing about it until it’s over.

The Power of Vendor/Gems

Right now, I’m heavily reliant on an unsupported (if not completely abandoned) ruby gem library. Historically, I’ve just gem install bizarro-gem and moved on.

A couple of issues have changed my perspective:

  • My host, textdrive, doesn’t allow installing bizarro gems on their shared servers and I’ve had difficulty freezing them, so I worked around the desired functionality.
  • I needed to make some modification to the library. Not easy to do if it’s installed system wide.

Thankfully, I found Chris Wanstrath’s Vendor Everything , his post makes it trivial to freeze gems in a reliable, testable, hackable way.

The core of Chris’s technique is added this line to your Rails::Initializer.run block:
config.load_paths += Dir["#{RAILS_ROOT}/vendor/gems/**"].map do |dir|
File.directory?(lib = "#{dir}/lib") ? lib : dir
end

And unpack the required gems into vendor/gems

With that, I was able to make the necessary modifications and make a more portable app.

Thanks Chris.

To Do Before I Die: Get 99 Other People to Speak My Made Up Language

While Toki Pona‘s minimalism feels too much like Newspeak for my taste, the notion of creating a new common-use language is an intriguing thought. Especially if the language’s biases were deliberate – and I agreed w/ them πŸ˜‰ – from the beginning.

Initial thought: a highly technolibertarian version of Dutch.

Thanks to: Hobbies in everything- Tyler Cowen

RE: Rice Lake Cross Country Meet

Back in HS XC, the Rice Lake race was one of a handful of races I always looked forward to. Aside from being a very competitive race, the course had an interesting features – back then, it started out around the Community College’s baseball diamond, as people fought for position and got into their pace around the fencing it was inevitable that people would stumble and fall.

And the crowd would count the fallen runners – 1…..2…..3……4

Thanks to JimmerC for the memories.

Innovation in Feed Aggregation = Search?

“So what do I say when people want me to switch my reader away from Google Reader? I answer ‘it’s too late.'” – Robert Scoble

1

Anyway, in the comments, there’s a pointer to fav.or.it. Like streamy and aiderss it’s another attempt to make a new kind of aggregator. From the screencast, it seems more in the realm of techmeme (5000 channels and nothings on) rather than newgator/bloglines (just the channels I want).

The most interesting innovation in feed aggregation can’t be Google adding search. There’s got to be something else. Please let there be something else.

Then again, I’ve been building2 and haven’t been paying super close attention.

1. On a personal note: This comment makes me smile. It’s a fine line between promoting the next hottest app and proclaiming lock-in.

2. I’m planning to go more public with it at this month’s ruby.mn meeting. So, shhhh if you’ve already seen it, thanks.