Category Archives: programming

Why do people dislike Perl?

I happen to enjoy using it much more than shell scripts for anything that needs a more complex logic or real data structures. It gives me better portability, a ridiculously large selection of easily installable modules, and the freedom to scale should I need it. I could say this for Python or Ruby as well [...]

Demoscene

It still surprises me that not many people working in, or have interest in, IT have been introduced to what is probably the best fusion of tech and art, ever since the invention of the modern day PC. I’m talking, of course, about the demoscene. To spare you the click out, here’s a definition from [...]

Finished the Koans!

I spent the last few days going through the Ruby Koans I mentioned in my previous post, and I stand by my initial opinion that it’s easily the best and quickest way to get into the language. I had too much fun doing them, and know much more Ruby than when I began. The best [...]

Learning Ruby

As I’ve stayed mostly out of the web programming revolution, I’ve lagged behind some of the good technologies we have now, and have mostly been occupied with Python, and the application side of programming. One of the biggest trends currently is Ruby, which—while not being a web language exclusively—was made tremendously popular by the strong [...]

Get notified by email when a web page changes

Just a quick mini Linux shell/Bash script that scrapes a web page and lets you know by email if the value you want is there. In my case, I want to get notified when an Amazon article appears in the Amazon store. Lynx does all the work, so make sure you have that. You’ll also [...]