Reborn

Getting back to blogging has been on my mind for the past year. I designed this current version almost six months ago, but I lost my momentum at some point, and didn’t get it back until yesterday night, when I saw my good friend Sam Bull’s simple but elegant new blog.

After a Saturday of non-stop coding, my blog is back. I have lots of plans for the site, and I don’t think I’ll stop blogging like I did the last time, back in 2006. I am selectively bringing some of the articles back from the old blog database. There will be lots of code snippets, little projects and mostly Django and Python related stuff that I will be posting here in the next few months.

It feels good to be back, there is so much to write about.

Speak Your Mind

  • Your address won't be shown, it will be used for Gravatar icons if available.

  • Markdown is allowed.

Header 1    Header 2
========    --------

*italic*    **bold**

> A single level blockquote
>> A nested quote

A link: [example](http://url.com "title")
Or a quick URL: <http://url.com>

1. Numbered list item 1
2. Numbered list item 2

* Unordered list item 1
* Unordered list item 2

Any paragraph with 4 spaces to 
the left is a preformatted code block

Language specific code blocks with 
syntax highlighting are supported too:

@@ python
import antigravity
@@ end