Presentation drawing

Blog

17 Aug 2011 A more convenient diff »

Diff is a very useful tool. But it is not so easy to read for us, simple mortal.

This is why, when you use git it will use a better formatting and colorize it.

Here is the script I use when I want to use human readable diff à la git.

#!/usr/bin/env zsh

# Load colors helpers
autoload -U colors && colors

function colorize_diff {
    while read line; 

Read more »

10 Jul 2011 ASCII Haskell Mandelbrot »

Here is the obfuscated code:

a=27;b=79;c=C(-2.0,-1.0);d=C(1.0,1.0);e=C(-2.501,-1.003)
newtype C = C (Double,Double) deriving (Show,Eq)
instance Num C where 

Read more »

18 May 2011 40 character's passwords »

Title image

tl;dr: How I manage safely my password with success for some years now.
sha1( password + domain_name )
I memorize only one password. I use a different password on all website.

Disclamer, this is an unashamed attempt to make you download my iPhone app ;-). You’re always here? Even if you won’t download my app, you should read more. My method doesn’t necessitate my app. It is both safe and easy to use everyday.

If you just want to use the tools without searching to understand why it is safe, just jump at the

Read more »

20 Apr 2011 Now hosted on github »

Title image

I am now hosted on github.

Read more »

3 Jan 2011 Why I won't use CoffeeScript (sadly) »

Title image

Update: I might change my mind now. Why? I just discovered a js2coffee converter. Furthermore Denis Knauf told me about a CoffeeScript.eval function. And as Denis said: “it is time to use Coffeescript as a javascript with Ruby-like syntax not a Ruby-like programming language”.

tl;dr: I would have loved to program client side using a Ruby-like syntax. But in the end, CoffeScript raised more disavantages than advantages.

Recently I read

Read more »

alternate reality

Bazaar

blacklist

branches

bzr

Cappuccino

Cocoa

colors

comments

dcvs

DCVS

diverged

drm

filter

indecidability

iTunes

multi-language

Objective-C

philosophy

Programming

protection

science

svn

workflow

Archives

[2011]

[2010]

[2009]

[2008]

Two words about the content

Here you'll can find mostly technical articles. Some are just reminder of technical tips. But some are long and technically detailled articles.


I do my best to traduce each page in french and in english. It not always easy. English is not my natural language. I make many errors, orthographic, grammatical, typographical…

Thanks not to judge me based on these errors! And don't forget content is more important than presentation!

The first impression I'll let you if we meet in real life should be different from the one I let you based on my website.

I wish you to find something useful or interesting on this website.

Copyright ©, Yann Esposito
Modified: 05/30/2011
Entirely done with Vim and nanoc
Validation [xhtml] . [css] . [rss]