Internet

  • Social Currency

    I just read an interesting article called “Social Currency” by Douglas Rushkoff. This guy really hits the nail on the head regarding the purpose of content to most people, both offline and online. Although the article is a bit dated (written in January 2001), the concepts he illustrates are still very relevant today.

    He explains:

    We think of a medium as the thing that delivers content. But the delivered content is a medium in itself. Content is just a medium for interaction between people. The many forms of content we collect and experience online, I’d argue, are really just forms of ammunition — something to have when the conversation goes quiet at work the next day. An excuse to start a discussion with that attractive person in the next cubicle: “Hey! Did you see that streaming video clip at streamingvideoclips.com?”

    Social currency is like a good joke. When a bunch of friends sit around and tell jokes, what are they really doing? Entertaining one another? Sure, for a start. But they are also using content — mostly unoriginal content that they’ve heard elsewhere — in order to lubricate a social occasion. And what are most of us doing when we listen to a joke? Trying to memorize it so that we can bring it somewhere else. The joke itself is social currency. “Invite Harry. He tells good jokes. He’s the life of the party.”

    I couldn’t explain it better myself. Check out the rest of the article.

  • Getting Started with Ruby on Rails

    Recently, I decided to try out Ruby on Rails and see what all of the commotion around Rails is about. I’ve managed to get it setup on my OS X machine by following several conflicting and confusing instructions. Only after I went through the pain and suffering of manual setup did I discover Locomotive, a simple tool to develop Ruby on Rails apps. It’s everything you need all in one elegant package and you should check it out if you’re at all interested in RoR on OS X.

    Following ONLamps’ excellent getting started article (and it’s followup), I have been able to make a simple demo app that retrieved content from a database using the generate scaffold command as a foundation, but for some reason when I try to edit, delete, or do anything else I get mysterious errors relating to ActiveRecord after trying to change a few things. I’ve familarized myself with Ruby by reading some of Why’s (Poignant) Guide to Ruby (which I highly recommend reading), but I’m confused when it comes to the vast Rails API. I think I’ll be ordering Agile Web Development with Rails before going any further.

    Nevertheless, I was impressed on how easy it was to create a custom template and how retrieving stuff from the database just worked in the template. I can only imagine what stuff you can do when you actually learn to use the framework properly. 😛