I procrastinate, therefore I am.

I procrastinate, therefore I am.

Thursday, August 26, 2010

Writer's Block

I am enjoying a lazy vacation since the beginning of August. In spite of having plenty of free time, I was not able to produce a single post, and I sincerely apologize for this terrible disaster to the superior race of people consisting of regular readers of my blog.

Any post in this blog is an output of the following simple program.
  • Write some garbage that instantaneously comes to your mind.
  • FOR( ; ; ){
  • IF(satisfied with the write-up) BREAK.
  • ELSE edit post. }
  • Publish post.
A "writer's block" is encountered if the program runs into an infinite for loop during execution time. I decided to modify the program a little bit in order to get out of "writer's block".
  • Write some garbage that instantaneously comes to your mind.
  • FOR(i = 1 ; i <= 0 ; i++){
  • IF(satisfied with the write-up) BREAK.
  • ELSE edit post. }
  • Publish post.

Moral of the story: This post is garbage. Furthermore, one way to get out of writer's block is to write a post on writer's block.