programming

programming

MapReduce avec parallel, cat et une redirection

Cet article traite d'un problème auquel nous avons fait face était de rendre possible l’exécution de notre modèle sur des centaines de milliers d’utilisateurs dans un temps très court. Il y avait un gain très grand à réaliser en changeant simplement la manière dont nous traitions chaque utilisateur.

Read
programming

64-bit Scientific Python on Windows

Getting a 64-bit installation of Python with scientific packages on our dear Windows isn't as simple as running an apt-get or port command...

Read
programming

My time at Sun Labs and pyaura

My internship at Sun Microsystems Labs, which has been going on for about 15 months - 9 of those full time at their campus in the Boston area - is coming to an end. During the course of those months, I've met a lot of very smart and fun people, I've worked on very challenging and stimulating problems and I've discovered a bunch of really good New England beers.

Read
programming

Using filemerge for mercurial diffs

This post talks about a script that brings up OSX's FileMerge program instead of the text-based file comparisons you get with mercurial with doing an "hg diff".

Read