Author Archives: Dan Siemon

LQL 0.6.0 released

I just finished a new release of LQL. This release contains the statistics support I have been working on. The basic statistics are available for each queueing discipline and class but I have not added the extended statistics that are specific to each qdisc/class type yet. Adding support for these statistics will just require modifying a single function in each type. I’m not sure when I will get this done as I don’t need this feature at the moment.

Changes:

  • Add statistics support to all qdiscs and classes. See the get_stats.c example.
  • Add print() method to LQLQDisc and LQLClass so that it’s easy to see their settings.
  • Add printStats() method to LQLQDisc and LQLClass to output all statistics information.
  • Lots of small bug fixes.
  • Clean up and add new documentation.

Lord of the Rings

For the past three years it has become somewhat of a Christmas break tradition to see one of the Lord of the Rings movies in theatre. I managed to be at the opening night of all three releases. Obviously, that was not possible this year. Instead, in what may be a new tradition, Bob, Kier and I sat down to watch all three of the extended editions back to back last Thursday. We started at noon and finished just a few minutes before 1:00AM.

The extended edition of the The Return of the King is about four hours and twenty minutes long. That’s fifty minutes more than the theatrical release. After watching the movie I really don’t know where all of those fifty minutes were added. The additional footage in Return of the King seems much less obvious to me than it did with the Fellowship of the Ring and Two Towers extended editions.

If you can set aside the rather large amount of time required to watch all three movies I highly recommend it. Besides being a relaxing day there is also a great sense of continuity watching the movies together.

Holiday time

Well, another semester is over. I can’t believe I only have 4 months of my undergraduate degree left.

Besides taking a few days off I will also be putting a large amount of time aside for hacking on LQL.

Too much coding…

You know you’ve been doing too much coding when Emacs key combinations start appearing in dreams. The other night I had a dream where every time something happened that I didn’t like I was able to hit CTRL-/ to undo it. Then the dream took a new fork().

I think I need a break;