Hi, my name is Kevin Michel.

I'm a french developer, currently living in Montpellier, south of France.
These are only my articles, you can find more of my stuff .

Articles

Post Mortem: yogo

I made a puzzle game where you have to kill every bots on the level with a single bullet while avoiding lasers and ending on the right side of the lasers to reach the goal. This is my third LD entry, all of them in Javascript, and I’m p...

First implementation: many problems

I tried a first launch with a sample implementation of the algorithm. So far, with only 15 human users, it’s been a failure. Some problems come from the design of the site and others from algorithm choices, I’ll only describe the last on...

Prototype Based Virality

Talking about initializing the link set, I previously said I could solve this practical problem later, it was stupid. You can’t test an algorithm if you can’t initialize it and I want to test it as soon as possible in the real world. To...

Updating the links

Updating the links is the most important task in our algorithm, this is also the point where most of our design choices take place. First, we must define when we can do it. We can do updates only after positive votes, only after negativ...