Improved back and forth between workspaces

Posted on May 29, 2016 in ConfigPorn • 1 min read

i3 has a feature to enable going back and forth between workspaces. Once enabled, if you are on workspace 1 and switch to workspace 2 and then just press mod+2 again to switch to workspace 2, you will go back to workspace 1.

However, this feature is quite limited …


Continue reading

Comparison of tools to fetch references for scientific papers

Posted on January 19, 2016 in OpenAccess • 2 min read

Recently, I tried to aggregate in a single place various codes I had written to handle scientific papers. Some feature I was missing, and I would like to add, was the ability to fetch automatically references from a given paper. For arXiv papers, I had a simple solution using the …


Continue reading

Localizing a webapp with webL10n.js

Posted on December 26, 2015 in Dev • 2 min read

I am currently working on a Velib webapp. With Élie, we modularized everything so that the backend API can be edited easily, and adapted to any other bike sharing system, hence we wanted it to be easily localizable and looked for solutions compatible with as much browsers as possible. We …


Continue reading

Let’s add some metadata on arXiv!

Posted on December 26, 2015 in OpenAccess • 6 min read

This article contains ideas and explanations around this code. Many references to it will be done through this article.

Disclaimer: The above code is here as a proof of concept and to back this article with some code. It is clearly not designed (nor scalable) to run in production. However …


Continue reading

Velib dataset

Posted on November 12, 2015 in Phyks • 1 min read

Just a quick note to say that I am running a script to periodically dump the data available from the Velib API (every 2 minutes).

The dump can be found here (sqlite3 database). It is generated by this script.

Please host your own if you plan on making many queries …


Continue reading