http://yannesposito.com/ Yogsototh's last blogs entries 2011-10-04T08:18:59Z Yann Esposito http://yannesposito.com tag:yannesposito.com,2011-10-04:/Scratch/en/blog/Yesod-excellent-ideas/ Yesod excellent ideas 2011-10-04T08:18:59Z 2011-10-04T08:18:59Z <p><img alt="Title image" src="/Scratch/img/blog/Yesod-excellent-ideas/main.png" /></p> <div class="intro"> <p><span class="sc"><abbr title="Too long; didn't read">tl;dr</abbr>: </span></p> <p>I follows the yesod web framework for some times now. And I believe it reached the point where you should really consider to use it. But instead of telling you why you should learn Haskell and use yesod, I prefer to talk about new ideas used by yesod I didn&rsquo;t saw in other frameworks.</p> </div> <ol> <li> <p>Type safety</p> <p>One of the main source of error and time loose with web technologies are all problems linked to cross scripting, sql injection, etc&hellip; A link to an obligatory XKCD:</p> <p></p></li></ol></p> tag:yannesposito.com,2011-09-28:/Scratch/en/blog/programming-language-experience/ Programming Language Experience 2011-09-28T10:21:41Z 2011-09-28T10:21:41Z <p><img alt="Title image" src="/Scratch/img/blog/programming-language-experience/dragon.jpg" /></p> <div class="intro"> <span class="sc"><abbr title="Too long; didn't read">tl;dr</abbr>: </span> My short and higly subjective feelings about programming languages I used. </div> <h3 id="basic"><code>BASIC</code></h3> <p><img alt="Title image" src="/Scratch/img/blog/programming-language-experience/basic.gif" class="left" /> The language of my firsts programs! I was about 10, with an <code>MO5</code> and <code>Amstrad CPC 6128</code> and even with my <code>Atari STe</code>. This is the language of <code>GOTO</code>s. Ô nostalgia. Unfortunately this might be the only interesting part of this language.</p> <p>Today this language is obsolescent. It is not even good to learn programming...</p></p></p> tag:yannesposito.com,2011-08-25:/Scratch/en/blog/Learn-Vim-Progressively/ Learn Vim Progressively 2011-08-25T17:28:20Z 2011-08-25T17:28:20Z <p><img alt="Über leet use vim!" src="/Scratch/img/blog/Learn-Vim-Progressively/uber_leet_use_vim.jpg" /></p> <div class="intro"> <p><span class="sc"><abbr title="Too long; didn't read">tl;dr</abbr>: </span> Want to learn vim (the best text editor known to human kind) the fastest way possible. I suggest you a way. Start by learning the minimal to survive, then integrate slowly all tricks.</p> </div> <p><a href="http://www.vim.org">Vim</a> the Six Billion Dollar editor</p> <blockquote> <p>Better, Stronger, Faster.</p> </blockquote> <p>Learn <a href="http://www.vim.org">vim</a> and it will be your last text editor. There isn&rsquo;t any better text editor I know. Hard to learn, but incredible to use.</p> <p>I suggest you to learn it in 4 steps:</p> <ol> <li>Survive</li> ...</ol></p> tag:yannesposito.com,2011-05-18:/Scratch/en/blog/Password-Management/ 40 character's passwords 2011-05-18T11:14:28Z 2011-05-18T11:14:28Z <p><img alt="Title image" src="/Scratch/img/blog/Password-Management/main.png" /></p> <div class="intro"> <p><span class="sc"><abbr title="Too long; didn't read">tl;dr</abbr>: </span> How I manage safely my password with success for some years now.<br /> <strong><code>sha1( password + domain_name )</code></strong><br /> I memorize only one password. I use a different password on all website.</p> </div> <p>Disclamer, this is an unashamed attempt to make you download my iPhone app&nbsp;;-). You&rsquo;re always here? Even if you won&rsquo;t download my app, you should read more. My method doesn&rsquo;t necessitate my app. It is both safe and easy to use everyday.</p> <p>If you just want to <em>use</em> the tools without searching to understand why it is safe, just jump at the </p></p></div></p>