Learning Ruby – Day 14

Day 14 – Blocks, Procs, and the Others I get it. Seven pages into Day 14 trying to figure out what other meant in Slagell’s examples and it clicks. In other languages I’m familiar with (Applescript, PHP, Perl, REALbasic) variables are passed through methods. Example if we have a method that’s friendly, function SayHiTo($name) { …

The Power of Podcasting 1: The Voice in My Head is Yours

I was reading Scripting news when it I noticed it. The words I was reading were spoken by Dave Winer. I’ve never met Dave. Something I’d like to do, but all the same, I’ve never met him. I’ve only listened to his podcasts (which continue to explore the bounds of this new audio form). From …

“Off Grid” – My 24 Hour Comic for 2005.

Since I attempted this year’s 24 Hour Comic Challenge, I thought it was only right to share with you the outcome. Seven pages, seven characters, the start of a story. A story of a world where everything is available to everyone at the time and what happens when someone goes “OffGrid” [pdf]. Oh, and if …

Second Melitta Mill & Brew Broken

Back in episode 4 I proclaimed my love for the Melitta Mill & Brew. Even then I knew this day would come. The little plastic hook holding the grinder lid down snapped and fell into the grinder basin. Without this hook, the grinder doesn’t grind and the water doesn’t get near the grinds. Basically, this …

Learning Ruby – Day 13

Day 13 – Putting the Pieces together Alright, we’re back to Ruby. My apologies for slowing down, and with only 8 days to go. Let’s jump right into day 13. On the outset, Slagell explains the notion of Ruby being a ‘glue language’, like Perl. A language coordinating multiple programs or processes. Historically, AppleScript has …