PSP Firmware update including Web Browser still not available?

Rumor had it that Sony were plannning on releasing a firmware update for the PSP in the US that amongst other features added a Web Browser to the PSP to use the WiFi networking.

This update has already been available in Japan and was expected to be released by Sony in the US on August 12th, although nothing has appeared on their site yet.

This is obviously a very eagerly awaited update – on the PSP forum on the Sony site one thread discussing (and waiting… waiting…) the update collected 11952 posts on and around August 12th. Sony have posted a message on the board saying the 2.0 update for the US will be released during the week of August 15th – but it’s still not here yet…

Lucene for BBWeblog2

I spent an hour last night investigating the use of Lucene as a possible search engine for my BBWeblog v2 project, and was surprised how easy it was to knock something together pretty quick.

In less than an hour I had a standalone simple app that iterated through rows in one of my database tables and built the Lucene index, and then modified the sample search demo app to search against my index. I’m impressed. I was wondering how to make the jump from the file based examples in the documentation to searching a database, and it was as simple as building the Documents to populate from the index from data I had retreived from my table.

I’m going to be integrating a Lucene based search into v2 of BBWeblog (the app that runs this blog) – the currect source is in CVS on SourceForge. There’s some major changes coming up, including reworking the DAO to use Hibernate instead of JDBC (which reduced the amount of code by about 70% (!). Eventually when it’s ready, hopefully in the next month or so I’ll replace the v1 app currently running on this server with the v2 version. The v1 app has been running successfully on this server on JBoss 3.x for about 3 years now, with no problems whatsoever. I think I should have somenice usabilitiy enhancements coming for V2.