Finishes fixing all posts. Still a lot of stuff to do, but we re on the right track

This commit is contained in:
julien lengrand-lambert
2014-02-09 18:38:48 +01:00
parent 7d0376bd44
commit f55f5cf32b
14 changed files with 62 additions and 58 deletions

View File

@@ -22,22 +22,27 @@ comments: []
Hi all,
I got a small hint for you if you use <strong><a title="matlab" href="http://www.mathworks.fr/" target="_blank">Matlab</a></strong> on a daily basis but still love your command line!
<h3></h3>
<div id="post-body-872517502060080737">
I am really not a <a title="IDE" href="http://en.wikipedia.org/wiki/Integrated_development_environment" target="_blank">IDE</a> kinda guy and always try to avoid using a huge interface when an editor is enough. Personally,  I haven't found a more powerful tool than the <strong>emacs/terminal</strong> combination yet.
In addition, the Matlab interface is fully coded in Java and is way too much ram-consuming imho. So I decided to get rid of it! Simply run
[matlab]
{% highlight matlab %}
$ matlab -nojvm -r script //run without implying the jvm
[/matlab]
{% endhighlight %}
or
[matlab]
{% highlight matlab %}
$ matlab -nodisplay -nosplash -nodesktop -r script
[/matlab]
{% endhighlight %}
The result is a Matlab command line interface. You will simply have to use your favourite editor to create your scripts, and then run them using the command line.

View File

@@ -76,7 +76,9 @@ After this operation, 28.1 MB disk space will be freed.Do you want to continue [
<li>Finally, you simply have to<strong> reinstall all previously removed packages</strong> (which depends on your system).</li>
</ul>
<div>
<div>{% highlight bash %}
<div>
{% highlight bash %}
[jlengrand@ubuntu:~/downloads/OpenCV-2.3.1/release]$sudo apt-get install gstreamer0.10-plugins-good libgstfarsight0.10-0 libpurple-bin libpurple0 libv4l-0 libv4l-dev pidgin vlc vlc-nox vlc-plugin-notify vlc-plugin-pulse
{% endhighlight %}
@@ -84,4 +86,4 @@ After this operation, 28.1 MB disk space will be freed.Do you want to continue [
</div>
</div>
</div>
<div>There it is, the library is successfully <strong>installed</strong>, you may use it as you wish ;).</div><!--:-->
<div>There it is, the library is successfully <strong>installed</strong>, you may use it as you wish ;).</div>

View File

@@ -62,7 +62,8 @@ To do this, you need two things :
<ul>
<li>Insert some <strong>javascript</strong> functions in your webpage. You can do this by importing a file, or simply copying the following code in your template:</li>
</ul>
<div>[javascript]
{% highlight javascript %}
<!-- Script créé par KevBrok ;-) -->
<script type="text/javascript">// <![CDATA[
@@ -133,13 +134,15 @@ To do this, you need two things :
}
}
// ]]></script>
[/javascript]
</div>
{% endhighlight %}
<ul>
<li>Then, <strong>Write down your article in both languages</strong>, one after the other in you editor. Each language should be placed in a separate div; and a button placed to switch from one language to the other. Here is an example :</li>
</ul>
<div>[javascript]
{% highlight javascript %}
<a href="javascript:InverseTout( 'mondiv' )">Français / English</a></pre>
<div id="mondiv1" class="cachediv">
<div style="border: 1px solid black; background-color: whitesmoke; margin-bottom: 2px;">My article in english</div>
@@ -148,9 +151,9 @@ To do this, you need two things :
<div style="border: 1px solid black; background-color: whitesmoke; margin-bottom: 2px;">Mon article en français</div>
</div>
<pre>
[/javascript]
</div>
{% endhighlight %}
<div>
There you are ! The<strong> "class = cachediv"</strong> is used to hide the on load.
@@ -165,4 +168,4 @@ Hope this help ;)
</div>
<div>[<a title="source" href="http://www.editeurjavascript.com/scripts/scripts_navigation_3_182.php" target="_blank">source</a>]</div>
<div><em>NOTE : Sorry for the code being in french (its not mine). I could take some time to translate it if you want :) </em></div><!--:-->
<div><em>NOTE : Sorry for the code being in french (its not mine). I could take some time to translate it if you want :) </em></div>

View File

@@ -43,7 +43,9 @@ As a bonus, the script automatically detects whether an image is in landscape or
Here is an example of the result :
[caption id="attachment_424" align="aligncenter" width="200" caption="picture of the "jardin des plantes" in Nantes"]<a href="http://www.lengrand.fr/wp-content/uploads/2011/12/pourquoi_le_bitume__by_jlengrand-d4dp4ha.jpg"><img class="size-medium wp-image-424" title="Pourquoi le bitume?" src="http://www.lengrand.fr/wp-content/uploads/2011/12/pourquoi_le_bitume__by_jlengrand-d4dp4ha-200x300.jpg" alt="picture of the "jardin des plantes" in Nantes" width="200" height="300" /></a>[/caption]
Picture of the "jardin des plantes" in Nantes"
<a href="http://www.lengrand.fr/wp-content/uploads/2011/12/pourquoi_le_bitume__by_jlengrand-d4dp4ha.jpg"><img class="size-medium wp-image-424" title="Pourquoi le bitume?" src="http://www.lengrand.fr/wp-content/uploads/2011/12/pourquoi_le_bitume__by_jlengrand-d4dp4ha-200x300.jpg" alt="picture of the "jardin des plantes" in Nantes" width="200" height="300" /></a>
This script is in an early stage for now, and should be upgraded with time. You can check out the <strong><a title="TODO list" href="https://github.com/jlengrand/batchWaterMarking">TODO list here. </a></strong>

View File

@@ -76,12 +76,15 @@ The installation is way simple :
<ul>
<li><a title="pluxml latest" href="http://www.pluxml.org/" target="_blank">Simply download the last version of Pluxml here</a>, and unzip it in the desired folder of your server.</li>
</ul>
Main install page of pluxml
<div>
[caption id="attachment_495" align="aligncenter" width="584" caption="main install page of pluxml"]<a href="http://www.lengrand.fr/wp-content/uploads/2012/01/install.jpeg"><img class="size-large wp-image-495" title="install of pluxml" src="http://www.lengrand.fr/wp-content/uploads/2012/01/install-1024x616.jpg" alt="main install page of pluxml" width="584" height="351" /></a>[/caption]
<a href="http://www.lengrand.fr/wp-content/uploads/2012/01/install.jpeg"><img class="size-large wp-image-495" title="install of pluxml" src="http://www.lengrand.fr/wp-content/uploads/2012/01/install-1024x616.jpg" alt="main install page of pluxml" width="584" height="351" /></a>
</div>
<div></div>
<ul>
<li>Connect to the main page of your website. You will be answered to set up the CMS.</li>
<li>Simply click on install if all dependencies you need are installed. Note that you can choose the language you want to use. Immediately, you will be redirected to the main page of your website.</li>
@@ -90,15 +93,16 @@ The installation is way simple :
<strong>Your website is now ready for use !</strong>
You can change most of the settings, write articles and handle comments in the admin menu :
[caption id="attachment_496" align="aligncenter" width="584" caption="some admin settings of Pluxml"]<a href="http://www.lengrand.fr/wp-content/uploads/2012/01/admin_settings.jpeg"><img class="size-large wp-image-496" title="admin settings of Pluxml" src="http://www.lengrand.fr/wp-content/uploads/2012/01/admin_settings-1024x618.jpg" alt="some admin settings of Pluxml" width="584" height="352" /></a>[/caption]
Some admin settings of Pluxml
<a href="http://www.lengrand.fr/wp-content/uploads/2012/01/admin_settings.jpeg"><img class="size-large wp-image-496" title="admin settings of Pluxml" src="http://www.lengrand.fr/wp-content/uploads/2012/01/admin_settings-1024x618.jpg" alt="some admin settings of Pluxml" width="584" height="352" /></a>
The system to add <strong>plugins</strong> is similar to most of CMS, <a title="plugins page pluxml" href="http://www.pluxml.org/?static7/download " target="_blank">download it on the dedicated page</a>, dowload it in the plugin folder of pluxml and enable it in the admin menu :
[caption id="attachment_497" align="aligncenter" width="584" caption="plugin activation in pluxml"]<a href="http://www.lengrand.fr/wp-content/uploads/2012/01/admin_plugins.jpeg"><img class="size-large wp-image-497" title="plugin activation in pluxml" src="http://www.lengrand.fr/wp-content/uploads/2012/01/admin_plugins-1024x612.jpg" alt="plugin activation in pluxml" width="584" height="349" /></a>[/caption]
Plugin activation in pluxml
&nbsp;
<a href="http://www.lengrand.fr/wp-content/uploads/2012/01/admin_plugins.jpeg"><img class="size-large wp-image-497" title="plugin activation in pluxml" src="http://www.lengrand.fr/wp-content/uploads/2012/01/admin_plugins-1024x612.jpg" alt="plugin activation in pluxml" width="584" height="349" /></a>
&nbsp;
Lots of <strong>themes</strong> have been created by the community. <strong><a title="pluxml themes" href="http://ressources.pluxml.org/" target="_blank">They can be downlodaded here</a></strong>. To install a theme, dowload the source, unzip it and dowload it to the themes folder of pluxml's root. Finally, choose it in the admin menu (section "display settings").
<em>Final tip :</em> Most of your information are stored in the parametres.xml file available in the data/configuration folder.

View File

@@ -31,9 +31,7 @@ My design was based on two main objectives : <strong>dark colors</strong> and <s
I never really liked fancy colors and hate to find them in websites. I think I succeded, and you can find the result on <a title="pluxml test platform" href="http://www.lengrand.fr/pluxml/513/" target="_blank">this test platform</a>.
Here is a screenshots of of the main page :
[caption id="attachment_502" align="aligncenter" width="584" caption="my dark pluxml theme"]<a href="http://www.lengrand.fr/wp-content/uploads/2012/01/pluxml_theme.jpeg"><img class="size-large wp-image-502" title="pluxml_theme" src="http://www.lengrand.fr/wp-content/uploads/2012/01/pluxml_theme-1024x617.jpg" alt="my dark pluxml theme" width="584" height="351" /></a>[/caption]
&nbsp;
<a href="http://www.lengrand.fr/wp-content/uploads/2012/01/pluxml_theme.jpeg"><img class="size-large wp-image-502" title="pluxml_theme" src="http://www.lengrand.fr/wp-content/uploads/2012/01/pluxml_theme-1024x617.jpg" alt="my dark pluxml theme" width="584" height="351" /></a>
The theme is based on two main colors : dark gray/black for the background and light grey for the foreground part. Web links are in colors in order to give some highlighting on the page.
The structure is divided into three main parts:
@@ -44,9 +42,5 @@ The structure is divided into three main parts:
</ul>
This theme is strict XHTML 1.0 compliant as it passes the W3C validator without error neither warnings.
Feel free to use it, the last version can be downlodaed on <strong><a title="github theme" href="https://github.com/jlengrand/pluxml_theme_darkFuture" target="_blank">my github</a></strong> or in <a title="pluxml theme ressources" href="http://ressources.pluxml.org/?theme126/theme-dark-future" target="_blank">pluxml ressources</a>. You will find more information about how to use it in the <a title="README theme" href="https://github.com/jlengrand/pluxml_theme_darkFuture/blob/master/README.markdown" target="_blank">README</a>.
Feel free to use it, the last version can be downloaded on <strong><a title="github theme" href="https://github.com/jlengrand/pluxml_theme_darkFuture" target="_blank">my github</a></strong> or in <a title="pluxml theme ressources" href="http://ressources.pluxml.org/?theme126/theme-dark-future" target="_blank">pluxml ressources</a>. You will find more information about how to use it in the <a title="README theme" href="https://github.com/jlengrand/pluxml_theme_darkFuture/blob/master/README.markdown" target="_blank">README</a>.
Just let me know if you like it ;), and feel free to ask for help !
&nbsp;
&nbsp;

View File

@@ -49,7 +49,7 @@ Hi all,
<strong>Long time no see !</strong>
I stayed silent those last days for the simple reason that I relocated to the Netherlands.
Two years ago, I spent some months working at <strong><a title="TNO website" href="http://www.tno.nl/index.cfm?Taal=2" target="_blank">TNO </a></strong>in underwater mine recognition. The internship took place in <a title="The Hague wiki" href="http://en.wikipedia.org/wiki/The_Hague" target="_blank">The Hague</a> and I discovered how fascinating life could be outside of your native country.I should write more soon about<a title="ECUA ATR" href="http://dl.dropbox.com/u/4286043/215.pdf" target="_blank"> the results of this project</a>:).
Two years ago, I spent some months working at <strong><a title="TNO website" href="http://www.tno.nl/index.cfm?Taal=2" target="_blank">TNO</a></strong> in underwater mine recognition. The internship took place in <a title="The Hague wiki" href="http://en.wikipedia.org/wiki/The_Hague" target="_blank">The Hague</a> and I discovered how fascinating life could be outside of your native country.I should write more soon about <a title="ECUA ATR" href="http://dl.dropbox.com/u/4286043/215.pdf" target="_blank">the results of this project</a>:).
Back in France, I realized that each day I was missing international life more and more and my girlfriend and me finally took the decision to relocate abroad as soon as possible
@@ -58,7 +58,7 @@ Now that I 'm somehow installed and currently searching for a new Position in th
Those days without official job is an excellent oportunity to finally get on with some of the items that lie on my TODO list for months :). Here are some new goals for the coming weeks :
<ul>
<li>Start a project using<a title="Google App Engine" href="http://code.google.com/appengine/" target="_blank"> Google App Engine</a> (Python side, of course). My idea is to create a Job Dashboard using the power of Google's tools.</li>
<li>Start a project using <a title="Google App Engine" href="http://code.google.com/appengine/" target="_blank">Google App Engine</a> (Python side, of course). My idea is to create a Job Dashboard using the power of Google's tools.</li>
<li>Set up a complete productive environment. I kept reading about <a title="agile development" href="http://en.wikipedia.org/wiki/Agile_software_development" target="_blank">productivity in software </a>those months, and I have some posts to write about :).</li>
<li>Contribute to the Open Source software in pushing<strong> at least one patch.</strong></li>
<li>Get back to jogging and push ups , and start learning dutch . . .</li>

View File

@@ -33,13 +33,13 @@ And here came the issue : I would have <strong>the name of the binary as a strin
Well, this could be a problem in C; but I was in Lua . . . Magic trick !
Problem solved in 3 simple lines of code :
[php]
{% highlight php %}
post_func = loadstring("param = printf(\"Hello ! \")")
post_func()
appli_repo = os.execute(param)
[/php]
{% endhighlight %}
if I want to execute param.

View File

@@ -30,8 +30,6 @@ comments:
to know that how is the job market for a PHD of computer vision? which skills
are required?\r\nand is it easy to find a job with a PHD of Computer vision?\r\nthanks"
---
Hi,
Here is something I wanted to do for a long time.
Some time ago, I left France to go international. Since my 6 internship in The Hague, English had become a need and I absolutely wanted to work abroad.

View File

@@ -151,9 +151,9 @@ But if this could be a problem, my experience in research centers helped me find
As a researcher, part of your job consists in being an expert in your field and "keep both eyes open". Some of your time should be spent reading publications related (or not) to your curent projects. And most researchers I know have their own way to handle this big piece of "paper knowledge" they process. While being in <strong><a title="TNO" href="http://www.tno.nl/" target="_blank">TNO</a></strong>, I found one piece of tool that I never stopped using : <strong><a title="mendeley" href="http://www.mendeley.com/" target="_blank">Mendeley Desktop</a></strong>.
Basically speaking, <strong><a title="mendeley" href="http://www.mendeley.com/" target="_blank">Mendeley</a></strong> is a publication management tool. It would help you keep track of your publications by extracting meda-data from the pdfs, and sort them out for you. For each document, you can access its authors, abstract, . . . And you can also set these meta-data and add keywords or tags.
While keywords are often already filled by the authors of the pdfs, <strong>tags have become my very scret weapon</strong>.
While keywords are often already filled by the authors of the pdfs, <strong>tags have become my very secret weapon</strong>.
[caption id="" align="alignnone" width="552" caption="main window of Mendeley Desktop"]<a href="http://dl.dropbox.com/u/4286043/mendeley.jpg"><img class=" " title="mendeley desktop" src="http://dl.dropbox.com/u/4286043/mendeley.jpg" alt="mendeley desktop" width="552" height="301" /></a>[/caption]
<a href="http://dl.dropbox.com/u/4286043/mendeley.jpg"><img class=" " title="mendeley desktop" src="http://dl.dropbox.com/u/4286043/mendeley.jpg" alt="mendeley desktop" width="552" height="301" /></a>
There are<strong> 3 major things</strong> I want to show you here that can help you efficiently handle tons of information.

View File

@@ -49,7 +49,8 @@ Just for the beauty of it, I want to quickly present some results :
Here is an example of sonar image manually segmented by two different experts. Observe how the results are similar, but also different at the same time.
<a href="http://dl.dropbox.com/u/4286043/expert.png"><img class="aligncenter" src="http://dl.dropbox.com/u/4286043/expert.png" alt="" border="0" /></a>
Here is the results I got using my fully automated method :
Here are the results I got using my fully automated method :
<a href="http://dl.dropbox.com/u/4286043/algo.png"><img class="aligncenter" src="http://dl.dropbox.com/u/4286043/algo.png" alt="" border="0" /></a>

View File

@@ -210,7 +210,7 @@ I am a <strong>huge</strong> fan, at a point that most of the times I need anyth
<div>In the middle of the huge list of items, there was <strong><a title="manstad" href="http://www.ikea.com/ca/fr/catalog/products/90198978/?query=manstad" target="_blank">this corner couch</a>.</strong></div>
<div>
[caption id="" align="aligncenter" width="500" caption="Awesome Ikea couch"]<img title="Manstad Couch" src="http://www.ikea.com/ca/fr/images/products/manstad-canape-lit-dangle-avec-rangement__75652_PE194140_S4.jpg" alt="the perfect ikea couch" width="500" height="500" />[/caption]
<img title="Manstad Couch" src="http://www.ikea.com/ca/fr/images/products/manstad-canape-lit-dangle-avec-rangement__75652_PE194140_S4.jpg" alt="the perfect ikea couch" width="500" height="500" />
</div>
<div></div>
@@ -224,17 +224,18 @@ I am a <strong>huge</strong> fan, at a point that most of the times I need anyth
<li>It ships into 3 packages, each <strong>exactly fitting into a 4 people (french) car</strong>. No need to be delivered if you are a bit patient and agree to do it in three rows.</li>
</ul>
</div>
<div></div>
<div></div>
My ikea couch in a normal state
<div>
[caption id="attachment_609" align="aligncenter" width="640" caption="My ikea couch in a normal state"]<a href="http://www.lengrand.fr/wp-content/uploads/2012/05/2012-05-28-21.00.31.jpg"><img class="size-full wp-image-609" title="My Manstad " src="http://www.lengrand.fr/wp-content/uploads/2012/05/2012-05-28-21.00.31.jpg" alt="my ikea couch" width="640" height="480" /></a>[/caption]
<a href="http://www.lengrand.fr/wp-content/uploads/2012/05/2012-05-28-21.00.31.jpg"><img class="size-full wp-image-609" title="My Manstad " src="http://www.lengrand.fr/wp-content/uploads/2012/05/2012-05-28-21.00.31.jpg" alt="my ikea couch" width="640" height="480" /></a>
</div>
<div></div>
Same Ikea couch, ready to receive!
<div>
[caption id="attachment_610" align="aligncenter" width="640" caption="Same Ikea couch, ready to receive!"]<a href="http://www.lengrand.fr/wp-content/uploads/2012/05/2012-05-28-21.01.17.jpg"><img class="size-full wp-image-610" title="Ikea couch, deployed" src="http://www.lengrand.fr/wp-content/uploads/2012/05/2012-05-28-21.01.17.jpg" alt="Ikea couch deployed" width="640" height="480" /></a>[/caption]
<a href="http://www.lengrand.fr/wp-content/uploads/2012/05/2012-05-28-21.01.17.jpg"><img class="size-full wp-image-610" title="Ikea couch, deployed" src="http://www.lengrand.fr/wp-content/uploads/2012/05/2012-05-28-21.01.17.jpg" alt="Ikea couch deployed" width="640" height="480" /></a>
</div>
<div>The couch is really smooth, the trunk really huge and the bed awesome (no "ouch my back hurts like hell!" when getting up in the morning). I even had my 70 year old grand-parents and then slept like babies.</div>
@@ -248,7 +249,7 @@ I am a <strong>huge</strong> fan, at a point that most of the times I need anyth
<div>Where in the first version of the couch you had to choose where you want your chaise, everything is now symmetrical, and you choose where to place it <strong>as you build the furniture</strong>.</div>
<div>
[caption id="attachment_611" align="aligncenter" width="537" caption="Each page of the manual shows both chaise positions"]<a href="http://www.lengrand.fr/wp-content/uploads/2012/05/symetrical.png"><img class="size-full wp-image-611" title="Ikea Manstad is now symmetrical" src="http://www.lengrand.fr/wp-content/uploads/2012/05/symetrical.png" alt="picture of the couch manual" width="537" height="755" /></a>[/caption]
<a href="http://www.lengrand.fr/wp-content/uploads/2012/05/symetrical.png"><img class="size-full wp-image-611" title="Ikea Manstad is now symmetrical" src="http://www.lengrand.fr/wp-content/uploads/2012/05/symetrical.png" alt="picture of the couch manual" width="537" height="755" /></a>
</div>
<div><strong> What does it mean for Ikea ?</strong></div>

View File

@@ -27,9 +27,7 @@ comments: []
As a <a title="job space" href="http://www.lengrand.fr/job-space/" target="_blank">scientist</a>, I love reading <a title="the art of war" href="http://www.amazon.com/The-Art-War-Sun-Tzu/dp/0385292163?tag=duckduckgo-d-20" target="_blank">old books</a> about ways to<strong> improve my workflow</strong> and <a title="GTD" href="http://www.davidco.com/" target="_blank">get things done</a>. As a <a title="aboutme" href="http://www.lengrand.fr/welcome-in-my-world/" target="_blank">french guy</a>, I am especially glad when what I read come from <a title="descartes wikipedia" href="https://en.wikipedia.org/wiki/Descartes" target="_blank">Descartes</a>.
[caption id="" align="aligncenter" width="213" caption="Portrait of one of the father&#39;s of Mathematics"]<img title="Descartes" src="http://media.web.britannica.com/eb-media/33/8433-004-8E2D30AB.jpg" alt="portrait of Descartes" width="213" height="250" />[/caption]
&nbsp;
<img title="Descartes" src="http://media.web.britannica.com/eb-media/33/8433-004-8E2D30AB.jpg" alt="portrait of Descartes" width="213" height="250" />
Here is a small part of what Wikipedia says about Descartes.
<blockquote><a title="wikipedia Descartes" href="https://en.wikipedia.org/wiki/Descartes" target="_blank"><strong>WIKIPEDIA</strong>
@@ -38,13 +36,12 @@ Here is a small part of what Wikipedia says about Descartes.
He is credited as the father of analytical geometry, the bridge between algebra and geometry, crucial to the discovery of infinitesimal calculus and analysis.
As an example, the <a title="Cartesian coordinate system" href="https://en.wikipedia.org/wiki/Cartesian_coordinate_system">Cartesian coordinate system</a> — allowing algebraic equations to be expressed as geometric shapes in a two-dimensional coordinate system — was named after him.</blockquote>
&nbsp;
In <em><a title="Le discours de la méthode" href="https://fr.wikipedia.org/wiki/Discours_de_la_m%C3%A9thode" target="_blank">Le discours de la méthode</a></em>  , Descartes describes 4 principles that (in his mind) people should follow to eventually find a solution to their (scientific) problems.
[caption id="" align="aligncenter" width="250" caption="Cover of Le discours de la méthode"]<img title="Le discours de la méthode" src="https://dl.dropbox.com/u/4286043/00_Website/03_Images/Descartes_Discours_de_la_Methode.jpg" alt="Cover of le discours de la Méthode" width="250" height="340" />[/caption]
<img title="Le discours de la méthode" src="https://dl.dropbox.com/u/4286043/00_Website/03_Images/Descartes_Discours_de_la_Methode.jpg" alt="Cover of le discours de la Méthode" width="250" height="340" />
&nbsp;
Here is the <strong>original (and french) version</strong> of those principles:
<blockquote>
Et comme la multitude des lois fournit souvent des excuses aux vices, en sorte quun état est bien mieux réglé lorsque, nayant que fort peu, elles y sont fort étroitement observées; ainsi, au lieu de ce grand nombre de précepte dont la logique est composée, je crus que jaurai assez des quatre suivants, pourvu que je prise une ferme et constante résolution de ne manquer pas une seule fois de les observer.
@@ -54,13 +51,10 @@ Et comme la multitude des lois fournit souvent des excuses aux vices, en sorte q
<li>Le troisième, de conduire par ordre mes pensées, en commençant par les objets les plus simples et les plus aisés à connaître, pour monter peu à peu, comme par degrés, jusques à la connaissance des plus composés; et supposant même de lordre entre ceux qui ne se précèdent point naturellement les uns les autres.</li>
<li>Et le dernier, de faire partout des dénombrements si entiers, et des revues si générales*, (tantôt en cherchant les intermédiaires, tantôt en parcourant les parties des difficultés), que je fusse assuré de ne rien omettre.</li>
</ul>
&nbsp;
René Descartes Le Discours de la Méthode Seconde Partie 1637
&nbsp;
&nbsp;</blockquote>
</blockquote>
And here is an english summary of those 4 principles (excuse my non-fluency in english):
<ul>
<li><strong>Never assume something to be true</strong> until proven. <strong>Be doubtful</strong> and avoid using expectations.</li>
@@ -68,7 +62,7 @@ And here is an english summary of those 4 principles (excuse my non-fluency in e
<li>Start solving simple things, and <strong>gradually increase difficulty</strong>.</li>
<li><strong>Keep reviewing your work</strong>, so that you are sure not to forget anything.</li>
</ul>
&nbsp;
Those 4 principles seem <strong>so essential and indivisible</strong> to me that I keep them written right in front of my eyes while coding :).
So whenever you feel on the edge of performing a dirty ALT-F4 in your unsaved 2000 python lines vim tab, stare at those four guys for a minut and wait. I assure you <strong>they'll eventually help you out</strong> !

View File

@@ -25,9 +25,9 @@ comments: []
---
You too may have enjoyed Windows and its tendency to hide <a title="thumbs files" href="http://en.wikipedia.org/wiki/Windows_thumbnail_cache" target="_blank">Thumbs files</a> in any folder containing media files.
Basically, Windows creates those files to let you see <a title="thumbnail" href="https://en.wikipedia.org/wiki/Thumbnail" target="_blank">thumbnails </a>when you browse from file to file (or folder to folder . . . ).
Basically, Windows creates those files to let you see <a title="thumbnail" href="https://en.wikipedia.org/wiki/Thumbnail" target="_blank">thumbnails</a> when you browse from file to file (or folder to folder . . . ).
And<strong><a title="why Linux is better" href="http://www.whylinuxisbetter.net/" target="_blank"> as you now run Linux,</a></strong> those files are completely useless for you !
And <strong><a title="why Linux is better" href="http://www.whylinuxisbetter.net/" target="_blank">as you now run Linux,</a></strong> those files are completely useless for you !
So here is the magic solution to get rid of those parasites :