Robots love cupcakes

http://www.etsy.com/view_listing.php?ref=sr_gallery_5&listing_id=12966594

Tags: , , ,

Me & Da Falls

Tags:

Muffin & I @ Niagara Falls

Tags: , ,

Hanson on Google

Tags: ,

Sippy Cup

Tags:

My Blog I Made With My Book

Tags: ,

Makeup of Operating Systems Visiting Jotlab

Tags: , , ,

My Twitter from Command Line Bash Script

So you want to be able to nerd it up and show you're mates just how nerdy you are? What better way than to tweet from your terminal screen! Here is my quick little guide:

  1. Somewhere on your computer make a file, i called mine .twitter
  2. Go into your terminal and make sure the file is executable by running:

    chmod +x .twitter

  3. Next up open your file with a text editor, i used vi. You can open it up in terminal with:
      
    vi .twitter

  4. Next up paste this in the file, by making sure you're in insert mode by hitting the "i" key and pasting in":

    #! /bin/bash       

    echo -e "Please enter your tweet:"
    read tweet
    curl -s -u yourusername:yourpassword -d status="$tweet" http://twitter.com/statuses/update.xml > /dev/null

  5. You will need to change your username and password. Hit escape to get out of insert mode. Scroll over to the username and password and change them with the insert mode to insert your own twitter username and password
  6. Press SHIFT + ZZ to save the file
  7. Now run the file with:

    ./.twitter

    and type in your tweet, check your page to see if it worked!

Tags: , ,

OokPik

Tags:

50 Wacky Buildings

http://villageofjoy.com/50-strange-buildings-of-the-world/

Tags:

My Django Book Arrived!!!

Tags: ,

Me In Leaves :D

Tags: , ,

November 9th - 11th

Tags:

Nightgen iGoogle

Tags: ,

Django IRC & Mibbit.com

If you would like to get some realtime Django help from the experts i recommend you have a look at the Django IRC channel. You can connect @

Django IRC Channel
Server Address: irc.freenode.net
Channel: #django

You can connect via a webbrowser if you couldn't be bothered using an app or finding an irc application that suits you. I really recommend using mibbit.com. Don't forget to create a user name and password that way you can store the favourite IRC channels!

Tags: , , ,