Month: March 2003

  • htmlUrl or htmlurl?

    Simon Fell:

    I know someone recently was ranting about the casing of attribute names in OPML htmlUrl vs htmlurl, but I can’t find the post now. Anyway Chris Pirillo ran into a problem trying to import his OPML into blogToaster, so it will now happily accept either htmlUrl or htmlurl. Enjoy!

    Is one usage or another the ‘defacto’ standard?

    Of course, the answer is the age old be liberal in what you accept and conservative in what you send.  Send only the correct usage, but be prepared to accept any variation on the standard.

  • Heads

    Tom Stoppard:

    Eternity’s a terrible thought. I mean, where’s it all going to end?

    I don’t usually post QoTD’s, but Stoppard is the man.

  • rss version=”3.14159265359″

    Jon Udell is confused with an RSS feed with a version number of PI.  The offending prankster is Mark Pilgrim.  Here’s the offending RSS feed, which of course validates as RSS.  And of course I wrote all of this before looking at the second screenshot that explains everything.  Disregard.

  • Eclipse 2.1 RC2

    Thanks to Erik via KurtEclipse 2.1 RC2 is out.

  • Apple Finally Releases J2SE 1.4.1

    OSNews:

    Apple takes Java to the next level with the latest, certified release of the Java 2 Platform, Standard Edition, version 1.4.1 for Mac OS X. This release incorporates over 60% more features than the previous release, 1.3.1. Improvements include support for new native I/O, XML and Web Services technologies, more security APIs, Unicode 3.0 support and more.

    Bout frickin’ time.  It’s great to have J2SE 1.4.x for OSX though.  Thanks for the hard work Apple, even if it took longer than it should have.

  • Schoolwork

    It looks like I’ll be missing James Robertson’s talk at XP DC tonight.  I’ve just got too much work to get done.

  • Linus on SCO vs. IBM

    OSNews:

    MozillaQuest has an exclusive mini-interview with Linus Torvalds regarding the SCO-IBM law suit.

  • Spaces Update

    Diego explains why the spaces beta isn’t out and also outlines the work that he is doing on the storage system.  It looks like he is going to sacrafice a little bit of disk space in order to use less than 64 megs of RAM:

    The new version will take up maybe 10-20% more on disk (with a higher peak usage as well), but will have upper bounds on the RAM used. The goal is, again, never to breach the default maximum JVM heap of 64 megabytes when the number of items stored (email, RSS, calendar entries, etc) is 100,000 (yes, one hundred thousand items).

  • New Packages in the Python Package Index

    There are some notable updates at the Python Package Index:

    • ScientificPython .2.43: “ScientificPython is a collection of Python modules that are useful
      for scientific computing.”
    • MMTK 2.2: “The Molecular Modelling Toolkit (MMTK) is an Open Source program
      library for molecular simulation applications.”
  • Java 1.4.1 Garbage Collection

    Via Java-Channel, 1.4.1 Garbage Collection Algorithms:

    The 1.4.1 SDK was released with at least six different garbage collection algorithms. To understand the differences between these algorithms, you first need to understand that in 1.4.1 (and previous JVMs since one of the 1.2 releases) the JVM heap is divided into two main areas: the young generation and the old generation.

    This article definately raised more questions than it answered for me, but was informative.

  • Roogle Slashdotted

    Roogle got slashdotted today.  Congrats, Scott.

    I was hoping to find interesting comments below the article, but alas.  Normally I can’t verify how little the angry slashdot readers actually know, but in this case I can.  It’s obvious that they know very little about RSS, weblogs, the development process of Roogle, and how cool it really is.

    Sad, really.

    Removing the logo was probably a good idea though.

  • Matt Raible: Mophoto Mofo

    Matt Raible:

    Well, I went ahead and ordered the Communicam from AT&T and it should be hear in 3 days or so. Julie thinks I’m crazy, and she’s probably right that the camera sucks, but I want to be a moblogger. I want to post pictures and blog, in real time. My first adventure? I hope to mophoto Erik at the Denver JUG meeting a week from today. That is, if I get the camera and figure it out in time.

    Good luck, moblogger.  The camera will probably suck, but that’s half the fun.  You get to enjoy some of the great crappy photos that toy camera enthusiasts strive for.  And it won’t have Barbie or Nickelodian plastered all over it!

    I have decided to pick up the first Symbianish/Java/Bluetooth/Camera/etc phone that I can get my hands on for a reasonable sum.  I’m leaning towards something like the Nokia 7650 or a Sony Ericsson T310 or P800 or so.  I’ll probably have to jump ship from Sprint PCS in order to do so, but I haven’t been impressed with any of their ‘PCS Vision’ phones yet.

    Sprint is holding my phone number hostage, and they extract a ransom every month for it.

  • Pixom

    Here’s an idea that I had earlier this afternoon while playing real life frogger in traffic.  (Aside: I’ve had similar productive thoughts in similar situations, I’m not sure why.)  I was pondering the easiest and best possible way to go about putting a gallery of images online.

    Yeah, it’s been done a million times, but I haven’t seen a solution that seems to work for me.  I shy away from Gallery and other similar dynamic overkill projects after seeing a few sites get hijacked.  I liked Russ’ Scrapbook, but it’s still too much work for me (I’m lazy).

    So, I guess I’m proposing that it would be really cool to have a blosxom-like photo gallery.  I have a feeling that this could be accomplished with a blosxom 2.0 plugin, though I haven’t looked into it enough to see if it would elegantly work or not.

    One thing I’m worried about is violating the blosxom zen.  A blosxom module should be fairly standalone, easy to install, without heavy dependencies and stuff like that.  I just don’t know how much native image support there is in Perl.  Most of the image manipulation stuff I have used in the past have just been wrappers around standalone programs that a user might not have in a hosted environment.

    I’d really like to just plop some fullsize jpegs in a folder and have an index with thumbnails generated on the fly without me having to do anything.  Something like that sounds like it could be a resource hog.  Maybe the plugin/program could save or cache a copy of the thumbnail, that would make most of the CPU intensive stuff only happen once.  That’d be cool.

    I just wanted to get these thoughts down before they trickled out of my head.  If someone else ends up tackling this before I get around to it, cool.  Otherwise I’ll try to work on it in my ‘copious spare time’ and let you know how things go.  If someone else has already done this, let me know and I’ll point to it.

  • But He’s Got Wonderful Plumage

    Someone should hire Les Orchard.

  • Thoughts on Wireless Toolkit 2.0, J2ME Ant Tasks

    The J2ME Wireless Toolkit 2.0 seems to have taken a lot of headaches out of J2ME development.  I messed around with the Wireless Toolkit 1.x a few months ago, but didn’t get much further than the basic demo.

    I really like that I don’t have to drop to the command line in order to build or deploy.  I don’t have to write a jad in a text editor, it’s generated for me.  All of the basic properties are easily accessable.

    Of course, if I were working on a project in a production situation, I would probably use Antenna, a collection of ant tasks for Ant 1.5.x that allows you to build, preverify, create JADs, and do all the other stuff that all the cool kids are doing.  It’s released under the LGPL.

    I’ll definately have to look into this.

  • Deploying J2ME Apps On Apache: Gotchas

    I was running through the Wireless Toolkit demo this afternoon and ran into a little problem while trying to run the app with Over The Air (OTA) from an Apache web server:

    OTA Error Code (37) - The server did not hava a resource with the correct type (code 406) or the JAD downloaded has the wrong media type. [text/plain]

    Of course, the solution is to add a few lines to an .htaccess file in the deployment directory:

    addtype application/java-archive jar
    addtype text/vnd.sun.j2me.app-descriptor jad

    Now the demo works fine.  I can download it to the emulator and run it.  Lots of fun!

  • Cocoa XML-RPC

    Brent has released a new version of his Cocoa XML-RPC implementation.  It’s BSD’d open source.  If you are using XML-RPC on the OSX platform, you should probably look at Brent’s code over Apple’s WebServicesCore:

    At this writing (7 March 2003) the implementation of XML-RPC in Apple’s WebServicesCore has a crashing bug. Whenever a method response contains an empty element, there’s a crash.

  • Roogle: Index and Search RSS Feeds

    Scott Johnson is the man.  He has put together Roogle, which indexes RSS feeds and makes them searchable.

    Very cool indeed.  I’d also like to nominate Scott for disclaimer of the year:

    This page is not sponsored by Google, affiliated with Google and will probably get me in trouble.

  • Three Cheers For Ethical Hackers

    Via InfoWorld:

    Good Guy Hacker Adrian Lamo got ahold of us a few weeks ago to let us know of a few security holes he found. We checked through the logs and none of them appear to have been used before Adrian found them. We have fixed the security issues and Blogger is better for it. Adrian rocks for not only finding the problem but also for letting us know about them so other people won’t be affected. Thank you, Adrian.

  • World of Ends

    Dave Winer:

    World of Ends is a Cluetrainish manifesto by Searls and Weinberger. Of course what they write is right. The Internet is not complex and it resists being made complex.

    That reminds me, I’ve managed to loose my copy of Cluetrain before I had a chance to read it.  It’s probably buried somewhere.  Either that, or I left it in Boston.

    How can this be applied to the web services universe?