Colm, friend and colleague at Multimap, took this picture in Italy recently : night lights
Nice one mate!
31 Thursday May 2007
Posted in Photography
Colm, friend and colleague at Multimap, took this picture in Italy recently : night lights
Nice one mate!
31 Thursday May 2007
Posted in Developement, perl
Richard Keen discovered (so what if it was in an online verion of the Programming Perl) a neat little Perl debugger hook that can be placed in code for automatic breakpoints.
Instead of stepping through code until all the modules are loaded, and then continuing to a line number or a specific method in a module , you can continue to a pre-defined breakpoint. To add such a breakpoint use :
$DB::single = 2;
Here’s some explanatory text on it from Programming Perl:
You can exert a little control over the Perl debugger from within your Perl program itself. You might do this, for example, to set an automatic breakpoint at a certain subroutine whenever a particular program is run under the debugger. From your own Perl code, however, you can transfer control back to the debugger using the following statement, which is harmless if the debugger is not running:
$DB::single = 1;
If you set $DB::single to 2, it’s equivalent to the n command, whereas a value of 1 emulates the s command. The $DB::trace variable should be set to 1 to simulate the t command.
31 Thursday May 2007
Posted in api, Applications, Developement, perl
This week (much to the liking of many) Multimap released their OpenAPI. This now puts Multimap fare and sqaure in the community mapping scene and against the likes of Google and Yahoo who have established and well tested APIs. Multimap API has a few features that others don’t and it will be interesting to watch and discuss mashups as they get built.
As I write this post the Multimap forum has a discussion brewing about geocoding and decluttering. This looks to be the first mashup using the Miultimap API. Once the author has finished dev work I will surely put up a link.
30 Wednesday May 2007
Posted in Music
Apple today released the iTunes 7.2. The software update provides this as a change description:
With iTunes 7.2, preview and purchase iTunes Plus music—new higher-quality, DRM-free music downloads from participating music labels.
I for am quite excited by this prospect as it will allow us to share music between devices without having to strip DRM using third party applications.
30 Wednesday May 2007
Posted in Conferences, Developement, GDAY07
I am off to Google Developer Day 2007 tomorrow. I haven’t really dabbled with their API’s as yet, but working at Multimap has definitely been an eye opener in this regard.
Anyway, the sessions tomorrow promise interesting information. I am keen on attending the KML and GeoWeb talk as well as the GData APIs talk The GData API can open the door towards many interesting applications, in the form of mashups or for commercial reasons.
Watch this space for thoughts on the info gathered…
29 Tuesday May 2007
Posted in Conferences
Where 2.0 is a conference which brings together the leading lights of the location based industry. Lots of interesting news bytes coming out of this conference. I will put some thoughts up about a few of them over the next few days.
29 Tuesday May 2007
Posted in Blogroll
Second attempt at a blog. Been meaning to test out another blog platform as well as start blogging technical bites. So here goes nothing….