Extremely Extreme Programming at Menlo Innovations

Menlo logoLast week, several us from the office took a 60-minute jaunt down the road to Ann Arbor. No, we didn’t battle the torrential downpours for lunch at Zingerman’s or Blimpy Burger (still never been there). We actually took a tour of one of our industry peers and generous hosts, Menlo Innovations.

Continue reading »

Why Selfish Blogs Suck

And… If You Wanna Teach a Man to Fish, Teach Him to Fish!

It’s a month old now, but I’ve been meaning to write on this post that, from its title, claimed to be a tutorial on Unix-based command line redirection. I use *nix systems on a regular basis, and I actually got suckered into clicking to this article. It was a waste of time. And then I got even annoyed by thinking about things on a deeper level. I hate thinking. Continue reading »

Using find – Essential Linux Command

Yep, I’ve been a bit lax in posting for the past month, and I still have a couple unfinished posts I need to get back to. But, I just read a great synopsis of the find command for *nix-based systems and had to share it. For those of you working in such environments, and don’t know the power of this utility, you definitely need to check it out. I’ve used a good many of the options described in the article for my own purposes. Everything from to just a straight up ‘find this file’ to using it in a quick bash script to purge archived files older than 6 months. Combine find with the xargs command (also mentioned in the article) and you can do a sorts of cool file manipulation in a single line. Fun stuff!

So endeth the lesson.

Can Lisp Hackers Cope With Ruby?

Though it was posted over a year ago, I just read an article by Eric Kidd over at Random Hacks titled Why Ruby is an acceptable LISP. It appears to be one of several “is (not) an acceptable” entires related to Lisp on Reddit. Anyway, Eric gives a good match-up between these two languages. Lisp is the über-cool and Ruby is the über-popular. Continue reading »