scratch/output/Scratch/en/blog/2010-05-17-at-least-this-blog-revive/index.html

205 lines
9.4 KiB
HTML
Raw Normal View History

2011-04-20 12:29:01 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="blog">
<link rel="shortcut icon" type="image/x-icon" href="/Scratch/img/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/Scratch/assets/css/main.css" />
2012-04-02 21:43:39 +00:00
<link rel="stylesheet" type="text/css" href="/Scratch/css/solarized.css" />
<link rel="stylesheet" type="text/css" href="/Scratch/css/idc.css" />
2011-04-20 12:29:01 +00:00
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://feeds.feedburner.com/yannespositocomen"/>
<link rel="alternate" lang="fr" xml:lang="fr" title="Je reviens à la vie !" type="text/html" hreflang="fr" href="/Scratch/fr/blog/2010-05-17-at-least-this-blog-revive/" />
<link rel="alternate" lang="en" xml:lang="en" title="I live again!" type="text/html" hreflang="en" href="/Scratch/en/blog/2010-05-17-at-least-this-blog-revive/" />
<script type="text/javascript" src="/Scratch/js/jquery-1.3.1.min.js"></script>
<script type="text/javascript" src="/Scratch/js/jquery.cookie.js"></script>
<script type="text/javascript" src="/Scratch/js/index.js"></script>
2011-04-20 12:29:01 +00:00
<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
<title>I live again!</title>
</head>
2011-10-18 22:30:00 +00:00
<body lang="en" class="article">
2011-04-20 12:29:01 +00:00
<script type="text/javascript">// <![CDATA[
document.write('<div id="blackpage"><img src="/Scratch/img/loading.gif" alt="loading..."/></div>');
2011-04-20 12:29:01 +00:00
// ]]>
</script>
<div id="content">
<div id="choix">
<div class="return"><a href="#entete">&darr; Menu &darr;</a></div>
<div id="choixlang">
<a href="/Scratch/fr/blog/2010-05-17-at-least-this-blog-revive/" onclick="setLanguage('fr')">en Français</a>
2011-04-20 12:29:01 +00:00
</div>
2011-09-28 16:05:55 +00:00
<div class="flush"></div>
2011-04-20 12:29:01 +00:00
</div>
<div id="titre">
<h1>
I live again!
</h1>
</div>
<div class="flush"></div>
<div class="flush"></div>
<div id="afterheader">
<div class="corps">
<p>Hi all!</p>
<blockquote cite="http://www.madore.org/~david/weblog/2010-05.html#d.2010-05-12.1752">
<p>The more you wait to do something, the more difficult it is to start doing it.</p>
</blockquote>
2012-02-20 14:41:09 +00:00
<p>I had to write another post for this blog. I had added many article idea in my todolist. But, I made many other things, and I&rsquo;ve always said (until now), I&rsquo;ll do this later. What changed my mind is the haunt of this simple remark about how to be productive in programming.
2011-04-20 12:29:01 +00:00
&gt; Stop write <code>TODO</code> in your code and make it now!<br />
2012-02-20 14:41:09 +00:00
&gt; You&rsquo;ll be surprised by the results.</p>
2011-04-20 12:29:01 +00:00
<p>In short:
&gt; <strong>Just do it!</strong> ou <strong>Juste fait le</strong> comme auraient dit les nuls.</p>
2012-02-20 14:41:09 +00:00
<p>Finally I&rsquo;ll certainly write blog post more often for a short period of time.</p>
2011-04-20 12:29:01 +00:00
<h3 id="what-did-i-do">What did I do?</h3>
<p>I finished some web services/application for <a href="http://www.gridpocket.com">gridpocket<small>&copy;</small></a>.</p>
<p>I also finished to update my blog engine to nanoc3. The difficult part was to handle nicely multiple languages. But I should detail why in a future post.</p>
<p>I also have a <em>real</em> life. I enjoyed some vacancies with my family. </p>
2012-02-20 14:41:09 +00:00
<p>I work with <a href="http://www.lucarea.net">Luc</a> on a simple ruby REST/JSON/API oriented framework. It works fairly well, with really few bug until now. We planify to make a simple todolist tutorial. May be in two to three blog posts. This framework is not public for now. It will certainly be after we&rsquo;ll create some simple web service with it and made a nice website for it.</p>
2011-04-20 12:29:01 +00:00
<p>Then what I plan to do from now:</p>
<ul>
<li>finish to make a public web service (I believe it can be popular)</li>
<li>finish to write the associated iPhone application for it</li>
<li>finish to publish our private framework to make web services</li>
<li>publish some articles about this blog (at least 3)</li>
<li>provide the sources of this website on <a href="http://github.com">github</a></li>
</ul>
2012-02-20 14:41:09 +00:00
<p>There is some random in some of these achivement mostly because they don&rsquo;t depend totally on me.</p>
2011-04-20 12:29:01 +00:00
</div>
<div id="choixrss">
<a id="rss" href="http://feeds.feedburner.com/yannespositocomen">
Subscribe
</a>
</div>
<script type="text/javascript">
$(document).ready(function(){
$('#comment').hide();
$('#clickcomment').click(showComments);
});
function showComments() {
$('#comment').show();
$('#clickcomment').fadeOut();
}
document.write('<div id="clickcomment">Comments</div>');
</script>
<div class="flush"></div>
<div class="corps" id="comment">
<h2 class="first">comments</h2>
<noscript>
You must enable javascript to comment.
</noscript>
<script type="text/javascript">
var idcomments_acct = 'a307f0044511ff1b5cfca573fc0a52e7';
var idcomments_post_id = '/Scratch/en/blog/2010-05-17-at-least-this-blog-revive/';
var idcomments_post_url = 'http://yannesposito.com/Scratch/en/blog/2010-05-17-at-least-this-blog-revive/';
2011-04-20 12:29:01 +00:00
</script>
<span id="IDCommentsPostTitle" style="display:none"></span>
<script type='text/javascript' src='/Scratch/js/genericCommentWrapperV2.js'></script>
2011-04-20 12:29:01 +00:00
</div>
<div id="entete" class="corps_spaced">
<div id="liens">
<ul><li><a href="/Scratch/en/">Home</a></li>
<li><a href="/Scratch/en/blog/">Blog</a></li>
<li><a href="/Scratch/en/softwares/">Softwares</a></li>
<li><a href="/Scratch/en/about/">About</a></li></ul>
2011-04-20 12:29:01 +00:00
</div>
<div class="flush"></div>
<hr/>
<div id="next_before_articles">
<div id="previous_articles">
previous entries
2012-04-02 21:43:39 +00:00
<div class="previous_article">
<a href="/Scratch/en/blog/2010-03-23-Encapsulate-git/"><span class="nicer">«</span>&nbsp;Encapsulate git</a>
</div>
<div class="previous_article">
<a href="/Scratch/en/blog/2010-03-22-Git-Tips/"><span class="nicer">«</span>&nbsp;Git Tips</a>
</div>
2011-04-20 12:29:01 +00:00
2012-04-02 21:43:39 +00:00
<div class="previous_article">
<a href="/Scratch/en/blog/2010-02-23-When-regexp-is-not-the-best-solution/"><span class="nicer">«</span>&nbsp;When regexp is not the best solution</a>
</div>
2011-04-20 12:29:01 +00:00
</div>
<div id="next_articles">
next entries
<div class="next_article">
<a href="/Scratch/en/blog/2010-05-19-How-to-cut-HTML-and-repair-it/">How to repair a cutted XML?&nbsp;<span class="nicer">»</span></a>
2011-04-20 12:29:01 +00:00
</div>
<div class="next_article">
2012-04-02 21:43:39 +00:00
<a href="/Scratch/en/blog/2010-05-24-Trees--Pragmatism-and-Formalism/">Trees; Pragmatism and Formalism&nbsp;<span class="nicer">»</span></a>
2011-04-20 12:29:01 +00:00
</div>
<div class="next_article">
2012-04-02 21:43:39 +00:00
<a href="/Scratch/en/blog/2010-06-14-multi-language-choices/">multi language choices&nbsp;<span class="nicer">»</span></a>
2011-04-20 12:29:01 +00:00
</div>
</div>
<div class="flush"></div>
</div>
</div>
<div id="bottom">
2012-04-02 21:43:39 +00:00
<div>
<a href="http://twitter.com/yogsototh">Follow me</a>
</div>
2011-04-20 12:29:01 +00:00
<div>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Copyright ©, Yann Esposito</a>
</div>
<div id="lastmod">
Created: 05/17/2010
Modified: 05/19/2010
</div>
<div>
Entirely done with
<a href="http://www.vim.org">Vim</a>
and
<a href="http://nanoc.stoneship.org">nanoc</a>
</div>
</div>
<div class="clear"></div>
</div>
</body>
</html>