Doing low cost telepresence (for under $200)

Posted on October 08, 2015 in DIY • 7 min read

With a friend, we recently started a project of building a project of low cost telepresence robot (sorry, link in French only).

The goal is to build a robot that could be used to move around a room remotely, and stream audio and video in both directions. Our target budget …


Continue reading

Working on the go in Paris

Posted on October 08, 2015 in CoffeeShops • 2 min read

This summer I was in NYC and found a couple of nice coffee shops with good coffee and internet access so that they were suitable for work. Coming back to Paris, I started looking for similar places. This post will be updated in the future with the new places I …


Continue reading

Nice places to work around

Posted on August 24, 2015 in CoffeeShops • 1 min read

In NYC

Just a note to myself, to remember some good places to work I found in NYC. Might be useful for others :)


Continue reading

Controlling servomotors on a Raspberry Pi

Posted on May 02, 2015 in DIY • 4 min read

For a project (documentation to be added soon) of low-cost telepresence robot, I had to handle three servomotors with a Raspberry Pi. I chose a Raspberry Pi board as it is very cheap and has a decent camera which can be easily used to stream video at a good resolution …


Continue reading

Blocking JavaScript on a per API basis

Posted on April 14, 2015 in Dev • 2 min read

JavaScript is widely used on the Internet, and living without it can be a real pain. However, JavaScript use raises some security concerns, in particular because some JavaScript APIs can be really sensitive. Indeed, WebRTC calls can be used to detect your real IP even the private one, on your …


Continue reading