23 Apr 2014
•
Other
Some time ago, I signed up on Snipt, a website that allows you to store snippets. It was a free account, that I probably used once, to test the service (only because this was not something I needed).
But yesterday I received an email from them, announcing that they will move away from free accounts. This is a fair enough decision, I can understand the need for a stable income.
More …
For a few years now, I’ve been using a DynDNS free account to access my personal server (at home), even though I have a dynamic IP address. This means that I’ve had a URL that would always point to my server, even when my IP would change.
More …
19 Mar 2014
•
System
Yesterday, I’ve created my personal GPG key.
The description of GPG (or GnuPG) from the official website is:
GnuPG is the GNU project’s complete and free implementation of the OpenPGP standard as defined by RFC4880. GnuPG allows to encrypt and sign your data and communication, features a versatile key management system as well as access modules for all kinds of public key directories.
More …
I’ve released a new version of my RSS reader.
More …
12 Feb 2014
•
Other
Thank you to La Quadrature du Net for making this video explaining why we need to reclaim our privacy and control over our private data. As usual with them, the video is released under CC BY-SA.
More …
14 Jan 2014
•
Copyright
1 year after the death of Aaron Swartz, here is a nice reminder:
More …
23 Dec 2013
•
Other
Soutenons La Quadrature du Net !
Deprecated
I’m currently developing a web application in Java. To do so, I’m using the Play! Framework, which is a
High Velocity Web Framework For Java and Scala
This framework allows you to quickly build web applications with Java (and Scala, but I’m sticking to Java for now).
More …
I’m currently developing a Play! application, and I use Heroku to deploy and test it.
But sometimes when deploying it, the application crashes when trying to start up. What happens is that the database contains data that are in conflict with the new schema that I’ve deployed (eg. new required foreign keys that don’t have a value…).
More …
31 Jul 2013
•
Other
Since the PRISM “scandal” (yes, everybody already knew that the USA have been spying on us at least since 2001), we see lots of open-source solutions emerging to replace the “old” proprietary (and potentially a bit too curious) web-applications. A good example is DuckDuckGo, an anonymous Internet search engine that has seen its traffic exploding after the revelations (1.5 million queries / day on 01/01/2013, almost 3.5 millions queries / day today). You can see the evolution of the traffic on their website.
I’ve been trying for a while to clean my digital footprint (I still have a lot to do), and to reduce my dependency to proprietary services, but some major solutions are unavoidable, like GMail (or YMail). A few weeks ago, I’ve managed to replace a Google service, Google Analytics, by an open-source, self-hosted application, Piwik.
More …