Monthly Archives: February 2010

Apple hypocrisy

I’m a regular reader of TechCrunch. I’ve just read “Apple, There’s Pornography On My iPhone The App Is Called Safari. You made it.” by MG Siegler (by the way I’m a big fan of this guy, I really like what … Continue reading

Posted in None | Tagged | View Comments

Test of distraction-less text editors on OS X

Note: If you think that I missed a really nice disctration-less text editor, or that one of my comment is groundless, feel free to drop me an email. Competitors: Ommwriter Pyroom WriteRoom JDarkroom Ommwriter Ommwriter is developed because of an … Continue reading

Posted in None | Tagged , | View Comments

Dijkstra’s algorithm Python implementation

Here is my implementation of Dijkstra’s algorithm (also known as the shortest path) in Python. I wrote it for a project at school and put it there for memory only. Note: I don’t test the graph. Graph is oriented. If … Continue reading

Posted in None | Tagged | View Comments

Demi-finale au Prologin 2010

Concernant le Prologin Il s’agit d’un concours national français d’informatique mit en place en 1991 (et non pas 97, merci à Alexis) ayant pour but de tester les participants sur le capacité à concevoir un algorithme répondant à un sujet … Continue reading

Posted in None | View Comments

Chrome vs Safari: my opinion

On my computer (MacbookPro), I have two browsers: one for web development and the other for the rest of my web activities. Firefox is definitely the best for my coding tasks, mainly because of its flexibility, its rank on the … Continue reading

Posted in None | Tagged , | View Comments

Songbird: Music player for OSX

I hope you like The Beatles! ;) That’s it, I’m finally tired of iTunes. On my MacBookPro, it takes close to 3 minutes to cold start, and I see the spinning ball each time I click on its window. Such … Continue reading

Posted in None | Tagged | View Comments

Writing articles with LaTeX

I had to write a quite short article for school a few weeks ago. I’m used to write my homework with Apple’s Pages, with always the same template I’ve built once. But this time, I wanted to change the look … Continue reading

Posted in None | Tagged , | View Comments