Voici Tweet13, le dernier petit gadget Twitter que je viens de programmer. Comme son nom l’indique, Tweet13 chiffre vos updates Twitter avec ROT13 et ajoute optionellement un lien pour déchiffrer le message. Quel intérêt de chiffrer un message si tout le monde peut le lire ? Révéler la fin des films que vous avez vu,…
Build your own website thumbnail generator with Django
On many website you can see a awesome link preview effect using a thumbnail of the page. There is some web services such as Websnapr or Thumbalizr providing an API to make your own webpages screenshots but it can be annoying to rely on third party projects: free accounts can only display a small among…
The last update of Aptana blocks Django development server
The last update of Aptana Studio come with a new built-in Jetty-based HTTP server running on port 8000… the same as Django development server. There is no good way to disable the preview server feature of the popular editor, but our favorite web framework can be launched on another port. Just type python manage.py runserver…