<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>simulacra</title>
	
	<link>http://simulacra.in</link>
	<description>Confusing fact and fiction, since 2006.</description>
	<lastBuildDate>Sat, 10 Dec 2011 11:20:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/simulacra" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="simulacra" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Rambling notes on HTML5-based slideshow tools</title>
		<link>http://simulacra.in/2011/12/rambling-notes-on-html5-based-slideshow-tools/</link>
		<comments>http://simulacra.in/2011/12/rambling-notes-on-html5-based-slideshow-tools/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 11:20:40 +0000</pubDate>
		<dc:creator>Ankit Solanki</dc:creator>
				<category><![CDATA[simulacra]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[slideshows]]></category>

		<guid isPermaLink="false">http://simulacra.in/?p=497</guid>
		<description><![CDATA[I can’t seem to write cohesively anymore, so I’ll just ruminate a bit and hope it’s not too dis-organized. I recently been creating training materials for JavaScript and related stuff at work; mostly presentations1. For the last few years, I’ve tried to create my presentations in HTML: as a Linux user, I of course can’t [...]]]></description>
			<content:encoded><![CDATA[<p><small>I can’t seem to write cohesively anymore, so I’ll just ruminate a bit and hope it’s not too dis-organized.</small></p>
<hr />
<p>I recently been creating training materials for JavaScript and related stuff at work; mostly presentations<sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup>. For the last few years, I’ve tried to create my presentations in HTML: as a Linux user, I of course can’t use Powerpoint, and I loathe <del>Open</del>Libre Office, so using it was never even an option.</p>
<p>Back in the day before HTMLized presentations were famous, Eric Meyer created a great tool called <a href="http://meyerweb.com/eric/tools/s5/">S5</a>. I loved it — and still do, but it lacks the oomph of more recent tools (though I admit that I haven’t taken a look at it recently). Anyone who wants to investigate the current landscape should take a look at the Wikipedia article on <a href="http://en.wikipedia.org/wiki/Web-based_slideshow">Web-based slideshows</a>.</p>
<p>Most of my recent presentations have been built using <a href="https://github.com/adamzap/landslide">Landslide</a> — a nifty little application that uses some Python magic to transform Markdown-formatted slides into <a href="http://adamzap.com/random/landslide.html">great presentations</a>. It is quite simple to create customized themes for it, with a bit of fiddling. It also has a nice ‘presenter notes’ mode that seems to have been inspired by Keynote. Overall, Landslide definitely is one of the best tools for the job right now.</p>
<p>Another tool that I’ve been investigating recently is <a href="http://imakewebthings.github.com/deck.js/">deck.js</a> — a more modular approach to creating HTML presentations. It exposes a great <a href="http://imakewebthings.github.com/deck.js/docs/">API</a>, and has a nice extension system. In fact, one of the extensions, <a href="http://ireneros.com/deck/deck.js-codemirror/introduction/">deck.js-codemirror</a> incorporates <a href="http://codemirror.net/">CodeMirror</a>’s excellent live code editing and syntax highlighting features into presentations: perfect for creating training materials for JavaScript!</p>
<p>The only issue I have with deck.js at present is that it requires me to write in HTML; do-able but I would much prefer writing presentations in plain text. Still, it’s a pretty interesting tool — the next few presentations I create will use it.</p>
<div class="footnote">
<hr />
<ol>
<li id="fn:1">
<p>Which we may put online sometime, let’s see. 
&#160;<a href="#fnref:1" rev="footnote" title="Jump back to footnote 1 in the text">&#8617;</a></p>
</li>
</ol>
</div>]]></content:encoded>
			<wfw:commentRss>http://simulacra.in/2011/12/rambling-notes-on-html5-based-slideshow-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On being a polyglot (programmer)</title>
		<link>http://simulacra.in/2011/11/on-being-a-polyglot-programmer/</link>
		<comments>http://simulacra.in/2011/11/on-being-a-polyglot-programmer/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 06:24:58 +0000</pubDate>
		<dc:creator>Ankit Solanki</dc:creator>
				<category><![CDATA[simulacra]]></category>
		<category><![CDATA[essay]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://simulacra.in/?p=493</guid>
		<description><![CDATA[I’ve grown up speaking multiple languages, like most Indians1. My childhood was defined by clear-cut language separations: Gujarati for home, Hindi when talking with friends, English (and to a smaller extent, Marathi) at school. Each language ended up occupying a certain part of my brain. To this day, I can’t think of anything scientific or [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve grown up speaking multiple languages, like most Indians<sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup>. My childhood was defined by clear-cut language separations: Gujarati for home, Hindi when talking with friends, English (and to a smaller extent, Marathi) at school. </p>
<p>Each language ended up occupying a certain part of my brain. To this day, I can’t think of anything scientific or computing related in any language other than English: I just don’t know the right words. Conversely, talking about some topics in English just doesn’t <em>feel</em> right. Oh, and don’t even get me started about different styles of the same language<sup id="fnref:2"><a href="#fn:2" rel="footnote">2</a></sup>.</p>

<p>I have a lot of fun with language: conversations with my sister, for example, often ends up with us switching languages often in between sentences. </p>

<p>Keep this in mind when I say that the best advice for a novice programmer is to <strong>learn as many programming languages as possible</strong>.</p>

<hr />

<p>In random order<sup id="fnref:3"><a href="#fn:3" rel="footnote">3</a></sup>, here are some of the languages I’ve learned (and at times, used):</p>

<ul>
<li>C++</li>
<li>Python</li>
<li>SQL</li>
<li>ActionScript 3.0</li>
<li>Common Lisp</li>
<li>C</li>
<li>JavaScript</li>
<li>Java</li>
<li>Scheme</li>
<li>Ruby</li>
<li>C#</li>
<li>PHP</li>
</ul>

<p>For most of these languages, I can be considered to be a tourist: someone who has read a basic travel guide and knows a few phrases in order to get around. For others, I could be an academic: someone who studies the language, but never uses it in real life. I’m only fluent in a few of these. I do not consider myself to be a <em>master</em> of any of them.</p>

<p>Still, knowing multiple languages has had a <strong>tremendous</strong> impact on my career as a programmer; I <strong>always</strong> end up using a concept learned with one language elsewhere. </p>

<p>It opens up your mind to the <em>possibility</em> of alternate ways to do things. You write better code. More importantly, you begin to understand the value of writing simple code. Understanding different patterns of behaviour in different languages leads you to being able to think out of the box, so to speak.</p>

<p>From a more pragmatic point of view, knowing multiple languages is good for your paycheck. The computer industry moves at a very fast pace. If you are just a one-trick pony, well, you aren’t going to hire-able for long. Sure, there’s still a market for COBOL programmers who work on mainframes, but it’s pretty small.</p>

<p>There are a few drawbacks to being a polyglot programmer: you are always learning, and never quite feel like an ‘expert’ at anything. You may give-in to the temptation of over-thinking and over-complicating things while coding. And, you may not be able to ‘market’ yourself for a job, you may not pass the keyword screening tests of the HR department in large organizations.</p>

<p>The Indian IT industry is at times a strange place<sup id="fnref:4"><a href="#fn:4" rel="footnote">4</a></sup>. People willing pigeon-hole themselves, saying ”I am a X Programmer“ (replace <em>X</em> with Java/.NET/PHP/etc). Very few of us actually <em>enjoy</em> programming, and most don’t want to learn anything new. I’ve only met a few people who’ve learned languages because they want to; a sad fact that depresses me at times. </p>

<p>But if you do end-up being a language nut like me, the benefits will far out-weight the costs. You just need to actually care about what you do, the rest comes easy.</p>

<hr />

<div class="footnote">
<ol>
<li id="fn:1">
<p>It seems to me being proud about being bilingual is a profoundly American trait.
&#160;<a href="#fnref:1" rev="footnote" title="Jump back to footnote 1 in the text">&#8617;</a></p>
</li>
<li id="fn:2">
<p>Delhi-Hindi, for example, is very different from Mumbai-Hindi.
&#160;<a href="#fnref:2" rev="footnote" title="Jump back to footnote 2 in the text">&#8617;</a></p>
</li>
<li id="fn:3">
<p>Seriously, I couldn’t figure out in which order to put things, so I ended up randomizing the list!
&#160;<a href="#fnref:3" rev="footnote" title="Jump back to footnote 3 in the text">&#8617;</a></p>
</li>
<li id="fn:4">
<p>Of course, I don’t know how the industry is out-of-India, as I’ve only worked here.<br />
&#160;<a href="#fnref:4" rev="footnote" title="Jump back to footnote 4 in the text">&#8617;</a></p>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://simulacra.in/2011/11/on-being-a-polyglot-programmer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A fresh start</title>
		<link>http://simulacra.in/2011/10/a-fresh-start/</link>
		<comments>http://simulacra.in/2011/10/a-fresh-start/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 10:02:55 +0000</pubDate>
		<dc:creator>Ankit Solanki</dc:creator>
				<category><![CDATA[simulacra]]></category>
		<category><![CDATA[plans]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://simulacra.in/?p=487</guid>
		<description><![CDATA[I have been stuck with writer’s block for a while now. It’s shameful really, and look, I have a sparkline that proves it: (blog posts per month) I need to do something drastic in order to break this habit. Here’s the plan, in no specific order: Move my blog off WordPress, and use one of [...]]]></description>
			<content:encoded><![CDATA[<p>I have been stuck with writer’s block for a while now. It’s shameful really, and look, I have a sparkline that proves it: <img src="http://sparklines.bitworking.info/spark.cgi?type=impulse&amp;d=10,15,11,14,15,11,12,12,16,14,16,18,11,11,14,12,11,10,8,8,10,7,5,8,4,9,5,5,3,3,4,0,1,2,0,0,0,0,2,1,1,0,0,2,0,1,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0&amp;height=20&amp;limits=0,25&amp;below-color=darkgray&amp;width=4" alt="Monthly Posts" title="Blog posts per month" /> (blog posts per month)</p>

<p>I need to do something drastic in order to break this habit. Here’s the plan, in no specific order:</p>

<ul>
<li><p>Move my blog off WordPress, and use one of these newly-fashionable static site generators. I think it’ll make me want to tinker with things (more).</p></li>
<li><p>Have been cooking a lot, lately. Write more about food!</p></li>
<li><p>Photoblogging. </p></li>
<li><p>The ‘learn a new programming language and blog about it’ plan.</p></li>
<li><p>Tweet less.</p></li>
<li><p>Stop enumerating things and start doing things.</p></li>
</ul>

<p>Well, stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://simulacra.in/2011/10/a-fresh-start/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>indite</title>
		<link>http://simulacra.in/2011/05/indite/</link>
		<comments>http://simulacra.in/2011/05/indite/#comments</comments>
		<pubDate>Sun, 15 May 2011 11:47:44 +0000</pubDate>
		<dc:creator>Ankit Solanki</dc:creator>
				<category><![CDATA[simulacra]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[indite]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://simulacra.in/?p=480</guid>
		<description><![CDATA[I haven’t really worked on many personal projects lately; indite is the only one worth pointing out. indite is a tiny project that Xri and I came up with. I don’t really know how to describe it. Here are a few attempts: [i]ndite is a little something to help you create stuff. It could be [...]]]></description>
			<content:encoded><![CDATA[<p>I haven’t really worked on many personal projects lately; <a href="http://indite.in" title="With it’s own fancy domain!">indite</a> is the only one worth pointing out.</p>

<p><a href="http://indite.in" title="With it’s own fancy domain!">indite</a> is a tiny project that <a href="http://xrivatsan.com/">Xri</a> and I came up with. I don’t really know how to describe it. Here are a few attempts:</p>

<blockquote>
  <p>[i]ndite is a little something to help you create stuff. It could be some creative writing, or a humble grocery list (or a hitlist). If you do your thinking better on plain paper than on a text editor, you might like this.</p>
</blockquote>

<p>That was from our about page. Here’s another description:</p>

<blockquote>
  <p>indite is a simple visual playground that you can use to organize your thoughts. It’s open-ended &amp; designed for spatially-minded folks.</p>
</blockquote>

<p>Here is what it looks like: <a href="http://www.flickr.com/photos/anks/5722058438/" title="This is indite. by Anks, on Flickr"><img src="http://farm4.static.flickr.com/3431/5722058438_f670583469_z.jpg" width="562" height="520" alt="This is indite." class="aligncenter"></a> Do visit the <a href="http://www.flickr.com/photos/anks/5722058438/">Flickr page</a> in order to see the notes on various parts of the interface.</p>

<p>Basically, think of it as sticky-notes combined with an iGoogle-like page, and inspired by Apple’s aesthetics. We don’t really know where exactly we’ll end up taking this.</p>

<p>It’s pretty open-ended right now. I use it for taking meeting notes, outlining documents and collecting research notes. <a href="http://www.amitsrivastava.net/">Amit</a> seems to like using it as a todo-list. We want to keep it this way: simple, but powerful.</p>

<h3>Terminology</h3>

<p>The word ‘indite’ basically means “to produce a literary work” (thanks Wordnet!). I really love the name, the application is definitely text-centric. It’s great that we got the domain for it!</p>

<p>We call the individual bits of text placed on the screen ‘blurbs’. Well, they are not actually <em>blurbs</em>, but this was the most suitable name that we came up with. Also, I like how <em>blurb</em> sounds, so the name stays.</p>

<h3>Usage</h3>

<ol>
<li>Start typing on the page.</li>
<li>Press <code>Ctrl-Enter</code> when you’re done.</li>
<li>You have a blurb!</li>
<li>You can drag it around, if you feel like it.</li>
<li>Type to add more blurbs. Delete them when you no longer need ’em.</li>
</ol>

<p>Uh, this is pretty much it. </p>

<p>Feature-wise, the one thing I really like about it is the ability to have multiple <em>layers</em> of blurbs. I like having a layer per-topic, usually.</p>

<p>Most of the credit goes to <a href="http://xrivatsan.com/">Xri</a> for creating an awesome UI, and coming up with the ideas. I’m only the tinkerer on the project :)</p>

<h3>Technology</h3>

<p>Right now, it’s a tiny JavaScript app. I wanted to learn more about the  <a href="http://documentcloud.github.com/backbone" title="A pretty nice framework!">Backbone.js</a> framework, so it’s written using that. We created the initial version over a couple of weekend nights (months ago!), and it’s been pretty much the same since then. This also means that it’s long overdue a re-write, but I haven’t really found the time…</p>

<p>Storage is done on the browser. God bless HTML5.</p>

<h3>The Future?</h3>

<p>I really want to create a back-end for this using <a href="http://nodejs.org/">node.js</a>, which seems like a perfect fit. I’ve been particularly lethargic recently though, so who knows when this will happen. We have plans though… big plans. Expect something or the other to happen, though.</p>]]></content:encoded>
			<wfw:commentRss>http://simulacra.in/2011/05/indite/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Command line statistics</title>
		<link>http://simulacra.in/2011/05/command-line-statistics/</link>
		<comments>http://simulacra.in/2011/05/command-line-statistics/#comments</comments>
		<pubDate>Tue, 03 May 2011 11:14:02 +0000</pubDate>
		<dc:creator>Ankit Solanki</dc:creator>
				<category><![CDATA[simulacra]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://simulacra.in/?p=475</guid>
		<description><![CDATA[Well, I’m planning to write here more frequently. For now, I’ll be concentrating on sharing small-ish nuggets of information, instead of trying to write an essay-style post. This post is about fun little statistics I have gleaned by by zsh history file. Note: my history file contains the last 3000 or so commands I had [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I’m planning to write here more frequently. For now, I’ll be concentrating on sharing small-ish nuggets of information, instead of trying to write an essay-style post.</p>

<p>This post is about fun little statistics I have gleaned by by <code>zsh</code> history file. Note: my history file contains the last 3000 or so commands I had executed.</p>

<hr />

<p>Lets begin with trying to find out which version control systems I use most frequently:</p>

<pre><code>$ history | grep 'git ' | wc -l
60
$ history | grep 'hg '  | wc -l
264
$ history | grep 'svn ' | wc -l
180
</code></pre>

<p>Mercurial seems to be in the lead right now. Hurrah for distributed version control! We use <code>svn</code> for some projects at work, <code>hg</code> for others. No <code>git</code>, because many of the guys are on Windows. </p>

<p>For my own stuff, I end up using either <code>git</code> or <code>hg</code>, depending on my mood. Don’t really have a preference one way or the other.</p>

<hr />

<p>Videos &amp; stuff:</p>

<pre><code>$ history | grep 'yd '  | uniq | wc -l
71
$ history | grep 'vlc ' | uniq | wc -l
109
</code></pre>

<p><code>yd</code> is my alias for the awesome <a href="http://rg3.github.com/youtube-dl/">youtube-dl</a> script that allows me to watch the video in question offline (I hate getting interrupted with a ‘loading’ message when watching anything interesting). It is a resume-able command, so I put in a <code>uniq</code> in the filter chain to just count distinct videos.</p>

<hr />

<p><code>grep</code> vs. <code>ack</code>:</p>

<pre><code>history | grep 'grep ' | wc -l
121
history | grep 'ack '  | wc -l
94
</code></pre>

<p><a href="http://betterthangrep.com/">ack</a> is something better than grep (command name is 25% fewer characters to type!), for code-related stuff anyway. I still end up using grep for piping &amp; stuff, but all the commands above can be re-written by just replacing the <code>grep</code> with an <code>ack</code>.</p>

<hr />

<p>OK, that’s it for today. Any of you want to share something?</p>]]></content:encoded>
			<wfw:commentRss>http://simulacra.in/2011/05/command-line-statistics/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>On Mumbai traffic, and giving up driving</title>
		<link>http://simulacra.in/2010/10/mumbai-traffic-giving-up-driving/</link>
		<comments>http://simulacra.in/2010/10/mumbai-traffic-giving-up-driving/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 06:26:17 +0000</pubDate>
		<dc:creator>Ankit Solanki</dc:creator>
				<category><![CDATA[simulacra]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[driving]]></category>
		<category><![CDATA[mumbai]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://simulacra.in/?p=471</guid>
		<description><![CDATA[I like to drive, but lately I haven’t enjoyed driving. Mumbai has the worst traffic of any city I’ve seen… Yesterday, for example, going to a mall 10km from my home took me over two hours; driving on a Saturday and not during peak hours. For now, it seems that the only time I can [...]]]></description>
			<content:encoded><![CDATA[<p>I like to drive, but lately I haven’t enjoyed driving.</p>

<p>Mumbai has the worst traffic of any city I’ve seen… Yesterday, for example, going to a mall 10km from my home took me over two hours; driving on a Saturday and <em>not</em> during peak hours. For now, it seems that the only time I can drive without facing traffic is in the middle of the night—maybe after 1am, as I have got stuck in traffic when driving at midnight.</p>

<p>There are countless construction projects active right now to improve the situation: from creating new <a href="http://www.msrdc.org/Projects/50flyovers.aspx">flyovers</a>, to building an <a href="http://en.wikipedia.org/wiki/Mumbai_Metro">alternate metro line</a>, building a <a href="http://en.wikipedia.org/wiki/Mumbai_Monorail">Monorail</a>, and building pedestrian crossings at major road intersections. Unfortunately, all these projects are being undertaken right now, which means that many frequently used routes are blocked. This compounds the problem, but hopefully the situation will improve in a couple of years, when the new infrastructure is in place.</p>

<p>Thankfully, I work from home, so I don’t have to commute daily. I usually take the car out maybe once a week, as driving to any place close-by is a waste of time.</p>

<hr />

<p>Which brings to mind the question: do I really need a car? I don’t, really. If I want to travel, booking a cab is a better option than driving: at least one can relax if stuck somewhere.</p>

<p>So, no more driving for me. My sister, who lives in Nagpur, has ‘borrowed’ our family car. Hopefully, she’ll put it to better use…</p>]]></content:encoded>
			<wfw:commentRss>http://simulacra.in/2010/10/mumbai-traffic-giving-up-driving/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Half-fried honey omelette</title>
		<link>http://simulacra.in/2010/06/half-fried-honey-omelette/</link>
		<comments>http://simulacra.in/2010/06/half-fried-honey-omelette/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 08:51:18 +0000</pubDate>
		<dc:creator>Ankit Solanki</dc:creator>
				<category><![CDATA[simulacra]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[recipes]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://simulacra.in/?p=468</guid>
		<description><![CDATA[I have been learning to cook recently. I knew how to make a few basic dishes, but my recent enthusiasm is all due to spending a month with Xri and performing almost-daily experiments with food. I’ve decided to share a few simple recipes that I like, now and then. Omelettes are truly versatile, and damn [...]]]></description>
			<content:encoded><![CDATA[<p>I have been learning to cook recently. I knew how to make a few basic dishes, but my recent enthusiasm is all due to spending a month with <a href="http://xrivatsan.com/">Xri</a> and performing almost-daily experiments with food. I’ve decided to share a few simple recipes that I like, now and then.</p> 
 
<p>Omelettes are truly versatile, and damn difficult to get right. Subtle changes in preparation will lead to large differences in taste in the finished product, so I think making great omelettes is almost an art-form, that I hope to master in a few years. </p> 
 
<p>A “half-fried honey omelette” (as I call it) is a very simple omelette to make, and one of my favorites. Here’s what you should do:</p> 
 
<ol> 
<li>Take a pan, put it on medium heat and add a teaspoon of olive oil.</li> 
<li>Crack two eggs over the pan: don’t mix them beforehand.</li> 
<li>Try to get your egg whites evenly spread on the pan.</li> 
<li>Add a tea-spoon of honey on top.</li> 
<li>Then, <em>gently</em> stir the top, breaking the yolks and mixing it with the honey; spread it but make sure that you don’t disturb the bottom.</li> 
<li>After a minute or so, your omelette should be almost ready. You don’t want it to become totally solid, the yolks should be a bit watery.</li> 
<li>This is difficult: try to move the whole omelette without breaking to your dish. I usually can’t do this, you an alternative is to fold it before serving.</li> 
<li>No need to add anything else (no salt or pepper required). Eat it hot!</li> 
</ol> 
 
<p>OK, please comment if anyone tries making this.</p> ]]></content:encoded>
			<wfw:commentRss>http://simulacra.in/2010/06/half-fried-honey-omelette/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VirtualBox tip</title>
		<link>http://simulacra.in/2010/04/virtualbox-tip/</link>
		<comments>http://simulacra.in/2010/04/virtualbox-tip/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 06:22:37 +0000</pubDate>
		<dc:creator>Ankit Solanki</dc:creator>
				<category><![CDATA[simulacra]]></category>
		<category><![CDATA[asides]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://simulacra.in/?p=466</guid>
		<description><![CDATA[If you running *nix in a VM inside *nix, pressing Ctrl-Alt-F1/F2/etc will take you to the host&#039;s console instead of the guest&#039;s consoles. Press Host-F1/F2 to go to the guest&#039;s console instead.]]></description>
			<content:encoded><![CDATA[If you running *nix in a VM inside *nix, pressing Ctrl-Alt-F1/F2/etc will take you to the host&#039;s console instead of the guest&#039;s consoles. Press Host-F1/F2 to go to the guest&#039;s console instead. ]]></content:encoded>
			<wfw:commentRss>http://simulacra.in/2010/04/virtualbox-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Milestone! (android notes)</title>
		<link>http://simulacra.in/2010/04/milestone-android-notes/</link>
		<comments>http://simulacra.in/2010/04/milestone-android-notes/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 05:29:07 +0000</pubDate>
		<dc:creator>Ankit Solanki</dc:creator>
				<category><![CDATA[simulacra]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://simulacra.in/?p=459</guid>
		<description><![CDATA[I bought a Motorola Milestone last week, and haven&#039;t stopped playing with it yet! I was dying to get hands on an Android device for ages, but none of the decent devices were availabe in India at first; and when they were available, they were either terribly over-priced or obsolete. I heard last week that [...]]]></description>
			<content:encoded><![CDATA[<img src="http://simulacra.in/images/posts/milestone-image.png" alt="Motorola Milestone" title="Motorola Milestone" width="376" height="369" class="aligncenter size-full wp-image-462" />

<p>I bought a <a href="http://www.gsmarena.com/motorola_milestone-3001.php" title="Specs on GSMArena">Motorola Milestone</a> last week, and haven&#039;t stopped playing with it yet! I was dying to get hands on an Android device for ages, but none of the decent devices were availabe in India at first; and when they were available, they were either terribly over-priced or obsolete.</p>

<p>I heard last week that the Milestone had been officially launched in India, and I saw that it&#039;s price was nearly comparable with international prices. A friend (thanks Neeraj!) got me a great deal, and I didn&#039;t waste any time grabbing it.</p>

<p>So far, I&#039;m really impressed with the device. I&#039;m actually composing this on the phone, and I plan to write a series of posts in the coming weeks detailing my experiences. (If nothing else, this should get me back to the habit of writing.) Stay tuned&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://simulacra.in/2010/04/milestone-android-notes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Workspace</title>
		<link>http://simulacra.in/2010/01/workspace/</link>
		<comments>http://simulacra.in/2010/01/workspace/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 09:46:16 +0000</pubDate>
		<dc:creator>Ankit Solanki</dc:creator>
				<category><![CDATA[simulacra]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[pics]]></category>
		<category><![CDATA[workspace]]></category>

		<guid isPermaLink="false">http://simulacra.in/?p=456</guid>
		<description><![CDATA[Read about it on its flickr page.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/anks/4256427576/" title="Desk by Anks, on Flickr"><img src="http://farm3.static.flickr.com/2738/4256427576_982ee89d08.jpg" width="500" height="375" alt="Desk" /></a></p>

<p>Read about it on its <a href="http://www.flickr.com/photos/anks/4256427576/" title="Desk by Anks on flickr.com">flickr page</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://simulacra.in/2010/01/workspace/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

