----- kind: blog title: Blog menupriority: 2 noSubMenu: true ----- <% number_of_articles=18 number_of_char_for_resume=800 language=@item_rep.path.sub(/\/Scratch\//,'').sub(/\/.*$/,'') last_articles = @items.select do |a| a.reps[0].path =~ /\/#{language}\// && a[:kind] == 'article' end last_articles=last_articles.sort { |x,y| y[:created_at] <=> x[:created_at] }[0..(number_of_articles-1)] def dArr return %{} end %>
Ü83R 1337 use Vim!
Learn Vim Progressively »
Neo Flying at warp speed
Haskell web programming »
Magritte pleasure principle
Learn Haskell Fast and Hard »

<%= number_of_articles %> lastest Articles

<% i=2 last_articles.each do |a| i+=1 %> <%= showArticle(a, language) %> <% if i % 3 == 2 %>
<% end %> <% end %>
<%= tagCloud %>

Archives

<%= generateBlogSubMenu(language) %>

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 is not always easy as English is not my natural language. I used to 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.