Keep Da Link

To content | To menu | To search

Tuesday, October 28 2008

iPhone Persistent Objects for Cocoa with SQLite3

Iphone SDK is missing a great Mac Os X framework: Core Data.

You should normally talk to sqlite via the simple C API and SQL, no serialization.

Here is a free attempt to solve this, waiting for core data to be available on iPhone

Monday, October 27 2008

Bad times for Sun

Within the major economical crisis, Sun Microsystems has a lot of troubles. The JAVA stock is low, one of its shareholder took the control of 21% of the company, the server market is suffering...

This new investor told that Sun is a "software company", some journalists asked Jonathan Schwartz (Sun's CEO) if Sun could do like AMD : sell it's hardware manufacturing divisions to another company.

Fujitsu, Sun's hardware partner, is also seeking a merger, journalists said.

 

Related links :

Monday, October 20 2008

iPhone SDK exemple de code et documentation

Le NDA portant sur le SDK de l'iPhone va enfin être plus ouvert permettant à des sites webs, documentations, livres de sortir, un petit coup d'oeil sur ce qui se fait.

Wednesday, October 15 2008

Search Engines comparison

In a recent post, Jeremy Zawodny talks about a blind test of different search engines. He suggests that a blind comparison of the search engine's results would be surprising... make the test with the following engines :

Sunday, October 05 2008

Migration de ce blog vers Django

J'y pensais depuis longtemps, créer mon moteur de blog pour y faire ce que je voulais, c'est fait.

Ce blog tourne maintenant grace à Django, c'est un très bon apprentissage pour qui veut apprendre Django.

Les détails techniques ici.