p marichal.net
home of a geek
Don’t ask me why I need six cores and 24GB in my PC. To paraphrase a Zen master, **if you have to ask, you do not know**.
← Archives de février 2011 →
Geekeries
-
Edgar
Edgar ? Edgar, c’est mon petit outil permettant d’écrire des “smart bookmarks” utilisable à partir de tous mes browsers.
(lire la suite ...)
Clichés
Toile
-
Transferring Angry Birds saved game data to Mac app
Yes !
Exactement ce qu’il me faut pour transférer mes scores de l’iPod vers mon iPhone.
Extra tip: plutôt que le payant PhoneView, utilisez plutôt iPhoneExplorer (http://www.macroplant.com/iphoneexplorer/), gratuit et tout aussi bien.
-
Out of Delicious and into your Couch
Awesome idea to have a CouchApp replacing Delicious !
This app, Scrumptious is open source and can be downloaded from GitHub: https://github.com/jpmens/scrumptious
You can even host it on http://www.couchone.com/ (of course) or even
. -
Amazon S3 adds new features for hosting static websites
Vous pouvez maintenant hoster un site statique sur un ‘bucket’ Amazon S3.
Ce qui veut dire que vous pouvez avoir un blog statique (en utilisant par exemple jekyll) (et même avoir des commentaires, par le biais de Disqus) qui coûte vraiment pas cher (+- 5$ par mois) avec redondance, géolocalisation, etc …
Voir aussi la discussion sur Hacker news: http://news.ycombinator.com/item?id=2233620
Update: J’y ai penser … quelqu’un l’a fait : http://openfoo.org/blog/jekyll-s3.html
-
JS Bin - Collaborative JavaScript Debugging
Je ne sais pas comment je n’étais pas tombé là-dessus avant (ce projet date de fin 2009) …
jsbin est un site qui permet de tester et collaborer sur des petits bouts de code javascript/html/css. Parfait pour des petits protos, pour debugger ensemble sur du code , etc …
Vraiment super sympa.
-
The Art of Video Games
The Smithsonian fait une expo sur l’art dans les jeux vidéos. Et pour cette expo, ils ont mis en place des votes pour les meilleurs designs/graphics/gameplay/… par ère (les début, le 8 bits, next gen, etc.)
C’est le moment d’aller voter pour vos jeux favoris.
-
DryDrop
DryDrop is an interesting little app: you use DryDrop and Github to create on GAE a site that will hosts a static web site that refreshs automatically when your Github repo is updated.
So basically, you use DryDrp to create a GAE web site.
Then host your git repo containing your static web site on Github.
Then link the two and your GAE will have a cached static site for free (as long as you stay in the free tier of GAE of course).Quite nice.
-
Think Labyrinth: Maze Algorithms
In the same vein as Jamis Buck maze posts (and actually coming from one of his post), here is some generic info on maze algorithms.
Check out the fractal maze http://www.astrolog.org/labyrnth/maze/fractal.gif !
-
Py a la Node: running python code in node.js
It’s still a starting project (and super alpha of course), but the ability to run python code inside a node.js server is very intriguing.
-
Maze Generation: Algorithm Recap
Jamis Buck has wrote a serie of articles on maze generation. This is a recap of all of them with links to the previous blog posts.
Really entertaining. Be sure to check the javascript live demo.
-
Git Immersion
A ‘hands-down’, down-to-earth and simple labs/tutorials to introduce you to the world of DVCS and particulary to git.
Nicely done.
-
Cassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase comparison
Enfin ! L’article que je cherchais depuis, pfiouuuu, bien tout ça.
Une comparaison entre les base de données “NoSQL” les plus populaires: CouchDB, Cassandra, HBase, Redis, MongoDB et Riak. Avec les “pros” et les “cons” et surtout un petit paragraphe pour chaque sur quelle BD pour quelle emploi.
Alléluia.
En prime, la discut’ sur Hacker News: http://news.ycombinator.com/item?id=2052852
Flux RSS