Archive for 2008

  • Gears of War Prequel as Book

    Just read on Joystiq about Gears of War getting a prequel book ... I'm really not sure if I should be excited about it or not. The story of the game was quite interesting for me and the end was definitely tailored in a way to make the game open to novells and stuff. Nothing heard about it yet but if this book is mostly about the background of Marcus Fenix and also about why he supposedly became a "traitor", I'm not really interested. And given that the title of the book is supposed to be "The Pendulum Wars" it's quite a fair guess :-(

    Over several decades, the Pendulum Wars took place between various human countries, and ended with the Coalition of Ordered Governments (COG) taking control of the planet. The war quickly came to an end on "Emergence Day", when a ravenous force known as the Locust Horde bursts from underneath major human cities using a network of underground tunnels.

    [Wikipedia]

    So I guess nothing new about the Locust in there, something that would have been (at least for me) way more interesting.

    2008/01/02 at 20:24:35

    0 comments

  • SSH Commands on Ubuntu Servers

    Fighting with environment variables via SSH on an Ubuntu server? You're definitely not alone there. Normally when running ssh <server> <command> the user's ~/.bashrc should be sourced (if the user has Bash as shell) but for some reason, none of my variables got loaded.

    After quite some googling, I found this post that described the same problem I had but also contained a simple solution in the comments section: Actually reading the .bashrc ;-) Ubuntu's default .bashrc starts with following line:

    [ -z "$PS1" ] && return
    

    The problem is now, that this condition is actually true via ssh <command>. To solve this you have more or less 2 options: Add you stuff before this line or remove this line.

    Just stupid that it took me about an hour to find this problem ;)

    2008/01/05 at 15:45:02

    0 comments

  • Photophlow - Discover Photos with Friends

    A few days ago I learned via a post by Ted Leung about a new tool for all you Flickr fans out there. Think about Photophlow as a chat room, where everyone in the room can use a common search and then promote photos to be shown to everyone in the room.

    Read more about "Photophlow - Discover Photos with Friends" ...

    2008/01/06 at 21:16:39

    1 comments

  • Blu-ray wins ...

    ... and I still don't really care. Yesterday the rumor came up, that now also Paramount might be on the edge of switching from the HD-DVD into the Blu-ray camp thanks to some contract loophole. This basically makes Universal, as far as I can see, the only bigger studio left which supports HD-DVD.

    Read more about "Blu-ray wins ..." ...

    2008/01/08 at 22:40:16

    0 comments

  • The End of Jaiku?

    ars technica today had an article about a whole lot of people leaving the locked down Jaiku and moving over to Twitter because of the instability of the service and missing contact with the developers. It's just funny because Michael and I were just talking about what happened to Jaiku right before I read this article :-)

    Right when I first heard about Jaiku, I really liked it esp. because of the whole channel idea which simply made it more than just a Twitter-clone, but after Google bought them and made the whole service invite-only, nothing really happened there anymore, as far as I can tell. No new post on the blog, not a single message on the jaiku-feed. It's really sad :-( I guess sometimes now being bought by Google is a good thing.

    Update: Seems like the folks over at Jaiku are still allive :-)

    2008/01/09 at 18:38:16

    2 comments

  • CommandShift3

    Every now and then I come across a site that really makes me come back every other minute. So happened 2 days ago with CommandShift3.com. If you don't know it yet, CommandShift3 is basically Hot-or-Not for websites. The frontpage is dominated by 2 large screenshots of 2 websites and you vote for one of them by simply clicking the screenshot ... and wonder what weird taste other people have ;-)

    Read more about "CommandShift3" ...

    2008/01/11 at 23:34:27

    0 comments

  • Unexpected downtime

    Sorry for the downtime yesterday evening and (the longer one) last night (when you're asleep, you can't reboot a server). Stefan and I are working on it :-) We are still trying to find the best Apache configuration for our slice which sometimes ends in a disaster not to mention the whole VPS going down ;-)

    2008/01/12 at 11:24:52

    0 comments

  • django-tagging 0.2

    Jonathan Buchanan just released version 0.2 of the django-tagging app which comes with quite some significant changes in how tags are detected. It's now also possible to have multi-word tags and as such tags no longer have to be separated by spaces but instead can now also be separated by commas.

    Besides these and other new features as well as some bugfixes this update also comes with 2 backwards-incompatible changes:

    1. The database tables are now named tagging_tag instead of tag and tagging_taggeditem instead of tagged_item.
    2. The tagging.utils.get_tag_name_list function was removed. From what I can tell, tagging.utils.parse_tag_input is basically its replacement.

    For more details check out Jonathan's announcement and django-tagging's project page

    2008/01/12 at 23:52:10

    0 comments

  • Star Trek TNG: Q & A

    One of the longest story-lines in the Star Trek universe is definitely the one about those almighty beings called the Q. They, together with their most well known representative Q (portraid by John de Lancie), had their first appearance right in the first episode of the second Star Trek show: Star Trek: The Next Generation and since then appeared in not only a couple of other TNG-episodes (including the last one) but also in DS9 and Voyager. With Q & A Keith R.A. DeCandido extends the world surrounding the Q Continuum with another story that brings Q again down onto Captain Picard and the crew of the Enterprise to finally explain some things.

    Read more about "Star Trek TNG: Q & A" ...

    2008/01/14 at 21:38:15

    0 comments

  • What a day ...

    There are some days, you simply want to erase from your memory. First thing I did when I came to work this morning, I bought myself the MacHeist2 bundle for stuff like CSSEdit 2 and Pixelmator and was absolutely surprised how I could survive until now without CoverSutra. But just a few minutes later, I got something in my inbox that I hadn't expected: A mail from Dreamhost telling me that I owe them nearly 400 USD and my CC has already been charged with it ... WTF! I won't even go into the details here, because they are officially documented well enough.

    Read more about "What a day ..." ...

    2008/01/15 at 21:06:59

    0 comments