<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	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"
	>

<channel>
	<title>ckunte.com &#187; Data preservation</title>
	<atom:link href="http://ckunte.com/archives/category/data-preservation/feed" rel="self" type="application/rss+xml" />
	<link>http://ckunte.com</link>
	<description>Life, dreams, technology, perfection, rhythm and melody.</description>
	<pubDate>Mon, 01 Dec 2008 10:17:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>I tried</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fi-tried&amp;seed_title=I+tried</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fi-tried&amp;seed_title=I+tried#comments</comments>
		<pubDate>Wed, 05 Nov 2008 18:40:36 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[Data preservation]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ckunte.com/?p=2109</guid>
		<description><![CDATA[There were a number of things I was doing wrong on the day I was transferring our trip photos from my other camera&#8217;s media (XD) card:

I was using the native Windows wizard, instead of my regular and safer Picasa wizard, to transfer images from the XD card to the computer.
And I chose to delete image [...]]]></description>
			<content:encoded><![CDATA[<p>There were a number of things I was doing wrong on the day I was transferring our <a href="http://ckunte.com/archives/vienna">trip</a> photos from my other camera&#8217;s media (<abbr>XD</abbr>) card:</p>
<ul>
<li>I was using the native Windows wizard, instead of my regular and safer Picasa wizard, to transfer images from the <abbr>XD</abbr> card to the computer.</li>
<li>And I chose to delete image files from the card option upon copying.</li>
<li>I snapped pictures in too large a canvas size&#8212;both in dimension, as well as in terms of <abbr>MBs</abbr>.</li>
<li>And last but not the least, I played music while the wizard transferred my pictures.</li>
</ul>
<p>It has been a hard lesson learnt. I would never do any of these again during the course of the file transfer. </p>
<p>While there is no nirvana for corrupted <abbr>JPEGs</abbr> (tough luck if this happens to you), there are some neat tools to try and salvage uncorrupted, but lost or deleted files via <a href="https://help.ubuntu.com/community/DataRecovery">ubuntu</a> linux powered computer. (Many of these tools are also available to computers running Mac <abbr>OS X</abbr>, and Windows.) I was certain I could salvage my lost-in-transfer pictures, so I tried the following.</p>
<p>I have a media card reader in my desktop. I inserted the <abbr>XD</abbr> card into one of the slots. But I was soon stumped with the device <abbr>ID</abbr> for the inserted card. I am never be sure of the device <abbr>IDs</abbr> of various card slots. (Each one is auto-assigned by my system.) So, I had to run <code>sudo fdisk -l</code> (in Terminal) to list all mounted devices on my linux system. The <abbr>XD</abbr> card was assigned as <code>sde0</code>.</p>
<p>Next, I made a <a href="http://en.wikipedia.org/wiki/Disk_image">disk image</a> of my <abbr>XD</abbr> card using a low level utility, <a href="http://en.wikipedia.org/wiki/Dd_(Unix)">dd</a>, by running the following command:</p>
<p><code>dd if=/dev/sde0 of=myxdcard.img bs=512</code></p>
<p>The resulting disk image file&#8212;<code>myxdcard.img</code>, which is a sector by sector copy of the media card in byte blocks of 512&#8212;was saved in my <a href="http://en.wikipedia.org/wiki/Home_directory">home folder</a> (<code>~/</code>).</p>
<p><strong>Why image:</strong> I prefer making a copy of the disk image because it is much safer to experiment with the image file rather than on the disk (<abbr>XD</abbr>, in my case) directly.</p>
<p>My <abbr>XD</abbr> card primarily contained <abbr>JPG</abbr> (or <abbr>JPEG</abbr>) photos prior to deletion, and so to recover them I tried <a href="http://www.cgsecurity.org/wiki/TestDisk">PhotoRec</a>. Installed it first with the following command:</p>
<p><code>sudo apt-get install testdisk</code></p>
<p>And then by running this command:</p>
<p><code>photorec myxdcard.img</code></p>
<p>With the above, I was able to restore all my deleted photos from my <abbr>XD</abbr> card. (It is also possible to restore using <a href="http://foremost.sourceforge.net/">foremost</a>&#8212;an alternative solution to PhotoRec. Install by running <code>sudo apt-get install foremost</code>, and then by running the command: <code>foremost myxdcard.img</code>. Restored files are typically stored in a folder called <code>output</code>.)</p>
<p>No solution, however, exists for salvaging corrupt <abbr>JPEG</abbr> image files. If you know of a method, I am all ears.</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fi-tried&amp;seed_title=I+tried/feed</wfw:commentRss>
		</item>
		<item>
		<title>Circle of trust</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fcircle-of-trust&amp;seed_title=Circle+of+trust</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fcircle-of-trust&amp;seed_title=Circle+of+trust#comments</comments>
		<pubDate>Sun, 05 Oct 2008 20:40:50 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[Data preservation]]></category>

		<category><![CDATA[Noteworthy]]></category>

		<category><![CDATA[Quotes]]></category>

		<category><![CDATA[Web apps]]></category>

		<guid isPermaLink="false">http://ckunte.com/?p=2044</guid>
		<description><![CDATA[Last week rms went on record to say these following words, and in turn awing, and shocking those who are still believers.

One reason you should not use web applications to do your computing is that you lose control. It&#8217;s just as bad as using a proprietary program. Do your own computing on your own computer [...]]]></description>
			<content:encoded><![CDATA[<p>Last week <code>rms</code> went on record to say these following words, and in turn awing, and shocking those who are still believers.</p>
<blockquote><p>
One reason you should not use web applications to do your computing is that you lose control. It&#8217;s just as bad as using a proprietary program. Do your own computing on your own computer with your copy of a freedom-respecting program. If you use a proprietary program or somebody else&#8217;s web server, you&#8217;re defenceless [<em>sic</em>]. You&#8217;re putty in the hands of whoever developed that software.</p>
<p><cite>&mdash; <a href="http://www.guardian.co.uk/technology/2008/sep/29/cloud.computing.richard.stallman">Richard M. Stallman</a></cite>
</p></blockquote>
<p>I&#8217;m trying to make sense of what he&#8217;s trying to say, while sweeping aside the gross generalization part. But first, a basic question: Didn&#8217;t &#8220;cloud&#8221; computing go live the moment networks came on? And aren&#8217;t web applications a result of manifestations, and implementations of some of those <a href="http://en.wikipedia.org/wiki/Internet_protocol_suite">TCP/IP protocols</a> that we started using as elements of the network, the internet, and later the web? And if you consider network a vital part of today&#8217;s computing, can you really do without it anymore?</p>
<p>For what it is worth, there may be a number of web applications that do not provide data-freedom, have no <abbr>APIs</abbr>, provide no support or connectivity via third party applications, and, provide no peek inside the code. But putting Gmail in the same bracket, in my humble opinion, is particularly a poor example. In fact Gmail&#8217;s induction into the web was remarkable, as it was understated. </p>
<p>Look at the way it tackled the email problem head-on. With its invite-only system during its initial year, Gmail developed a circle of trust&#8212;the good apples. When it had enough number of good apples, and had gained enough intelligence about <a href="http://en.wikipedia.org/wiki/Spam_(electronic)">Spam</a>, it opened the system to everyone. This unique and participative ecosystem of good apples combined with Google&#8217;s collective intelligence is what gives Gmail an edge, and makes it a satisfying email service for the end-user, while silently killing Spam, and quietly stifling phishing.</p>
<p>Could you have such an ecosystem developed openly to tackle unique problems that dog the internet today? In theory, yes. The answer may just lie in <a href="http://en.wikipedia.org/wiki/Distributed_Transient_Network">distributed transient networks</a>. But earning trust is hard, because trust needs a recognizable face. That&#8217;s how we humans are wired. So until we begin accepting decentralized nodes into our circles of social trust, we need a credible entity to take this mantle. Today Google offers that credible face. There are others too. Take for example, <a href="http://automattic.com/">Automattic</a>, which provides comment spam protection via its amazing closed source service, <a href="http://akismet.com/">Akismet</a>. These services do more good than they&#8217;re often credited with&#8212;when you weigh in benefits of a community filter versus code open to scrutiny.</p>
<p>In the end, it is about <a href="http://ckunte.com/archives/freedom-of-data-not-necessarily-software">preservation of your data, not necessarily software</a>&#8212;no matter which way it was created, modified, transmitted, or received. I would be really wary to use a web application service that does not offer me a way to back my stuff up without data loss. </p>
<p>If our data retains its fidelity on those closed web applications, be available to us whenever we want them be exported to another application or a service, then I reckon most of us probably wouldn&#8217;t have a problem with cloud computing.</p>
<p>And we haven&#8217;t even discussed the mobile angle yet. Any takers?</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fcircle-of-trust&amp;seed_title=Circle+of+trust/feed</wfw:commentRss>
		</item>
		<item>
		<title>Office 2008</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Foffice-2008&amp;seed_title=Office+2008</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Foffice-2008&amp;seed_title=Office+2008#comments</comments>
		<pubDate>Tue, 19 Aug 2008 10:13:33 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[Data preservation]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ckunte.com/?p=1981</guid>
		<description><![CDATA[I have a home use offer from my company&#8212;in agreements with Microsoft, in which, I could purchase Office 2008 for &#8364;30.- This, they say, is the cost of shipping. (It&#8217;s $20.- in the USA, but since we&#8217;re in Europe, we pay more.)
This offer comes in the wake of preparing me along with 100,000+ employees to [...]]]></description>
			<content:encoded><![CDATA[<p>I have a home use offer from my company&#8212;in agreements with Microsoft, in which, I could purchase <a href="http://www.microsoft.com/mac/products/Office2008/">Office 2008</a> for &euro;30.- This, they say, is the cost of shipping. (It&#8217;s $20.- in the USA, but since we&#8217;re in Europe, we pay more.)</p>
<p>This offer comes in the wake of preparing me along with 100,000+ employees to brace for the imminent change&#8212;Windows Vista, and MS Office 2007, which roll onto our work notebooks within the next 3-12 months.</p>
<p>I have decided to take it, and hope that Microsoft delivers on <a href="http://www.microsoft.com/Presspass/press/2008/may08/05-21ExpandedFormatsPR.mspx">its promise</a>. This would enable me to exchange documents I create&#8212;between my Macbook and my <a href="http://ckunte.com/archives/back-on-linux">Ubuntu running desktop</a>&#8212;without loss of fidelity.</p>
<p>Update [22.8]: Here it is. I received the package yesterday.</p>
<p><a href="http://www.flickr.com/photos/chetan/2787094422/" title="Office:mac 2008 by chetan, on Flickr"><img class="centered" src="http://farm4.static.flickr.com/3098/2787094422_8ea657f361.jpg" width="500" height="309" alt="Office:mac 2008" /></a></p>
<p>The fun part, though, was the number of updates to it. SP1 (12.1.0) was 183MB, and then there was 12.1.1, which was ~160MB; and then just when I thought I was done, there was yet another update 12.1.2&#8212;another ~160MB. These updates are not for the faint internet connections!</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Foffice-2008&amp;seed_title=Office+2008/feed</wfw:commentRss>
		</item>
		<item>
		<title>MS ODF take 2</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fms-odf-take-2&amp;seed_title=MS+ODF+take+2</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fms-odf-take-2&amp;seed_title=MS+ODF+take+2#comments</comments>
		<pubDate>Thu, 22 May 2008 19:19:02 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[Data preservation]]></category>

		<guid isPermaLink="false">http://ckunte.com/?p=1846</guid>
		<description><![CDATA[Microsoft pledges support for Open Document Format in their Office 2007&#8217;s SP2 slated for 2009.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/Presspass/press/2008/may08/05-21ExpandedFormatsPR.mspx">Microsoft pledges support</a> for <a href="http://en.wikipedia.org/wiki/OpenDocument">Open Document Format</a> in their Office 2007&#8217;s SP2 slated for 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fms-odf-take-2&amp;seed_title=MS+ODF+take+2/feed</wfw:commentRss>
		</item>
		<item>
		<title>Freedom 1</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Ffreedom-1&amp;seed_title=Freedom+1</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Ffreedom-1&amp;seed_title=Freedom+1#comments</comments>
		<pubDate>Sun, 06 Apr 2008 06:28:11 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[Data preservation]]></category>

		<guid isPermaLink="false">http://ckunte.com/?p=1779</guid>
		<description><![CDATA[I must have been busy packing bags for our impending trip, or else, I would not have missed this memo. It&#8217;s nice to know there&#8217;s now a day to remind ourselves and others about document freedom.
Contrary to popular perception, I firmly believe that it is much easier to lose digital content for good than those [...]]]></description>
			<content:encoded><![CDATA[<p>I must have been busy packing bags for our impending trip, or else, I would not have missed <a title="March 26 is Document Freedom Day" href="http://documentfreedom.org/">this memo</a>. It&#8217;s nice to know there&#8217;s now a day to remind ourselves and others about document freedom.</p>
<p>Contrary to popular perception, I firmly believe that it is much easier to lose digital content for good than those good-old books. What does it take to destroy a book? A fire perhaps? And what does it take to destroy a digital creation? A mere keystroke. Think about it.</p>
<p>Digital documents are far more vulnerable to sustenance. I can think of a hundred ways by which documents I create today digitally can get destroyed; fire and the delete button are just two of those. It would be pathetic if proprietary document formats become part of that list.</p>
<p><a href="http://documentfreedom.org/Open_Standards">Document Freedom</a> hopes to address that. Why else do you think one of internet&#8217;s biggest literary repositories&#8212;<a href="http://en.wikipedia.org/wiki/Project_gutenberg">Project Gutenberg</a>&#8212;was conceived primarily in plain text?</p>
<p>I try to celebrate Document Freedom Day everyday with my actions&#8212;by saving copies of my work in open formats. You can too. In the end you&#8217;re only helping yourself, and helping those that are important to you.</p>
<p><strong>How you can help:</strong> Educate your friends and family about the need to preserve digital content. Inform your colleagues, people and policy makers in your organization why proprietary formats suck. Tell them how you can never stop paying for your own content&#8217;s preservation; by getting stuck in version changes, and therefore are forced to keep upgrading to newer versions of proprietary content producing software&#8212;just to keep your content and information afloat. Encourage use of only those software that allow you and your organization to save content in <a href="http://en.wikipedia.org/wiki/Open_format">open formats</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Ffreedom-1&amp;seed_title=Freedom+1/feed</wfw:commentRss>
		</item>
		<item>
		<title>I do</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fi-do&amp;seed_title=I+do</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fi-do&amp;seed_title=I+do#comments</comments>
		<pubDate>Tue, 29 Jan 2008 07:54:26 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[Data preservation]]></category>

		<category><![CDATA[Noteworthy]]></category>

		<category><![CDATA[OS]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Wishful Thinking]]></category>

		<category><![CDATA[freedom]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ckunte.com/archives/i-do</guid>
		<description><![CDATA[In response to Coding Horror&#8217;s &#8220;Why doesn&#8217;t anyone give a crap about freedom zero?&#8221;, and to Mark Pilgrim&#8217;s &#8220;Outside of Planet Debian and my own personal echo chamber, nobody gives a shit about Freedom 0.&#8221; 
I do. So do many, many people embracing open-source for this very reason. 
There may not be enough numbers in [...]]]></description>
			<content:encoded><![CDATA[<p>In response to Coding Horror&#8217;s <a href="http://www.codinghorror.com/blog/archives/001044.html">&#8220;Why doesn&#8217;t anyone give a crap about freedom zero?&#8221;</a>, and to Mark Pilgrim&#8217;s <a href="http://diveintomark.org/archives/2008/01/17/of-canaries-and-coal-mines">&#8220;Outside of Planet Debian and my own personal echo chamber, nobody gives a shit about Freedom 0.&#8221;</a> <span id="more-1725"></span></p>
<p>I do. So do many, many people embracing open-source for this very reason. </p>
<p>There may not be enough numbers in the real world at the moment, but isn&#8217;t this too early to see hordes of people jumping ship? Yes, numbers are important, but to get them, I think you&#8217;ll need time.</p>
<p>Freedom and Linux were left trailing for most of the last decade, and a good part of this, while proprietary systems like the Mac and Windows raced ahead. In addition, Freedom has had psychological setbacks in corporate minds of the likes of SCO lawsuits derailing adoption progress. Yet, it is remarkable to see operating systems like <a href="http://www.ubuntu.com/">Ubuntu</a> spring back and rejoin the progress curve.</p>
<p>We&#8217;ve only had a couple-of-years old operating system, which truly appreciates users&#8217; freedom, and which is perfectly suitable for users with any skill level. LTS (long term <del datetime="2008-01-30T21:36:37+00:00">service</del> support) licenses that Ubuntu currently offers only reinforces the right kind of confidence in the corporate IT environment. For the home user, we need more visibility, and demonstration of ease of use&#8212;too many previous Linux versions have <a href="http://ckunte.com/archives/back-on-linux">disappointed the optimist adopter</a>, when compared with what has been commercially available. That Ubuntu stands a chance, needs a voice, which needs to be heard.</p>
<p>A lot of us, who have embraced freedom, are doing what we can&#8212;family, friends, community, our weblogs, and in our companies explaining the benefits of a system that is free as in freedom.</p>
<p>But more than being a fanatic about a specific operating system, I&#8217;m rather an active advocate of freedom of data. How can this happen in other commercial operating systems? If Macs and Windows of the world can truly allow the users to have their content transported (imported or exported) without loss of fidelity, and without being locked into applications, and/or other proprietary formats, then that would mark the arrival of a true levelling field in terms of freedom. Then, to me at least, it wouldn&#8217;t matter if I&#8217;d use a Mac, or a Windows or Linux, or any other.</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fi-do&amp;seed_title=I+do/feed</wfw:commentRss>
		</item>
		<item>
		<title>UTF-8 and Wordpress 2.2.x</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Futf-8-and-wordpress-22x&amp;seed_title=UTF-8+and+Wordpress+2.2.x</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Futf-8-and-wordpress-22x&amp;seed_title=UTF-8+and+Wordpress+2.2.x#comments</comments>
		<pubDate>Sun, 24 Jun 2007 11:40:17 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[Data preservation]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ckunte.com/archives/utf-8-and-wordpress-2x</guid>
		<description><![CDATA[There&#8217;s a utf-8 problem brewing quietly in the self-hosted Wordpress world&#8212;particularly among those that have been running for a while now. 
My Digital Life explains in detail about the problem I experienced (see also the Trac and the Codex) and a (temporary) workaround&#8212;this worked for me, by the way. But if you&#8217;re not a fan [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a <code>utf-8</code> problem brewing quietly in the self-hosted <a href="http://wordpress.org/">Wordpress</a> world&#8212;particularly among those that have been running for a while now. </p>
<p><a href="http://www.mydigitallife.info/2007/06/18/wordpress-charset-encoding-problem-after-upgrading-to-version-22/">My Digital Life explains</a> in detail about the problem I experienced (see also the <a href="http://trac.wordpress.org/ticket/3517">Trac</a> and the <a href="http://codex.wordpress.org/Converting_Database_Character_Sets">Codex</a>) and a (temporary) workaround&#8212;this worked for me, by the way. But if you&#8217;re not a fan of <code>latin1</code> character set and associated <code>latin1_swedish_ci</code> collation, then I&#8217;d recommend this <a href="http://g30rg3x.com/utf8-database-converter/">UTF-8 database converter plugin</a>. Run once, it&#8217;s painless&#8212;this worked for me too, except for non-english characters (like if you used the caret ones natively in posts and or pages). </p>
<p>Remember to <a href="http://codex.wordpress.org/Backing_Up_Your_Database">backup</a> before you do any of these.</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Futf-8-and-wordpress-22x&amp;seed_title=UTF-8+and+Wordpress+2.2.x/feed</wfw:commentRss>
		</item>
		<item>
		<title>Freedom of data, not necessarily software</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Ffreedom-of-data-not-necessarily-software&amp;seed_title=Freedom+of+data%2C+not+necessarily+software</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Ffreedom-of-data-not-necessarily-software&amp;seed_title=Freedom+of+data%2C+not+necessarily+software#comments</comments>
		<pubDate>Tue, 20 Jun 2006 03:14:17 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[Data preservation]]></category>

		<guid isPermaLink="false">http://ckunte.com/archives/freedom-of-data-not-necessarily-software</guid>
		<description><![CDATA[Guys, stay on the ball. This topic is about freedom of your data, irrespective of applications used to create them. Don&#8217;t sidetrack now, because it is easy to jump from freedom of data to open-sourcing software with regards to this issue.
Obviously, software companies are going to be protective about their apps and their source. Fine. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://daringfireball.net/2006/06/apple_open_source">Guys</a>, <a href="http://www.tbray.org/ongoing/When/200x/2006/06/15/Switch-From-Mac">stay</a> on the ball. This topic is about freedom of your data, irrespective of applications used to create them. Don&#8217;t sidetrack now, because it is easy to jump from freedom of data to open-sourcing software with regards to this issue.</p>
<p>Obviously, software companies are going to be protective about their apps and their source. Fine. Most users don&#8217;t care about your black boxes. But, they will be mighty pissed if software is going to lock them down to use a particular version that has no portability to (any) other application.</p>
<p>The moment people begin thinking on the lines of data preservation, they will suddenly realize the lack of easy portability without degradation of quality of their content. This is a major, <em>major</em> pain in the ass. And this <em>is</em> &#8212; or ought to be &#8212; the topic of discussion.</p>
<blockquote cite="http://daringfireball.net/2006/06/apple_open_source" title="John Gruber"><p>Perhaps you find it particularly galling that I&#8217;m more or less saying that the reason they&#8217;re not going to do what Bray suggests - despite the fact that following Bray&#8217;s suggestion really would be cool for users and developers in all sorts of ways - is that it might cost them upgrade sales from users who have already paid for previous versions of Mac OS X. Such gall is one factor that drives people to open source platforms.</p>
<p>But there&#8217;s a flip side to this equation, which is that developing good software takes time and talent, and time and talent cost money. Some portion of the revenue from sales of Mac OS X goes back into funding development of future versions of Mac OS X.</p></blockquote>
<p>Anil Dash came up with a phrase: <a href="http://www.dashes.com/anil/2005/05/24/behold_intelle">intellectual dishonesty</a> for smart guys deliberately misguiding people/sidetracking the real issues. John Gruber, I think, is doing just that. Jumping from freedom of data to writing in defense of software makers by citing their need for the revenue in order to put it back into their R&#038;D cycle. </p>
<p>Nobody has a thing against paid software, but paid need not mean data <em>locked-down</em>. I mean come-on, look at the irony. You are paying for the software and yet, it does not give your data the freedom to port to another <a href="http://en.wikipedia.org/wiki/Open_format">open format</a>, if you wish to. That is like robbing <em>and</em> cheating. It may have worked until now, but will not in future, or atleast, should not.</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Ffreedom-of-data-not-necessarily-software&amp;seed_title=Freedom+of+data%2C+not+necessarily+software/feed</wfw:commentRss>
		</item>
		<item>
		<title>Why you would avoid DRM</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fwhy-you-would-avoid-drm&amp;seed_title=Why+you+would+avoid+DRM</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fwhy-you-would-avoid-drm&amp;seed_title=Why+you+would+avoid+DRM#comments</comments>
		<pubDate>Sat, 17 Jun 2006 06:25:51 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[Data preservation]]></category>

		<category><![CDATA[Quotes]]></category>

		<guid isPermaLink="false">http://ckunte.com/archives/why-you-would-avoid-drm</guid>
		<description><![CDATA[Okay may be the title of this post isn&#8217;t telling the full story. To that you&#8217;ll have to read this post.
Mark is on a roll with his exhaustive take on long term data preservation and about how migrating incessantly between formats tends to leave you with crap eventually. 
Long-term data preservation is like long-term backup: [...]]]></description>
			<content:encoded><![CDATA[<p>Okay may be the title of this post isn&#8217;t telling the full story. To that you&#8217;ll have to <a href="http://diveintomark.org/archives/2006/06/16/juggling-oranges">read this post</a>.</p>
<p><a href="http://diveintomark.org/archives/2006/06/16/juggling-oranges">Mark is on a roll</a> with his exhaustive take on long term data preservation and about how migrating incessantly between formats tends to leave you with crap eventually. </p>
<blockquote><p>Long-term data preservation is like long-term backup: a series of short-term formats, punctuated by a series of migrations.</p></blockquote>
<p>This discussion, to me, has deep roots in the argument that the &#8220;my data is <em>mine</em> alone, even if the software I used to create it is licensed to me&#8221;. Why can&#8217;t software makers and company respect that and help us users achieve that?</p>
<blockquote cite="http://diveintomark.org/archives/2006/06/16/juggling-oranges" title="Mark Pilgrim"><p>Why do I avoid DRM? Because the entire point of DRM is to make migration impossible, to reduce the fidelity of your conversion to 0.</p></blockquote>
<p>I may be a sucker to everything he writes, but what am I to do if everything he says <em>really</em> makes sense to me?</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fwhy-you-would-avoid-drm&amp;seed_title=Why+you+would+avoid+DRM/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
