Registrationfor EuroBSDCon 2008 in Strasbourg, is finally open .
The talks schedule is available here, the tutorials schedule is available here.
There is a 20% discount for students (use discount code Student when
registering).
Registrationfor EuroBSDCon 2008 in Strasbourg, is finally open .
The talks schedule is available here, the tutorials schedule is available here.
There is a 20% discount for students (use discount code Student when
registering).
If Like me you want to use MusicBrainz Picard metadata tagger, and are running Mac OS X, you'll probably encounter ticket 3532, which displays this nice little message box :
which says : "Error opening library: dlopen(libdiscid.0.dylib, 6): image not found ".
Now if you read the ticket you'll see that the issue is fixed but that a new version of Picard as not been released yet. Fixing the issue is easy.
First you need to have the developer tools installed , which you can download from connect.apple.com. Once they are installed do the following in a Terminal window "
curl -O http://users.musicbrainz.org/~matt/libdiscid-0.2.2.tar.gz
tar zxvf libdiscid-0.2.2.tar.gz
cd libdiscid-0.2.2
./configure
make
sudo make install
After the sudo command you will be prompted for a password - enter your password.
This will fix the issue, you'll need to start restart Picard - but picard was probably already closed when you started doing this.
On a side note if you are running a PowerPC machine (G4/G5 based macs) the musicbrainz folks are looking for feedback on the PPC build of picard.
J'organise un flickr meet à Strasbourg le Samedi 27 Décembre 2008.
Rendez-vous Place Gutenberg au pied de la statue vers 14h00.
Le concept d'un flickr meet est assez simple - un groupe de photographes se rencontrent, et parcourent ensemble avec leurs appareils photos un quartier. Ils postent ensuite leur photo sur flickr.
Après s'être rassemblé je propose de tourner autour de la Cathédrale et de nous balader dans le vieux Strasbourg pendant deux bonnes heures.
Que ceux qui compte participer le fasse savoir en postant une réponse à ce message.
L'événement est aussi disponible sur upcoming
I've just found out the best feature about skype's messaging system. In recent version of skype you can edit old messages using the mouse and a right click on the timestamp of the message - that's boring an slowwwwwwwwww.
Today I wanted to correct muself, as I tend to be unable to write anything properly in any chat window I'm involved in and did it irc style using :
s/lov/love/
after typing enter I did not see a new message as I expected , but my previous message was edited and the mistake corrected. That is so cool.
My rss feed is not updated anymore. Please update your bookmarks to point to http://perso.hirlimann.net/~ludo/blog/atom.xml.
Just booked my trip to Strasbourg. I should assist to EuroBSDCon 2008, whose program as just been published.
J'ai par le passé assisté à deux rencontres d'utilisateurs Flickr. Je les ai trouvé grace un groupe qui regroupe les annonces de flickr meetup pour les pays-bas. Je me suis dit qu'une initiative équivallente interesserait les utilisateurs francophone de flickr. J'ai donc crée un groupe identique dans l'esprit pour les rencontres francophones, qu'elles aient lieu en Afrique, en Europe, ou en Amérique.
As a flickr user I add metadata to my pictures as much as I can. There's three way to achieve that on flickr (well four when you include geotagging). Using a title, adding some description on what the picture is about, and tagging. Tagging is the easiest way to describe a picture with a few simple word. You add keywords to you pictures when you tag them. Some of these tags are a bit specila as they may link your pictures with other websites or with data that does not reside on Flickr itself. Flickr uses special tags called machine tags - with these you can link to events that are posted on the upcoming service by yahoo or with concerts that are annonced on last.fm, tagging
enhances the content and makes it findable. There is probably more use with other sites but I don't know it.
While I was on vacation in greenland and ended up in a concert in a bar in Ilulissat.I took a few pictures and really liked how the guys were performing. So I asked them if I could buy a CD to which the answer I was given a small piece of paper was an URL. Url Which I ended visiting and buying the their unique album which to my surprise dates from the beginning of the 90's.
I imported the CD into my music collection and started playing it - as I'm a last.fm user I had a look at the data that last.fm maintained on "Unnuaq Band". It was quite empty so I made the first two versions of the wiki page added a scan of the group's logo that I took from the album. Actually I needed to add wiki information before the upload of the scan was taken into account by last.fm's software. Then I made sure that the group was connected with the Greenland group.
After two weeks of playing the band's song I looked at my stats on last.fm and was suprise not to see the album name in what I was playing. So I kindly ask on the forums where the data came from, and the answer was musicbrainz. From time to time, last.fm synchs it's data from Musicbrainz. So I created an account and started adding data about the album. Using the taggers provided by last.fm did not do much because the music was unavailable on musicip. So I gave musicip a look and would have done sampling with Music IP if their software supported my os :
Thank you for visiting musicip.com. A Mac version of the iTunes plug-in is
planned but not currently in development. If you sign up for our beta testing
program you can be one of the first to try out the new plug-in.
http://www.musicip.com/beta-join.jsp
Let me know if you have any further questions.
So I can't provide all the data/metadata, and need to do that by hand, at the moment but will probably do.
So I'm having fun these days figuring out how I will tag my picture when I'm going to upload it to flickr. Shall I use machine tags like lastfm:band= or should I create musixbranz:MBID=, shall I use both ? I would rather use the later, so all sites using musicbrainz's data would benefit from my tagging and could, if wanted show my flickr pictures on their website.
Now I don't mind adding more than one tag, but was wondering what the best approach would be. Ideas, comments welcome.
Continuing looking at the code which Chrome is built upon, I had a look at V8 the javascript engine that compiles js code to native code.
In particular at cpu-ia32.{h|cc} and cpu-arm.{h|cc}. So the good news here is that v8 is available for ARM on top of x86. It seems that adding PowerPC support is doable. I was looking for a cool project to work on during my free time as I have not been involved in computer stuff outside my work for quite a while now. Just unsure I have the time required to do that. I'm quite puzzled by the lack of ia-64 support too.
So yesterday I bitched about the fact that Chrome, replaced 404 pages with a input box that would let user perform google searches. I did not like the idea , that 404 where replaced by a search box.
Today I downloaded the source of Chrome and had a look inside and found this interesting comment :
// When the frame request first 404's, chrome may replace it with the alternate
// 404 page's contents. It does this using substitute data in the document
// loader, so the original response and url of the request can be preserved.
// We need to avoid replacing the current page, if it has already been
// replaced (otherwise could loop on setting alt-404 page!)
bool is_substitute_data = loader->substituteData().isValid();
// If it's a 404 page, we wait until we get 512 bytes of data before trying
// to load the document. This allows us to put up an alternate 404 page if
// there's short text.
in http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/webframeloaderclient_impl.cc?view=markup&pathrev=1359 around line 252.
This simply means that if you want to keep your 404 pages they need to be 513 byte in length. If they are 513 Chrome considers that the page contains interesting bits of information for the user and does not replace it with a google crafted page.
So like many people yesterday I've been amused by the announce of Google's chrome browser. I like the way it was done - the comic is a very good idea !!!
Reading the comic was great fun - and very informative - especially on their QA process - each build is tested against the cache content that google maintains, bug can then be ranked based on google's rank page algorithm
I was disappointed that it's win32 only for now, but since mike blogged about the fact he was working on it, I'm reassured. I just hope we will see a PowerPC version - but I'm not holding my breath there. It seems that most of the ex-netscaper working @ google are working on this project. A few things are annoying - like certificate handling - which prevent me to use it for work stuff. Anyhow it's good to see something borrowing one of BeOS concepts of one thread per window and changing it to one process per tab, in beos all applications were snappy because of that. I'm pretty sure that on the long run Chrome is going to rock.
There is one thing I don't like. It's that it transforms 404 into google search pages :-( That is bad I think.