• Software Development, Websites

    Posted on June 28th, 2007

    Written by Howard Young

    Tags

    I Keep Telling My Wife I’m Working on MustFindit

    It’s been a busy evening trying to finalize the design for MustFindit. If you’re a software developer, you know that nothing is final and there’s always fiddling to get that extra bit of performance out of your creation.
    I’m well past the MustFindit alpha launch date of June 15, 2007 but with these latest changes, things [...]

  • Software Bugs

    Posted on June 27th, 2007

    Written by Howard Young

    Tags

    RSS Feed Is Broken

    For some reason when I installed 2.2, the RSS feed is broken, kaput. I’m sure there’s a logical reason, but it’s a clean install and the RSS should have come up with at least the default “Hello World” post.
    hello world, logical reason, rss feed

  • Software Bugs

    Posted on June 26th, 2007

    Written by Howard Young

    Tags

    Hello world!

    // The first one who sends a trackback from another blog who can guess
    // the bug in this code, I’ll PayPal you $50.

    #include “stdio.h”

    int main () {

    printf (“Hello world!”);

    return 0;

    }