Current Twitter Status

See status in context

Subsidized Fear

Terror Alert Level

Into The Past »

Blog Entries Tagged With “assorted geekery” (Show All Items Tagged With “assorted geekery”)

Boredom & Stats For Nerds

Posted on Thursday, July 15, 2010 @ 05:39 CDT by Daniel Andrlik

Last night I found myself looking through old blog posts on this site in an attempt to avoid thinking about any of the other things I need to get done. As I was looking back through the posts from 2004-2005, I was struck by how much my writing style changed when I switched from blogging anonymously to using my real name. My earlier writing was much braver, and significantly more personal. I took more risks with how I approached telling my stories, and in general I think the material was more interesting. However, after making the decision to use my own name, the posts slowly began to veer away from the personal and became much more distant. Topics became centered around surface-reactions to news items, formal reviews of books or services and discussion of technical concepts.

This was disappointing for me, as I consider this type of writing pretty boring. I mean, it is always fun to express one’s opinion, but the formal reviews and technical writing are completely at odds with what what spurred me to create a blog in the first place. In fact, I think this is the primary reason that I post so rarely these days. Certainly, I’ve been very busy, but come on, who can’t find 20-30 minutes every few days to write up a blog post?

Now, I have noted this change before, and my desire to revert back to a more interesting (not to mention more frequent) approach to posting here, so I won’t belabor the point by going over all of that again. Certainly not until I show much better follow-through in this regard. :-)

While I was pondering all these things, I noticed that most of my recent posts have consisted of very long reviews, and I began to wonder if all of my posts were as long. I started paging through blog entries, but quickly realized that this would only give me an anecdotal grasp of how much (or little) I write here. So, like any good geek, I wrote a script to do my work for me.

The results were interesting to me. The average number of words per blog post were significantly lower than I expected, but there are a significant number of long posts (which I arbitrarily defined as anything longer than 500 words) which may give an impression that I produce more content per post than I typically do.

The results for blog entries were as follows:

Entry Stats:

Total Blog Entries:       317
Total Words:              94705
Average Words:            298
Max Words / Entry:        2544
Min Words / Entry:        9
Entries w/ 500+ Words: 58

Of course, I don’t just post to my blog here, I also write descriptions and commentary in all of my Diigo bookmarks, which I then import here as link entries. I knew these would be shorter in general, but it was only a few more lines of code to get that information as well.

Link Stats:

Total Links:              567
Total Words:              24029
Average Words:            42
Max Words / Link:         365
Min Words / Link:         4
Links w/ 500+ Words: 0

Now, of course, if you are a geek, and you end up with two sets of stats, there is no way in hell you are not going to take the extra time to find out the overall average for all posts.

Overall Stats:

Total Posts:              884
Total Words:              118734
Average Words:            134
Max Words / Post:         2544
Min Words / Post:         4
Posts w/ 500+ Words: 58

Of course, the links weigh in heavily and bring down the average number of words, but I was pleased with the overall results and a little surprised at the overall word count for the site.

These kind of stats seem like a fun way of evaluating how often I am posting, and could be a useful motivational tool. So, exchanging a little bit of sleep for geek power, I went ahead and created a stats page for the site that I can use to monitor how I am doing in general. At some point, I would like to add functionality to track posting by day of week, and percent change over given time intervals, but for now this will do.

These are the kinds of things nerds do when they are bored, and don’t want to do anything else that they are supposed to be doing. :-)

Quick Post: My Pownces, Let Me Show You Them

Posted on Wednesday, March 5, 2008 @ 17:12 CST by Daniel Andrlik

Heh, I had a little fun this afternoon writing a little Django app for my site that will regularly import my public Pownce notes and allow me to display them in the sidebar. It’s really just a modified version of the app I’m using for my Twitter statuses, except that it has some additional logic for handling the different types of Pownce notes.

The thing I’m most happy about is that if I post a public Pownce event, it will display the event with the appropriate microformat markup. Events also include a link to a Google Map of the location, as well as a link to an iCal file for the event. Those last two are provided for free by the Pownce API, so it just seemed to make sense to use them.

Eventually, the look will get redesigned as I redo this site’s design, but for now I’m pleased with it.

Happy Powncing!

Quick Post: Pownce API 2.0 Now Available

Posted on Friday, February 29, 2008 @ 18:25 CST by Daniel Andrlik

In case you missed it, Pownce announced the release of the second revision of its public API today. The new API is much more elaborate than the previous version (which was honestly kind of a joke), and promises to be robust enough that interested parties could use it to rewrite the Pownce desktop app from scratch without losing any functionality. This will really encourage a lot of third-party apps to be developed for Pownce, and will probably be the thing to get the adoption of the service to really take off. I hope they have a nice caching solution for the API, because I suspect a lot of folks will be hitting it up soon.

You can find the API documentation here. I haven’t had a chance to give it a thorough review, but my first approximation is that it is just dripping with awesome-sauce. If prompted, I might even go so far as to say, “w00t!” :-D

Hack away, folks!

Updates, ToDo and a Request for Feedback

Posted on Thursday, December 6, 2007 @ 22:16 CST by Daniel Andrlik

Hopefully not too many people tried to stop by the site today, because I had a pretty severe outage due to my own foolishness. I’ve been trying to implement a few new features to the site, and in one particularly bad move I managed to wipe an important file that isn’t stored in my SCM because it is server dependent. I keep it separate to help simplify testing between different servers and in the general hope that one day I’ll be able to abstract away the code for this site so that it can be packaged up and deployed easily to other people’s servers. Anyway, I had wiped the file and replaced it with a shoddily written copy, and when that failed to work I panicked and wiped everything to redeploy my entire installation.

Not my finest moment, not by a long shot.

Anyway, there are a few new features now, only one of which is actually visible to the user, because when you are coding for yourself, you should always put yourself first in line for awesomeness. I made some improvements to the composing process, and did some caching and database backend work. For the user, I’ve made the link roll omnipresent on the site, because links = love and expanded the purpose of the front page a bit. Previously, I would display a heavily truncated edition of my most recent blog post, and my most recent link. On the new front page, you will have more of a short tumblelog of recent activity. Under the advice of my good friend DHP, I’ve made sure that the most recent blog post remains sticky at the top, with the recent activity in all categories down below.

Honestly, I’m still conflicted on this new look, as I’m also tempted to just display the latest item in each category (blog, links and photos), but that seems not much better than I was doing before. I’d love to get your feedback regarding whether you feel the front page is an improvement, or whether you would prefer a tighter summary of each category and quick access to the footer.

I’m amassing quite a todo list for the site, and for my own benefit as well of those of you who are strangely curious, I will share. Here it is in no particular order:

  • Finalize front page design (of course)
  • Fine tune the caching so that it stays responsive and unobtrusive.
  • Develop style sheet for mobile browsers
  • Refine default style sheet to improve readability
  • Add additional media types for some new projects ;-)
  • Finish XML-RPC interface
  • Improve internal search application
  • Improve Akismet integration (I report spam/ham, but via the command line. Need to add it to admin page)
  • Connect OpenID logins to Django auth system to take advantage of native features

That should keep me busy for a little while, I expect. I’ve also got a number of other posts that have been sitting in the queue as drafts including a few reviews I’ve been procrastinating on, so I’ll be finishing those too. Yay, for new content!

Hopefully, I’ll get all of this done soon, but in the meantime you can stalk me via the interwub. Please consider leaving me some feedback either by posting a comment or by emailing me at daniel at andrlik dot org.

Creepy Sleepy: Mahalo

Posted on Wednesday, November 21, 2007 @ 12:08 CST by Daniel Andrlik

Just another quick post that Dan and I just recently did a short podcast on Mahalo. Our contention is that Mahalo, while ostensibly a search engine, has far more in common with Wikipedia than anything else. We also discuss what advantage branding it that way may have, and come to the conclusion that Mahalo is Portal 2.0, but in a good way.

Listen to it here.

Ahem

Posted on Wednesday, November 14, 2007 @ 10:50 CST by Daniel Andrlik

<clears throat>

This is actually just a short post to warn you that there will be a pretty major overhaul to the site in the near future. The majority of this will consist of a redesign to improve readability, as well as making the site play nicer with mobile browsers, specifically Opera Mobile and WebKit. I may add a few new features as well, such as a few different media types. Right now the site has clear demarcations for browsing the different types of media, although I am considering also enabling a more tumblelog-like experience. Right now, you can get the tumblelog interface in the primary feed for this site, but I’m going to present a way of getting that experience on the site itself.

I also have a few other surprises in the works that I’m not ready to talk about yet, but they should be pretty cool.

Stay tuned.

Into The Past »