<?xml version="1.0" ?>
<?xml-stylesheet href="" type="text/css"?>

<Channel xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:dcterms="http://purl.org/dc/terms/"
         xmlns="http://purl.org/net/rss1.1#"
         xmlns:p="http://purl.org/net/rss1.1/payload#"
         rdf:about="http://jace.seacrow.com">

    <title>Kiran Jonnalagadda’s Blog</title>
    <link>http://jace.seacrow.com</link>

    <description>Technology. Media. Culture. Friction.</description>

    <image rdf:parseType="Resource">
        <title>Kiran Jonnalagadda’s Blog</title>
        <url>http://jace.seacrow.com/logo.png</url>
    </image>

    <items rdf:parseType="Collection">
        
        <item rdf:about="http://jace.seacrow.com/archive/2009/05/21/this-blogs-moved">
            <title>This blog’s moved</title>
            <link>http://jace.seacrow.com/archive/2009/05/21/this-blogs-moved</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><p>I have a new blog at <a class="reference" href="http://jace.zaiki.in/">http://jace.zaiki.in/</a></p>
<p>I’m in the process of migrating content over from this blog and will redirect the feed and links when done. For now, please update your subscription manually. The new blog’s feed is at <a class="reference" href="http://jace.zaiki.in/feed.atom">http://jace.zaiki.in/feed.atom</a>. Thanks for keeping track through these silent months. I’m writing regularly once again.</p>
</p:payload>
            <dc:date>2009-05-21T23:09:27+05:30</dc:date>
            <dcterms:modified>2009-05-21T23:09:27+05:30</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2008/10/23/improving-font-rendering-under-ubuntu">
            <title>Improving font rendering under Ubuntu</title>
            <link>http://jace.seacrow.com/archive/2008/10/23/improving-font-rendering-under-ubuntu</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><p><a class="reference" href="http://www.ubuntu.com/">Ubuntu</a> ships <a class="reference" href="http://www.freetype.org/">FreeType</a> with the bytecode interpreter enabled. This works very well for common typefaces such as Vera, DejaVu, Verdana and Georgia at small sizes but somehow doesn’t for other typefaces and sizes.</p>
<p>After some tinkering, I came up with a configuration that works for me:</p>
<ol class="arabic simple">
<li>Open the Terminal and type <tt class="docutils literal"><span class="pre">sudo</span> <span class="pre">dpkg-reconfigure</span> <span class="pre">fontconfig-config</span></tt></li>
<li>Choose <tt class="docutils literal"><span class="pre">Autohinter</span></tt>, <tt class="docutils literal"><span class="pre">Automatic</span></tt> for subpixel rendering, and <tt class="docutils literal"><span class="pre">No</span></tt> for bitmapped fonts.</li>
<li>Under System → Preferences → Appearance → Fonts → Details, choose <tt class="docutils literal"><span class="pre">Subpixel</span></tt> and <tt class="docutils literal"><span class="pre">Slight</span></tt>.</li>
<li>Restart OpenOffice (including the Quickstarter) and Firefox. These two don’t reflect changes automatically.</li>
</ol>
<p>We’re making two choices here:</p>
<ol class="arabic simple">
<li>Native bytecode interpreter vs the autohinter. I’m not completely sold on one over the other.</li>
<li>Full vs slight subpixel rendering. Full looks fantastic at small sizes (8-9pt) but terrible when large. Slight is less well defined at small sizes, but acceptably well shaped for larger sizes.</li>
</ol>
<p>Further reading: <a class="reference" href="http://www.ubuntutips.net/node/35">Comprehensive Ubuntu Font Configuration Guide</a> (written for Gutsy but also applicable to Intrepid).</p>
<p><strong>Update:</strong> Disregard the above. The blurriness at small size gets unbearable after a while. Go back to native interpreter, full subpixel hinting, and setup custom workarounds in your <tt class="docutils literal"><span class="pre">~/.fonts.conf</span></tt> file. Here’s mine:</p>
<pre class="literal-block">
&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;!DOCTYPE fontconfig SYSTEM &quot;fonts.dtd&quot;&gt;
&lt;fontconfig&gt;
    &lt;match target=&quot;font&quot;&gt;
        &lt;test qual=&quot;any&quot; name=&quot;family&quot; compare=&quot;eq&quot;&gt;
            &lt;!-- Twitter uses Lucida Grande. The site looks terrible without
                 hintslight enabled. --&gt;
            &lt;string&gt;Lucida Grande&lt;/string&gt;
        &lt;/test&gt;
        &lt;edit name=&quot;autohint&quot; mode=&quot;assign&quot;&gt;
            &lt;bool&gt;true&lt;/bool&gt;
        &lt;/edit&gt;
        &lt;edit name=&quot;hintstyle&quot; mode=&quot;assign&quot;&gt;
            &lt;const&gt;hintslight&lt;/const&gt;
        &lt;/edit&gt;
    &lt;/match&gt;
&lt;/fontconfig&gt;
</pre>
</p:payload>
            <dc:date>2008-10-23T11:53:37+05:30</dc:date>
            <dcterms:modified>2008-10-23T17:27:30+05:30</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>ubuntu</dc:subject>
            
            
            <dc:subject>howto</dc:subject>
            
            
            <dc:subject>typography</dc:subject>
            
            
            <dc:subject>linux</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2008/09/04/info-activism-camp">
            <title>Info-Activism Camp</title>
            <link>http://jace.seacrow.com/archive/2008/09/04/info-activism-camp</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><p>My friends at the Tactical Technology Collective are organising <a class="reference" href="http://www.tacticaltech.org/infoactivismcamp">Info-Activism Camp</a> in February 2009. From their description:</p>
<blockquote>
<p>The Info-Activism camp will bring together 120 rights advocates from the global South with technologists, designers and activists for a week long hands-on workshop to share skills, tools and tactics in digital advocacy.</p>
<p>Info-Activism is an approach to advocacy that recognises the artful use of information and communications as a primary tactic in successful campaigns.</p>
<p>The camp provides a space for intensive learning and doing, a structured 'skill-share' environment for experienced advocates that will give them the confidence and know-how to leverage the limited resources they have to create greater impact. During the week, participants will learn how to creatively integrate new technologies in to their advocacy and create long lasting connections with other advocates and tech-activists.</p>
<p>The camp will give rights advocates the practical skills, tools and techniques to use technology to:</p>
<ul class="simple">
<li>Gather and analyse information and facilitate evidence-based campaigning</li>
<li>Create and disseminate targeted, accessible and engaging information for advocacy efforts that have impact on targets and mobilise support</li>
<li>Increase participation from affected communities</li>
<li>Enable cooperation and coordination with allies</li>
<li>Minimise security and privacy vulnerabilities</li>
</ul>
</blockquote>
<p>If you’ve been to any of TTC’s earlier Source camps, you’ll know them to be true camps, held away from urbanity in a full time week-long camp, technology driven, and yet focused on practical applications for the activist. These events are great places to meet folks who care about changing society for the better.</p>
<p>The venue is yet to be decided. It is likely to be near Bangalore. Application forms will be available later this month. More information here: <a class="reference" href="http://www.tacticaltech.org/infoactivismcamp">Info-Activism Camp - February 2009, India</a>.</p>
</p:payload>
            <dc:date>2008-09-04T10:15:01+00:00</dc:date>
            <dcterms:modified>2008-09-04T10:15:01+00:00</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>activism</dc:subject>
            
            
            <dc:subject>ngo</dc:subject>
            
            
            <dc:subject>camp</dc:subject>
            
            
            <dc:subject>event</dc:subject>
            
            
            <dc:subject>tacticaltech</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2008/09/02/what-a-little-competition-can-do-to-prices">
            <title>What a little competition can do to prices</title>
            <link>http://jace.seacrow.com/archive/2008/09/02/what-a-little-competition-can-do-to-prices</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><div class="image"><img alt="Eee PC 1000H price drop" height="333" src="/images/blog/2008/eee1000h-price-drop.jpg" width="500" /></div>
<p>Within the space of just a week, no doubt owing to the <a class="reference" href="http://en.wikipedia.org/wiki/Aspire_One">Acer Aspire One</a> and <a class="reference" href="http://en.wikipedia.org/wiki/MSI_Wind_PC">MSI Wind</a> becoming available. But for its weight, the Eee PC 1000H is a very compelling selection, with a comfortably sized screen, large keyboard, excellent trackpad and high quality speakers. Staples is selling with the full capacity 6-cell 6600 mAh battery. Earlier Eee PCs including my 701 were sold with a lower spec battery than elsewhere in the world.</p>
</p:payload>
            <dc:date>2008-09-02T18:32:40+00:00</dc:date>
            <dcterms:modified>2008-09-02T18:32:40+00:00</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>pricing</dc:subject>
            
            
            <dc:subject>eeepc</dc:subject>
            
            
            <dc:subject>competition</dc:subject>
            
            
            <dc:subject>netbook</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2008/09/02/getting-used-to-windows">
            <title>Getting used to Windows</title>
            <link>http://jace.seacrow.com/archive/2008/09/02/getting-used-to-windows</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><p>... is hard after years with a Mac.</p>
<div class="image"><img alt="Bluetooth cable unplugged" height="53" src="/images/blog/2008/bluetooth-cable.png" width="159" /></div>
<p>I’m using Windows as a way to detox, as a way to get away from dependence on the computer’s storage as data hub and move towards the cloud. I’m tired of lugging a laptop around everywhere and don’t see a solution in a lighter device. My digital life will have to be distributed across multiple special purpose devices with overlapping functions, with my data accessible across them.</p>
<p>Using Windows makes this migration so much easier.</p>
</p:payload>
            <dc:date>2008-09-02T06:36:19+00:00</dc:date>
            <dcterms:modified>2008-09-02T06:36:19+00:00</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>windows</dc:subject>
            
            
            <dc:subject>user interface</dc:subject>
            
            
            <dc:subject>cloud</dc:subject>
            
            
            <dc:subject>bluetooth</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2008/05/27/the-eee-pc-rocks">
            <title>The Eee PC rocks!</title>
            <link>http://jace.seacrow.com/archive/2008/05/27/the-eee-pc-rocks</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><p>It’s been two months now with my <a class="reference" href="/archive/2008/03/24/impressions-after-the-first-few-hours-with-an-eee-pc">Eee PC</a> and I’m pleased as punch. This is easily among the most useful gadgets I’ve acquired.</p>
<p>The Eee PC is incredibly small and light. It fits everywhere, even in my camera bag with the camera also in it. Despite the miserly 800x480 resolution, or perhaps because of it, I keep all windows maximised and work distraction free. The screen’s just wide enough for a column of text, which makes it a great ebook reader. <a class="reference" href="http://www.openoffice.org/">OpenOffice</a> with read-only documents defaults into viewer mode, which is great. I no longer have to convert stuff into PDF to make a comfortable reading experience, like I needed to do on the Mac. Vim, <a class="reference" href="/code/2008/vimrc">with my customised vimrc</a>, works splendidly for editing in <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>, my text markup format of choice.</p>
<p>When I’m not working with documents or code, I’m working with people, and <a class="reference" href="http://www.xchat.org/">XChat</a> when maximised once again delivers the goods. I can keep the device aside, an eye on the conversation, while I’m working on something else.</p>
<p>Because it’s always in my bag, I can pull it out when waiting at a coffee shop, make a note, read something, or otherwise generally be productive instead of twiddling thumbs. The device is low profile and the keyboard comfortable. The battery life isn’t great, but I’ve managed to stretch it as much as 3:30 hours. It lasts long enough between the average visit to the power socket.</p>
<p>That said, the quibbles:</p>
<ul class="simple">
<li>The trackpad’s scroll area is way too sensitive. I use a scroll mouse occasionally just for the scrolling comfort.</li>
<li>The PgUp/PgDn keys are overloaded on the arrow keys. Navigating documents a page at a time is that much less convenient.</li>
<li>Boot time with Hardy is several seconds longer than it should be, while suspend-to-ram sucks juice.</li>
<li>I miss <a class="reference" href="http://skim-app.sourceforge.net/">Skim</a>. It made reading and annotating PDF on the Mac such a joyous experience. There’s nothing like it on Linux.</li>
</ul>
<p>All minor. The device overall gets two thumbs up.</p>
</p:payload>
            <dc:date>2008-05-27T17:34:07+00:00</dc:date>
            <dcterms:modified>2008-05-27T17:34:07+00:00</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>ubuntu</dc:subject>
            
            
            <dc:subject>productivity</dc:subject>
            
            
            <dc:subject>eeepc</dc:subject>
            
            
            <dc:subject>linux</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2008/05/22/reading-business-books">
            <title>Reading business books</title>
            <link>http://jace.seacrow.com/archive/2008/05/22/reading-business-books</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><p>Seth Godin shares my take on reading business books. In <a class="reference" href="http://sethgodin.typepad.com/seths_blog/2008/05/how-to-read-a-b.html">How to read a business book</a>:</p>
<blockquote>
<p>... How to read a business book... it’s not as obvious as it seems.</p>
<ul class="simple">
<li>Bullet points are not the point.</li>
</ul>
<p>If you’re reading for the recipe, and just the recipe, you can get through a business book in just a few minutes. But most people who do that get very little out of the experience. Take a look at the widely divergent reviews for The Dip. The people who ‘got it’ understood that it was a book about getting you to change your perspective and thus your behavior. Those that didn’t were looking for bullet points. They wasted their money.</p>
</blockquote>
<p>My notes on Twitter:</p>
<blockquote>
<p>two kinds of business books: the absolutists who tell you what is good for you, and the relativists who tell you what they experienced. <a class="reference" href="http://twitter.com/jackerhack/statuses/788733905">03:14 PM April 14, 2008</a></p>
<p>the more i read, the more i prefer adapting from the relativists than kowtowing to the absolutists. <a class="reference" href="http://twitter.com/jackerhack/statuses/788734197">03:14 PM April 14, 2008</a></p>
</blockquote>
<p>I’m currently reading <a class="reference" href="http://www.amazon.com/What-Management-Works-Everyones-Business/dp/0743203186">What Management Is</a> by Joan Magretta and totally loving it. Blossom’s in Bangalore has it for Rs 160.</p>
</p:payload>
            <dc:date>2008-05-22T10:46:09+00:00</dc:date>
            <dcterms:modified>2008-05-22T10:46:09+00:00</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>twitter</dc:subject>
            
            
            <dc:subject>books</dc:subject>
            
            
            <dc:subject>reading</dc:subject>
            
            
            <dc:subject>business</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2008/03/24/impressions-after-the-first-few-hours-with-an-eee-pc">
            <title>Impressions after the first few hours with an Eee PC</title>
            <link>http://jace.seacrow.com/archive/2008/03/24/impressions-after-the-first-few-hours-with-an-eee-pc</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><ol class="arabic simple">
<li>Damn, this thing is light.</li>
<li>Damn, this thing doesn't fit my pocket. It's a computer, not a phone.</li>
<li>The keyboard's tiny! How will I ever learn to touch type on it?</li>
<li>This thing is light. It doesn't stay put when I type.</li>
<li>Where's the keyboard backlight? I'm supposed to adjust ambient light now?</li>
<li>It froze! Thrice! Ah, the community forums have the answer. Something oddball with the wired network settings seeking a network. Turn it off. Who plugs in anymore anyway?</li>
<li>Why doesn't this thing just connect to my wireless network when I turn it on, like my Mac does? Why doesn't Apple make this thing?</li>
<li>It's so tiny, it won't sit on my lap like a laptop. I need new postures.</li>
<li>Look ma, it's so small, I can hold it with both hands and thumb-type! Just like with my phone!</li>
<li>I think I can get used to this keyboard. I typed this entire post on the Eee PC itself!</li>
<li>Eh, why don't my Mac keyboard shortcuts for extended characters work? How do I get smart quotes in this post? Why doesn't Apple make this thing?</li>
<li>I see major lifestyle changes happening.</li>
</ol>
</p:payload>
            <dc:date>2008-03-24T19:09:56+00:00</dc:date>
            <dcterms:modified>2008-03-24T19:09:56+00:00</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>asus</dc:subject>
            
            
            <dc:subject>eeepc</dc:subject>
            
            
            <dc:subject>umpc</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2008/03/23/asus-eee-pc-vs-hcl-mileap-y">
            <title>ASUS Eee PC vs HCL MiLeap Y</title>
            <link>http://jace.seacrow.com/archive/2008/03/23/asus-eee-pc-vs-hcl-mileap-y</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><p>
I’m in the market for an ultralight laptop to serve half-way between my cell phone (Nokia E61i; very portable and always on me, but painful for anything more than a few hundred words) and regular laptop (Apple MacBook Pro; all round performer but not a joy to lug around). The primary use will be for email and extended note taking. There appear to be only two suitable candidates available for purchase in Bangalore today.
</p>
<p>
The <a href="http://www.hclleaptops.in/mileap/product2.asp">MiLeap Y</a> or <a href="http://eeepc.in/">Eee PC</a>, oh which one will it be?
</p>

<table class="listing">
 
 <tr>
  <th>Feature</th>
  <th>ASUS Eee PC</th>
  <th>HCL MiLeap Y</th>
  <th>Advantage</th>
 </tr>
 
 <tr class="odd">
  <td>Size</td>
  <td>7&quot;</td>
  <td>7&quot;</td>
  <td>Match</td>
 </tr>
 <tr class="even">
  <td>Display</td>
  <td>800&times;480. Painfully inadequate. The dialog boxes of
  several apps are too large to fit on screen.</td>
  <td>1024&times;600. Feels comfortable when apps are maximised.</td>
  <td>MiLeap Y</td>
 </tr>
 <tr class="odd">
  <td>Build</td>
  <td>Traditional laptop design. Feels solid.</td>
  <td>Tablet PC design. Feels like an accidental drop
  could break it.</td>
  <td>Eee PC</td>
 </tr>
 <tr class="even">
  <td>Finish</td>
  <td>Matte. Leaves no smudges.</td>
  <td>Glossy. Fingerprint magnet.</td>
  <td>Eee PC</td>
 </tr>
 <tr class="odd">
  <td>Weight</td>
  <td>920 grams</td>
  <td>980 grams. The 60 gram difference may seem
  paltry but is noticeable.</td>
  <td>Eee PC</td>
 </tr>
 <tr class="even">
  <td>Battery Life</td>
  <td>2.5 hours as per reviews. This is pretty much what
  makes or breaks a device’s usability. ASUS has announced plans
  for higher capacity batteries.</td>
  <td>2 hours as per reviews. Poor show. (I wouldn’t go
  with manufacturers’ claims of battery life in idle mode.)
  No news on better battery availability.</td>
  <td>Eee PC</td>
 </tr>
 <tr class="odd">
  <td>Startup Time</td>
  <td>15-22 seconds cold, lesser from suspension</td>
  <td>1:30 minutes cold, 45 seconds from hibernate</td>
  <td>Eee PC</td>
 </tr>
 <tr class="even">
  <td>Power Adapter</td>
  <td>Feels like a large cell phone charger. You could
  tuck it into a pocket and carry the Eee PC like a notebook when moving around.</td>
  <td>Brick with cables both ends. Major fashion faux pas
  to be seen toting one, besides being unwieldy.</td>
  <td>Eee PC</td>
 </tr>
 <tr class="odd">
  <td>Storage</td>
  <td>4-8 GB. The 8 GB versions don’t appear to be
  available in India.</td>
  <td>80 GB. Serious advantage here. Solid state storage’s
  perceived reliability isn’t so much of a plus point for me as disk crashes
  aren’t all that common, replacement disks are easy to obtain, and disruptions
  can be minimised with regular backups.</td>
  <td>MiLeap Y</td>
 </tr>
 <tr class="even">
  <td>Trackpad</td>
  <td>Relatively large. Single button with separate left
  and right sensors. Not possible to press both together.</td>
  <td>Relatively small, but with separate left and right
  buttons. Separate scroll buttons on screen.</td>
  <td>MiLeap Y</td>
 </tr>
 <tr class="odd">
  <td>Touch Screen</td>
  <td>No</td>
  <td>Yes. The touch screen is pressure-based however, and
  unusable for actually writing on unless you don’t mind
  scratches. In my testing, it failed to recognise writing
  unless I pressed hard. High quality write-on screens use
  a special pen with a conductive coil that requires a very
  light touch.</td>
  <td>MiLeap Y</td>
 </tr>
 <tr class="even">
  <td>Alternate Form Factor</td>
  <td>None</td>
  <td>The MiLeap Y in tablet form factor makes a great
  ebook reader / web browser. The screen’s sides have a fairly usable button
  mouse, arrow direction pad, scroll buttons and a few extra (hopefully)
  reprogrammable buttons.</td>
  <td>MiLeap Y</td>
 </tr>
 <tr class="odd">
  <td>OS</td>
  <td>Linux. You can choose your own distro and UI.
  Dedicated community providing customisations tailored for the Eee PC.</td>
  <td>Windows Vista Home Premium. The UI is still toyish
  (WinXP’s UI was like a candy factory meltdown) and switching is not an option, as
  parts of the hardware are unsupported on Linux.</td>
  <td>Eee PC</td>
 </tr>
 <tr class="even">
  <td>Pedigree</td>
  <td>ASUS, which is committed to first class Linux
  support. Everything just works.</td>
  <td>Also available as the Kohjinsha SH-series. HCL is a
  licensee. I wouldn’t expect HCL to build high quality hardware given they
  have neither the track record nor market presence, so this is good news. The
  upstream manufacturer, however, appears uninterested in Linux support and
  HCL’s voice will remain unheard unless they have enough demanding customers.</td>
  <td>Eee PC</td>
 </tr>
 <tr class="odd">
  <td>Processing Power</td>
  <td>900 MHz, but underclocked to 630 MHz.</td>
  <td>800 MHz, but Vista’s sluggishness makes it feel
  slower.</td>
  <td>Match</td>
 </tr>
 <tr class="even">
  <td>Cost</td>
  <td>Rs 16-20,000</td>
  <td>Rs 35,000</td>
  <td>Eee PC</td>
 </tr>
 <tr class="odd">
  <td>Obsolescence</td>
  <td>Given the rapid pace of improvements in small form
  factor computers, the Eee PC will be very obsolete in a year. It will,
  however, have a second life as that little network file server tucked away
  under the desk. It is also cheap enough to give away.</td>
  <td>The MiLeap’s spotty Linux support makes it a less
  likely server, and far higher cost makes it harder to give away. The touch
  screen could however mean it’ll turn into some kind of a wall mounted device,
  although its hard disk won’t survive on a treadmill (which is where I’d want
  a touch screen).</td>
  <td>Eee PC</td>
 </tr>
 <tr class="even">
  <td>Final Tally</td>
  <td>10</td>
  <td>5</td>
  <td>Eee PC</td>
 </tr>
</table>

<p>
What would you pick and why?
</p></p:payload>
            <dc:date>2008-03-23T19:30:14+00:00</dc:date>
            <dcterms:modified>2008-05-22T10:48:23+00:00</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>eeepc</dc:subject>
            
            
            <dc:subject>windows</dc:subject>
            
            
            <dc:subject>laptop</dc:subject>
            
            
            <dc:subject>writing</dc:subject>
            
            
            <dc:subject>umpc</dc:subject>
            
            
            <dc:subject>linux</dc:subject>
            
            
            <dc:subject>asus</dc:subject>
            
            
            <dc:subject>mileap</dc:subject>
            
            
            <dc:subject>hcl</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2008/02/11/twittering">
            <title>Twittering</title>
            <link>http://jace.seacrow.com/archive/2008/02/11/twittering</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><p>My blogging these days is largely confined <a class="reference" href="http://twitter.com/jackerhack">to Twitter</a>, with the very occasional picture <a class="reference" href="http://community.livejournal.com/jacemobile/">on the moblog</a>.</p>
<p>I’ve long regarded blogging as an outlet for self-expression first, everything else a distant second. My work-related responsibilities and associated communication needs have grown tremendously over the past year, taking away much of the energy otherwise channelled into such expression. <a class="reference" href="http://barcampbangalore.org/">Barcamp Bangalore</a> has similarly taken its cut.</p>
<p>What’s left works rather well at crafting an expression in 140 characters.</p>
</p:payload>
            <dc:date>2008-02-11T17:14:02+00:00</dc:date>
            <dcterms:modified>2008-02-11T17:14:02+00:00</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>moblog</dc:subject>
            
            
            <dc:subject>blogging</dc:subject>
            
            
            <dc:subject>twitter</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2007/12/04/converting-existing-authentication-databases-to-openid">
            <title>Converting existing authentication databases to OpenID</title>
            <link>http://jace.seacrow.com/archive/2007/12/04/converting-existing-authentication-databases-to-openid</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><p>Earlier this year, I applied to <a class="reference" href="http://nrcfosshelpline.in/web/">NRC-FOSS</a> for funding for a project to build an open source <a class="reference" href="http://openid.net/">OpenID</a> Provider wrapper around existing SQL and LDAP-based authentication databases. They haven’t made up their mind yet, but in the meantime I figured I’d release my spec. <a class="reference" href="/writing/2007/proposal-for-openid-wrapper-project">Here it is</a>.</p>
<p><a class="reference" href="http://trac.whitetree.org/gracie/">Gracie</a> and <a class="reference" href="http://www.atlassian.com/software/crowd/">Crowd</a> provide similar functionality, though I’m not sure they serve my exact use case.</p>
</p:payload>
            <dc:date>2007-12-04T17:39:19+05:30</dc:date>
            <dcterms:modified>2007-12-04T17:39:19+05:30</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>openid</dc:subject>
            
            
            <dc:subject>nrcfoss</dc:subject>
            
            
            <dc:subject>opensource</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2007/11/12/in-laos">
            <title>In Laos</title>
            <link>http://jace.seacrow.com/archive/2007/11/12/in-laos</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><p>I spent last week in <a class="reference" href="http://en.wikipedia.org/wiki/Laos">Laos</a>, taking a much needed vacation. Pictures and text forthcoming.</p>
</p:payload>
            <dc:date>2007-11-12T18:14:25+05:30</dc:date>
            <dcterms:modified>2007-11-12T18:14:25+05:30</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>travel</dc:subject>
            
            
            <dc:subject>vacation</dc:subject>
            
            
            <dc:subject>laos</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2007/11/01/is-barcamp-bangalore-declining">
            <title>Is Barcamp Bangalore declining?</title>
            <link>http://jace.seacrow.com/archive/2007/11/01/is-barcamp-bangalore-declining</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><p><a class="reference" href="http://witopia.blogspot.com/2007/11/decline-of-bcb.html">Rajiv Poddar thinks so</a>. I’m not quite convinced that is the case. Consider this:</p>
<blockquote>
<p>To my mind, BCB3 was the peak and the decline has started. One of the most attractive aspects of Barcamp was its simplicity. It was easy to find who was attending and who was talking about what. With each Barcamp it got progressively difficult to do so. With BCB4 it was impossible to get a quick snapshot and I dont expect BCB5 to be any different.</p>
<p>To think of it, the significance of Barcamp has also diminished over the past year with more events and unconferences cropping up. Barcamp itself has played an important role in germinating these events. These spinoffs have taken over the role of bringing together people around a narrower common interest.</p>
</blockquote>
<p>That focused events are reducing Barcamp’s significance is indeed true. What Rajiv appears to have missed, though, is that as these communities gain traction and find their focus, they will want to move on and manage themselves, leaving Barcamp to <em>newer communities seeking similar exposure</em>. The collective format is designed around encouraging this.</p>
<p>This will mean each Barcamp has its own flavour in terms of what sort of participant it attracts, and this may not appeal to everyone, but Barcamp was never about dictating who’s allowed in and who’s not — or what they’re allowed to discuss.</p>
<p>The compliant about it becoming harder to understand what’s happening in the event, however, has merit and deserves consideration.</p>
</p:payload>
            <dc:date>2007-11-01T22:58:38+05:30</dc:date>
            <dcterms:modified>2007-11-02T10:22:38+05:30</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>barcampbangalore5</dc:subject>
            
            
            <dc:subject>barcamp</dc:subject>
            
            
            <dc:subject>barcampbangalore</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2007/11/01/barcamp-bangalore-5">
            <title>Barcamp Bangalore 5</title>
            <link>http://jace.seacrow.com/archive/2007/11/01/barcamp-bangalore-5</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><p>Registration of collectives for BCB5 is now open. Here’s the <a class="reference" href="http://barcampbangalore.org/wiki/BCB5_Collective_Approach">explanation on what’s new</a>.</p>
<p>Based on discussions over the last few weeks, we're now using web forums instead of <a class="reference" href="http://barcampbangalore.org/wiki/Main_Page">the wiki</a> for collective registration. This means you’ll need an account at the forum in addition to your existing wiki account. This is inconvenient, but the forum hopefully provides a better interface than the mailing list and its online archives.</p>
<p>I’ve posted to the forum explaining <a class="reference" href="http://barcampbangalore.org/forums/viewtopic.php?t=4">how collectives may register</a>.</p>
<p>(I’m on vacation through next week. Will be missing out on much of the action, but the break’s badly needed.)</p>
</p:payload>
            <dc:date>2007-11-01T01:48:29+05:30</dc:date>
            <dcterms:modified>2007-11-01T01:48:29+05:30</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>barcampbangalore5</dc:subject>
            
            
            <dc:subject>barcamp</dc:subject>
            
            
            <dc:subject>barcampbangalore</dc:subject>
            
        </item>
        
        
        <item rdf:about="http://jace.seacrow.com/archive/2007/09/28/contribute-to-bcb5">
            <title>How to contribute constructively to BCB5 </title>
            <link>http://jace.seacrow.com/archive/2007/09/28/contribute-to-bcb5</link>
            
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal"><p>Shourya Sarcar interprets Gandhian thought for folks interested in BCB5:</p>
<blockquote>
<p>But, lately, one of Gandhi’s quotes have been striking me hard inside. It’s forcing me to get out of my comfort zones, realign my biases and admonish myself more effectively.</p>
<blockquote>
Be the change that you want to see in the world</blockquote>
<p>And that’s my only request to people who want to see changes happening in <strong>Barcamp Bangalore 5</strong>, coming up somewhere around November this year.</p>
<p>Let’s not just say, “This did not work”, “The auditorium was not effective”, “The sessions were boring”. My challenge to you (and myself) is “What are you going to do to effect a change ?”</p>
<p>Positive emails are one way to make a great start. I have observed that there are two primary types of emails that come in</p>
<ol class="arabic simple">
<li>This went wrong</li>
<li>This went wrong and I wish this would be the way it was</li>
</ol>
<p>We need to create the third category: This went wrong and I wish it was this way and THIS IS WHAT I AM GOING TO DO ABOUT IT.</p>
</blockquote>
<p>The rest of the post deals with common gripes and possible constructive responses. <a class="reference" href="http://shouryalive.com/blog/be-the-change-that-you-want-to-see/">Link</a>.</p>
</p:payload>
            <dc:date>2007-09-28T21:55:49+05:30</dc:date>
            <dcterms:modified>2007-11-01T01:51:35+05:30</dcterms:modified>
            <dc:creator>Kiran Jonnalagadda</dc:creator>
            
            
            <dc:subject>barcampbangalore5</dc:subject>
            
            
            <dc:subject>barcamp</dc:subject>
            
            
            <dc:subject>barcampbangalore</dc:subject>
            
        </item>
        
    </items>
</Channel>

