blog.notmyidea.org/feeds/.rss.xml

771 lines
No EOL
150 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Alexis Métaireau</title><link>https://blog.notmyidea.org/</link><description></description><lastBuildDate>Mon, 26 Feb 2024 00:00:00 +0100</lastBuildDate><item><title>Écrire</title><link>https://blog.notmyidea.org/ecrire.html</link><description>
&lt;p&gt;Avec — enfin — un peu de recul, je suis content de la quiétude et de l&amp;#8217;espace mental qui se dégage pour moi ces temps&amp;nbsp;cis.&lt;/p&gt;
&lt;p&gt;En pleine traversée j&amp;#8217;ai parfois trouvé refuge dans des ateliers d&amp;#8217;écriture. Je trouve l&amp;#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …&lt;/p&gt;</description><pubDate>Mon, 26 Feb 2024 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2024-02-26:/ecrire.html</guid><category>journal</category></item><item><title>Notes hebdo #18</title><link>https://blog.notmyidea.org/notes-hebdo-18.html</link><description>
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;strong&gt;🗺️ &lt;a href="https://umap-projet.org"&gt;uMap&lt;/a&gt;&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;J&amp;#8217;ai terminé mon expérimentation sur la synchronisation, ça fonctionne en mode « démo » et ça me donne une compréhension du code suffisante pour avancer sur le&amp;nbsp;sujet.&lt;/dd&gt;
&lt;dd&gt;J&amp;#8217;ai commencé à discuter avec Aurélie de comment faire pour la partie expérience utilisateur·ice. C …&lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Sun, 25 Feb 2024 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2024-02-25:/notes-hebdo-18.html</guid><category>weeknotes</category></item><item><title>Changing the primary key of a model in Django</title><link>https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html</link><description>&lt;p&gt;I had to change the primary key of a django model, and I wanted to create a
migration for&amp;nbsp;this.&lt;/p&gt;
&lt;p&gt;The previous model was using django &lt;a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields"&gt;automatic primary key&amp;nbsp;fields&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I firstly changed the model to include the new &lt;code&gt;uuid&lt;/code&gt; field, and added the &lt;code&gt;id&lt;/code&gt;
field (the old primary key …&lt;/p&gt;</description><pubDate>Thu, 22 Feb 2024 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2024-02-22:/changing-the-primary-key-of-a-model-in-django.html</guid><category>code</category><category>django</category><category>orm</category><category>migrations</category></item><item><title>Using uuids in URLs in a Django app</title><link>https://blog.notmyidea.org/using-uuids-in-urls-in-a-django-app.html</link><description>&lt;p&gt;After adding a regexp for uuids (which are quite hard to regexp for), I
discovered that Django &lt;a href="https://docs.djangoproject.com/
en/5.0/topics/http/urls/#path-converters"&gt;offers path converters&lt;/a&gt;, making this a piece of&amp;nbsp;cake.&lt;/p&gt;
&lt;p&gt;I was using old school &lt;code&gt;re_path&lt;/code&gt; paths in my &lt;code&gt;urls.py&lt;/code&gt;, but it&amp;#8217;s possible to
replace them with &lt;code&gt;path&lt;/code&gt;, like&amp;nbsp;this:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="n"&gt;url_patterns&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;
&lt;span class="n"&gt;path …&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><pubDate>Thu, 22 Feb 2024 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2024-02-22:/using-uuids-in-urls-in-a-django-app.html</guid><category>code</category><category>django</category><category>urls</category><category>uuid</category></item><item><title>Notes hebdo #17</title><link>https://blog.notmyidea.org/notes-hebdo-17.html</link><description>
&lt;p&gt;Un super début de semaine, une perte d&amp;#8217;énergie puis du temps pour moi et de la lecture. Content de voir le chemin parcouru sur uMap depuis que j&amp;#8217;ai&amp;nbsp;commencé.&lt;/p&gt;
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;strong&gt;🗺️ &lt;a href="https://umap-projet.org"&gt;uMap&lt;/a&gt;&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;J&amp;#8217;ai pu aller au bout de mon expérimentation sur la synchronisation des …&lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Tue, 20 Feb 2024 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2024-02-20:/notes-hebdo-17.html</guid><category>weeknotes</category></item><item><title>Notes hebdo #16</title><link>https://blog.notmyidea.org/notes-hebdo-16.html</link><description>
&lt;p&gt;Une bonne semaine assez sympathique, entre Angers et Rennes. Je récupère de l&amp;#8217;énergie (encore, c&amp;#8217;est dingue) et je réussis à faire des avancées en terme de motivation&amp;nbsp;générale.&lt;/p&gt;
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;strong&gt;🗺️ &lt;a href="https://umap-projet.org"&gt;uMap&lt;/a&gt;&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;On à commencé à clarifier certains aspects économiques du projet lors d&amp;#8217;une discussion …&lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Tue, 13 Feb 2024 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2024-02-13:/notes-hebdo-16.html</guid><category>weeknotes</category></item><item><title>Adding collaboration on uMap, third update</title><link>https://blog.notmyidea.org/adding-collaboration-on-umap-third-update.html</link><description>&lt;p&gt;I&amp;#8217;ve spent the last few weeks working on &lt;a href="https://umap-project.org"&gt;uMap&lt;/a&gt;, still
with the goal of bringing real-time collaboration to the maps. I&amp;#8217;m not there
yet, but I&amp;#8217;ve made some progress that I will relate&amp;nbsp;here.&lt;/p&gt;
&lt;h2 id="javascript-modules"&gt;JavaScript&amp;nbsp;modules&lt;/h2&gt;
&lt;p&gt;uMap has been there &lt;a href="https://github.com/
umap-project/umap/commit/0cce7f9e2a19c83fa76645d7773d39d54f357c43"&gt;since 2012&lt;/a&gt;, at a time
when &lt;span class="caps"&gt;ES6 …&lt;/span&gt;&lt;/p&gt;</description><pubDate>Mon, 12 Feb 2024 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2024-02-12:/adding-collaboration-on-umap-third-update.html</guid><category>code</category><category>umap</category><category>geojson</category><category>websockets</category></item><item><title>Returning objects from an arrow function</title><link>https://blog.notmyidea.org/returning-objects-from-an-arrow-function.html</link><description>&lt;p&gt;When using an arrow function in JavaScript, I was expecting to be able to return objects, but ended up with returning &lt;code&gt;undefined&lt;/code&gt; values.&lt;/p&gt;
&lt;p&gt;Turns out it&amp;#8217;s not possible to return directly objects from inside the arrow function because they&amp;#8217;re confused as&amp;nbsp;statements.&lt;/p&gt;
&lt;p&gt;This is &lt;a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions#function_body"&gt;covered by &lt;span class="caps"&gt;MDN&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To …&lt;/p&gt;</description><pubDate>Thu, 08 Feb 2024 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2024-02-08:/returning-objects-from-an-arrow-function.html</guid><category>code</category><category>Javascript</category></item><item><title>Notes hebdo #15</title><link>https://blog.notmyidea.org/notes-hebdo-15.html</link><description>
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;a href="https://idlv.co"&gt;&lt;span class="caps"&gt;IDLV&lt;/span&gt;.co&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;Le site web est maintenant public&amp;nbsp;!&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;🗺️ &lt;a href="https://umap-projet.org"&gt;uMap&lt;/a&gt;&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;10ème semaine, on dépasse les&amp;nbsp;200h.&lt;/dd&gt;
&lt;dd&gt;J&amp;#8217;ai fais une session de travail « en ermite », et j&amp;#8217;ai trouvé ça utile pour&amp;nbsp;avancer.&lt;/dd&gt;
&lt;dd&gt;J&amp;#8217;ai &lt;a href="https://files.notmyidea.org/umap-sync-features.webm"&gt;une démo de synchro qui fonctionne&lt;/a&gt;&amp;nbsp;!&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;🫙 &lt;a href="https://notmyidea.org/"&gt;Notmyidea&lt;/a&gt;&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;J&amp;#8217;ai passé du …&lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Mon, 05 Feb 2024 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2024-02-05:/notes-hebdo-15.html</guid><category>weeknotes</category></item><item><title>Notes hebdo #14</title><link>https://blog.notmyidea.org/notes-hebdo-14.html</link><description>
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;strong&gt;🗺️ &lt;a href="https://umap-projet.org"&gt;uMap&lt;/a&gt;&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;9ème semaine sur le&amp;nbsp;projet&lt;/dd&gt;
&lt;dd&gt;J&amp;#8217;ai changé d&amp;#8217;approche et je ne cherche pour le moment plus à intégrer des CRDTs dans la base de code actuelle, ce qui me permet de me concentrer sur les aspects&amp;nbsp;métiers.&lt;/dd&gt;
&lt;dd&gt;J&amp;#8217;ai eu un premier …&lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Wed, 31 Jan 2024 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2024-01-31:/notes-hebdo-14.html</guid><category>weeknotes</category></item><item><title>2024, Semaine 3</title><link>https://blog.notmyidea.org/2024-semaine-3.html</link><description>
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;🗺️ &lt;a href="https://umap-projet.org"&gt;uMap&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Deux petites demi-journées de travail. Des discussions en collectif sur ce qu&amp;#8217;on attends de nos réunions hebdo, et une discussion sur les orientations techniques et sur notre manière de prendre des&amp;nbsp;décisions.&lt;/p&gt;
&lt;p&gt;Peu d&amp;#8217;avancées techniques, j&amp;#8217;ai un prototype sur comment se …&lt;/p&gt;</description><pubDate>Tue, 23 Jan 2024 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2024-01-23:/2024-semaine-3.html</guid><category>weeknotes</category></item><item><title>2024, Semaine 2</title><link>https://blog.notmyidea.org/2024-semaine-2.html</link><description>
&lt;p&gt;De retour après trois semaines off qui m&amp;#8217;ont fait du bien, passées entre ami·es, famille et un petit passage au&amp;nbsp;37C3.&lt;/p&gt;
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;🗺️ &lt;a href="https://umap-projet.org"&gt;uMap&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;3 jours de travail et de discussions avec Yohan sur le projet. J&amp;#8217;ai pu lever des freins à mon avancée …&lt;/p&gt;</description><pubDate>Tue, 16 Jan 2024 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2024-01-16:/2024-semaine-2.html</guid><category>weeknotes</category></item><item><title>Format an USB disk from the command-line on MacOSX</title><link>https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html</link><description>&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;sudo&lt;span class="w"&gt; &lt;/span&gt;diskutil&lt;span class="w"&gt; &lt;/span&gt;unmountDisk&lt;span class="w"&gt; &lt;/span&gt;/dev/disk5
sudo&lt;span class="w"&gt; &lt;/span&gt;diskutil&lt;span class="w"&gt; &lt;/span&gt;eraseDisk&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;MS-DOS FAT32&amp;quot;&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;Brocolis&lt;span class="w"&gt; &lt;/span&gt;/dev/disk
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><pubDate>Mon, 25 Dec 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-12-25:/format-an-usb-disk-from-the-command-line-on-macosx.html</guid><category>code</category></item><item><title>2023, Semaine 49 et 50</title><link>https://blog.notmyidea.org/2023-semaine-49-et-50.html</link><description>
&lt;p&gt;Deux semaines de travail depuis la dernière update. Je me suis fait mal au poignet ce qui m&amp;#8217;a pas mal&amp;nbsp;ralenti.&lt;/p&gt;
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;🗺️ &lt;a href="https://github.com/umap-project/umap/"&gt;uMap&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;J&amp;#8217;ai posé et déroulé les différents scenarii pour avoir de la synchronisation entre différents clients. Lu et compris comment le code …&lt;/p&gt;</description><pubDate>Sun, 17 Dec 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-12-17:/2023-semaine-49-et-50.html</guid><category>weeknotes</category></item><item><title>Rescuing a broken asahi linux workstation</title><link>https://blog.notmyidea.org/rescuing-a-broken-asahi-linux-workstation.html</link><description>&lt;p&gt;On my main machine, I&amp;#8217;m currently using &lt;a href="asahilinux.org/"&gt;Asahi Linux&lt;/a&gt; (on a macbook m1). I&amp;#8217;ve recently broken my system, which wasn&amp;#8217;t able to boot because of a broken &lt;code&gt;/etc/fstab&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;On my previous setups, I was able to easily plug an usb key and boot to it to …&lt;/p&gt;</description><pubDate>Fri, 08 Dec 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-12-08:/rescuing-a-broken-asahi-linux-workstation.html</guid><category>code</category><category>Linux</category><category>Asahi</category></item><item><title>2023, Semaine 48</title><link>https://blog.notmyidea.org/2023-semaine-48.html</link><description>
&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/umap-project/umap/"&gt;uMap&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Quatrième semaine de travail sur uMap. J&amp;#8217;ai suivi l&amp;#8217;onboarding de NLNet (l&amp;#8217;occasion de découvrir quelques chouettes projets), puis affiné un document pour qu&amp;#8217;on se mette d&amp;#8217;accord sur le déroulé&amp;nbsp;attendu.&lt;/p&gt;
&lt;p&gt;J&amp;#8217;ai commencé à enregistrer les connaissances que j&amp;#8217;ai sur la base de …&lt;/p&gt;</description><pubDate>Tue, 05 Dec 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-12-05:/2023-semaine-48.html</guid><category>weeknotes</category></item><item><title>2023, Semaine 47</title><link>https://blog.notmyidea.org/2023-semaine-47.html</link><description>
&lt;p&gt;Un équilibre perso/pro qui s&amp;#8217;améliore, même si les limites sont encores poreuses. Les outils mis en place aident, je suis content de déjà récolter quelques&amp;nbsp;fruits.&lt;/p&gt;
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/umap-project/umap/"&gt;uMap&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Troisième semaine de travail sur&amp;nbsp;uMap.&lt;/p&gt;
&lt;p&gt;J&amp;#8217;ai pris du temps pour &lt;a href="https://github.com/umap-project/umap/pull/1413"&gt;ajouter de l&amp;#8217;intégration …&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 28 Nov 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-11-28:/2023-semaine-47.html</guid><category>weeknotes</category></item><item><title>Using pelican to track my worked and volunteer hours</title><link>https://blog.notmyidea.org/using-pelican-to-track-my-worked-and-volunteer-hours.html</link><description>&lt;p&gt;I was tracking my hours in Datasette (&lt;a href="https://blog.notmyidea.org/using-datasette-for-tracking-my-professional-activity.html"&gt;article&lt;/a&gt; and &lt;a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html"&gt;follow-up&lt;/a&gt;), but I wasn&amp;#8217;t really happy with the editing&amp;nbsp;process.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve seen &lt;a href="https://larlet.fr/david"&gt;David&lt;/a&gt; notes, which made me want to do something&amp;nbsp;similar.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m consigning everything in markdown files and as such, was already keeping track of everything this …&lt;/p&gt;</description><pubDate>Thu, 23 Nov 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-11-23:/using-pelican-to-track-my-worked-and-volunteer-hours.html</guid><category>code</category><category>Pelican</category><category>Work</category><category>Vega</category><category>Markdown</category></item><item><title>Adding Real-Time Collaboration to uMap, second week</title><link>https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html</link><description>&lt;p&gt;I continued working on &lt;a href="https://github.com/umap-project/umap/"&gt;uMap&lt;/a&gt;, an open-source map-making tool to create and share customizable maps, based on Open Street Map&amp;nbsp;data.&lt;/p&gt;
&lt;p&gt;Here is a summary of what I&amp;nbsp;did:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I reviewed, rebased and made some minor changes to &lt;a href="https://github.com/umap-project/umap/pull/772"&gt;a pull request which makes it possible to merge geojson features together …&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 21 Nov 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-11-21:/adding-real-time-collaboration-to-umap-second-week.html</guid><category>code</category><category>Python</category><category>CRDT</category><category>Sync</category><category>uMap</category></item><item><title>2023, Semaine 46</title><link>https://blog.notmyidea.org/2023-semaine-46.html</link><description>
&lt;p&gt;Une semaine de progrès en cartographie et stockage de données. J&amp;#8217;ai senti le besoin de mieux m&amp;#8217;organiser pour améliorer l&amp;#8217;équilibre travail /&amp;nbsp;perso.&lt;/p&gt;
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/umap-project/umap/"&gt;uMap&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Je continue mon exploration autour des solutions techniques pour faire de la cartographie temps réelle. J&amp;#8217;ai pris le …&lt;/p&gt;</description><pubDate>Mon, 20 Nov 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-11-20:/2023-semaine-46.html</guid><category>weeknotes</category></item><item><title>Importing a PostgreSQL dump under a different database name</title><link>https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html</link><description>&lt;p&gt;For &lt;a href="https://chariotte.fr"&gt;Chariotte&lt;/a&gt;, I&amp;#8217;ve had to do an import from one system to the other. I had no control on the export I received. It contained the database name and the ACLs, which I had to change to match the ones on the new&amp;nbsp;system.&lt;/p&gt;
&lt;h2 id="decrypting-the-dump"&gt;Decrypting the&amp;nbsp;dump&lt;/h2&gt;
&lt;p&gt;First off …&lt;/p&gt;</description><pubDate>Mon, 20 Nov 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-11-20:/importing-a-postgresql-dump-under-a-different-database-name.html</guid><category>code</category><category>postgresql</category><category>sysadmin</category></item><item><title>Deploying and customizing datasette</title><link>https://blog.notmyidea.org/deploying-and-customizing-datasette.html</link><description>&lt;p&gt;First, create the venv and install&amp;nbsp;everything&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="c1"&gt;# Create and activate venv&lt;/span&gt;
python3&lt;span class="w"&gt; &lt;/span&gt;-m&lt;span class="w"&gt; &lt;/span&gt;venv&lt;span class="w"&gt; &lt;/span&gt;venv
&lt;span class="nb"&gt;source&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;venv/bin/activate
&lt;span class="c1"&gt;# Install datasette…&lt;/span&gt;
pip&lt;span class="w"&gt; &lt;/span&gt;install&lt;span class="w"&gt; &lt;/span&gt;datasette
&lt;span class="c1"&gt;# … and the plugins&lt;/span&gt;
datasette&lt;span class="w"&gt; &lt;/span&gt;install&lt;span class="w"&gt; &lt;/span&gt;datasette-render-markdown&lt;span class="w"&gt; &lt;/span&gt;datasette-dashboards&lt;span class="w"&gt; &lt;/span&gt;datasette-dateutil
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;I was curious how much all of this was weighting. &lt;span class="caps"&gt;30MB&lt;/span&gt; seems pretty reasonable to&amp;nbsp;me.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="c1"&gt;# All of …&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><pubDate>Sun, 12 Nov 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-11-12:/deploying-and-customizing-datasette.html</guid><category>code</category><category>Datasette</category><category>Deployment</category></item><item><title>2023, Semaine 45</title><link>https://blog.notmyidea.org/2023-semaine-45.html</link><description>
&lt;p&gt;Une reprise après deux semaines de pause. Première semaine sur uMap, et beaucoup&amp;nbsp;d&amp;#8217;à-côtés.&lt;/p&gt;
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;strong&gt;&lt;a href="https://github.com/umap-project/umap/"&gt;uMap&lt;/a&gt;&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;J&amp;#8217;ai commencé à travailler sur le projet, que je rejoins pour quelques temps, aux côté de David, Yohan, Aurélie et Sophie. L&amp;#8217;idée est de travailler spécifiquement sur …&lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Sat, 11 Nov 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-11-11:/2023-semaine-45.html</guid><category>weeknotes</category></item><item><title>Adding Real-Time Collaboration to uMap, first week</title><link>https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html</link><description>&lt;p&gt;Last week, I&amp;#8217;ve been lucky to start working on &lt;a href="https://github.com/umap-project/umap/"&gt;uMap&lt;/a&gt;, an open-source map-making tool to create and share customizable maps, based on Open Street Map&amp;nbsp;data.&lt;/p&gt;
&lt;p&gt;My goal is to add real-time collaboration to uMap, but &lt;strong&gt;we first want to be sure to understand the issue correctly&lt;/strong&gt;. There are …&lt;/p&gt;</description><pubDate>Sat, 11 Nov 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-11-11:/adding-real-time-collaboration-to-umap-first-week.html</guid><category>code</category><category>Python</category><category>CRDT</category><category>Sync</category><category>uMap</category></item><item><title>Using Datasette for tracking my professional activity</title><link>https://blog.notmyidea.org/using-datasette-for-tracking-my-professional-activity.html</link><description>&lt;p&gt;I&amp;#8217;ve been following Simon Willison since quite some time, but I&amp;#8217;ve actually never played with his main project &lt;a href="https://datasette.io"&gt;Datasette&lt;/a&gt;&amp;nbsp;before.&lt;/p&gt;
&lt;p&gt;As I&amp;#8217;m going back into development, I&amp;#8217;m trying to track where my time goes, to be able to find patterns, and just remember how much time …&lt;/p&gt;</description><pubDate>Sat, 11 Nov 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-11-11:/using-datasette-for-tracking-my-professional-activity.html</guid><category>code</category><category>Datasette</category><category>Graphs</category><category>SQL</category></item><item><title>2023, Semaine 42</title><link>https://blog.notmyidea.org/2023-semaine-42.html</link><description>
&lt;p&gt;J&amp;#8217;ai passé la majeure partie de ma semaine seul, ponctuée par quelques ballades en bord de mer. J&amp;#8217;ai pu reprendre contact avec la technologie et bien avancer sur le projet&amp;nbsp;Argos.&lt;/p&gt;
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;strong&gt;Framasoft /&amp;nbsp;Argos&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;Quatrième et dernière semaine rémunérée sur le projet. Je suis …&lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Mon, 23 Oct 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-10-23:/2023-semaine-42.html</guid><category>weeknotes</category></item><item><title>Using DISTINCT in Parent-Child Relationships</title><link>https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html</link><description>&lt;p&gt;Let&amp;#8217;s say you have a model defined like this, with a Parent and a Child&amp;nbsp;table:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="k"&gt;class&lt;/span&gt; &lt;span class="nc"&gt;Parent&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;Base&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt;
&lt;span class="n"&gt;__tablename__&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;quot;parent&amp;quot;&lt;/span&gt;
&lt;span class="nb"&gt;id&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;Mapped&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nb"&gt;int&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;mapped_column&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;primary_key&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="kc"&gt;True&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="n"&gt;childs&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;Mapped&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;List&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;Child&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;]]&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;relationship&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;back_populates&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;parent&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="k"&gt;class&lt;/span&gt; &lt;span class="nc"&gt;Child&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;Base&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt;
&lt;span class="n"&gt;__tablename__&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;quot;child&amp;quot;&lt;/span&gt;
&lt;span class="nb"&gt;id&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;Mapped&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nb"&gt;int&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;mapped_column&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;primary_key&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="kc"&gt;True&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="n"&gt;parent_id&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;Mapped&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nb"&gt;int&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;mapped_column …&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><pubDate>Wed, 18 Oct 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-10-18:/using-distinct-in-parent-child-relationships.html</guid><category>code</category><category>SQL</category><category>SQLAlchemy</category><category>Python</category></item><item><title>2023, Semaine 41</title><link>https://blog.notmyidea.org/2023-semaine-41.html</link><description>
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;strong&gt;Framasoft /&amp;nbsp;Argos&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;Troisième semaine de travail sur le projet. Tous les &lt;strong&gt;checks&lt;/strong&gt; sont maintenant implémentés, et la structure du projet est surement&amp;nbsp;définitive.&lt;/dd&gt;
&lt;dd&gt;J&amp;#8217;ai continué de travailler en mode chantier, à structurer ce qui devait l&amp;#8217;être, et je suis plutôt satisfait du résultat …&lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Mon, 16 Oct 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-10-16:/2023-semaine-41.html</guid><category>weeknotes</category></item><item><title>Convert string to duration</title><link>https://blog.notmyidea.org/convert-string-to-duration.html</link><description>&lt;p&gt;I found myself wanting to convert a string to a duration (int), for some&amp;nbsp;configuration.&lt;/p&gt;
&lt;p&gt;Something you can call like&amp;nbsp;this:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="n"&gt;string_to_duration&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;1d&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;target&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;days&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="n"&gt;string_to_duration&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;1d&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;target&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;hours&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="n"&gt;string_to_duration&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;3m&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;target&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;hours&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="n"&gt;string_to_duration&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;3m&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;target&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;minutes&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;The code&amp;nbsp;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="nn"&gt;typing&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;Literal&lt;/span&gt;
&lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;string_to_duration&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;value&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;str&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;target&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;Literal&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;days …&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><pubDate>Wed, 11 Oct 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-10-11:/convert-string-to-duration.html</guid><category>code</category><category>python</category><category>conversion</category></item><item><title>2023, Semaine 40</title><link>https://blog.notmyidea.org/2023-semaine-40.html</link><description>
&lt;p&gt;Je me suis réservé les matins pour travailler, et je suis content du rythme que ça à donné à ma semaine. C&amp;#8217;était aussi le retour des pomodoros&amp;nbsp;!&lt;/p&gt;
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;strong&gt;Framasoft /&amp;nbsp;Argos&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;J&amp;#8217;ai une première version quasiment fonctionnelle, il reste maintenant à transformer l&amp;#8217;essai. J …&lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Sun, 08 Oct 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-10-08:/2023-semaine-40.html</guid><category>weeknotes</category></item><item><title>2023, Semaine 39</title><link>https://blog.notmyidea.org/2023-semaine-39.html</link><description>
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;Framasoft&lt;/dt&gt;
&lt;dd&gt;J&amp;#8217;ai commencé à travailler sur l&amp;#8217;outil de supervision, en partant bille en tête sur une solution qui s&amp;#8217;est avérée ne pas être la plus simple à mettre en place. J&amp;#8217;ai passé pas mal de temps à questionner mes choix techniques …&lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Fri, 29 Sep 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-09-29:/2023-semaine-39.html</guid><category>weeknotes</category></item><item><title>llm command-line tips</title><link>https://blog.notmyidea.org/llm-command-line-tips.html</link><description>&lt;p&gt;I&amp;#8217;m using &lt;a href="https://llm.datasette.io"&gt;llm&lt;/a&gt; more and more, and today I had to find back prompts I used in the past. Here is a command I&amp;#8217;ve been using, which allows me to filter the results based on what I want. It leverages &lt;a href="https://sqlutils.datasette.io"&gt;sql-utils&lt;/a&gt;, a cli tool which is able to …&lt;/p&gt;</description><pubDate>Wed, 27 Sep 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-09-27:/llm-command-line-tips.html</guid><category>code</category><category>python</category><category>llm</category><category>bash</category><category>sqlite</category></item><item><title>Setting up a IRC Bouncer with ZNC</title><link>https://blog.notmyidea.org/setting-up-a-irc-bouncer-with-znc.html</link><description>&lt;p&gt;It&amp;#8217;s been a while since I&amp;#8217;ve used &lt;span class="caps"&gt;IRC&lt;/span&gt;, but I needed to connect to it today to discuss around &lt;a href="https://docs.peewee-orm.com"&gt;Peewee&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The main issue with &lt;span class="caps"&gt;IRC&lt;/span&gt; is that you need to be connected to see the answer, and to get the context of the conversation. Unless&amp;#8230; you set up …&lt;/p&gt;</description><pubDate>Wed, 27 Sep 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-09-27:/setting-up-a-irc-bouncer-with-znc.html</guid><category>code</category><category>ZNC</category><category>Weechat</category><category>IRC</category></item><item><title>2023, Semaine 38</title><link>https://blog.notmyidea.org/2023-semaine-38.html</link><description>
&lt;h2 id="ce-qui-sest-passe"&gt;Ce qui s&amp;#8217;est&amp;nbsp;passé&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;Framasoft&lt;/dt&gt;
&lt;dd&gt;J&amp;#8217;ai eu confirmation que j&amp;#8217;allais pouvoir commencer à travailler sur une mission pour &lt;a href="https://framasoft.org"&gt;Framasoft&lt;/a&gt;, pour faire un outil qui aide à la supervision de leurs services Web. C&amp;#8217;est la première fois que je vais travailler en tant qu&amp;#8217;indépendant et je …&lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Sun, 24 Sep 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-09-24:/2023-semaine-38.html</guid><category>weeknotes</category></item><item><title>How to run the vigogne model locally</title><link>https://blog.notmyidea.org/how-to-run-the-vigogne-model-locally.html</link><description>
&lt;p&gt;&lt;a href="https://github.com/bofenghuang/vigogne"&gt;Vigogne&lt;/a&gt; is a &lt;span class="caps"&gt;LLM&lt;/span&gt; model based on &lt;span class="caps"&gt;LLAMA2&lt;/span&gt;, but trained with french data. As I&amp;#8217;m working mostly in french, it might be useful. The current models that I can get locally are in&amp;nbsp;english.&lt;/p&gt;
&lt;p&gt;The information I&amp;#8217;ve found online are scarse and not so easy to follow, so …&lt;/p&gt;</description><pubDate>Fri, 22 Sep 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-09-22:/how-to-run-the-vigogne-model-locally.html</guid><category>code</category><category>llm</category></item><item><title>Creating a simple command line to post snippets on Gitlab</title><link>https://blog.notmyidea.org/creating-a-simple-command-line-to-post-snippets-on-gitlab.html</link><description>
&lt;p&gt;I&amp;#8217;m trying to get away from Github, and one thing that I find useful is the &lt;a href="https://gist.github.com"&gt;gist&lt;/a&gt; utility they&amp;#8217;re providing. Seems that gitlab provides a similar&amp;nbsp;tool.&lt;/p&gt;
&lt;p&gt;You can use it using &lt;a href="https://python-gitlab.readthedocs.io/"&gt;python-gitlab&lt;/a&gt;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;pipx&lt;span class="w"&gt; &lt;/span&gt;install&lt;span class="w"&gt; &lt;/span&gt;python-gitlab
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;And then&amp;nbsp;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;gitlab&lt;span class="w"&gt; &lt;/span&gt;snippet&lt;span class="w"&gt; &lt;/span&gt;create&lt;span class="w"&gt; &lt;/span&gt;--title&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;youpi&amp;quot;&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;--file-name&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;snip.py&amp;quot;&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;--content&lt;span class="w"&gt; &lt;/span&gt;snip …&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><pubDate>Mon, 18 Sep 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-09-18:/creating-a-simple-command-line-to-post-snippets-on-gitlab.html</guid><category>code</category></item><item><title>Creating an online space to share markdown files</title><link>https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html</link><description>
&lt;p&gt;I wanted to create a space on my server where I can upload markdown files and have them rendered directly, for them to be shared with other&amp;nbsp;people.&lt;/p&gt;
&lt;p&gt;I stumbled on &lt;a href="https://github.com/ukarim/ngx_markdown_filter_module"&gt;the markdown module for nginx&lt;/a&gt; which does exactly what I want, but seemed to ask for compilation of nginx …&lt;/p&gt;</description><pubDate>Sun, 17 Sep 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-09-17:/creating-an-online-space-to-share-markdown-files.html</guid><category>code</category></item><item><title>Conversion dun fichier svg en favicon.ico</title><link>https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html</link><description>
&lt;p&gt;Il y a plusieurs sites qui permettent de faire ça automatiquement, mais j&amp;#8217;aime bien faire les choses depuis mon terminal, voici donc une commande qui permet de faire ça simplement, en utilisant &lt;a href="https://imagemagick.org/"&gt;ImageMagick&lt;/a&gt;. Merci à &lt;a href="https://gist.github.com/azam/3b6995a29b9f079282f3"&gt;ce&amp;nbsp;gist&lt;/a&gt;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;convert&lt;span class="w"&gt; &lt;/span&gt;-density&lt;span class="w"&gt; &lt;/span&gt;256x256&lt;span class="w"&gt; &lt;/span&gt;-background&lt;span class="w"&gt; &lt;/span&gt;transparent&lt;span class="w"&gt; &lt;/span&gt;favicon.svg&lt;span class="w"&gt; &lt;/span&gt;-define&lt;span class="w"&gt; &lt;/span&gt;icon:auto-resize&lt;span class="w"&gt; &lt;/span&gt;-colors&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="m"&gt;256 …&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><pubDate>Wed, 13 Sep 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-09-13:/conversion-dun-fichier-svg-en-faviconico.html</guid><category>code</category></item><item><title>Découverte de nouveaux outils pour le développement: LLM, Helix et plus</title><link>https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html</link><description>
&lt;h2 id="llm"&gt;&lt;span class="caps"&gt;LLM&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://localai.io/model-compatibility/"&gt;LocalAI&lt;/a&gt; permet de faire tourner des modèles en local avec la même &lt;span class="caps"&gt;API&lt;/span&gt; &lt;span class="caps"&gt;HTTP&lt;/span&gt; que celle&amp;nbsp;d&amp;#8217;OpenAI&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/bofenghuang/vigogne"&gt;Le modèle Vigogne&lt;/a&gt; est un modèle entrainé (&lt;em&gt;fine-tuned&lt;/em&gt;) avec des données en Français. Notamment &lt;a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0"&gt;ce modèle&lt;/a&gt;qui prends &lt;span class="caps"&gt;LLAMA2&lt;/span&gt; en&amp;nbsp;entrée.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://python.langchain.com/docs/get_started/introduction.html"&gt;LangChain&lt;/a&gt; semble être un framework pour travailler avec les différents …&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 12 Sep 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-09-12:/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html</guid><category>code</category></item><item><title>Running the Gitlab CI locally</title><link>https://blog.notmyidea.org/running-the-gitlab-ci-locally.html</link><description>
&lt;p&gt;Sometimes, I need to change how the continuous integration is setup, and I find
myself pushing to a branch to test if my changes are working. Oftentimes, it
takes me multiple commits to find the correct configuration, which is…&amp;nbsp;suboptimal.&lt;/p&gt;
&lt;p&gt;I discovered today &lt;a href="https://github.com/firecow/gitlab-ci-local"&gt;Gitlab &lt;span class="caps"&gt;CI&lt;/span&gt;
local&lt;/a&gt; which makes it possible …&lt;/p&gt;</description><pubDate>Sat, 19 Aug 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-08-19:/running-the-gitlab-ci-locally.html</guid><category>code</category><category>gitlab</category><category>docker</category></item><item><title>ArchLinux et mise à jour du keyring</title><link>https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html</link><description>
&lt;p&gt;Pour les mises à jour Arch, j&amp;#8217;utilise &lt;a href="https://github.com/Jguer/yay"&gt;yay&lt;/a&gt;. Je
ne fais les mises à jour que de manière semi-régulière, et parfois après une
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou&amp;nbsp;manquantes.&lt;/p&gt;
&lt;p&gt;Avec une utilisation fréquente du système, aucun problème …&lt;/p&gt;</description><pubDate>Fri, 18 Aug 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-08-18:/archlinux-et-mise-a-jour-du-keyring.html</guid><category>code</category><category>arch-linux</category></item><item><title>Python packaging with Hatch, pipx and Zsh environment variables</title><link>https://blog.notmyidea.org/python-packaging-with-hatch-pipx-and-zsh-environment-variables.html</link><description>
&lt;p&gt;It&amp;#8217;s been a while I didn&amp;#8217;t packaged something new. I recently remembered an old
package of mine that needed some attention :
&lt;a href="https://gitlab.com/almet/debts"&gt;debts&lt;/a&gt;. It&amp;#8217;s now time to package it, so I
discovered &lt;a href="https://hatch.pypa.io/"&gt;hatch&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;hatch new&amp;nbsp;&amp;#8212;init&lt;/p&gt;
&lt;p&gt;This does the heavy-lifting for you, actually porting the &lt;code&gt;setup.py&lt;/code&gt; files …&lt;/p&gt;</description><pubDate>Thu, 17 Aug 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-08-17:/python-packaging-with-hatch-pipx-and-zsh-environment-variables.html</guid><category>code</category><category>python</category><category>packaging</category><category>zsh</category></item><item><title>Profiling and speeding up Django and Pytest</title><link>https://blog.notmyidea.org/profiling-and-speeding-up-django-and-pytest.html</link><description>
&lt;p&gt;&lt;a href="https://yaal.coop/"&gt;Éloi&lt;/a&gt; made &lt;a href="https://github.com/spiral-project/ihatemoney/issues/1214"&gt;a pull request on
IHateMoney&lt;/a&gt; to
speedup the tests, with some great tooling for pytest that I wasn&amp;#8217;t aware&amp;nbsp;of:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://pypi.org/project/pytest-xdist/"&gt;pytest-xdist&lt;/a&gt; allows to run tests in
parallel, using &lt;code&gt;-n auto&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pypi.org/project/pytest-profiling/"&gt;pytest-profiling&lt;/a&gt; makes it easy
to get the call stack and time the function calls that take most …&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Wed, 16 Aug 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-08-16:/profiling-and-speeding-up-django-and-pytest.html</guid><category>code</category><category>django</category><category>pytest</category></item><item><title>Méditer</title><link>https://blog.notmyidea.org/mediter.html</link><description>
&lt;p&gt;Au printemps et à l&amp;#8217;été dernier, j&amp;#8217;ai du traverser une période de vie assez turbulente, et je me suis mis à des séances quotidiennes de&amp;nbsp;méditation.&lt;/p&gt;
&lt;p&gt;Je navais jamais fait ça auparavant, et je dois avouer que je partais un peu sceptique. Traversant une période difficile, j …&lt;/p&gt;</description><pubDate>Sun, 23 Apr 2023 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-04-23:/mediter.html</guid><category>journal</category></item><item><title>Séparation travail et loisirs</title><link>https://blog.notmyidea.org/separation-travail-et-loisirs.html</link><description>&lt;blockquote&gt;
&lt;p&gt;Plus sérieusement, le boulot est le boulot et les loisirs sont aussi la liberté des salariés de faire strictement ce quils veulent de leur temps libre.
Les trucs «conviviaux» des boites «cool», cest un moyen très calculé de brouiller la perception travail/loisir et dinduire en fait …&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Sat, 25 Feb 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-02-25:/separation-travail-et-loisirs.html</guid><category>journal</category><category>Travail</category><category>Facilitation</category><category>Savoir-Être</category></item><item><title>Tolérance, empathie et limites</title><link>https://blog.notmyidea.org/tolerance-empathie-et-limites.html</link><description>&lt;p&gt;Suite à un message de Yannick sur mastodon, je me suis rendu compte que j&amp;#8217;avais une réaction que je ne comprennais pas. Son message&amp;nbsp;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Dans la voiture bar d&amp;#8217;un train Paris -&amp;gt; Quimper ;&lt;br&gt;
Ne pas entendre une blague du « barista » parce que je me suis écarté pour laisser passer …&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Fri, 24 Feb 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-02-24:/tolerance-empathie-et-limites.html</guid><category>journal</category><category>Limites</category><category>Savoir-Être</category></item><item><title>Souvenir du thé</title><link>https://blog.notmyidea.org/souvenir-du-the.html</link><description>&lt;p&gt;Le paysage file. Mon wagon, accroché à tous les autres me propulse dans l&amp;#8217;espace, avec calme et sérénité. Je&amp;nbsp;baille.&lt;/p&gt;
&lt;p&gt;De manière assez étrange, cette vitesse me semble ralentir le temps, créer un espace en lui même,&amp;nbsp;suspendu.&lt;/p&gt;
&lt;p&gt;En me perdant dans mes pensées, je saisis le magazine acheté …&lt;/p&gt;</description><pubDate>Sat, 28 Jan 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-01-28:/souvenir-du-the.html</guid><category>ecriture</category></item><item><title>Sapins</title><link>https://blog.notmyidea.org/sapins.html</link><description>&lt;p&gt;C&amp;#8217;est d&amp;#8217;abord son odeur qui m&amp;#8217;arrive aux narines, une effluve de résine, un côté fruité, presque épicé. Une puissance aromatique qui vient en plusieurs temps, d&amp;#8217;abord me chatouiller les narines, puis remplir mon espace olfactif jusqu&amp;#8217;à ce que je ne sentes plus rien d&amp;#8217;autre …&lt;/p&gt;</description><pubDate>Sun, 22 Jan 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-01-22:/sapins.html</guid><category>ecriture</category></item><item><title>LÉlan</title><link>https://blog.notmyidea.org/lelan.html</link><description>&lt;p&gt;Il est 16h et je me pose enfin. Dehors, le temps d&amp;#8217;une clope, seul. J&amp;#8217;aime bien ce que le soleil fait derrière ma nuque. Un massage presque. Je ne savais pas que j&amp;#8217;en avais&amp;nbsp;besoin.&lt;/p&gt;
&lt;p&gt;Petit à petit, un murmure — un mantra presque — fait sa place dans …&lt;/p&gt;</description><pubDate>Fri, 20 Jan 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-01-20:/lelan.html</guid><category>ecriture</category></item><item><title>Il nous restera ça</title><link>https://blog.notmyidea.org/il-nous-restera-ca.html</link><description>&lt;p&gt;Perdre pied. Vertige, écroulement et densité. Bruit, solidité, bloc. On s&amp;#8217;y&amp;nbsp;perdrait.&lt;/p&gt;
&lt;p&gt;Laisser la place, sauvage mais fragile. Une &lt;strong&gt;Île&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;La place, pour qu&amp;#8217;on s&amp;#8217;enlasse il en faut beaucoup. Sans sans lasser, de ça. Là, c&amp;#8217;est là, juste devant moi. Et de la place on en …&lt;/p&gt;</description><pubDate>Wed, 18 Jan 2023 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2023-01-18:/il-nous-restera-ca.html</guid><category>ecriture</category></item><item><title>Installation de Mosquitto, InfluxDB, Telegraf et Grafana</title><link>https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html</link><description>&lt;p&gt;Récemment, on a m&amp;#8217;a demandé un petit coup de main pour aider à l&amp;#8217;installation d&amp;#8217;une pile logicielle qui permet de stocker des données temporelles et en faire des&amp;nbsp;graphiques.&lt;/p&gt;
&lt;p&gt;Voici donc quelques notes prises durant l&amp;#8217;installation du système, concues pour que des personnes qui n&amp;#8217;y …&lt;/p&gt;</description><pubDate>Mon, 29 Aug 2022 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2022-08-29:/installation-de-mosquitto-influxdb-telegraf-et-grafana.html</guid><category>code</category><category>Administration Système</category></item><item><title>2022, lannée des concerts</title><link>https://blog.notmyidea.org/2022-lannee-des-concerts.html</link><description>
&lt;p&gt;Je n&amp;#8217;ai jamais autant été à des concerts de ma vie que ces derniers 6 mois ! La réouverture post-covid à coincidé avec le déménagement de la &lt;span class="caps"&gt;MJC&lt;/span&gt; L&amp;#8217;&lt;a href="https://antipode-rennes.fr/"&gt;Antipode&lt;/a&gt;, qui s&amp;#8217;est retrouvée très bien équipée pour accueillir les artistes… et le public&amp;nbsp;!&lt;/p&gt;
&lt;p&gt;Ça m&amp;#8217;avait vraiment manqué et …&lt;/p&gt;</description><pubDate>Thu, 18 Aug 2022 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2022-08-18:/2022-lannee-des-concerts.html</guid><category>Musique</category></item><item><title>Réveil difficile</title><link>https://blog.notmyidea.org/reveil-difficile.html</link><description>&lt;p&gt;La discussion avait été transcendante. Difficile, même : mes repères s&amp;#8217;estompaient, semblaient flous et d&amp;#8217;un seul coup, se refermer sur moi-même. Je réalisais que ma place était ailleurs. Pas ailleurs physiquement, mais ailleurs &lt;em&gt;mentalement&lt;/em&gt;. Je réalisais que les préceptes qui « dirigeaient » ma vie, de manière tellement certaine, tellement évidente …&lt;/p&gt;</description><pubDate>Mon, 30 May 2022 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2022-05-30:/reveil-difficile.html</guid><category>journal</category><category>Poésie</category></item><item><title>LÈre de la critique</title><link>https://blog.notmyidea.org/lere-de-la-critique.html</link><description>&lt;p&gt;Au détour d&amp;#8217;&lt;a href="https://tutut.delire.party/@almet/108257053355480866"&gt;une discussion sur mastodon&lt;/a&gt; je viens de retrouver ce bout de texte écrit mais jamais&amp;nbsp;publié.&lt;/p&gt;
&lt;p&gt;J&amp;#8217;y parle de ce que formuler des critiques me fait, de la hiérarchisation qui en découle, et de ce qu&amp;#8217;elle me fait à moi mais aussi aux&amp;nbsp;producteurs⋅ices …&lt;/p&gt;</description><pubDate>Sat, 07 May 2022 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2022-05-07:/lere-de-la-critique.html</guid><category>journal</category><category>Savoir-Être</category></item><item><title>Fatigue relationnelle</title><link>https://blog.notmyidea.org/fatigue-relationnelle.html</link><description>&lt;p&gt;Depuis peu, je me retrouve confronté à mon manque d&amp;#8217;envie d&amp;#8217;être avec d&amp;#8217;autres personnes. Comme si mon quota dinteractions sociales était plus rapidement atteint qu&amp;#8217;il y a quelques&amp;nbsp;années.&lt;/p&gt;
&lt;p&gt;Je ne sais pas exactement d&amp;#8217;où cela vient : si c&amp;#8217;est un des nombreux effets …&lt;/p&gt;</description><pubDate>Fri, 06 May 2022 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2022-05-06:/fatigue-relationnelle.html</guid><category>journal</category><category>Coopération</category><category>Savoir-Être</category><category>Fatigue</category><category>Conflit</category></item><item><title>Conflit</title><link>https://blog.notmyidea.org/conflit.html</link><description>&lt;p&gt;J&amp;#8217;ai pensé durant de nombreuses années que je savais gérer le conflit, alors que c&amp;#8217;était en fait&amp;nbsp;impensé.&lt;/p&gt;
&lt;p&gt;Ne pas être en conflit signifie parfois s&amp;#8217;adapter aux autres, parfois ne pas (assez) s&amp;#8217;écouter, et ne pas se faire&amp;nbsp;entendre. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Alors que je pensais gérer le conflit …&lt;/strong&gt;&lt;/p&gt;</description><pubDate>Thu, 11 Nov 2021 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2021-11-11:/conflit.html</guid><category>journal</category><category>Savoir-Être</category><category>Coopération</category><category>Conflit</category></item><item><title>Coopération et travail</title><link>https://blog.notmyidea.org/cooperation-et-travail.html</link><description>&lt;p&gt;Je parle souvent de coopération, que j&amp;#8217;imagine comme « un fonctionnement collectif, dans lequel chacun⋅e y trouve son compte&amp;nbsp;».&lt;/p&gt;
&lt;p&gt;Or je me rends aujourd&amp;#8217;hui compte que cette définition mets de côté les interactions entre les concerné⋅es, et (surtout) leurs&amp;nbsp;modalités.&lt;/p&gt;
&lt;p&gt;Autrement dit : la coopération ne devrait pas …&lt;/p&gt;</description><pubDate>Mon, 01 Nov 2021 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2021-11-01:/cooperation-et-travail.html</guid><category>journal</category><category>Coopération</category><category>Travail</category></item><item><title>Rentrée</title><link>https://blog.notmyidea.org/rentree.html</link><description>
&lt;p&gt;Trois semaines de vacances m&amp;#8217;ont fait le plus grand bien. Je suis toujours autant étonné par ma capacité à repousser mes limites quand je suis la tête dans le guidon, ce qui était le cas fin&amp;nbsp;Juillet.&lt;/p&gt;
&lt;p&gt;J&amp;#8217;ai mis quasiment une semaine à retrouver un rythme « naturel » et …&lt;/p&gt;</description><pubDate>Mon, 13 Sep 2021 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2021-09-13:/rentree.html</guid><category>journal</category></item><item><title>Faire de la musique sous Linux</title><link>https://blog.notmyidea.org/faire-de-la-musique-sous-linux.html</link><description>
&lt;p&gt;&lt;em&gt;Update du 07/08 : ajout des infos sur le noyau temps&amp;nbsp;réel&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Faire de la musique electronique à été pour moi l&amp;#8217;occasion de réinstaller Windows pour pouvoir utiliser &lt;a href="https://www.ableton.com/en/live/"&gt;Ableton Live&lt;/a&gt;, un des logiciels les plus utilisés dans le domaine. J&amp;#8217;étais content de passer du temps à faire de …&lt;/p&gt;</description><pubDate>Wed, 04 Aug 2021 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2021-08-04:/faire-de-la-musique-sous-linux.html</guid><category>journal</category></item><item><title>Vaccination et risques</title><link>https://blog.notmyidea.org/vaccination-et-risques.html</link><description>&lt;p&gt;Je m&amp;#8217;intéresse un peu tardivement a la question des différents vaccins, pour pouvoir mieux comprendre comment ceux cis fonctionnent et quels sont les risques&amp;nbsp;liés.&lt;/p&gt;
&lt;p&gt;Cette réflexion n&amp;#8217;est en aucun cas pro- ou anti- vaccin, mais cherche simplement à essayer de comprendre et faire un petit tour d …&lt;/p&gt;</description><pubDate>Sat, 08 May 2021 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2021-05-08:/vaccination-et-risques.html</guid><category>journal</category><category>Santé</category><category>Vaccination</category><category>Covid</category></item><item><title>Facebook, compétition, éthique et marketing.</title><link>https://blog.notmyidea.org/facebook-competition-ethique-et-marketing.html</link><description>
&lt;p&gt;En créant la &lt;a href="https://www.vieuxsinge.com"&gt;brasserie du Vieux Singe&lt;/a&gt;, le fait de créer une &lt;em&gt;page facebook&lt;/em&gt; s&amp;#8217;est posé comme une évidence. Il s&amp;#8217;agit de l&amp;#8217;outil &lt;em&gt;de facto&lt;/em&gt; pour communiquer avec son « audience&amp;nbsp;».&lt;/p&gt;
&lt;p&gt;J&amp;#8217;ai donc créé une page pour notre nouvelle entreprise, et au fur et à mesure je …&lt;/p&gt;</description><pubDate>Tue, 26 Jan 2021 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2021-01-26:/facebook-competition-ethique-et-marketing.html</guid><category>journal</category></item><item><title>Routine</title><link>https://blog.notmyidea.org/routine.html</link><description>
&lt;blockquote&gt;
&lt;p&gt;Si vous pensez que l&amp;#8217;aventure est dangereuse, je vous propose d&amp;#8217;essayer la routine&amp;#8230;. Elle est mortelle&amp;nbsp;!&lt;/p&gt;
&lt;p&gt;— Paulo&amp;nbsp;Coelho&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;J&amp;#8217;ai toujours attaché une connotation négative à la&amp;nbsp;routine.&lt;/p&gt;
&lt;p&gt;La routine, c&amp;#8217;est l&amp;#8217;ennui ; c&amp;#8217;est la peur de reproduire toujours la même chose ; de me retrouver bloqué …&lt;/p&gt;</description><pubDate>Mon, 25 Jan 2021 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2021-01-25:/routine.html</guid><category>journal</category></item><item><title>Reconnexion ?</title><link>https://blog.notmyidea.org/reconnexion.html</link><description>
&lt;p&gt;Cela fait un an que &lt;a href="https://blog.notmyidea.org/break-technologique.html"&gt;j&amp;#8217;ai décidé de me déconnecter&lt;/a&gt; pour laisser plus de place à d&amp;#8217;autres&amp;nbsp;projets.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Me détacher de la maintenance de ihatemoney ;
Supprimer la plupart des applications sur mes téléphones (pro et perso)
Éteindre mon serveur personnel ;
Ne plus ramener mon téléphone pro à la …&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Fri, 15 Jan 2021 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2021-01-15:/reconnexion.html</guid><category>journal</category></item><item><title>Forum ouvert, animation et posture</title><link>https://blog.notmyidea.org/forum-ouvert-animation-et-posture.html</link><description>&lt;p&gt;Début Février j&amp;#8217;ai participé à un Forum Ouvert. Il s&amp;#8217;agit de la troisième fois, et cette fois ci j&amp;#8217;étais particulièrement attentif aux procédés mis en place pour sa tenue, puisque je faisais partie de l&amp;#8217;équipe&amp;nbsp;d&amp;#8217;organisation.&lt;/p&gt;
&lt;h2 id="un-forum-ouvert"&gt;Un forum ouvert&amp;nbsp;?&lt;/h2&gt;
&lt;p&gt;Les forums ouverts sont des outils …&lt;/p&gt;</description><pubDate>Fri, 06 Mar 2020 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2020-03-06:/forum-ouvert-animation-et-posture.html</guid><category>journal</category></item><item><title>Artfevre 2020 - Défi artistique en février</title><link>https://blog.notmyidea.org/artfevre-2020-defi-artistique-en-fevrier.html</link><description>&lt;p&gt;En Février, il y a 29 Jours, et avec un ami on s&amp;#8217;est dit qu&amp;#8217;on aimerait bien utiliser chacun d&amp;#8217;entre eux pour créer — de manière intensive et sans jugement — hors de notre zone de confort, et avec des contraintes&amp;nbsp;imposées.&lt;/p&gt;
&lt;p&gt;L&amp;#8217;idée, c&amp;#8217;est qu&amp;#8217;à la …&lt;/p&gt;</description><pubDate>Sun, 01 Mar 2020 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2020-03-01:/artfevre-2020-defi-artistique-en-fevrier.html</guid><category>journal</category></item><item><title>Le piège du développement personnel</title><link>https://blog.notmyidea.org/le-piege-du-developpement-personnel.html</link><description>&lt;p&gt;Ces derniers temps, je me suis retrouvé à questionner mon rapport a la pratique du développement personnel. À quel point le celui ci, et la « psychologie positive » peuvent-elles jouer un rôle de « cache misère » vis à vis des différentes formes d&amp;#8217;oppression et de domination à l&amp;#8217;œuvre dans notre …&lt;/p&gt;</description><pubDate>Tue, 21 Jan 2020 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2020-01-21:/le-piege-du-developpement-personnel.html</guid><category>journal</category></item><item><title>Packager du python pour Debian</title><link>https://blog.notmyidea.org/packager-du-python-pour-debian.html</link><description>
&lt;p&gt;Aujourd&amp;#8217;hui j&amp;#8217;ai fais un peu de packaging pour la distribution Linux Debian, avec l&amp;#8217;aide d&amp;#8217;un ami. C&amp;#8217;était assez agréable de pouvoir me faire aider dans cet objectif : j&amp;#8217;avais déjà tenté l&amp;#8217;expérience en solo par le passé, et m&amp;#8217;étais cassé les dents sur …&lt;/p&gt;</description><pubDate>Tue, 14 Jan 2020 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2020-01-14:/packager-du-python-pour-debian.html</guid><category>notes</category></item><item><title>Prendre le temps</title><link>https://blog.notmyidea.org/prendre-le-temps.html</link><description>&lt;h2 id="prendre-le-temps"&gt;Prendre le&amp;nbsp;temps&lt;/h2&gt;
&lt;p&gt;Jusqu&amp;#8217;ici, j&amp;#8217;ai souvent eu l&amp;#8217;impression que le temps s&amp;#8217;écoulait sans que je puisse avoir de prise&amp;nbsp;dessus.&lt;/p&gt;
&lt;p&gt;Depuis peu, je me rends compte que j&amp;#8217;ai l&amp;#8217;opportunité de « visiter » ce flux, de — quelque part — « naviguer » en son sein, et que ce faisant …&lt;/p&gt;</description><pubDate>Tue, 14 Jan 2020 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2020-01-14:/prendre-le-temps.html</guid><category>journal</category></item><item><title>Limites horaires</title><link>https://blog.notmyidea.org/limites-horaires.html</link><description>
&lt;p&gt;Depuis que j&amp;#8217;ai décidé de faire un break technologique, je ne m&amp;#8217;en sors pas si mal. Parmi les mesures que j&amp;#8217;avais envie de prendre, était le fait de limiter le temps d&amp;#8217;utilisation de mon ordinateur&amp;nbsp;personnel.&lt;/p&gt;
&lt;p&gt;J&amp;#8217;utilise le logiciel &lt;a href="https://launchpad.net/timekpr-next"&gt;timekpr-next&lt;/a&gt; qui me permet de définir …&lt;/p&gt;</description><pubDate>Sat, 04 Jan 2020 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2020-01-04:/limites-horaires.html</guid><category>journal</category></item><item><title>Prendre soin</title><link>https://blog.notmyidea.org/prendre-soin.html</link><description>
&lt;p&gt;&lt;em&gt;De moi, et de ma relation aux&amp;nbsp;autres.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;C&amp;#8217;est peut-être l&amp;#8217;effet des deux semaines de vacances : je me retrouve à prendre plus soin de mes relations aux autres humain⋅e⋅s, à avoir plus d&amp;#8217;empathie, et j&amp;#8217;ai l&amp;#8217;impression de tisser des liens plus forts avec …&lt;/p&gt;</description><pubDate>Sat, 04 Jan 2020 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2020-01-04:/prendre-soin.html</guid><category>journal</category></item><item><title>Remettre les choses à plus tard</title><link>https://blog.notmyidea.org/remettre-les-choses-a-plus-tard.html</link><description>
&lt;p&gt;Une autre astuce qui me permet de retrouver du temps, c&amp;#8217;est de remettre certaines choses à plus tard. Certain⋅ne⋅s diraient que c&amp;#8217;est de la procrastination, mais je demande par exemple aux personnes de passer par les canaux qui me permettent de mieux compartimenter les&amp;nbsp;choses.&lt;/p&gt;
&lt;p&gt;Par …&lt;/p&gt;</description><pubDate>Sat, 04 Jan 2020 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2020-01-04:/remettre-les-choses-a-plus-tard.html</guid><category>journal</category></item><item><title>Break technologique</title><link>https://blog.notmyidea.org/break-technologique.html</link><description>&lt;p&gt;Comme je le soulignais il y a quelques jours dans ce journal de bord, je suis « drogué aux écrans ». Au point que je passe parfois ma journée entière sans en décrocher, en passant de l&amp;#8217;un à&amp;nbsp;l&amp;#8217;autre.&lt;/p&gt;
&lt;h2 id="les-problemes"&gt;Les&amp;nbsp;problèmes&lt;/h2&gt;
&lt;p&gt;En fait, en analysant un peu plus la situation …&lt;/p&gt;</description><pubDate>Sat, 14 Dec 2019 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-12-14:/break-technologique.html</guid><category>journal</category></item><item><title>Assurance chômage</title><link>https://blog.notmyidea.org/assurance-chomage.html</link><description>
&lt;p&gt;Depuis une génération, les durées et les montants d&amp;#8217;indemnisation ont régulièrement diminué en France, par étapes successives, ce qui fait que bon nombre de salariés n&amp;#8217;ont pas conscience qu&amp;#8217;il ne seront indemnisés à 57 % de leur ex-salaire en cas de chômage, et pour seulement deux ans, alors …&lt;/p&gt;</description><pubDate>Fri, 13 Dec 2019 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-12-13:/assurance-chomage.html</guid><category>notes</category></item><item><title>Prix libre et conscient &amp; culpabilisation</title><link>https://blog.notmyidea.org/prix-libre-et-conscient.html</link><description>&lt;p&gt;J&amp;#8217;avais envie de réagir suite à la lecture d&amp;#8217;une &lt;a href="https://oncletom.io/2019/12/10/exemple-prix-libre-conscient/"&gt;note dans le journal de Thomas&lt;/a&gt; qui parle de « prix libre &lt;em&gt;et&lt;/em&gt; conscient&amp;nbsp;».&lt;/p&gt;
&lt;p&gt;Derrière le prix libre, je vois le fait que chacun⋅e paye ce qu&amp;#8217;il ou elle veut, et ce qu&amp;#8217;il ou elle peut. J …&lt;/p&gt;</description><pubDate>Wed, 11 Dec 2019 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-12-11:/prix-libre-et-conscient.html</guid><category>journal</category></item><item><title>Écran et dépendances</title><link>https://blog.notmyidea.org/ecran-et-dependances.html</link><description>
&lt;p&gt;Je réalise aujourd&amp;#8217;hui à quel point ma vie est faite d&amp;#8217;une multitude d&amp;#8217;écrans, et à quel point le temps passe vite quand j&amp;#8217;en &lt;em&gt;consomme&lt;/em&gt; (j&amp;#8217;utilise volontairement ce terme de &lt;em&gt;consommer&lt;/em&gt;, tant j&amp;#8217;ai le sentiment que c&amp;#8217;est un bien de&amp;nbsp;consommation).&lt;/p&gt;
&lt;p&gt;Il y a …&lt;/p&gt;</description><pubDate>Mon, 09 Dec 2019 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-12-09:/ecran-et-dependances.html</guid><category>journal</category></item><item><title>Groupe de paroles hommes</title><link>https://blog.notmyidea.org/groupe-de-paroles-hommes.html</link><description>
&lt;p&gt;&lt;em&gt;Questionner la non-mixité&amp;nbsp;hommes&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Il y a maintenant peut-être six mois, à l&amp;#8217;appel d&amp;#8217;un ami, je me suis mis à participer à un « groupe de parole » d&amp;#8217;hommes. L&amp;#8217;idée m&amp;#8217;est d&amp;#8217;abord apparue comme intéressante pour pouvoir discuter de certaines problématiques &lt;em&gt;entre hommes&lt;/em&gt; , entre autres des …&lt;/p&gt;</description><pubDate>Sat, 23 Nov 2019 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-11-23:/groupe-de-paroles-hommes.html</guid><category>journal</category></item><item><title>Ignorance et vertu</title><link>https://blog.notmyidea.org/ignorance-et-vertu.html</link><description>
&lt;blockquote&gt;
&lt;p&gt;Rester dans une position de &lt;em&gt;sachant&lt;/em&gt; semble me pousser à des comportements de fermeture&amp;nbsp;d&amp;#8217;esprit.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Reconnaître mon ignorance me permet de découvrir de laisser mes interlocut⋅eurs⋅rices m&amp;#8217;expliquer de manière claire ce que je ne connais pas encore, là où laisser penser que je connais ne m …&lt;/p&gt;</description><pubDate>Sat, 23 Nov 2019 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-11-23:/ignorance-et-vertu.html</guid><category>journal</category></item><item><title>Fatigue et compétition</title><link>https://blog.notmyidea.org/fatigue-et-competition.html</link><description>
&lt;p&gt;Je me rends compte que la compétition est présente, dans plusieurs sphères de ma vie, et qu&amp;#8217;il s&amp;#8217;agit d&amp;#8217;une des choses qui me fait me sentir parfois en déséquilibre, voire qui me fait réagir d&amp;#8217;une manière qui me semble&amp;nbsp;étrangère.&lt;/p&gt;
&lt;p&gt;Quand je rencontre ce mode de …&lt;/p&gt;</description><pubDate>Sun, 17 Nov 2019 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-11-17:/fatigue-et-competition.html</guid><category>journal</category></item><item><title>Francis Dupuis Déri, Démocratie.</title><link>https://blog.notmyidea.org/francis-dupuis-deri-democratie.html</link><description>
&lt;p&gt;&lt;em&gt;Ces notes sont extraites de deux ressources : une discussion autour de la notion de « Démocratie », organisé par la Fédération Anarchiste de Rennes, avec comme invité Françis Dupuis-Déri, et &lt;a href="https://www.thinkerview.com/francis-dupuis-deri-democratie-marketing-politique-pour-les-pauvre"&gt;une vidéo sur Thinkerview&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Le discours dominant indique que, à Athènes, les fonctions sont tirées au sort. Les fonctions ont peu de …&lt;/p&gt;</description><pubDate>Fri, 15 Nov 2019 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-11-15:/francis-dupuis-deri-democratie.html</guid><category>notes</category></item><item><title>Musique, création et partage</title><link>https://blog.notmyidea.org/musique-creation-et-partage.html</link><description>
&lt;p&gt;J&amp;#8217;arrive à trouver du temps libre pour faire de la musique. Après quasiment deux ans à jouer seul, je me remets à faire de la musique avec un ami, et j&amp;#8217;y (re)trouve un grand&amp;nbsp;plaisir.&lt;/p&gt;
&lt;p&gt;Composer, proposer, écouter, échanger, faire évoluer des sons et des idées se …&lt;/p&gt;</description><pubDate>Thu, 14 Nov 2019 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-11-14:/musique-creation-et-partage.html</guid><category>journal</category></item><item><title>Élitisme et apprentissage</title><link>https://blog.notmyidea.org/elitisme-et-apprentissage.html</link><description>
&lt;p&gt;Au fur et à mesure de mes apprentissages, il y a quelque chose que j&amp;#8217;ai du mal à déconstruire: le mythe du meilleur. Moi qui pense qu&amp;#8217;ensemble on va plus loin, et que la compétition n&amp;#8217;a pas de bons jours devant elle, je me retrouve parfois dans …&lt;/p&gt;</description><pubDate>Fri, 01 Nov 2019 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-11-01:/elitisme-et-apprentissage.html</guid><category>journal</category></item><item><title>Travail, passion et limites.</title><link>https://blog.notmyidea.org/travail-passion-et-limites.html</link><description>
&lt;p&gt;Je discutais avec des ami⋅e⋅s brasseurs, cavistes et barmaid du rapport que chacun⋅e entretient avec le travail, et je me suis étonné de voir que notre rapport soit aussi&amp;nbsp;différent.&lt;/p&gt;
&lt;p&gt;Notamment, ce que j&amp;#8217;estime de prime abord comme un &lt;em&gt;travail acharné&lt;/em&gt; peut également être analysé sous …&lt;/p&gt;</description><pubDate>Fri, 25 Oct 2019 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-10-25:/travail-passion-et-limites.html</guid><category>journal</category></item><item><title>Ours</title><link>https://blog.notmyidea.org/ours.html</link><description>&lt;p&gt;J&amp;#8217;ai de plus en plus de mal à garder mon calme dans les situations ou je
rencontres des humains qui ont des comportements que je trouve déplacés. Je me demande à quel point le fait d&amp;#8217;être maintenant un commerçant impacte ma
capacité relationnelle&amp;nbsp;générale.&lt;/p&gt;
&lt;p&gt;De manière plus large …&lt;/p&gt;</description><pubDate>Wed, 03 Jul 2019 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-07-03:/ours.html</guid><category>journal</category></item><item><title>Vélo</title><link>https://blog.notmyidea.org/velo.html</link><description>&lt;p&gt;Depuis quelques semaines j&amp;#8217;ai décidé d&amp;#8217;utiliser le vélo pour aller au boulot. Pas forcement tous les jours, mais dès que les conditions le permettent je n&amp;#8217;hésite&amp;nbsp;pas.&lt;/p&gt;
&lt;p&gt;C&amp;#8217;est un vrai plaisir de se déplacer en deux roues, en quasiment silence. Le trajet mets pas loin de …&lt;/p&gt;</description><pubDate>Thu, 27 Jun 2019 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-06-27:/velo.html</guid><category>journal</category></item><item><title>Un espace des communs Rennais ?</title><link>https://blog.notmyidea.org/un-espace-des-communs-rennais.html</link><description>&lt;p&gt;&lt;em&gt;Ce document se veut surtout être quelques notes, et donc revêt un caractère « fouilli » paaaarfaitement assumé. Dailleurs, ce n&amp;#8217;est que ce que j&amp;#8217;ai bien voulu retenir.&amp;nbsp;Voilà.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Je ressors d&amp;#8217;une discussion avec quelques complices autour de deux idées :
1. Avoir un espace pour fédérer différentes personnes …&lt;/p&gt;</description><pubDate>Wed, 26 Jun 2019 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-06-26:/un-espace-des-communs-rennais.html</guid><category>journal</category></item><item><title>Brasserie - petit bilan, après un an dexistence</title><link>https://blog.notmyidea.org/un-an.html</link><description>&lt;h1 id="la-brasserie-du-vieux-singe-a-un-an"&gt;La brasserie du Vieux Singe a un an&amp;nbsp;!&lt;/h1&gt;
&lt;p&gt;On a l&amp;#8217;impression que c&amp;#8217;était hier tellement le temps passe vite, mais ça fait un an que notre brasserie existe&amp;nbsp;!&lt;/p&gt;
&lt;p&gt;Alors on lève un peu la tête du guidon question de voir ce qu&amp;#8217;on a accompli durant cette première …&lt;/p&gt;</description><pubDate>Tue, 21 May 2019 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2019-05-21:/un-an.html</guid><category>journal</category></item><item><title>De Mozilla à la Brasserie du Vieux Singe</title><link>https://blog.notmyidea.org/de-mozilla-a-la-brasserie-du-vieux-singe.html</link><description>&lt;p&gt;&lt;em&gt;Ce weekend avait lieu &lt;a href="https://sudweb.fr/2018/"&gt;SudWeb&lt;/a&gt; « la conférence Web surtout humaine », ou on m&amp;#8217;a proposé de venir parler de ma reconversion professionnelle, ou comment un passionné de Logiciels Libres choisit de créer une petite brasserie&amp;nbsp;artisanale.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Certaines parties de ce que je voulais transmettre sont passées à la trappe, alors …&lt;/em&gt;&lt;/p&gt;</description><pubDate>Sun, 27 May 2018 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2018-05-27:/de-mozilla-a-la-brasserie-du-vieux-singe.html</guid><category>journal</category></item><item><title>Groupement dachats &amp; partage dexpérience</title><link>https://blog.notmyidea.org/groupement-dachats-partage-dexperience.html</link><description>&lt;p&gt;Il y a quelques années, on s&amp;#8217;est motivé entre copains copines pour créer un groupement&amp;nbsp;d&amp;#8217;achat.&lt;/p&gt;
&lt;p&gt;L&amp;#8217;idée est&amp;nbsp;simple:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;commander en gros, pour faire baisser les&amp;nbsp;prix&lt;/li&gt;
&lt;li&gt;se passer d&amp;#8217;intermédiaires et favoriser les circuits&amp;nbsp;courts&lt;/li&gt;
&lt;li&gt;aller à la rencontre des producteurs locaux et&amp;nbsp;échanger&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Notre groupement …&lt;/p&gt;</description><pubDate>Sat, 03 Mar 2018 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2018-03-03:/groupement-dachats-partage-dexperience.html</guid><category>code</category></item><item><title>Webnotes</title><link>https://blog.notmyidea.org/webnotes.html</link><description>&lt;p&gt;Quand je navigue en ligne, j&amp;#8217;aime bien prendre des notes sur ce que je lis. C&amp;#8217;est utile pour les retrouver plus tard. Il existe quelques outils pour ce genre de cas, mais j&amp;#8217;ai vraiment eu du mal à trouver un outil qui faisais ce que je voulais …&lt;/p&gt;</description><pubDate>Sun, 25 Feb 2018 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2018-02-25:/webnotes.html</guid><category>code</category></item><item><title>Faire moins</title><link>https://blog.notmyidea.org/faire-moins.html</link><description>&lt;p&gt;L&amp;#8217;an dernier, j&amp;#8217;ai décidé de faire moins de choses, ou plus exactement d&amp;#8217;arrêter de faire de nouvelles choses. Choix assez difficile: j&amp;#8217;aime découvrir de nouvelles pratiques, échanger sur des sujets que je connais pas, et surtout je crois que découvrir de nouvelles pratiques (sans nécessairement creuser …&lt;/p&gt;</description><pubDate>Thu, 25 Jan 2018 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2018-01-25:/faire-moins.html</guid><category>journal</category></item><item><title>NEIPA #3</title><link>https://blog.notmyidea.org/neipa-3.html</link><description>&lt;p&gt;&lt;em&gt;Voici quelques prises durant un de mes brassins. L&amp;#8217;idée est de pouvoir les relire et m&amp;#8217;améliorer au fur et à&amp;nbsp;mesure.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Test autour d&amp;#8217;une New England Pale Ale; Cette fois ci avec du Mosaic et du Citra, durant une collab&amp;#8217; avec&amp;nbsp;Heiko.&lt;/p&gt;
&lt;h1 id="objectifs"&gt;Objectifs:&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Brasser une nouvelle &lt;span class="caps"&gt;NEIPA …&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 29 Dec 2017 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2017-12-29:/neipa-3.html</guid><category>notes</category></item><item><title>NEIPA #2</title><link>https://blog.notmyidea.org/neipa-2.html</link><description>&lt;p&gt;&lt;em&gt;Voici quelques prises durant un de mes brassins. L&amp;#8217;idée est de pouvoir les relire et m&amp;#8217;améliorer au fur et à&amp;nbsp;mesure.&lt;/em&gt;&lt;/p&gt;
&lt;h1 id="objectifs"&gt;Objectifs&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Corriger les erreurs du précédent&amp;nbsp;brassin.&lt;/li&gt;
&lt;li&gt;Éviter les soucis de&amp;nbsp;filtration&lt;/li&gt;
&lt;li&gt;Mieux corriger le&amp;nbsp;pH&lt;/li&gt;
&lt;li&gt;Faire un whirlpool digne de ce nom / avoir moins de trub …&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Mon, 18 Dec 2017 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2017-12-18:/neipa-2.html</guid><category>notes</category></item><item><title>Larrivée du trouble (ou comment faire des NEIPA ?)</title><link>https://blog.notmyidea.org/larrivee-du-trouble-ou-comment-faire-des-neipa.html</link><description>&lt;p&gt;&lt;strong&gt;Ceci est une traduction d&amp;#8217;un article paru dans le magazine « Brew Your Own » en Octobre 2016, écrit par Dave&amp;nbsp;Green&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;C&amp;#8217;est la saison des élections aux états unis et la bataille entre les partis politiques semble être plus controversée que d&amp;#8217;habitude. Coincidemment, les buveurs de bières « Craft …&lt;/p&gt;</description><pubDate>Tue, 17 Oct 2017 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2017-10-17:/larrivee-du-trouble-ou-comment-faire-des-neipa.html</guid><category>notes</category></item><item><title>Un club des brasseurs amateurs Rennais</title><link>https://blog.notmyidea.org/un-club-des-brasseurs-amateurs-rennais.html</link><description>&lt;p&gt;En Mars dernier, suite à quelques discussions entre brasseurs amateurs, on à décidé de monter &lt;a href="https://framalistes.org/sympa/subscribe/brassam-rennes"&gt;une liste de diffusion&lt;/a&gt; pour faciliter les échanges autour du brassage amateur sur Rennes et ses&amp;nbsp;alentours.&lt;/p&gt;
&lt;p&gt;Un peu plus tard, &lt;a href="https://www.facebook.com/groups/899071153568179/"&gt;un groupe Facebook&lt;/a&gt; est venu s&amp;#8217;ajouter, et c&amp;#8217;est vrai qu&amp;#8217;on sent …&lt;/p&gt;</description><pubDate>Fri, 06 Oct 2017 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2017-10-06:/un-club-des-brasseurs-amateurs-rennais.html</guid><category>journal</category></item><item><title>Brasserie du Vieux Singe — Installation en cours.</title><link>https://blog.notmyidea.org/brasserie-du-vieux-singe-installation-en-cours.html</link><description>&lt;p&gt;Ça fait maintenant quelques mois que j&amp;#8217;ai décidé de &lt;a href="https://www.vieuxsinge.com"&gt;changer de métier&lt;/a&gt;. Choix à la fois difficile et excitant. Une rupture qui laisse place à quelques étoiles dans les yeux. Enfin, je retrouve l&amp;#8217;envie de créer, et je renoue avec mes rêves, ceux-la mêmes que je croyaient trop …&lt;/p&gt;</description><pubDate>Mon, 26 Jun 2017 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2017-06-26:/brasserie-du-vieux-singe-installation-en-cours.html</guid><category>journal</category></item><item><title>Comment est-ce que vous générez vos formulaires ?</title><link>https://blog.notmyidea.org/comment-est-ce-que-vous-generez-vos-formulaires.html</link><description>&lt;p&gt;&lt;span class="caps"&gt;TL&lt;/span&gt;; &lt;span class="caps"&gt;DR&lt;/span&gt;: Je viens à peine de &lt;em&gt;releaser&lt;/em&gt; la première version d&amp;#8217;un service de génération de formulaires.
Allez jeter un coup d&amp;#8217;œil sur &lt;a href="https://www.fourmilieres.net"&gt;https://www.fourmilieres.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;En février 2012, je parlais ici &lt;a href="https://blog.notmyidea.org/carto-forms.html"&gt;d&amp;#8217;un service de génération de formulaires&lt;/a&gt;.
Depuis, pas mal d&amp;#8217;eau à coulé sous …&lt;/em&gt;&lt;/p&gt;</description><pubDate>Tue, 31 May 2016 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2016-05-31:/comment-est-ce-que-vous-generez-vos-formulaires.html</guid><category>code</category></item><item><title>Cloisonnement des activités ?</title><link>https://blog.notmyidea.org/cloisonnement-des-activites.html</link><description>&lt;p&gt;Je vous écris depuis un train, en rentrant de Bordeaux où j&amp;#8217;ai passé quelques
jours à l&amp;#8217;occasion de &lt;a href="http://sudweb.fr/"&gt;SudWeb&lt;/a&gt;. Si vous ne connaissez pas
cette conférence, il s&amp;#8217;agit d&amp;#8217;un moment avec des gens chouettes qui se posent
des questions sur leur metier, comment le vivre et …&lt;/p&gt;</description><pubDate>Wed, 25 May 2016 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2016-05-25:/cloisonnement-des-activites.html</guid><category>journal</category></item><item><title>Avez vous confiance en SSL?</title><link>https://blog.notmyidea.org/avez-vous-confiance-en-ssl.html</link><description>&lt;p&gt;Dans le cadre &lt;a href="http://autodefense-numerique.readthedocs.org/en/latest/"&gt;des ateliers d&amp;#8217;autodéfense numérique&lt;/a&gt;,
j&amp;#8217;ai passé un peu de temps à creuser sur l&amp;#8217;utilisation de &lt;span class="caps"&gt;SSL&lt;/span&gt; puisque
contrairement à ce que la plupart des personnes ont encore tendance à croire,
le petit cadenas (qui prouve qu&amp;#8217;une connexion &lt;span class="caps"&gt;SSL&lt;/span&gt; est en cours) n&amp;#8217;est …&lt;/p&gt;</description><pubDate>Fri, 25 Mar 2016 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2016-03-25:/avez-vous-confiance-en-ssl.html</guid><category>code</category></item><item><title>Focusing on what matters</title><link>https://blog.notmyidea.org/focusing-on-what-matters.html</link><description>&lt;p&gt;I do have a problem with&amp;nbsp;information.&lt;/p&gt;
&lt;p&gt;You know. I &lt;strong&gt;have&lt;/strong&gt; to check my emails, irc, twitter, my feed reader
etc. I need&amp;nbsp;to.&lt;/p&gt;
&lt;p&gt;And this thing makes me feel uncomfortable at the end of the day,
because I feel that I missed something. That I missed some good time …&lt;/p&gt;</description><pubDate>Thu, 17 Mar 2016 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2016-03-17:/focusing-on-what-matters.html</guid><category>journal</category></item><item><title>Retours sur un atelier ZeroNet</title><link>https://blog.notmyidea.org/retours-sur-un-atelier-zeronet.html</link><description>&lt;p&gt;Mardi dernier se tenait &lt;a href="http://biblio.insa-rennes.fr/crypto"&gt;une &lt;em&gt;cryptoparty&lt;/em&gt;&lt;/a&gt; dans les locaux de l&amp;#8217;&lt;span class="caps"&gt;INSA&lt;/span&gt; de&amp;nbsp;Rennes.&lt;/p&gt;
&lt;p&gt;L&amp;#8217;évènement s&amp;#8217;étant rempli au delà de toutes les espérances, on m&amp;#8217;a proposé de
venir y tenir un atelier, que j&amp;#8217;ai proposé sur &lt;a href="https://zeronet.io"&gt;ZeroNet&lt;/a&gt;, un
petit projet fort sympathique qui pourrait devenir une …&lt;/p&gt;</description><pubDate>Thu, 17 Mar 2016 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2016-03-17:/retours-sur-un-atelier-zeronet.html</guid><category>code</category></item><item><title>Lhorizon</title><link>https://blog.notmyidea.org/lhorizon.html</link><description>&lt;p&gt;headline : Temps de changer d&amp;#8217;horizon. Mon départ de Mozilla et le début d&amp;#8217;une nouvelle histoire.
image :&amp;nbsp;images/horizon.jpg&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;L&amp;#8217;Utopie, c&amp;#8217;est l&amp;#8217;horizon. C&amp;#8217;est ce qui permet d&amp;#8217;avoir une direction,
de mettre un pied devant l&amp;#8217;autre, de savoir vers où&amp;nbsp;marcher.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Il y …&lt;/p&gt;</description><pubDate>Wed, 02 Mar 2016 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2016-03-02:/lhorizon.html</guid><category>journal</category></item><item><title>Service de nuages : Garantir lintégrité des données via des signatures</title><link>https://blog.notmyidea.org/service-de-nuages-garantir-lintegrite-des-donnees-via-des-signatures-fr.html</link><description>&lt;p class="first last"&gt;Comment garantir l&amp;#8217;intégrité des données en utilisant les&amp;nbsp;signatures.&lt;/p&gt;
</description><pubDate>Tue, 01 Mar 2016 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2016-03-01:/service-de-nuages-garantir-lintegrite-des-donnees-via-des-signatures-fr.html</guid><category>code</category></item><item><title>Lets Encrypt + HAProxy</title><link>https://blog.notmyidea.org/lets-encrypt-haproxy.html</link><description>&lt;p&gt;&lt;em&gt;Note : Cet article n&amp;#8217;est plus à jour. Il est maintenant (2018) possible d&amp;#8217;installer des certificats &lt;span class="caps"&gt;SSL&lt;/span&gt; Let&amp;#8217;s Encrypt d&amp;#8217;une manière beaucoup plus simple, en utilisant certbot (et le plugin nginx &lt;code&gt;certbot --nginx&lt;/code&gt;).&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Its time for the Web to take a big step forward in terms …&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Thu, 11 Feb 2016 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2016-02-11:/lets-encrypt-haproxy.html</guid><category>code</category></item><item><title>Ateliers dautodéfense numérique</title><link>https://blog.notmyidea.org/ateliers-dautodefense-numerique.html</link><description>&lt;p&gt;Il y a huit mois, je me rendais compte de l&amp;#8217;importance du choix des
outils pour faire face à la surveillance généralisée, et notamment en
rapport au chiffrement des données. Une de mes envies de l&amp;#8217;époque était
l&amp;#8217;animation&amp;nbsp;d&amp;#8217;ateliers.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Je compte&amp;nbsp;donc:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Organiser des ateliers de …&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;</description><pubDate>Thu, 14 Jan 2016 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2016-01-14:/ateliers-dautodefense-numerique.html</guid><category>code</category></item><item><title>Le mail doit-il mourir ?</title><link>https://blog.notmyidea.org/le-mail-doit-il-mourir.html</link><description>&lt;p&gt;J&amp;#8217;utilise quotidiennement le protocole email, tant bien que mal, tout en sachant que l&amp;#8217;ensemble de mes messages passent en clair sur le réseau pour la plupart de mes conversations, puisque trop peu de monde utilise le chiffrement des&amp;nbsp;messages.&lt;/p&gt;
&lt;p&gt;Et même si j&amp;#8217;arrive à convaincre certains de …&lt;/p&gt;</description><pubDate>Tue, 24 Nov 2015 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-11-24:/le-mail-doit-il-mourir.html</guid><category>code</category></item><item><title>Web distribution signing</title><link>https://blog.notmyidea.org/web-distribution-signing.html</link><description>&lt;p&gt;&lt;em&gt;I&amp;#8217;m not a crypto expert, nor pretend to be one. These are thoughts I
want to share with the crypto community to actually see if any solution
exists to solve this particular&amp;nbsp;problem.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;One &lt;a href="http://www.tonyarcieri.com/whats-wrong-with-webcrypto"&gt;often pointed&lt;/a&gt; flaw in
web-based cryptographic applications is the fact that there is no way …&lt;/p&gt;</description><pubDate>Mon, 12 Oct 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-10-12:/web-distribution-signing.html</guid><category>code</category></item><item><title>Service de nuages : Pourquoi avons-nous fait Cliquet ?</title><link>https://blog.notmyidea.org/pourquoi-cliquet</link><description>&lt;p class="first last"&gt;Basé sur Pyramid, Cliquet est un projet qui permet de se concentrer sur l&amp;#8217;essentiel
lors de la conception&amp;nbsp;d&amp;#8217;APIs.&lt;/p&gt;
</description><pubDate>Tue, 14 Jul 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-07-14:/pourquoi-cliquet</guid><category>code</category></item><item><title>Charte et événements non-mixtes au sein de lAfpy</title><link>https://blog.notmyidea.org/charte-et-evenements-non-mixtes-au-sein-de-lafpy.html</link><description>
&lt;p&gt;&lt;em&gt;Mail envoyé sur la liste de diffusion de l&amp;#8217;&lt;span class="caps"&gt;AFPY&lt;/span&gt; en Juillet&amp;nbsp;2015&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Bonjour à toutes et&amp;nbsp;tous,&lt;/p&gt;
&lt;p&gt;Récemment, l&amp;#8217;Afpy à pris la décision de ne pas relayer la tenue d&amp;#8217;un
événement non-mixte d&amp;#8217;apprentissage de Python organisé par PyLadies&amp;nbsp;[0].&lt;/p&gt;
&lt;p&gt;La raison est le fait que la …&lt;/p&gt;</description><pubDate>Thu, 09 Jul 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-07-09:/charte-et-evenements-non-mixtes-au-sein-de-lafpy.html</guid><category>journal</category></item><item><title>Service de nuages : Perspectives pour lété</title><link>https://blog.notmyidea.org/service-de-nuages-perspectives-pour-lete-fr.html</link><description>&lt;p class="first last"&gt;Le travail en cours et les fonctionnalités à venir pour les prochains&amp;nbsp;mois.&lt;/p&gt;
</description><pubDate>Tue, 07 Jul 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-07-07:/service-de-nuages-perspectives-pour-lete-fr.html</guid><category>code</category></item><item><title>Rôles</title><link>https://blog.notmyidea.org/roles.html</link><description>&lt;p&gt;Headline : De l&amp;#8217;importance des rôles informels et de leur partage au sein d&amp;#8217;un&amp;nbsp;groupe.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Un […] dispositifconsiste à tenter de faire bouger les rôles
(pré)acquis ou qui se fixent dans le groupe, les pousser ailleurs que
là où ils ont pris lhabitude de se réfugier suivant …&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Mon, 29 Jun 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-06-29:/roles.html</guid><category>journal</category></item><item><title>Service de nuages : Achievement unlocked</title><link>https://blog.notmyidea.org/service-de-nuages-achievement-unlocked-fr.html</link><description>&lt;p class="first last"&gt;Après près de 3 mois intensifs, nous venons de &lt;em&gt;tagguer&lt;/em&gt; Cliquet 2.0
et Kinto 1.0&amp;nbsp;!&lt;/p&gt;
</description><pubDate>Mon, 01 Jun 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-06-01:/service-de-nuages-achievement-unlocked-fr.html</guid><category>code</category></item><item><title>Service de nuages : Stocker et interroger les permissions avec Kinto</title><link>https://blog.notmyidea.org/service-de-nuages-stocker-et-interroger-les-permissions-avec-kinto-fr.html</link><description>&lt;p class="first last"&gt;Comment faire pour stocker et interroger la base de données au sujet des permissions avec Kinto&amp;nbsp;?&lt;/p&gt;
</description><pubDate>Tue, 26 May 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-05-26:/service-de-nuages-stocker-et-interroger-les-permissions-avec-kinto-fr.html</guid><category>code</category></item><item><title>Les problèmes de PGP</title><link>https://blog.notmyidea.org/les-problemes-de-pgp.html</link><description>&lt;blockquote&gt;
&lt;p&gt;Flip a bit in the communication between sender and recipient and they
will experience decryption or verification errors. How high are the
chances they will start to exchange the data in the clear rather than
trying to hunt down the man in the&amp;nbsp;middle?&lt;/p&gt;
&lt;p&gt;&amp;#8212; &lt;a href="http://secushare.org/PGP"&gt;http://secushare.org/&lt;span class="caps"&gt;PGP&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Une fois …&lt;/p&gt;</description><pubDate>Mon, 25 May 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-05-25:/les-problemes-de-pgp.html</guid><category>code</category></item><item><title>Travail et créativité</title><link>https://blog.notmyidea.org/travail-et-creativite.html</link><description>&lt;hr&gt;
&lt;blockquote&gt;
&lt;p&gt;Low-risk, low-pressure, and love: The 3 rules of side projects.
&amp;#8212; &lt;a href="https://open.bufferapp.com/side-projects-creative-hobbies/"&gt;The science of side&amp;nbsp;projects&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Je ne m&amp;#8217;étais jamais fais la remarque, mais les projets dont je suis le
plus fier sont effectivement des &lt;em&gt;side projects&lt;/em&gt;. Des projets que j&amp;#8217;ai
commencé parce que j&amp;#8217;en avais l&amp;#8217;envie …&lt;/p&gt;</description><pubDate>Thu, 21 May 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-05-21:/travail-et-creativite.html</guid><category>journal</category></item><item><title>Simplifier les preuves didentités</title><link>https://blog.notmyidea.org/simplifier-les-preuves-didentites.html</link><description>
&lt;ul&gt;
&lt;li&gt;headline&lt;br&gt;
Qu&amp;#8217;est-ce que Keybase.io et comment essayent-ils de simplifier la
création de preuves&amp;nbsp;d&amp;#8217;identité.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;L&amp;#8217;un des problèmes non réellement résolu actuellement quant au
chiffrement des échanges est lié à l&amp;#8217;authenticité des clés. Si quelqu&amp;#8217;un
décide de publier une clé en mon nom, et en …&lt;/p&gt;</description><pubDate>Mon, 11 May 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-05-11:/simplifier-les-preuves-didentites.html</guid><category>code</category></item><item><title>Phrases de passe et bonnes pratiques</title><link>https://blog.notmyidea.org/phrases-de-passe-et-bonnes-pratiques.html</link><description>
&lt;ul&gt;
&lt;li&gt;headline&lt;br&gt;
Communiquer de manière chiffrée n&amp;#8217;est pas aisée, et nécessite de
mémoriser des phrases de passes complexes. Comment s&amp;#8217;en sortir&amp;nbsp;?&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Au contraire des autres mots de passe, les mots de passe
cryptographiques ont specifiquement besoin d&amp;#8217;être longs et extremement
difficiles à deviner. La raison est qu&amp;#8217;un …&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Sat, 09 May 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-05-09:/phrases-de-passe-et-bonnes-pratiques.html</guid><category>code</category></item><item><title>Chiffrement</title><link>https://blog.notmyidea.org/chiffrement.html</link><description>
&lt;ul&gt;
&lt;li&gt;headline&lt;br&gt;
Face a la surveillance généralisée, une seule solution, le
chiffrement de nos données et&amp;nbsp;communications.&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;En france, depuis le 5 Mai 2015, il est possible au Premier Ministre
de surveiller massivement et sans contrôle la population&amp;nbsp;française.&lt;/p&gt;
&lt;p&gt;le projet de loi n&amp;#8217;a pas été significativement amendé en séance …&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Fri, 08 May 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-05-08:/chiffrement.html</guid><category>journal</category></item><item><title>Language</title><link>https://blog.notmyidea.org/language.html</link><description>&lt;p&gt;headline : Nos langues peuvent être autant de frontières que de&amp;nbsp;ponts&amp;#8230;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Nous savons tous que le fait d&amp;#8217;obliger les fonctionnaires
internationaux, diplomates ou ministres à s&amp;#8217;exprimer dans une langue
qui n&amp;#8217;est pas la leur équivaut à les placer en situation
d&amp;#8217;infériorité. &lt;strong&gt;Cela les prive de la …&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Fri, 01 May 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-05-01:/language.html</guid><category>journal</category></item><item><title>Service de nuages : La gestion des permissions</title><link>https://blog.notmyidea.org/service-de-nuages-la-gestion-des-permissions-fr.html</link><description>&lt;p class="first last"&gt;Démystification du vocabulaire des permissions et proposition d&amp;#8217;implémentation pour&amp;nbsp;Kinto&lt;/p&gt;
</description><pubDate>Fri, 01 May 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-05-01:/service-de-nuages-la-gestion-des-permissions-fr.html</guid><category>code</category></item><item><title>Eco-système et stockage générique</title><link>https://blog.notmyidea.org/eco-systeme-et-stockage-generique.html</link><description>
&lt;p&gt;&lt;strong&gt;tl;dr Nous devons construire un service de suivi de paiements, et nous
hésitons à continuer à nous entêter avec notre propre solution de&amp;nbsp;stockage/synchronisation.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Comme nous l&amp;#8217;écrivions &lt;a href="https://blog.notmyidea.org/service-de-nuages-fr.html"&gt;dans l&amp;#8217;article
précédent&lt;/a&gt;, nous
souhaitons construire une solution de stockage générique. On refait
&lt;a href="http://daybed.readthedocs.org"&gt;Daybed&lt;/a&gt; chez Mozilla&amp;nbsp;!&lt;/p&gt;
&lt;p&gt;Notre objectif est …&lt;/p&gt;</description><pubDate>Thu, 30 Apr 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-04-30:/eco-systeme-et-stockage-generique.html</guid><category>code</category></item><item><title>Service de nuages !</title><link>https://blog.notmyidea.org/service-de-nuages-fr.html</link><description>&lt;p class="first last"&gt;Retour sur le premier trimestre 2015: Readinglist, Kinto,&amp;nbsp;Cliquet.&lt;/p&gt;
</description><pubDate>Wed, 01 Apr 2015 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2015-04-01:/service-de-nuages-fr.html</guid><category>code</category></item><item><title>Le secret du bonheur</title><link>https://blog.notmyidea.org/le-secret-du-bonheur.html</link><description>
&lt;p&gt;Un enfant demande à son père&amp;nbsp;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Dis papa, quel est le secret pour être heureux&amp;nbsp;?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Sans dire un mot, le père demande à son fils de le suivre ; Ils sortent
de la maison, le père sur leur vieil âne et le fils suivant à&amp;nbsp;pied.&lt;/p&gt;
&lt;p&gt;Et les gens du village …&lt;/p&gt;</description><pubDate>Thu, 20 Nov 2014 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2014-11-20:/le-secret-du-bonheur.html</guid><category>journal</category></item><item><title>Whats Hawk and how to use it?</title><link>https://blog.notmyidea.org/whats-hawk-and-how-to-use-it.html</link><description>
&lt;p&gt;At Mozilla, we recently had to implement &lt;a href="https://github.com/hueniverse/hawk"&gt;the Hawk authentication
scheme&lt;/a&gt; for a number of projects,
and we came up creating two libraries to ease integration into pyramid
and node.js&amp;nbsp;apps.&lt;/p&gt;
&lt;p&gt;But maybe you don&amp;#8217;t know&amp;nbsp;Hawk.&lt;/p&gt;
&lt;p&gt;Hawk is a relatively new technology, crafted by one of the …&lt;/p&gt;</description><pubDate>Thu, 31 Jul 2014 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2014-07-31:/whats-hawk-and-how-to-use-it.html</guid><category>code</category></item><item><title>Quel métier, quelle utilité ?</title><link>https://blog.notmyidea.org/quel-metier-quelle-utilite.html</link><description>
&lt;p&gt;Aujourd&amp;#8217;hui, mon métier est d&amp;#8217;être développeur d&amp;#8217;applications. Imaginer
des solutions techniques pour faire marcher des logiciels, puis écrire
les lignes de code&amp;nbsp;nécessaires.&lt;/p&gt;
&lt;p&gt;Être Développeur n&amp;#8217;est pas un métier qui a du sens en lui même (comme
peut l&amp;#8217;être le métier d&amp;#8217;instituteur/rice par …&lt;/p&gt;</description><pubDate>Tue, 29 Jul 2014 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2014-07-29:/quel-metier-quelle-utilite.html</guid><category>journal</category></item><item><title>Retours sur deux ans à Mozilla</title><link>https://blog.notmyidea.org/retours-sur-deux-ans-a-mozilla.html</link><description>
&lt;p&gt;&lt;em&gt;Ça fait un bail que j&amp;#8217;ai cet article en cours de rédaction, et je me dis que je dois le poster maintenant, sinon je ne le ferais jamais (saloperie de perfectionnisme&amp;nbsp;?)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Il y à deux ans et demi, en décembre, je commençais à travailler chez
Mozilla, dans l&amp;#8217;équipe …&lt;/p&gt;</description><pubDate>Tue, 29 Jul 2014 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2014-07-29:/retours-sur-deux-ans-a-mozilla.html</guid><category>journal</category></item><item><title>Des carnets desquisse</title><link>https://blog.notmyidea.org/des-carnets-desquisse.html</link><description>
&lt;p&gt;Je me rends compte que je n&amp;#8217;écris pas si souvent que ça ici,
principalement parce que je me sens obligé d&amp;#8217;y écrire en Anglais, mais
aussi parce que je le considère comme un espace ou les choses doivent
êtres abouties et non pas&amp;nbsp;expérimentales.&lt;/p&gt;
&lt;p&gt;Des fois j&amp;#8217;ai …&lt;/p&gt;</description><pubDate>Fri, 16 Aug 2013 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2013-08-16:/des-carnets-desquisse.html</guid><category>journal</category></item><item><title>François Elie : Quelle école pour la société de linformation ?</title><link>https://blog.notmyidea.org/francois-elie-quelle-ecole-pour-la-societe-de-linformation.html</link><description>
&lt;p&gt;&lt;a href="http://www.framablog.org/index.php/post/2013/06/11/francois-elie-education-conference"&gt;http://www.framablog.org/index.php/post/2013/06/11/francois-elie-education-conference&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Quelques bouts&amp;nbsp;selectionnés.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mais pourquoi continue t-on à enseigner des maths à des gens qui ne
vont pas les utiliser ? Ben évidemment cest parce quon nest pas
dans une école de linitiation où les mathématiciens …&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Fri, 14 Jun 2013 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2013-06-14:/francois-elie-quelle-ecole-pour-la-societe-de-linformation.html</guid><category>notes</category></item><item><title>Notes: Économie libidinale et économie politique</title><link>https://blog.notmyidea.org/notes-economie-libidinale-et-economie-politique.html</link><description>
&lt;p&gt;Une enquete d&amp;#8217;un cabinet de marketing american &lt;span class="caps"&gt;ARI&lt;/span&gt; qui pour la première
fois en 2004 disait qu&amp;#8217;on voyait aparaitre des &amp;#8220;alter consommateurs&amp;#8221;,
qui n&amp;#8217;étaient pas de gens qui consommaient moins, mais qui étaient des
gens malheureux de consommer. Et qui définissaient la consommation comme
une dépendance et …&lt;/p&gt;</description><pubDate>Fri, 07 Jun 2013 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2013-06-07:/notes-economie-libidinale-et-economie-politique.html</guid><category>notes</category></item><item><title>Le revenu de base</title><link>https://blog.notmyidea.org/le-revenu-de-base.html</link><description>
&lt;iframe width="560" height="315" src="http://www.youtube.com/embed/-cwdVDcm-Z0"
frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;
&lt;p&gt;Quelques notes prises en visualisant le documentaire &amp;#8220;le revenu de&amp;nbsp;base&amp;#8221;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;4 Allemands sur 10&amp;nbsp;travaillent.&lt;/li&gt;
&lt;li&gt;3/10 (les enfants et&amp;nbsp;jeunes)&lt;/li&gt;
&lt;li&gt;2/10 retraite /&amp;nbsp;rente&lt;/li&gt;
&lt;li&gt;1/10 assurance chomage / &lt;span class="caps"&gt;AS&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;41% sont le fruit d&amp;#8217;un travail&amp;nbsp;rémunéré.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Le revenu de base est&amp;nbsp;inconditionnel.&lt;/p&gt;
&lt;p&gt;Le marché du travail ne …&lt;/p&gt;</description><pubDate>Sun, 10 Mar 2013 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2013-03-10:/le-revenu-de-base.html</guid><category>notes</category></item><item><title>Des profils de confiance partout et pour tout ?</title><link>https://blog.notmyidea.org/des-profils-de-confiance-partout-et-pour-tout.html</link><description>
&lt;p&gt;Depuis un petit moment déjà, le site covoiturage.fr est passé &amp;#8220;payant&amp;#8221;.
Il est désormais possible (et même obligatoire) de payer les trajets à l&amp;#8217;avance, et en ligne, laissant au passage quelques royalties au site en&amp;nbsp;question.&lt;/p&gt;
&lt;p&gt;Précédemment, il était possible de retrouver le numéro des conducteur sur le …&lt;/p&gt;</description><pubDate>Mon, 04 Feb 2013 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2013-02-04:/des-profils-de-confiance-partout-et-pour-tout.html</guid><category>journal</category></item><item><title>Implementing CORS in Cornice</title><link>https://blog.notmyidea.org/implementing-cors-in-cornice.html</link><description>
&lt;div class="note"&gt;
&lt;div class="admonition-title"&gt;
Note
&lt;/div&gt;
I&amp;#8217;m cross-posting [on the mozilla services
weblog](https://blog.mozilla.org/services/). Since this is the first
time we&amp;#8217;re doing that, I though it could be useful to point you there.
Check it out and expect more technical articles there in the future.
&lt;/div&gt;
&lt;p&gt;For security reasons, it …&lt;/p&gt;</description><pubDate>Mon, 04 Feb 2013 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2013-02-04:/implementing-cors-in-cornice.html</guid><category>code</category></item><item><title>New year python meme, 2012</title><link>https://blog.notmyidea.org/new-year-python-meme-2012.html</link><description>
&lt;p&gt;This series, also known as &amp;#8220;&lt;a href="http://ziade.org"&gt;Tarek Ziadé&lt;/a&gt; strikes
again&amp;#8221;, is a good occasion to take a look back at 2012 and see what I&amp;#8217;ve
done related to python. So, let&amp;#8217;s&amp;nbsp;try.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. Whats the coolest Python application, framework or library you
have discovered in 2012&amp;nbsp;?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I discovered …&lt;/p&gt;</description><pubDate>Mon, 07 Jan 2013 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2013-01-07:/new-year-python-meme-2012.html</guid><category>journal</category></item><item><title>Status board</title><link>https://blog.notmyidea.org/status-board.html</link><description>
&lt;p&gt;À force de démarrer des services web pour un oui et pour un non, de
proposer à des copains d&amp;#8217;héberger leurs sites, de faire pareil pour
quelques assos etc, je me suis retrouvé avec, comme dirait l&amp;#8217;autre, &lt;em&gt;une
bonne platrée&lt;/em&gt; de sites et de services à gérer sur …&lt;/p&gt;</description><pubDate>Sat, 29 Dec 2012 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-12-29:/status-board.html</guid><category>code</category></item><item><title>Habitat collectif</title><link>https://blog.notmyidea.org/habitat-collectif.html</link><description>
&lt;p&gt;Habiter à plusieurs, partager un lieu de vie, monter une communauté,
changer nos modes de vie et prendre plus de temps les uns pour les&amp;nbsp;autres.&lt;/p&gt;
&lt;p&gt;Ça fait réfléchir un peu quand même, non ? en tout cas ça marche chez&amp;nbsp;moi.&lt;/p&gt;
&lt;p&gt;Voilà quelques ressources qui peuvent être utiles si jamais …&lt;/p&gt;</description><pubDate>Fri, 28 Dec 2012 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-12-28:/habitat-collectif.html</guid><category>notes</category></item><item><title>Tricot</title><link>https://blog.notmyidea.org/tricot.html</link><description>
&lt;p&gt;Puisque j&amp;#8217;ai décidé d&amp;#8217;apprendre à faire les trucs moi-même, je me mets
au tricot. Et puis y&amp;#8217;a aussi tout un symbole derrière: le tricot, c&amp;#8217;est
pour les filles, tu sais, un &amp;#8220;truc de&amp;nbsp;gonzesse&amp;#8221;.&lt;/p&gt;
&lt;p&gt;Eh bah c&amp;#8217;est pas gagné, jte le dis. Pour l&amp;#8217;instant …&lt;/p&gt;</description><pubDate>Fri, 28 Dec 2012 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-12-28:/tricot.html</guid><category>notes</category></item><item><title>Astuces SSH</title><link>https://blog.notmyidea.org/astuces-ssh.html</link><description>
&lt;h2 id="tunelling"&gt;Tunelling&lt;/h2&gt;
&lt;p&gt;Parce que je m&amp;#8217;en rapelle jamais (tête de&amp;nbsp;linote):&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;$&lt;span class="w"&gt; &lt;/span&gt;ssh&lt;span class="w"&gt; &lt;/span&gt;-f&lt;span class="w"&gt; &lt;/span&gt;hote&lt;span class="w"&gt; &lt;/span&gt;-L&lt;span class="w"&gt; &lt;/span&gt;local:lolnet.org:destination&lt;span class="w"&gt; &lt;/span&gt;-N
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="sshconfig"&gt;.ssh/config&lt;/h2&gt;
&lt;p&gt;(merci &lt;a href="http://majerti.fr"&gt;gaston&lt;/a&gt;&amp;nbsp;!)&lt;/p&gt;
&lt;p&gt;La directive suivante dans .ssh/config permet de sauter d&amp;#8217;hôte en hôte
séparés par des &amp;#8220;+&amp;#8221;&amp;nbsp;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;Host &lt;span class="gs"&gt;*+*&lt;/span&gt;
ProxyCommand ssh $(echo %h | sed
&amp;#39;s/+[^+]*$//;s/\([^+%%]*\)%%\([^+]*\)$/\2 -l …&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><pubDate>Thu, 27 Dec 2012 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-12-27:/astuces-ssh.html</guid><category>code</category></item><item><title>Gnome 3, extensions</title><link>https://blog.notmyidea.org/gnome-3-extensions.html</link><description>
&lt;p&gt;Après avoir tenté pendant un bout de temps unity, le bureau par defaut
de ubuntu, j&amp;#8217;ai eu envie de changements, et j&amp;#8217;ai donc essayé un peu de
regarder du coté de gnome 3, à&amp;nbsp;nouveau.&lt;/p&gt;
&lt;p&gt;Et finalement, j&amp;#8217;ai trouvé quelques extensions qui sont vraiment utiles,
que je …&lt;/p&gt;</description><pubDate>Thu, 27 Dec 2012 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-12-27:/gnome-3-extensions.html</guid><category>code</category></item><item><title>“Groovy”</title><link>https://blog.notmyidea.org/groovy.html</link><description>
&lt;p&gt;“Groovy”, c&amp;#8217;est comme ça que je l&amp;#8217;aime la musique: peut importe le style
finalement, la bonne musique c&amp;#8217;est celle qui sonne, celle qui groove,
celle qui fait que tu tapes du pied (le droit chez moi) et que que ta
tête commence à&amp;nbsp;hocher.&lt;/p&gt;
&lt;p&gt;C&amp;#8217;est pour …&lt;/p&gt;</description><pubDate>Thu, 27 Dec 2012 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-12-27:/groovy.html</guid><category>journal</category></item><item><title>Notre dame des landes</title><link>https://blog.notmyidea.org/notre-dame-des-landes.html</link><description>
&lt;p&gt;La lutte à Notre Dame des Landes ne fait pas du tout que commencer, mais
il se trouve que les médias se sont &amp;#8220;emparés&amp;#8221; de la question que très
récemment, depuis que &lt;span class="caps"&gt;JM&lt;/span&gt; Ayrault s&amp;#8217;est retrouvé premier&amp;nbsp;ministre.&lt;/p&gt;
&lt;p&gt;Voici une sélection d&amp;#8217;articles que j&amp;#8217;ai trouvé pertinents, à …&lt;/p&gt;</description><pubDate>Thu, 27 Dec 2012 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-12-27:/notre-dame-des-landes.html</guid><category>notes</category></item><item><title>Semences paysannes</title><link>https://blog.notmyidea.org/semences-paysannes.html</link><description>
&lt;p&gt;&lt;a href="http://www.dailymotion.com/video/x5nhq0_les-semences-paysannes_news#from=embed"&gt;http://www.dailymotion.com/video/x5nhq0_les-semences-paysannes_news#from=embed&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A l&amp;#8217;heure actuelle, il est interdit pour deux agriculteurs de
s&amp;#8217;échangers des semences dans le but d&amp;#8217;en revendre la&amp;nbsp;production.&lt;/p&gt;
&lt;p&gt;Les états ont crée la propriété interellectuelle pour relancer
l&amp;#8217;industrie après les dégats de la guerre et les …&lt;/p&gt;</description><pubDate>Thu, 20 Dec 2012 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-12-20:/semences-paysannes.html</guid><category>notes</category></item><item><title>Languages</title><link>https://blog.notmyidea.org/languages.html</link><description>
&lt;p&gt;Ouriel Ellert &amp;#8221; Languages&amp;#8221; avec Anthony Jambon &lt;span class="amp"&gt;&amp;amp;&lt;/span&gt; Natascha Rogers, c&amp;#8217;est enregistré par le &lt;a href="http://www.studiomezzanine.fr"&gt;Studio Mezzanine&lt;/a&gt; qui
comme d&amp;#8217;hab font un travail&amp;nbsp;impeccable.&lt;/p&gt;
&lt;p&gt;Plus d&amp;#8217;infos sur Natasha Rogers et son groupe ici:
&lt;a href="http://www.studiomezzanine.fr/natascha-rogers/"&gt;http://www.studiomezzanine.fr/natascha-rogers/&lt;/a&gt;&lt;/p&gt;
&lt;iframe width="650" height="480" src="http://www.youtube.com/embed/3I5PPdsTFz0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;</description><pubDate>Wed, 12 Dec 2012 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-12-12:/languages.html</guid><category>journal</category></item><item><title>Cheese &amp; code - Wrap-up</title><link>https://blog.notmyidea.org/cheese-code-wrap-up.html</link><description>
&lt;p&gt;This week-end I hosted a &lt;em&gt;cheese &lt;span class="amp"&gt;&amp;amp;&lt;/span&gt; code&lt;/em&gt; session in the country-side of
Angers,&amp;nbsp;France.&lt;/p&gt;
&lt;p&gt;We were a bunch of python hackers and it rained a lot, wich forced us to
stay inside and to code.&amp;nbsp;Bad.&lt;/p&gt;
&lt;p&gt;We were not enough to get rid of all the cheese and the awesome …&lt;/p&gt;</description><pubDate>Mon, 22 Oct 2012 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-10-22:/cheese-code-wrap-up.html</guid><category>code</category></item><item><title>Bière maison !</title><link>https://blog.notmyidea.org/biere-maison.html</link><description>
&lt;p&gt;Et voilà, c&amp;#8217;est notre troisième brassin. On a commencé à faire notre
propre bière (avec un ami, Fred) il y a quasiment un an maintenant, et
après quelques dératés, même s&amp;#8217;il nous reste encore bien du chemin à
parcourir pour avoir quelque chose qui nous convienne réellement… c …&lt;/p&gt;</description><pubDate>Thu, 04 Oct 2012 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-10-04:/biere-maison.html</guid><category>journal</category></item><item><title>Motivation, bénévolat et participation</title><link>https://blog.notmyidea.org/motivation-benevolat-et-participation.html</link><description>
&lt;p&gt;Des luttes, dieu (même si on peut à juste titre se demander ce qu&amp;#8217;il
vient faire là) sait qu&amp;#8217;il y en a. Principalement pour pointer du doigt
les hérésies du système actuel. Ça s&amp;#8217;applique à l&amp;#8217;informatique et à son
système de brevets, au &lt;a href="http://zad.nadir.org/"&gt;bétonnage de nos …&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 04 Oct 2012 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-10-04:/motivation-benevolat-et-participation.html</guid><category>journal</category></item><item><title>Cheese &amp; Code party: October 20-21</title><link>https://blog.notmyidea.org/cheese-code-party-october-20-21.html</link><description>
&lt;p&gt;At PyconFR, this week-end, a few ideas were thrown in the air and one of
them was to have a /dev/fort doing some python-related&amp;nbsp;coding.&lt;/p&gt;
&lt;p&gt;The concept of a /dev/fort is to put a bunch of hackers together and see
what comes out from it. Tarek is doing …&lt;/p&gt;</description><pubDate>Thu, 20 Sep 2012 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-09-20:/cheese-code-party-october-20-21.html</guid><category>journal</category></item><item><title>Circus sprint at PyconFR</title><link>https://blog.notmyidea.org/circus-sprint-at-pyconfr.html</link><description>
&lt;p&gt;Last Thursday to Sunday, &lt;a href="http://pycon.fr"&gt;Pycon France&lt;/a&gt; took place, in
Paris. It was the opportunity to meet a lot of people and to talk about
python awesomness in&amp;nbsp;general.&lt;/p&gt;
&lt;p&gt;We had three tracks this year, plus sprints the two first days. We
sprinted on &lt;a href="http://circus.io"&gt;Circus&lt;/a&gt;, the process and socket manager
we …&lt;/p&gt;</description><pubDate>Mon, 17 Sep 2012 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-09-17:/circus-sprint-at-pyconfr.html</guid><category>code</category></item><item><title>Pourquoi Mozilla?</title><link>https://blog.notmyidea.org/pourquoi-mozilla.html</link><description>
&lt;p&gt;Depuis que j&amp;#8217;ai commencé à bosser chez Mozilla, je me retrouve assez
souvent à expliquer ce que j&amp;#8217;y fais. J&amp;#8217;aime bien raconter l&amp;#8217;histoire de
Mozilla, la mission, et comment je m&amp;#8217;y&amp;nbsp;rattache.&lt;/p&gt;
&lt;p&gt;Je prends bien sur un malin plaisir à expliquer à chaque fois les …&lt;/p&gt;</description><pubDate>Mon, 16 Jul 2012 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-07-16:/pourquoi-mozilla.html</guid><category>journal</category></item><item><title>Lifestyle</title><link>https://blog.notmyidea.org/lifestyle.html</link><description>
&lt;p&gt;Eh beh, c&amp;#8217;est pas aussi simple qu&amp;#8217;il y parait de trouver un
environnement qui permette autant de travailler correctement et de ne
pas s&amp;#8217;enfermer dans le&amp;nbsp;boulot.&lt;/p&gt;
&lt;p&gt;Surtout si comme moi vous cherchez à limiter vos déplacement, que vous
aimez vivre avec peu et cherchez à trouver …&lt;/p&gt;</description><pubDate>Fri, 11 May 2012 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-05-11:/lifestyle.html</guid><category>journal</category></item><item><title>Refactoring Cornice</title><link>https://blog.notmyidea.org/refactoring-cornice.html</link><description>
&lt;p&gt;After working for a while with &lt;a href="http://cornice.readthedocs.com"&gt;Cornice&lt;/a&gt;
to define our APIs at &lt;a href="http://docs.services.mozilla.com"&gt;Services&lt;/a&gt;, it
turned out that the current implementation wasn&amp;#8217;t flexible enough to
allow us to do what we wanted to&amp;nbsp;do.&lt;/p&gt;
&lt;p&gt;Cornice started as a toolkit on top of the
&lt;a href="http://docs.pylonsproject.org/en/latest/docs/pyramid.html"&gt;pyramid&lt;/a&gt;
routing system, allowing to register services …&lt;/p&gt;</description><pubDate>Tue, 01 May 2012 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-05-01:/refactoring-cornice.html</guid><category>code</category></item><item><title>Bidouille</title><link>https://blog.notmyidea.org/bidouille.html</link><description>
&lt;p&gt;Bidouille bidouille&amp;nbsp;bidouille.&lt;/p&gt;
&lt;p&gt;Je pense que je suis un bidouilleur logiciel: j&amp;#8217;aime bien aller
farfouiller dans le code pour comprendre comment tel ou tel programme
fonctionne (ou trop souvent comment il ne fonctionne pas !), faire des
petites modifications, tester, modifier, re-tester, tout casser, réparer&amp;nbsp;…&lt;/p&gt;
&lt;p&gt;Et cette bidouille, cette envie …&lt;/p&gt;</description><pubDate>Mon, 30 Apr 2012 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-04-30:/bidouille.html</guid><category>journal</category></item><item><title>Djangocong 2012</title><link>https://blog.notmyidea.org/djangocong-2012.html</link><description>
&lt;p&gt;Ce week-end, c&amp;#8217;était &lt;a href="http://rencontres.django-fr.org"&gt;djangocong&lt;/a&gt;, une
conférence autour de &lt;a href="http://djangoproject.org"&gt;django&lt;/a&gt;, de
&lt;a href="http://python.org"&gt;python&lt;/a&gt; et du web, qui avait lieu dans le sud, à
Carnon-plage, à quelques kilomètres de Montpellier la&amp;nbsp;belle.&lt;/p&gt;
&lt;p&gt;J&amp;#8217;ai vraiment apprécié les trois jours passés avec cette bande de geeks.
Je m&amp;#8217;attendais à des &lt;em&gt;nerds&lt;/em&gt;, j …&lt;/p&gt;</description><pubDate>Mon, 16 Apr 2012 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-04-16:/djangocong-2012.html</guid><category>code</category></item><item><title>Génération de formulaires, geolocalisés ?</title><link>https://blog.notmyidea.org/generation-de-formulaires-geolocalises.html</link><description>
&lt;p&gt;On a un plan. Un &amp;#8220;truc de&amp;nbsp;ouf&amp;#8221;.&lt;/p&gt;
&lt;p&gt;À plusieurs reprises, des amis m&amp;#8217;ont demandé de leur coder la même
chose, à quelques détails près: une page web avec un formulaire qui
permettrait de soumettre des informations géographiques, lié à une carte
et des manières de filtrer&amp;nbsp;l&amp;#8217;information …&lt;/p&gt;</description><pubDate>Mon, 02 Apr 2012 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-04-02:/generation-de-formulaires-geolocalises.html</guid><category>code</category></item><item><title>Thoughts about a form generation service, GIS enabled</title><link>https://blog.notmyidea.org/thoughts-about-a-form-generation-service-gis-enabled.html</link><description>
&lt;p&gt;&lt;em&gt;Written by Alexis Métaireau &lt;span class="amp"&gt;&amp;amp;&lt;/span&gt; Mathieu&amp;nbsp;Leplatre&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;We have a plan. A &amp;#8220;fucking good&amp;#8221;&amp;nbsp;one.&lt;/p&gt;
&lt;p&gt;A bunch of friends asked me twice for quite the same thing: a webpage
with a form, tied to a map generation with some information filtering.
They didn&amp;#8217;t explicitly ask that but that&amp;#8217;s the …&lt;/p&gt;</description><pubDate>Mon, 02 Apr 2012 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-04-02:/thoughts-about-a-form-generation-service-gis-enabled.html</guid><category>code</category></item><item><title>Les dangers du livre numérique</title><link>https://blog.notmyidea.org/les-dangers-du-livre-numerique.html</link><description>
&lt;p&gt;Le framablog vient de publier &lt;a href="http://www.framablog.org/index.php/post/2012/01/22/stallman-ebook-livre-electronique"&gt;une traduction de l&amp;#8217;article de &lt;span class="caps"&gt;RMS&lt;/span&gt; à
propos des dangers du livre
électronique&lt;/a&gt;.
Intéressant, même si il faut faire attention à ne pas confondre livre
électronique et risques liés au format de&amp;nbsp;distribution.&lt;/p&gt;
&lt;p&gt;Si on passe sur le fait qu&amp;#8217;un livre électronique est …&lt;/p&gt;</description><pubDate>Mon, 23 Jan 2012 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-01-23:/les-dangers-du-livre-numerique.html</guid><category>journal</category></item><item><title>Mozilla, first months</title><link>https://blog.notmyidea.org/mozilla-first-months.html</link><description>
&lt;p&gt;A lot of changes in these last months. First of all, I&amp;#8217;ve started to work for &lt;a href="http://mozilla.org"&gt;Mozilla&lt;/a&gt;, on the Services team, where I am
working on web services and scalability. Basically, what we are trying
to do at services is to provide a way for developers to make web …&lt;/p&gt;</description><pubDate>Sat, 21 Jan 2012 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2012-01-21:/mozilla-first-months.html</guid><category>journal</category></item><item><title>Introducing Cornice</title><link>https://blog.notmyidea.org/introducing-cornice.html</link><description>
&lt;p&gt;Wow, already my third working day at Mozilla. Since Monday, I&amp;#8217;ve been
working with &lt;a href="http://ziade.org"&gt;Tarek Ziadé&lt;/a&gt;, on a pyramid &lt;span class="caps"&gt;REST&lt;/span&gt;-ish
toolkit named &lt;a href="https://github.com/mozilla-services/cornice"&gt;Cornice&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Its goal is to take care for you of what you&amp;#8217;re usually missing so you
can focus on what&amp;#8217;s important. Cornice provides you …&lt;/p&gt;</description><pubDate>Wed, 07 Dec 2011 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-12-07:/introducing-cornice.html</guid><category>code</category></item><item><title>Quels usages pour linformatique ?</title><link>https://blog.notmyidea.org/quels-usages-pour-linformatique.html</link><description>
&lt;p&gt;Quand on termine ses études, on s&amp;#8217;en pose un tas, des questions. Sur le
métier que l&amp;#8217;on veut faire, sur ce que ça signifie, sur le sens et la
valeur du travail. Et j&amp;#8217;en suis arrivé à faire un constat simple:
l&amp;#8217;informatique, c&amp;#8217;est utile, tant …&lt;/p&gt;</description><pubDate>Thu, 01 Dec 2011 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-12-01:/quels-usages-pour-linformatique.html</guid><category>journal</category></item><item><title>How are you handling your shared expenses?</title><link>https://blog.notmyidea.org/how-are-you-handling-your-shared-expenses.html</link><description>
&lt;p&gt;&lt;strong&gt;&lt;span class="caps"&gt;TL&lt;/span&gt;;&lt;span class="caps"&gt;DR&lt;/span&gt;:&lt;/strong&gt; We&amp;#8217;re kick-starting a new application to manage your shared
expenses. Have a look at &lt;a href="http://ihatemoney.notmyidea.org"&gt;http://ihatemoney.notmyidea.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As a student, I lived in a lot of different locations, and the majority
of them had something in common: I lived with others. It usually was a
great …&lt;/p&gt;</description><pubDate>Sat, 15 Oct 2011 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-10-15:/how-are-you-handling-your-shared-expenses.html</guid><category>code</category></item><item><title>La simplicité volontaire contre le mythe de labondance</title><link>https://blog.notmyidea.org/la-simplicite-volontaire-contre-le-mythe-de-labondance.html</link><description>
&lt;p&gt;Paul Ariès dans la préface de &amp;#8220;&lt;a href="http://www.editionsladecouverte.fr/catalogue/index.php?ean13=9782707169747"&gt;La simplicité volontaire contre le mythe
de
l&amp;#8217;abondance&lt;/a&gt;&amp;#8221;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Je sais aussi qu&amp;#8217;à force d&amp;#8217;être seulement contre, nous finissons par être « tout contre », tout contre le système, ses débats pourris, ses pratiques immondes, ses perversions mentales. Cessons de porter notre adversaire sur …&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Sat, 01 Oct 2011 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-10-01:/la-simplicite-volontaire-contre-le-mythe-de-labondance.html</guid><category>journal</category></item><item><title>Using dbpedia to get languages influences</title><link>https://blog.notmyidea.org/using-dbpedia-to-get-languages-influences.html</link><description>
&lt;p&gt;While browsing the Python&amp;#8217;s wikipedia page, I found information about
the languages influenced by python, and the languages that influenced
python&amp;nbsp;itself.&lt;/p&gt;
&lt;p&gt;Well, that&amp;#8217;s kind of interesting to know which languages influenced
others, it could even be more interesting to have an overview of the
connexion between them …&lt;/p&gt;</description><pubDate>Tue, 16 Aug 2011 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-08-16:/using-dbpedia-to-get-languages-influences.html</guid><category>code</category></item><item><title>Pelican, 9 months later</title><link>https://blog.notmyidea.org/pelican-9-months-later.html</link><description>
&lt;p&gt;Back in October, I released
&lt;a href="http://docs.notmyidea.org/alexis/pelican"&gt;pelican&lt;/a&gt;, 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 …&lt;/p&gt;</description><pubDate>Mon, 25 Jul 2011 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-07-25:/pelican-9-months-later.html</guid><category>code</category></item><item><title>Using JPype to bridge python and Java</title><link>https://blog.notmyidea.org/using-jpype-to-bridge-python-and-java.html</link><description>
&lt;p&gt;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 &lt;span class="caps"&gt;HTML&lt;/span&gt; pages, like menus, footers and other
&amp;#8220;boilerplate&amp;#8221;&amp;nbsp;contents.&lt;/p&gt;
&lt;p&gt;Boilerpipe is written in Java. Two solutions then: using java from
python or reimplement boilerpipe …&lt;/p&gt;</description><pubDate>Sat, 11 Jun 2011 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-06-11:/using-jpype-to-bridge-python-and-java.html</guid><category>code</category></item><item><title>Un coup de main pour mon mémoire !</title><link>https://blog.notmyidea.org/un-coup-de-main-pour-mon-memoire.html</link><description>
&lt;p&gt;Ça y est, bientôt la fin. &lt;span class="caps"&gt;LA&lt;/span&gt; &lt;span class="caps"&gt;FIN&lt;/span&gt;. La fin des études, et le début du
reste. En attendant je bosse sur mon mémoire de fin d&amp;#8217;études et j&amp;#8217;aurais
besoin d&amp;#8217;un petit coup de&amp;nbsp;main.&lt;/p&gt;
&lt;p&gt;Mon mémoire porte sur les systèmes de recommandation. Pour ceux qui
connaissent …&lt;/p&gt;</description><pubDate>Wed, 25 May 2011 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-05-25:/un-coup-de-main-pour-mon-memoire.html</guid><category>code</category></item><item><title>Travailler moins pour mieux travailler ?</title><link>https://blog.notmyidea.org/travailler-moins-pour-mieux-travailler.html</link><description>
&lt;p&gt;Je viens de passer une semaine et demi quasiment hors-ligne et je dois
dire que je suis assez impressionné du résultat: je suis de retour chez
mes parents pour le &amp;#8220;easter break&amp;#8221; et j&amp;#8217;en ai profité pour donner un
coup aux travaux de la maison (et pour me reposer …&lt;/p&gt;</description><pubDate>Thu, 19 May 2011 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-05-19:/travailler-moins-pour-mieux-travailler.html</guid><category>journal</category></item><item><title>Analyse users browsing context to build up a web recommender</title><link>https://blog.notmyidea.org/analyse-users-browsing-context-to-build-up-a-web-recommender.html</link><description>
&lt;p&gt;No, this is not an april&amp;#8217;s fool&amp;nbsp;;)&lt;/p&gt;
&lt;p&gt;Wow, it&amp;#8217;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&amp;#8217;ll …&lt;/p&gt;</description><pubDate>Fri, 01 Apr 2011 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-04-01:/analyse-users-browsing-context-to-build-up-a-web-recommender.html</guid><category>code</category></item><item><title>Working directly on your server? How to backup and sync your dev environment with unison</title><link>https://blog.notmyidea.org/working-directly-on-your-server-how-to-backup-and-sync-your-dev-environment-with-unison.html</link><description>
&lt;p&gt;I have a server running freebsd since some time now, and was wondering
about the possibility to directly have a development environment ready
to use when I get a internet connexion, even if I&amp;#8217;m not on my&amp;nbsp;computer.&lt;/p&gt;
&lt;p&gt;Since I use vim to code, and spend most of my …&lt;/p&gt;</description><pubDate>Wed, 16 Mar 2011 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-03-16:/working-directly-on-your-server-how-to-backup-and-sync-your-dev-environment-with-unison.html</guid><category>code</category></item><item><title>Wrap up of the distutils2 paris sprint</title><link>https://blog.notmyidea.org/wrap-up-of-the-distutils2-paris-sprint.html</link><description>
&lt;p&gt;Finally, thanks to a bunch of people that helped me to pay my train and
bus tickets, I&amp;#8217;ve made it to paris for the distutils2&amp;nbsp;sprint.&lt;/p&gt;
&lt;p&gt;They have been a bit more than 10 people to come during the sprint, and
it was very productive. Here&amp;#8217;s a taste …&lt;/p&gt;</description><pubDate>Tue, 08 Feb 2011 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-02-08:/wrap-up-of-the-distutils2-paris-sprint.html</guid><category>code</category></item><item><title>PyPI on CouchDB</title><link>https://blog.notmyidea.org/pypi-on-couchdb.html</link><description>
&lt;p&gt;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 &amp;#8220;simple&amp;#8221; &lt;span class="caps"&gt;API&lt;/span&gt;. The
simple &lt;span class="caps"&gt;API&lt;/span&gt; is not so simple to use as the name suggest, and have several
existing&amp;nbsp;drawbacks.&lt;/p&gt;
&lt;p&gt;Basically, if you want to …&lt;/p&gt;</description><pubDate>Thu, 20 Jan 2011 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-01-20:/pypi-on-couchdb.html</guid><category>code</category></item><item><title>Help me to go to the distutils2 paris sprint</title><link>https://blog.notmyidea.org/help-me-to-go-to-the-distutils2-paris-sprint.html</link><description>
&lt;p&gt;&lt;strong&gt;Edit: Thanks to logilab and some amazing people, I can make it to
paris for the sprint. Many thanks to them for the&amp;nbsp;support!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;There will be a distutils2 sprint from the 27th to the 30th of january,
thanks to logilab which will host the&amp;nbsp;event.&lt;/p&gt;
&lt;p&gt;You can find more …&lt;/p&gt;</description><pubDate>Sat, 15 Jan 2011 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2011-01-15:/help-me-to-go-to-the-distutils2-paris-sprint.html</guid><category>code</category></item><item><title>Fork you! or how the social coding can help you</title><link>https://blog.notmyidea.org/fork-you-or-how-the-social-coding-can-help-you.html</link><description>
&lt;p&gt;With &lt;a href="http://github.com"&gt;github&lt;/a&gt; and
&lt;a href="http://www.bitbucket.org"&gt;bitbucket&lt;/a&gt; coming around, a lot of new usages
appears for the developpers: it&amp;#8217;s now easy to get feedback on your
code/modifications, and to get help from others by, for instance,
forking&amp;nbsp;repositories.&lt;/p&gt;
&lt;p&gt;Eeach time I see people helping others, I&amp;#8217;m amazed by how we …&lt;/p&gt;</description><pubDate>Fri, 05 Nov 2010 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2010-11-05:/fork-you-or-how-the-social-coding-can-help-you.html</guid><category>journal</category></item><item><title>How to reboot your bebox using the CLI</title><link>https://blog.notmyidea.org/how-to-reboot-your-bebox-using-the-cli.html</link><description>
&lt;p&gt;I&amp;#8217;ve an internet connection which, for some obscure reasons, tend to be
very slow from time to time. After rebooting the box (yes, that&amp;#8217;s a hard
solution), all the things seems to go fine&amp;nbsp;again.&lt;/p&gt;
&lt;h2 id="edit-using-grep"&gt;&lt;span class="caps"&gt;EDIT&lt;/span&gt; : Using&amp;nbsp;grep&lt;/h2&gt;
&lt;p&gt;After a bit of reflexion, that&amp;#8217;s also really easy …&lt;/p&gt;</description><pubDate>Thu, 21 Oct 2010 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2010-10-21:/how-to-reboot-your-bebox-using-the-cli.html</guid><category>code</category></item><item><title>Dynamically change your gnome desktop wallpaper</title><link>https://blog.notmyidea.org/dynamically-change-your-gnome-desktop-wallpaper.html</link><description>
&lt;p&gt;In gnome, you can can use a &lt;span class="caps"&gt;XML&lt;/span&gt; file to have a dynamic wallpaper. It&amp;#8217;s
not so easy, and you can&amp;#8217;t just tell: use the pictures in this folder to
do&amp;nbsp;so.&lt;/p&gt;
&lt;p&gt;You can have a look to the git repository if you want:
&lt;a href="http://github.com/ametaireau/gnome-background-generator"&gt;http://github.com/ametaireau …&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 11 Oct 2010 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2010-10-11:/dynamically-change-your-gnome-desktop-wallpaper.html</guid><category>code</category></item><item><title>How to install NGINX + PHP 5.3 on FreeBSD.</title><link>https://blog.notmyidea.org/how-to-install-nginx-php-53-on-freebsd.html</link><description>
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;date&lt;br&gt;&amp;nbsp;2010-10-10&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;category&lt;br&gt;&amp;nbsp;tech&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&amp;#8217;ve not managed so far to get completely rid of php, so here&amp;#8217;s a simple
reminder about how to install php on &lt;span class="caps"&gt;NGINX&lt;/span&gt;, for FreeBSD. Nothing hard,
but that&amp;#8217;s worse to have the piece of configuration somewhere&amp;nbsp;!&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="err"&gt;#&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;update&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;the&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;ports&lt;/span&gt;
&lt;span class="err"&gt;$&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;portsnap&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;fetch&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;update …&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><pubDate>Sun, 10 Oct 2010 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2010-10-10:/how-to-install-nginx-php-53-on-freebsd.html</guid><category>code</category></item><item><title>Pelican, a simple static blog generator in python</title><link>https://blog.notmyidea.org/pelican-a-simple-static-blog-generator-in-python.html</link><description>
&lt;p&gt;Those days, I&amp;#8217;ve wrote a little python application to fit my blogging
needs. I&amp;#8217;m an occasional blogger, a vim lover, I like restructured text
and DVCSes, so I&amp;#8217;ve made a little tool that makes good use of all&amp;nbsp;that.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://docs.getpelican.com"&gt;Pelican&lt;/a&gt; (for calepin) is just a simple
tool …&lt;/p&gt;</description><pubDate>Wed, 06 Oct 2010 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2010-10-06:/pelican-a-simple-static-blog-generator-in-python.html</guid><category>code</category></item><item><title>An amazing summer of code working on distutils2</title><link>https://blog.notmyidea.org/an-amazing-summer-of-code-working-on-distutils2.html</link><description>
&lt;p&gt;The &lt;a href="http://code.google.com/soc/"&gt;Google Summer of Code&lt;/a&gt; I&amp;#8217;ve spent
working on &lt;a href="http://hg.python.org/distutils2/"&gt;distutils2&lt;/a&gt; is over. It
was a really amazing experience, for many&amp;nbsp;reasons.&lt;/p&gt;
&lt;p&gt;First of all, we had a very good team, we were 5 students working on
distutils2: &lt;a href="http://zubin71.wordpress.com"&gt;Zubin&lt;/a&gt;,
&lt;a href="http://wokslog.wordpress.com/"&gt;Éric&lt;/a&gt;,
&lt;a href="http://gsoc.djolonga.com/"&gt;Josip&lt;/a&gt;,
&lt;a href="http://konryd.blogspot.com/"&gt;Konrad&lt;/a&gt; and me. In addition,
&lt;a href="http://mouadino.blogspot.com/"&gt;Mouad&lt;/a&gt; have worked on …&lt;/p&gt;</description><pubDate>Mon, 16 Aug 2010 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2010-08-16:/an-amazing-summer-of-code-working-on-distutils2.html</guid><category>code</category></item><item><title>Sprinting on distutils2 in Tours</title><link>https://blog.notmyidea.org/sprinting-on-distutils2-in-tours.html</link><description>
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;date&lt;br&gt;&amp;nbsp;2010-07-06&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;category&lt;br&gt;&amp;nbsp;tech&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Yesterday, as I was traveling to Tours, I&amp;#8217;ve took some time to visit
Éric, another student who&amp;#8217;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 …&lt;/p&gt;</description><pubDate>Sat, 10 Jul 2010 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2010-07-10:/sprinting-on-distutils2-in-tours.html</guid><category>code</category></item><item><title>Introducing the distutils2 index crawlers</title><link>https://blog.notmyidea.org/introducing-the-distutils2-index-crawlers.html</link><description>
&lt;p&gt;I&amp;#8217;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&amp;nbsp;on)&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ll try do sum-up my general feelings here, and the work I&amp;#8217;ve made so
far. You can also find, if …&lt;/p&gt;</description><pubDate>Tue, 06 Jul 2010 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2010-07-06:/introducing-the-distutils2-index-crawlers.html</guid><category>code</category></item><item><title>Use Restructured Text (ReST) to power your presentations</title><link>https://blog.notmyidea.org/use-restructured-text-rest-to-power-your-presentations.html</link><description>
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;date&lt;br&gt;&amp;nbsp;2010-06-25&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;category&lt;br&gt;&amp;nbsp;tech&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Wednesday, we give a presentation, with some friends, about the CouchDB
Database, to &lt;a href="http://www.toulibre.org"&gt;the Toulouse local &lt;span class="caps"&gt;LUG&lt;/span&gt;&lt;/a&gt;. 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 …&lt;/p&gt;</description><pubDate>Fri, 25 Jun 2010 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2010-06-25:/use-restructured-text-rest-to-power-your-presentations.html</guid><category>code</category></item><item><title>first week working on distutils2</title><link>https://blog.notmyidea.org/first-week-working-on-distutils2.html</link><description>
&lt;p&gt;As I&amp;#8217;ve been working on &lt;a href="http://hg.python.org/distutils2/"&gt;Distutils2&lt;/a&gt;
during the past week, taking part of the
&lt;a href="http://code.google.com/intl/fr/soc/"&gt;&lt;span class="caps"&gt;GSOC&lt;/span&gt;&lt;/a&gt; program, here is a short
summary of what I&amp;#8217;ve done so&amp;nbsp;far.&lt;/p&gt;
&lt;p&gt;As my courses are not over yet, I&amp;#8217;ve not worked as much as I wanted, and
this will continues until …&lt;/p&gt;</description><pubDate>Fri, 04 Jun 2010 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2010-06-04:/first-week-working-on-distutils2.html</guid><category>code</category></item><item><title>A Distutils2 GSoC</title><link>https://blog.notmyidea.org/a-distutils2-gsoc.html</link><description>
&lt;p&gt;&lt;span class="caps"&gt;WOW&lt;/span&gt;. I&amp;#8217;ve been accepted to be a part of the &lt;a href="http://code.google.com/intl/fr/soc/"&gt;Google Summer Of
Code&lt;/a&gt; program, and will work on
&lt;a href="http://python.org/"&gt;python&lt;/a&gt; &lt;a href="http://hg.python.org/distutils2/"&gt;distutils2&lt;/a&gt;, with &lt;a href="http://pygsoc.wordpress.com/"&gt;a&lt;/a&gt; &lt;a href="http://konryd.blogspot.com/"&gt;lot&lt;/a&gt; &lt;a href="http://ziade.org/"&gt;of&lt;/a&gt; (intersting !) &lt;a href="http://zubin71.wordpress.com/"&gt;people&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;So, it&amp;#8217;s about building the successor of Distutils2, ie. &amp;#8220;the python
package manager&amp;#8221;. Today, there is too many ways to package …&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Sat, 01 May 2010 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2010-05-01:/a-distutils2-gsoc.html</guid><category>code</category></item><item><title>Le temps des grâces, courrez-y !</title><link>https://blog.notmyidea.org/le-temps-des-graces-courrez-y.html</link><description>
&lt;p&gt;Ouf, notre &lt;a href="http://www.reseaugrappe.org"&gt;semaine de l&amp;#8217;environnement&lt;/a&gt;
s&amp;#8217;est terminée, après un peu de neige et un brin de soleil quand il en
fallait&amp;nbsp;!&lt;/p&gt;
&lt;p&gt;Ce fut l&amp;#8217;occasion de rencontrer beaucoup de gens biens, et de regarder
d&amp;#8217;un peu plus près toutes ces problématiques qui mériteraient à elles
seules, chacune …&lt;/p&gt;</description><pubDate>Sun, 28 Mar 2010 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2010-03-28:/le-temps-des-graces-courrez-y.html</guid><category>journal</category></item><item><title>Semaine de lenvironnement: La consommation étudiante</title><link>https://blog.notmyidea.org/semaine-de-lenvironnement-la-consommation-etudiante.html</link><description>
&lt;p&gt;Les acteurs associatifs sont bien souvent moteurs des critiques de nos
sociétés. Je pense à &lt;a href="http://www.framasoft.net/"&gt;Framasoft&lt;/a&gt;, à &lt;a href="http://www.laquadrature.net/"&gt;la
Quadrature du net&lt;/a&gt; ou à &lt;a href="http://www.arsindustrialis.org/"&gt;Ars
Industrialis&lt;/a&gt; (dans le domaine de la
science et de l&amp;#8217;informatique), mais aussi &lt;a href="http://www.amisdelaterre.org/"&gt;aux Amis de la
Terre&lt;/a&gt;, à &lt;a href="http://www.attac.org/"&gt;&lt;span class="caps"&gt;ATTAC&lt;/span&gt;&lt;/a&gt;
(dans le domaine de l&amp;#8217;environnement …&lt;/p&gt;</description><pubDate>Wed, 24 Feb 2010 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2010-02-24:/semaine-de-lenvironnement-la-consommation-etudiante.html</guid><category>journal</category></item><item><title>Python ? go !</title><link>https://blog.notmyidea.org/python-go.html</link><description>
&lt;p&gt;Cela fait maintenant un peu plus d&amp;#8217;un mois que je travaille sur un
projet en &lt;a href="http://www.djangoproject.org"&gt;django&lt;/a&gt;, et que,
nécessairement, je me forme à &lt;a href="http://python.org/"&gt;Python&lt;/a&gt;. Je prends
un plaisir non dissimulé à découvrir ce langage (et à l&amp;#8217;utiliser), qui
ne cesse de me surprendre. Les premiers mots qui me …&lt;/p&gt;</description><pubDate>Thu, 17 Dec 2009 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2009-12-17:/python-go.html</guid><category>code</category></item><item><title>AMAP + Média = Paniers bio à 5e ?!</title><link>https://blog.notmyidea.org/amap-media-paniers-bio-a-5e.html</link><description>
&lt;p&gt;Le raccourci me semble un peu rapide. Et pourtant, il est emprunté bien
trop souvent. La dernière &lt;em&gt;mes-utilisation&lt;/em&gt; que j&amp;#8217;ai à décrier est celle
d&amp;#8217;un reportage télé, passé sur France 2 vendredi 23 Octobre (&lt;a href="http://docs.notmyidea.org/amap/amap-fr2.avi"&gt;voir la
vidéo&lt;/a&gt;), ou on parles de
&lt;a href="http://amap.zest.free.fr"&gt;l&amp;#8217;&lt;span class="caps"&gt;AMAP&lt;/span&gt; étudiante Zest&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Malgré tout le …&lt;/p&gt;</description><pubDate>Wed, 11 Nov 2009 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.notmyidea.org,2009-11-11:/amap-media-paniers-bio-a-5e.html</guid><category>journal</category></item></channel></rss>