mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-29 03:52:38 +02:00
777 lines
No EOL
31 KiB
HTML
777 lines
No EOL
31 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Alexis' log - dev</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href=".././theme/css/main.css" type="text/css" />
|
|
<link href=".././feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log ATOM Feed" />
|
|
|
|
|
|
<!--[if IE]>
|
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
|
|
|
<!--[if lte IE 7]>
|
|
<link rel="stylesheet" type="text/css" media="all" href=".././css/ie.css"/>
|
|
<script src=".././js/IE8.js" type="text/javascript"></script><![endif]-->
|
|
|
|
<!--[if lt IE 7]>
|
|
<link rel="stylesheet" type="text/css" media="all" href=".././css/ie6.css"/><![endif]-->
|
|
|
|
</head>
|
|
|
|
<body id="index" class="home">
|
|
|
|
<a href="http://github.com/ametaireau/">
|
|
|
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
|
|
|
</a>
|
|
|
|
<header id="banner" class="body">
|
|
<h1><a href="../.">Alexis' log </a></h1>
|
|
<nav><ul>
|
|
|
|
|
|
|
|
<li><a href=".././pages/projects.html">projects</a></li>
|
|
|
|
|
|
|
|
<li ><a href=".././category/asso.html">asso</a></li>
|
|
|
|
<li class="active"><a href=".././category/dev.html">dev</a></li>
|
|
|
|
<li ><a href=".././category/python.html">python</a></li>
|
|
|
|
<li ><a href=".././category/system.html">system</a></li>
|
|
|
|
<li ><a href=".././category/thoughts.html">thoughts</a></li>
|
|
|
|
</ul></nav>
|
|
</header><!-- /#banner -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<aside id="featured" class="body">
|
|
<article>
|
|
<h1 class="entry-title"><a href=".././pelican-9-months-later.html">Pelican, 9 months later</a></h1>
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2011-07-25T00:00:00">
|
|
Mon 25 July 2011
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
<p>tags: <a href=".././tag/pelican.html">pelican</a><a href=".././tag/python.html">python</a><a href=".././tag/open source.html">open source</a><a href=".././tag/nice story.html">nice story</a></p>
|
|
|
|
|
|
</footer><!-- /.post-info --><p>Back in October, I released <a class="reference external" href="http://docs.notmyidea.org/alexis/pelican">pelican</a>,
|
|
a little piece of code I wrote to power this weblog. I had simple needs: I wanted
|
|
to be able to use my text editor of choice (vim), a vcs (mercurial) and
|
|
restructured text. I started to write a really simple blog engine
|
|
in something like a hundred python lines and released it on github.</p>
|
|
<p>And people started contributing. I wasn't at all expecting to see people
|
|
interested in such a little piece of code, but it turned out that they were.
|
|
I refactored the code to make it evolve a bit more by two times and eventually,
|
|
in 9 months, got 49 forks, 139 issues and 73 pull requests.</p>
|
|
<p><strong>Which is clearly awesome.</strong></p>
|
|
<p>I pulled features such as translations, tag
|
|
clouds, integration with different services such as twitter or piwik, import
|
|
from dotclear and rss, fixed
|
|
a number of mistakes and improved a lot the codebase. This was a proof that
|
|
there is a bunch of people that are willing to make better softwares just for
|
|
the sake of fun.</p>
|
|
<p>Thank you, guys, you're why I like open source so much.</p>
|
|
<p>There are <a href=".././pelican-9-months-later.html#disqus_thread">comments</a>.</p>
|
|
</article>
|
|
|
|
</aside><!-- /#featured -->
|
|
|
|
<section id="content" class="body">
|
|
<h1>Other articles</h1>
|
|
<hr />
|
|
<ol id="posts-list" class="hfeed">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././using-jpype-to-bridge-python-and-java.html" rel="bookmark" title="Permalink to Using JPype to bridge python and Java">Using JPype to bridge python and Java</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2011-06-11T00:00:00">
|
|
Sat 11 June 2011
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
<p>tags: <a href=".././tag/python.html">python</a><a href=".././tag/java.html">java</a></p>
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>Java provides some interesting libraries that have no exact equivalent in
|
|
python. In my case, the awesome boilerpipe library allows me to remove
|
|
uninteresting parts of HTML pages, like menus, footers and other "boilerplate"
|
|
contents.</p>
|
|
<p>Boilerpipe is written in Java. Two solutions then: using java from python or
|
|
reimplement boilerpipe ...</p>
|
|
<a class="readmore" href=".././using-jpype-to-bridge-python-and-java.html">read more</a>
|
|
<p>There are <a href=".././using-jpype-to-bridge-python-and-java.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././un-coup-de-main-pour-mon-memoire.html" rel="bookmark" title="Permalink to Un coup de main pour mon mémoire!">Un coup de main pour mon mémoire!</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2011-05-25T00:00:00">
|
|
Wed 25 May 2011
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>Ça y est, bientôt la fin. LA FIN. La fin des études, et le début du reste.
|
|
En attendant je bosse sur mon mémoire de fin d'études et j'aurais besoin d'un petit
|
|
coup de main.</p>
|
|
<p>Mon mémoire porte sur les systèmes de recommandation. Pour ceux qui connaissent ...</p>
|
|
<a class="readmore" href=".././un-coup-de-main-pour-mon-memoire.html">read more</a>
|
|
<p>There are <a href=".././un-coup-de-main-pour-mon-memoire.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././analyse-users-browsing-context-to-build-up-a-web-recommender.html" rel="bookmark" title="Permalink to Analyse users' browsing context to build up a web recommender">Analyse users' browsing context to build up a web recommender</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2011-04-01T00:00:00">
|
|
Fri 01 April 2011
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
<p>tags: <a href=".././tag/recommendations.html">recommendations</a><a href=".././tag/browsers.html">browsers</a><a href=".././tag/users.html">users</a></p>
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>No, this is not an april's fool ;)</p>
|
|
<p>Wow, it's been a long time. My year in Oxford is going really well. I realized
|
|
few days ago that the end of the year is approaching really quickly.
|
|
Exams are coming in one month or such and then I'll ...</p>
|
|
<a class="readmore" href=".././analyse-users-browsing-context-to-build-up-a-web-recommender.html">read more</a>
|
|
<p>There are <a href=".././analyse-users-browsing-context-to-build-up-a-web-recommender.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././wrap-up-of-the-distutils2-paris-sprint.html" rel="bookmark" title="Permalink to Wrap up of the distutils2 paris' sprint">Wrap up of the distutils2 paris' sprint</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2011-02-08T00:00:00">
|
|
Tue 08 February 2011
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>Finally, thanks to a bunch of people that helped me to pay my train and bus
|
|
tickets, I've made it to paris for the distutils2 sprint.</p>
|
|
<p>They have been a bit more than 10 people to come during the sprint, and it was
|
|
very productive. Here's a taste ...</p>
|
|
<a class="readmore" href=".././wrap-up-of-the-distutils2-paris-sprint.html">read more</a>
|
|
<p>There are <a href=".././wrap-up-of-the-distutils2-paris-sprint.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././pypi-on-couchdb.html" rel="bookmark" title="Permalink to PyPI on CouchDB">PyPI on CouchDB</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2011-01-20T00:00:00">
|
|
Thu 20 January 2011
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>By now, there are two ways to retrieve data from PyPI (the Python Package
|
|
Index). You can both rely on xml/rpc or on the "simple" API. The simple
|
|
API is not so simple to use as the name suggest, and have several existing
|
|
drawbacks.</p>
|
|
<p>Basically, if you want to ...</p>
|
|
<a class="readmore" href=".././pypi-on-couchdb.html">read more</a>
|
|
<p>There are <a href=".././pypi-on-couchdb.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././help-me-to-go-to-the-distutils2-paris-sprint.html" rel="bookmark" title="Permalink to Help me to go to the distutils2 paris' sprint">Help me to go to the distutils2 paris' sprint</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2011-01-15T00:00:00">
|
|
Sat 15 January 2011
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p><strong>Edit: Thanks to logilab and some amazing people, I can make it to paris for the
|
|
sprint. Many thanks to them for the support!</strong></p>
|
|
<p>There will be a distutils2 sprint from the 27th to the 30th of january, thanks
|
|
to logilab which will host the event.</p>
|
|
<p>You can find more ...</p>
|
|
<a class="readmore" href=".././help-me-to-go-to-the-distutils2-paris-sprint.html">read more</a>
|
|
<p>There are <a href=".././help-me-to-go-to-the-distutils2-paris-sprint.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././how-to-reboot-your-bebox-using-the-cli.html" rel="bookmark" title="Permalink to How to reboot your bebox using the CLI">How to reboot your bebox using the CLI</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2010-10-21T00:00:00">
|
|
Thu 21 October 2010
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>I've an internet connection which, for some obscure reasons, tend to be very
|
|
slow from time to time. After rebooting the box (yes, that's a hard solution),
|
|
all the things seems to go fine again.</p>
|
|
<div class="section" id="edit-using-grep">
|
|
<h2>EDIT : Using grep</h2>
|
|
<p>After a bit of reflexion, that's also really easy ...</p></div>
|
|
<a class="readmore" href=".././how-to-reboot-your-bebox-using-the-cli.html">read more</a>
|
|
<p>There are <a href=".././how-to-reboot-your-bebox-using-the-cli.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././dynamically-change-your-gnome-desktop-wallpaper.html" rel="bookmark" title="Permalink to Dynamically change your gnome desktop wallpaper">Dynamically change your gnome desktop wallpaper</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2010-10-11T00:00:00">
|
|
Mon 11 October 2010
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>In gnome, you can can use a XML file to have a dynamic wallpaper.
|
|
It's not so easy, and you can't just tell: use the pictures in this folder to do
|
|
so.</p>
|
|
<p>You can have a look to the git repository if you want: <a class="reference external" href="http://github.com/ametaireau/gnome-background-generator">http://github.com/ametaireau ...</a></p>
|
|
<a class="readmore" href=".././dynamically-change-your-gnome-desktop-wallpaper.html">read more</a>
|
|
<p>There are <a href=".././dynamically-change-your-gnome-desktop-wallpaper.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././pelican-a-simple-static-blog-generator-in-python.html" rel="bookmark" title="Permalink to Pelican, a simple static blog generator in python">Pelican, a simple static blog generator in python</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2010-10-06T00:00:00">
|
|
Wed 06 October 2010
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>Those days, I've wrote a little python application to fit my blogging needs.
|
|
I'm an occasional blogger, a vim lover, I like restructured text and DVCSes, so
|
|
I've made a little tool that makes good use of all that.</p>
|
|
<p><a class="reference external" href="http://alexis.notmyidea.org/pelican/">Pelican</a> (for calepin) is just a simple tool ...</p>
|
|
<a class="readmore" href=".././pelican-a-simple-static-blog-generator-in-python.html">read more</a>
|
|
<p>There are <a href=".././pelican-a-simple-static-blog-generator-in-python.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././an-amazing-summer-of-code-working-on-distutils2.html" rel="bookmark" title="Permalink to An amazing summer of code working on distutils2">An amazing summer of code working on distutils2</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2010-08-16T00:00:00">
|
|
Mon 16 August 2010
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>The <a class="reference external" href="http://code.google.com/soc/">Google Summer of Code</a> I've
|
|
spent working on <a class="reference external" href="http://hg.python.org/distutils2/">distutils2</a>
|
|
is over. It was a really amazing experience, for many reasons.</p>
|
|
<p>First of all, we had a very good team, we were 5 students working
|
|
on distutils2: <a class="reference external" href="http://zubin71.wordpress.com">Zubin</a>,
|
|
<a class="reference external" href="http://wokslog.wordpress.com/">Éric</a>,
|
|
<a class="reference external" href="http://gsoc.djolonga.com/">Josip</a>,
|
|
<a class="reference external" href="http://konryd.blogspot.com/">Konrad</a> and me. In addition,
|
|
<a class="reference external" href="http://mouadino.blogspot.com/">Mouad</a> have worked on ...</p>
|
|
<a class="readmore" href=".././an-amazing-summer-of-code-working-on-distutils2.html">read more</a>
|
|
<p>There are <a href=".././an-amazing-summer-of-code-working-on-distutils2.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././introducing-the-distutils2-index-crawlers.html" rel="bookmark" title="Permalink to Introducing the distutils2 index crawlers">Introducing the distutils2 index crawlers</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2010-07-06T00:00:00">
|
|
Tue 06 July 2010
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>I'm working for about a month for distutils2, even if I was being a
|
|
bit busy (as I had some class courses and exams to work on)</p>
|
|
<p>I'll try do sum-up my general feelings here, and the work I've made
|
|
so far. You can also find, if ...</p>
|
|
<a class="readmore" href=".././introducing-the-distutils2-index-crawlers.html">read more</a>
|
|
<p>There are <a href=".././introducing-the-distutils2-index-crawlers.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././sprinting-on-distutils2-in-tours.html" rel="bookmark" title="Permalink to Sprinting on distutils2 in Tours">Sprinting on distutils2 in Tours</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2010-07-06T00:00:00">
|
|
Tue 06 July 2010
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>Yesterday, as I was traveling to Tours, I've took some time to
|
|
visit Éric, another student who's working on distutils2 this
|
|
summer, as a part of the GSoC. Basically, it was to take a drink,
|
|
discuss a bit about distutils2, our respective tasks and general
|
|
feelings, and to ...</p>
|
|
<a class="readmore" href=".././sprinting-on-distutils2-in-tours.html">read more</a>
|
|
<p>There are <a href=".././sprinting-on-distutils2-in-tours.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././use-restructured-text-rest-to-power-your-presentations.html" rel="bookmark" title="Permalink to Use Restructured Text (ReST) to power your presentations">Use Restructured Text (ReST) to power your presentations</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2010-06-25T00:00:00">
|
|
Fri 25 June 2010
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>Wednesday, we give a presentation, with some friends, about the
|
|
CouchDB Database, to
|
|
<a class="reference external" href="http://www.toulibre.org">the Toulouse local LUG</a>. Thanks a lot
|
|
to all the presents for being there, it was a pleasure to talk
|
|
about this topic with you. Too bad the season is over now an I quit
|
|
Toulouse next ...</p>
|
|
<a class="readmore" href=".././use-restructured-text-rest-to-power-your-presentations.html">read more</a>
|
|
<p>There are <a href=".././use-restructured-text-rest-to-power-your-presentations.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././first-week-working-on-distutils2.html" rel="bookmark" title="Permalink to first week working on distutils2">first week working on distutils2</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2010-06-04T00:00:00">
|
|
Fri 04 June 2010
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>As I've been working on
|
|
<a class="reference external" href="http://hg.python.org/distutils2/">Distutils2</a> during the past
|
|
week, taking part of the
|
|
<a class="reference external" href="http://code.google.com/intl/fr/soc/">GSOC</a> program, here is a
|
|
short summary of what I've done so far.</p>
|
|
<p>As my courses are not over yet, I've not worked as much as I
|
|
wanted, and this will continues until ...</p>
|
|
<a class="readmore" href=".././first-week-working-on-distutils2.html">read more</a>
|
|
<p>There are <a href=".././first-week-working-on-distutils2.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././a-distutils2-gsoc.html" rel="bookmark" title="Permalink to A Distutils2 GSoC">A Distutils2 GSoC</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2010-05-01T00:00:00">
|
|
Sat 01 May 2010
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>WOW. I've been accepted to be a part of the
|
|
<a class="reference external" href="http://code.google.com/intl/fr/soc/">Google Summer Of Code</a>
|
|
program, and will work on <a class="reference external" href="http://python.org/">python</a>
|
|
<a class="reference external" href="http://hg.python.org/distutils2/">distutils2</a>, with
|
|
<a class="reference external" href="http://pygsoc.wordpress.com/">a</a>
|
|
<a class="reference external" href="http://konryd.blogspot.com/">lot</a> <a class="reference external" href="http://ziade.org/">of</a>
|
|
(intersting!) <a class="reference external" href="http://zubin71.wordpress.com/">people</a>.</p>
|
|
<blockquote>
|
|
So, it's about building the successor of Distutils2, ie. "the
|
|
python package manager". Today, there is too many ways to package ...</blockquote>
|
|
<a class="readmore" href=".././a-distutils2-gsoc.html">read more</a>
|
|
<p>There are <a href=".././a-distutils2-gsoc.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li><article class="hentry">
|
|
<header>
|
|
<h1><a href=".././python-go.html" rel="bookmark" title="Permalink to Python ? go !">Python ? go !</a></h1>
|
|
</header>
|
|
|
|
<div class="entry-content">
|
|
<footer class="post-info">
|
|
<abbr class="published" title="2009-12-17T00:00:00">
|
|
Thu 17 December 2009
|
|
</abbr>
|
|
|
|
|
|
<address class="vcard author">
|
|
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
|
|
</address>
|
|
|
|
<p>In <a href=".././category/dev.html">dev</a>. </p>
|
|
|
|
|
|
|
|
</footer><!-- /.post-info -->
|
|
<p>Cela fait maintenant un peu plus d'un mois que je travaille sur un
|
|
projet en <a class="reference external" href="http://www.djangoproject.org">django</a>, et que,
|
|
nécessairement, je me forme à <a class="reference external" href="http://python.org/">Python</a>. Je
|
|
prends un plaisir non dissimulé à découvrir ce langage (et à
|
|
l'utiliser), qui ne cesse de me surprendre. Les premiers mots qui
|
|
me ...</p>
|
|
<a class="readmore" href=".././python-go.html">read more</a>
|
|
<p>There are <a href=".././python-go.html#disqus_thread">comments</a>.</p>
|
|
</div><!-- /.entry-content -->
|
|
</article></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ol><!-- /#posts-list -->
|
|
</section><!-- /#content -->
|
|
|
|
|
|
|
|
<section id="extras" class="body">
|
|
|
|
<div class="blogroll">
|
|
<h2>blogroll</h2>
|
|
<ul>
|
|
|
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
|
|
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
|
|
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
|
|
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
|
|
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
|
|
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
|
|
|
</ul>
|
|
</div><!-- /.blogroll -->
|
|
|
|
|
|
<div class="social">
|
|
<h2>social</h2>
|
|
<ul>
|
|
<li><a href=".././feeds/all.atom.xml" rel="alternate">atom feed</a></li>
|
|
|
|
|
|
|
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
|
|
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
|
|
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
|
|
|
</ul>
|
|
</div><!-- /.social -->
|
|
|
|
</section><!-- /#extras -->
|
|
|
|
<footer id="contentinfo" class="body">
|
|
<address id="about" class="vcard body">
|
|
Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">pelican</a>, which takes great advantages of <a href="http://python.org">python</a>.
|
|
</address><!-- /#about -->
|
|
|
|
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
|
|
</footer><!-- /#contentinfo -->
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
var disqus_shortname = 'blog-notmyidea';
|
|
(function () {
|
|
var s = document.createElement('script'); s.async = true;
|
|
s.type = 'text/javascript';
|
|
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
|
|
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
|
|
}());
|
|
</script>
|
|
|
|
</body>
|
|
</html> |