Archive for the ‘Coding’ Category

Back to WordPress

Monday, July 2nd, 2007

I’ve had too many projects as of late and getting my blog back up was high on my list but the furthest from my grasp so I decided to punt for now. I re-enabled my old WordPress blog and I gave it a new theme.

I had my new Django based blog complete in one night but there were so many improvements that I wanted to add that it grew in to quite a monster. This was no limitation of Django but it was instead my lack of time to finish off my blog to a level of detail that I wanted.

It is a sudo Tumblelog but has so many ties in to it from blogging, listening, buying, tracking, and photos to name a few. I have tons of meta data including places and weather hooks but I’ll have to re-approach it down the road. I wrote a script to help document the scope of how large the project was becoming. Here are the stats by file type:

py

  • total lines : 18378
  • total comments : 1910

html

  • total lines : 2100
  • total comments : 119

css

  • total lines : 7595
  • total comments : 498

I’m using several JavaScript libraries which stated that there was 84,422 lines of code which is way over for what I was doing. I just thought it was an interesting statistic none the less.