Triplanetary

  • Post author:
  • Post category:Book

This is the first book in the EE Doc Smith Lensman series, a series which sweeps from pre-modern Atlantis all the way well into the future. Its pretty old, so some of the science is dangerously dated, but that's not its biggest flaw. This book suffers from uncontrolled hyperbole, which I guess isn't that unexpected for a space opera. I guess it was also more common at the time, before science fiction started taking itself seriously. The plot is also a little hard to believe, with both sides at one point murdering entire cities. They then of course forgive each other because "its logical". However, I have an emotional attachment to this book, because it is the one which interested me in reading as a young child. Despite its flaws in both science and plot, it is still an ok book. I enjoyed reading it, and it was entertaining. [isbn: 0425053830]

Continue ReadingTriplanetary

Python effective TLD library

  • Post author:
  • Post category:Python

I had a need recently for a library which would take a host name and return the domain-specific portion of the name, and the effective TLD being used. "Effective TLD" is a term coined by the Mozilla project for something which acts like a TLD. For example, .com is a TLD and has domains allocated under it. However, .au is a TLD with no domains under it. The effective TLDs for the .au domain are things like .com.au and .edu.au. Whilst there are libraries for other languages, I couldn't find anything for python. I therefore wrote one. Its very simple, and not optimal. For example, I could do most of the processing with a single regexp if python supported more than 100 match groups in a regexp, but it doesn't. I'm sure I'll end up revisiting this code sometime in the future. Additionally, the code ended up being much easier to write than I expected, mainly because the Mozilla project has gone to the trouble of building a list of rules to determine the effective TLD of a host name. This is awesome, because it saved me heaps and heaps of work. The code is at http://www.stillhq.com/python/etld/etld.py if you're interested.

Continue ReadingPython effective TLD library

Nerilka’s Story

  • Post author:
  • Post category:Book

This book takes place over almost exactly the same period as Moreta. However, its not a rehash of those events, as it is written from a different person's perspective. There are enough points where the two story lines meet for the books to make sense as a pair, and I'd recommend reading them back to back. This book is an incredibly fast read (I knocked it over in a few hours on a flight), and its a bit more positive than Moreta, which has a pretty sad ending. However, this book isn't the happiest book ever written either. I've seen commentary that says this book is mostly about how unattractive Nerilka is physically. I dispute that though -- the book is about how the human spirit is more important than breeding or good looks, and how Nerilka's efforts to do the right thing in a time of crisis have a lasting impact. I enjoyed this book. [isbn: 0345339495]

Continue ReadingNerilka’s Story

Moreta: Dragonlady of Pern

  • Post author:
  • Post category:Book

Moreta is a book about a pandemic, and its hard to make those fun... If you've bothered to find out anything about the book in advance (or read the preceding Pern books, where it is referred to), you know that its not going to be a fun ride. On the other hand, the book is an interesting read, and its educational to find out how much knowledge has been lost in the Pern universe between Moreta and Lessa. For example, its clear in Moreta that everyone knows they moved from the Southern continent, whereas that is much less clear in the books set in Lessa's time. Its hard to say that a book about thousands of people dying is enjoyable. However, the story is a gripping one, and I'm glad I read it. [isbn: 034529873X] [award: nominee hugo 1984]

Continue ReadingMoreta: Dragonlady of Pern

Better Than Life

  • Post author:
  • Post category:Book

This is the second novelized book from the guys who wrote Red Dwarf. The first book of course shares its name with the name of the TV series. This book deviates from the plot line used in the TV series, and at some points feels more like a summary of the series than a novelization. Then again there are also times where they explore things that would be way to expensive to do in a TV show for the BBC, so that's fun. [isbn: 0451452313]

Continue ReadingBetter Than Life

Red Dwarf

  • Post author:
  • Post category:Book

This book was exciting because its the first book I have read on the spur of the moment after perusing my book shelves -- for the first time in many years I have my entire collection out of boxes on on shelves, which makes it much easier to just grab something to read. This book is a classic, and I love the TV series (which I discovered before the books), and this book. The book is different from the TV series, and feels more like a summary of the series than anything else, but its an engaging read. [isbn: 0451452011]

Continue ReadingRed Dwarf

The King’s Buccaneer

  • Post author:
  • Post category:Book

I really liked this book, as I do most of Feist's work, although he does have a talent for writing books which are long. This book continues the story line from the Magician (Apprentice and Master), Silverthorn and A Darkness at Sethanon. I like that, and have felt for a while that Prince of the Blood was a bit of a tangent from the main thrust of the series -- although characters which are used in later stories are introduced through that book. [isbn: 0553563734]

Continue ReadingThe King’s Buccaneer

Deadly Exposure

  • Post author:
  • Post category:Book

This book isn't very good. I read it because my six year old son really liked the front cover art, and wanted me to read it. He wanted me to read it so much in fact that he bought two copies to give me. The book starts off with something which feels like its lifted straight out of the Andromeda Strain, you know, government agency / possible alien infection / we need a crack team of scientists! The book then moves on to introduce a selection of surprisingly one sided characters -- the fat self obsessed scientist, the thin young lady obsessed with getting it on, et cetera. The story jumps around, with sometimes implausible outcomes... For example, people are mid argument, and just magically stop when something happens nearby. Do you know people who stop arguing because the lights flicker? The book does pick up a little at the end, and I assume all the weird personification we're subjected to is an attempt to convey that the characters are losing their grip on sanity. Overall, I thought this book was quite rough, which is surprising from an author who apparently has had four other books published. I have revenge…

Continue ReadingDeadly Exposure

Incorrect channel numbers in MythTV

  • Post author:
  • Post category:Mythtv

We've had a HDHomeRun for a while now, and I'm very happy with it. One wart however was that Catherine was complaining that tuning for Go! didn't work (an extra Win TV channel we get in this area). It was odd -- it appeared in the channel guide, but recordings would end up recording ABC1 instead, and we couldn't tune to the channel in the live TV interface either. I fired up the channel editor in mythtv-setup, and the problem was actually pretty easy to solve... The channel scan had assigned channel number 2 to Go!, which is the same channel number as ABC1. It had also gotten the channel number for Win TV wrong, but we hadn't noticed that because that wasn't overlapping with another channel. The channel numbers seem arbitrary, given the database is also storing frequency and demultiplexing information, so the fix was as simple as just giving the various WIN channels the correct numbers (or I suspect any number that was unique) in mythtv-setup.

Continue ReadingIncorrect channel numbers in MythTV

End of content

No more pages to load