Fork me on GitHub

Other articles


  1. The Chinese Government Hacking Accusations

    This article from NPR the other day talks about another yet another computer infiltration incident coming from Chinese hackers.

    Although the Chinese government has never admitted any involvement in these attacks, it's widely considered that these and many similar attacks throughtout the past several years are supported at least ...

    read more
  2. CoffeeScript Is Cool

    Every developer that works with JavaScript should take a few moments to play around with CoffeeScript. When I first was exposed to CoffeeScript two years ago, my opinion on CoffeeScript quickly deteriorated from thinking it was really neat and cool way to write JavaScript to an unnecessary abstraction.

    Why has ...

    read more
  3. Ski Season Has Started (for me)

    I haven't been able to get up to the mountains for skiing very much this season. Today was actually the first day that I was able to find the time to trip out to Arapahoe Basin to freeze my ass off and shoot down a ice covered mountain. Glorious ...

    read more
  4. Planning Trip to China

    I finally got all my documents together for my tourist visa to China. Tomorrow I get to mail in all my info and cross my fingers that everything is a go.

    I hate the idea of having to buy my plane ticket before I can get my approval from the ...

    read more
  5. New Years Resolutions

    Without further ado, my New Year's Resolutions for the year 2013

    • Write at least 52 more blog entries (once a week!)

    • Contribute to Django core.

    • Design my own website (logos, layouts, typography, writing, etc.) from scratch

    • Read one Computer Science book a month

    • Visit Chelsea in Shanghai

    • Travel to ...

    read more
  6. virtualenvwrapper.django

    Quickly bootstrap a Django app using virtualenvwrapper. The default project template includes startup assets for generating a responsive design from bootstrap

    Requirements

    Installation

    pip install virtualenvwrapper.django_template
    

    Usage

    mkproject -t django <project_name>
    

    This will generate a startup project with a basic responsive design courtesy of Twitter Bootstrap ...

    read more
  7. Baby's First Blog

    So, I finally got around to getting this up and running. As of this writing, I am using Pelican which is a pretty cool Python static site generator. I literally just did a pip install pelican 10 minutes ago and I've got a working blog. Not bad.

    I'm ...

    read more