Posted by swedegeek on May 18, 2010
Last 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 »
Posted by swedegeek on April 22, 2007
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 »
Posted by swedegeek on March 21, 2007
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.
Posted by swedegeek on January 20, 2007
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 »