<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Unity Behind Diversity &#187; Technology</title>
	<atom:link href="http://blaise.ca/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://blaise.ca/blog</link>
	<description>Searching for beauty in the dissonance</description>
	<lastBuildDate>Sun, 19 May 2013 19:34:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/ca/</creativeCommons:license>		<item>
		<title>Degooglifying (Part IV): Calendar</title>
		<link>http://blaise.ca/blog/2013/05/18/degooglifying-part-iv-calendar/</link>
		<comments>http://blaise.ca/blog/2013/05/18/degooglifying-part-iv-calendar/#comments</comments>
		<pubDate>Sat, 18 May 2013 23:54:33 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[acal]]></category>
		<category><![CDATA[CalDAV]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[carddav]]></category>
		<category><![CDATA[degoogle]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[lightning]]></category>
		<category><![CDATA[owncloud]]></category>
		<category><![CDATA[radicale]]></category>
		<category><![CDATA[SOGo]]></category>
		<category><![CDATA[syncevolution]]></category>
		<category><![CDATA[SyncML]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=1923</guid>
		<description><![CDATA[This post is part of a series in which I am detailing my move away from centralized, proprietary network services. Previous posts in this series: email, feed reader, search. Finding a replacement for Google Calendar has been one of the most difficult steps so far in my degooglification process, but in the end I&#8217;ve found [...]]]></description>
				<content:encoded><![CDATA[<p><em>This post is part of a series in which I am detailing my move away from centralized, proprietary network services. Previous posts in this series: <a href="http://blaise.ca/blog/2012/01/27/degooglifying-part-i-email/">email</a>, <a href="http://blaise.ca/blog/2012/02/07/degooglifying-part-ii-feed-reader/">feed reader</a>, <a href="http://blaise.ca/blog/2012/07/30/degooglifying-part-iii-web-search/">search</a>.</em></p>
<p>Finding a replacement for Google Calendar has been one of the most difficult steps so far in my degooglification process, but in the end I&#8217;ve found a bunch of great, libre alternatives. </p>
<p>Beyond the basic <a href="http://blaise.ca/blog/2011/08/02/four-criteria-for-free-network-services/">criteria for free network services</a>, I was looking for:</p>
<ul>
<li>desktop, web and mobile clients</li>
<li>offline access, especially for mobile</li>
<li>multiple calendars</li>
<li>access controls for sharing calendars</li>
<li>ability to subscribe and share calendars with other servers</li>
<li>applicable for business and personal use</li>
</ul>
<h3>First Attempt: SyncML using SyncEvolution and Funambol</h3>
<p>I started with <a href="https://en.wikipedia.org/wiki/Syncml">SyncML</a>, an open standard for syncing calendar and contact data. <a href="https://syncevolution.org/">SyncEvolution</a> is a great SyncML client, with both GUI and command line tools available for GNOME and Maemo GNU/Linux, and <a href="http://sourceforge.net/projects/funambol/">Funambol</a> is an AGPL SyncML server, with an <a href="http://f-droid.org/repository/browse/?fdid=com.funambol.androidsync">Android client</a>.</p>
<p>I <a href="https://identi.ca/notice/79539844">setup</a> Funambol and migrated from Google Calendar in July 2011, using SyncEvolution on my N900 and my laptop, but there were a bunch of problems. It was unstable around the edges, not handling deletes very well, and sometimes choking and failing with certain characters ( &#8221; maybe?) in event titles. When I tried to switch my parents over in Android, it was a nightmare trying to figure out where the sync was failing, and they eventually moved to Google Calendar instead. SyncEvolution only syncs with Evolution on the desktop; there&#8217;s no mature SyncML solution for Lightning. The Funambol free software edition felt like a bit of an afterthought as well, with poor or outdated documentation, and a crippled, totally useless &#8220;demo&#8221; web UI. There was no calendar sharing or access controls either. Plus, Funambol is a pretty heavy application, targeted at mobile carriers, not someone who wants to run it from their living room.</p>
<p>SyncML with Funambol and SyncEvolution allowed me to leave Google Calendar behind, but I ended up living off my mobile calendar, using Funambol essentially as a backup service. I had no web client, no shared calendars, and eventually stopped syncing to Evolution on my laptop. Part of the problem was Funambol, but part of the problem was also SyncML, which seems to be a clunky standard, designed for an older paradigm of syncing with offline mobile clients.</p>
<p>I quickly realized that <a href="https://identi.ca/notice/79604363">CalDAV</a> was the better open standard.</p>
<h3>The Solution: CalDAV</h3>
<p><a href="https://en.wikipedia.org/wiki/Caldav">CalDAV</a> is an extension of WebDAV, an internet standard for remote access to calendar data. It&#8217;s a more modern standard that SyncML &#8212; though SyncML does have better support on older mobile devices. (There&#8217;s also CardDAV for contacts, but I&#8217;ll leave that for a future post.)</p>
<h4>Servers: SOGo, ownCloud or Radicale</h4>
<p>However, there are a ton of CalDAV servers.</p>
<p>Here are my favourites so far:</p>
<table border="1" style="border-collapse:collapse;">
<thead>
<tr>
<th>Application</th>
<th>Pros</th>
<th>Cons</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://www.sogo.nu/english.html">SOGo</a><br/>[<a href="http://www.sogo.nu/en/tour/videos.html">demo</a>]</td>
<td>Works with <a href="http://www.sogo.nu/english/about/overview.html">anything</a> via connectors; well-integrated with Thunderbird/Lightning, and web UI modelled after Lightning; Ubuntu/Debian repos</td>
<td>UI isn&#8217;t super pretty; comes with a webmail client I don&#8217;t want; heavy, took some effort to install (e.g. made a custom MySQL user auth table, in the absence of an LDAP server)</td>
</tr>
<tr>
<td><a href="http://owncloud.org/">ownCloud</a><br/>[<a href="http://demo.owncloud.org/">demo</a>]</td>
<td>Very alive; support for contacts, photos, music, etc.; Ubuntu/Debian repos</td>
<td>Newer (immature when I first tried in 2011); seemed more of a personal than business tool, but that may have changed.</td>
</tr>
<tr>
<td><a href="http://radicale.org/">Radicale</a></td>
<td>Simple, elegant, light-weight</td>
<td>For sysadmins: no UI</td>
</tr>
</tbody>
</table>
<p>I tried a few others, but I wouldn&#8217;t recommend them:</p>
<ul>
<li><a href="http://sourceforge.net/apps/trac/funambol-caldav/">Funambol CalDAV connector</a>: In theory, best of both worlds with SyncML and CalDAV support, but I couldn&#8217;t figure out if there was an updated stable version, how to get it working with Funambol, etc., and this would still carry the Funambol issues and lack a web client or CardDAV support</li>
<li><a href="http://www.davical.org/">DAViCal</a>: seemed robust, but also onerous to configure and administer, and the web UI is <em>only</em> for administration (no web calendar client). This <em>could</em> work, but it just felt a bit onerous to use.</li>
<li><ins datetime="2013-05-19T19:21:20+00:00"><strong>Update:</strong></ins> <a href="http://280.status.net/notice/1602634">lnxwalt</a> mentions <a href="http://www.k5n.us/webcalendar.php">PHP Web Calendar</a>, which I&#8217;d missed. I tried the <a href="http://www.k5n.us/webcalendar.php?topic=Demo">online demo</a>, but it looks/feels pretty ~2005: awkward and not fully-featured UI, focus on old standares like iCal (rather than true CalDAV?), with a CVS wishlist that includes SyncML support and a Java servlet, and import/export from Palm as a key feature, etc.</li>
</ul>
<p>Others I didn&#8217;t bother to try:</p>
<ul>
<li><a href="https://www.zimbra.com/">Zimbra</a>: Seemed like heavy-duty Groupware with a bunch of things I didn&#8217;t need or want &#8212; though could make sense if that&#8217;s what you&#8217;re looking for.</li>
<li><a href="http://www.horde.org/">Horde</a> (Kronolith): I did try Horde, but using the old interface a few years back. That UI felt 10+ years old, but it&#8217;s since undergone a complete overhaul and I haven&#8217;t looked at it since. Also, a groupware suite, which may be a plus or a minus. However, I <a href="http://wiki.horde.org/KronolithICal">don&#8217;t think it uses real CalDAV</a></li>
<li><a href="http://www.jasig.org/bedework">Bedework</a>: Java, seems heavy, without any obvious benefits or easy packaging</li>
<li><a href="http://trac.calendarserver.org/wiki/docs-trunk">Apple Calendar and Contacts Server</a>: while Apache licensed, it really doesn&#8217;t seem to be designed to enable other people to run the software &#8212; I didn&#8217;t get very far looking into this</li>
<li><ins datetime="2013-05-19T19:21:20+00:00"><strong>Update:</strong></ins> <a href="http://status.jbfavre.org/notice/1225032">Jean Baptiste Favre</a> has a <a href="http://publications.jbfavre.org/web/online-calendars-sabredav-php-fpm-nginx.en">great tutorial</a> on implementing <a href="http://code.google.com/p/sabredav/">SabreDAV</a>, a PHP library which implements WebDAV and its CalDAV and CardDAV extensions, if you want to build your own solution.</li>
</ul>
<p>I&#8217;m using SOGo. Though, that&#8217;s partially because it was the most comprehensive solution that I had working at the time when my wife went back to work after maternity leave and we needed sharable calendars again to coordinate scheduling for childcare. But SOGo also has some nice, more advanced features, like the ability to subscribe to remote CalDAV feeds on <em>other</em> servers through the web UI.</p>
<p>I&#8217;m pretty happy with SOGo, though I&#8217;ll certainly be revisiting ownCloud and Radicale at some point. When I first tried ownCloud, it was immature, but it&#8217;s since grown a lot. And when I first tried Radicale, it was using a &#8220;strange&#8221; ACL model, but that&#8217;s been overhauled in 0.8. DAViCal was working, though it wasn&#8217;t a pleasure to configure, and I&#8217;m sure there are a few <a href="https://en.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementations#Server_implementations">other workable servers</a> I passed over.</p>
<h4>Desktop Client: Lightning</h4>
<p>Since I&#8217;m a Thunderbird user, <a href="https://www.mozilla.org/projects/calendar/lightning/">Lightning</a> is the obvious choice for a desktop client. We also use Thunderbird at the office and in my family. Lightning also supports Google Calendar, so just like with degooglifying <a href="http://blaise.ca/blog/2012/01/27/degooglifying-part-i-email/">email</a>, you can switch your frontend and backend in separate steps.</p>
<p>The Evolution calendar is pretty awkward. I tried it when I was using SyncML, but it didn&#8217;t last long. There are <a href="https://en.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementations#Client_implementations">other options</a> too.</p>
<h4>Web Client: SOGo, ownCloud or CalDavZap</h4>
<p>I&#8217;d prefer a server with a web client, like SOGo or ownCloud, but for a standalone CalDAV web client (e.g. to pair with Radicale or DAViCal), <a href="http://www.inf-it.com/open-source/clients/caldavzap/">CalDavZap</a> [<a href="http://www.inf-it.com/caldavzap/">demo</a>] seems pretty cool.</p>
<h4>Mobile Client: SyncEvolution or aCal</h4>
<p><strong>Maemo:</strong> The reason I spent so much time on SyncML was that there was no CalDAV client for Maemo, but now <a href="http://blaise.ca/blog/2013/04/27/howto-caldavcarddav-sync-from-n900-to-sogo-using-syncevolution/">SyncEvolution supports CalDAV/CardDAV sync</a>!</p>
<p><strong>Android:</strong> <a href="http://www.acal.me/wiki/Main_Page">aCal</a> is an Android CalDAV client, and a replacement for the proprietary Google calendar application. It works really well, but the UI feels really awkward and non-native.</p>
<p>Both sync to local storage for offline support.</p>
<h3>Conclusion</h3>
<p>It took me a long time to figure this out, especially since I was focused on SyncML at first, but I&#8217;ve finally fully replaced Google Calendar with CalDAV solutions. SOGo, ownCloud and Radicale are all great CalDAV servers. SOGo and ownCloud have built-in web clients, but there&#8217;s also CalDavZap as a standalone web client. Lightning is the obvious cross-platform desktop CalDAV client of choice, and SyncEvolution and aCal provide mobile clients for Maemo and Android.</p>
<p>The good news is there are plenty of options. As a bonus, most of these come with CardDAV support (which will be the focus of a future post), and ownCloud handles photos, music, and other files as well, so you may get more than just a calendar. Or, if it&#8217;s just a calendar you want, light-weight solutions like Radicale and CalDavZap give you just that.</p>
<p>I&#8217;m just thrilled to have finally figured this out.</p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2013/05/18/degooglifying-part-iv-calendar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=balleyne&amp;popout=1&amp;url=http%3A%2F%2Fblaise.ca%2Fblog%2F2013%2F05%2F18%2Fdegooglifying-part-iv-calendar%2F&amp;language=en_GB&amp;category=text&amp;title=Degooglifying+%28Part+IV%29%3A+Calendar&amp;description=This+post+is+part+of+a+series+in+which+I+am+detailing+my+move+away+from+centralized%2C+proprietary+network+services.+Previous+posts+in+this+series%3A+email%2C+feed+reader%2C+search.+Finding...&amp;tags=acal%2CCalDAV%2Ccalendar%2Ccarddav%2Cdegoogle%2CGoogle%2Clightning%2Cowncloud%2Cradicale%2CSOGo%2Csyncevolution%2CSyncML%2Cblog" type="text/html" />
	</item>
		<item>
		<title>HOWTO: CalDAV/CardDAV Sync from N900 to SOGo using SyncEvolution</title>
		<link>http://blaise.ca/blog/2013/04/27/howto-caldavcarddav-sync-from-n900-to-sogo-using-syncevolution/</link>
		<comments>http://blaise.ca/blog/2013/04/27/howto-caldavcarddav-sync-from-n900-to-sogo-using-syncevolution/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 07:56:13 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[CalDAV]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[carddav]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[SOGo]]></category>
		<category><![CDATA[syncevolution]]></category>
		<category><![CDATA[WebDAV]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=2141</guid>
		<description><![CDATA[When I moved to Maemo in 2010, I was using Google Calendar. I setup a sync via Exchange and eventually Erminig, which allowed me to sync my wife&#8217;s Google calendar too. But, when I started degooglifying and moving to free network services, I left Google Calendar for Funambol, using SyncEvolution as a Maemo SyncML client. [...]]]></description>
				<content:encoded><![CDATA[<p>When I <a href="http://blaise.ca/blog/2010/01/27/its-not-a-phone-its-a-mobile-computer/">moved to Maemo</a> in 2010, I was using Google Calendar. I setup a sync via Exchange and eventually <a href="http://erminig.garage.maemo.org/">Erminig</a>, which allowed me to sync my wife&#8217;s Google calendar too. But, when I started <a href="http://blaise.ca/blog/tag/degoogle/">degooglifying</a> and moving to <a href="http://blaise.ca/blog/2011/08/02/four-criteria-for-free-network-services/">free network services</a>, I left Google Calendar for <a href="https://identi.ca/notice/79539844">Funambol</a>, using SyncEvolution as a Maemo SyncML client.</p>
<p>This was <em>far</em> from ideal: we lost shared calendars, there was no web UI, and desktop SyncML options were lacking. I quickly realized that <a href="https://identi.ca/notice/79604363">CalDAV would be the better long-term option</a>. I choose <a href="http://www.sogo.nu/">SOGo</a> as my CalDAV server, but I couldn&#8217;t find a CalDAV client for the N900. (I tried the <a href="http://www.inverse.ca/english/contributions/funambol.html">Funambol SOGo Connector</a>. but just couldn&#8217;t figure it out.)</p>
<p>I&#8217;d just about given up on a comprehensive sync solution in Maemo&#8230; until I hit the jackpot a few days ago and stumbled upon a post by Thomas Tanghus on a <a href="http://tanghus.net/2012/07/syncing-your-n900-with-owncloud-an-update/">CalDAV/CardDAV sync from the N900 to ownCloud using SyncEvolution</a>.</p>
<p>It looks like SyncEvolution gained CalDAV/CardDAV support in version 1.2 &#8212; the N900 has a CalDAV client!</p>
<h3>CalDAV/CardDAV Sync using SyncEvolution</h3>
<p>Thomas&#8217; instructions were for ownCloud, but they work for any CalDAV/CardDAV server. I only ran into two issues, I think because I&#8217;d been using SyncEvolution pre-1.2. The steps included here are 90% from Thomas, with those two additions.</p>
<h4>Reinstallation</h4>
<p>First, I ran into the same problem as <a href="http://tanghus.net/2012/07/syncing-your-n900-with-owncloud-an-update/#comment-250">Wolfgang</a>: the SyncEvolution WebDAV template wasn&#8217;t there when I tried to run Thomas&#8217; first step. Wolfgang&#8217;s <a href="http://tanghus.net/2012/07/syncing-your-n900-with-owncloud-an-update/#comment-251">solution</a> worked for me as well: just uninstall and reinstall SyncEvolution.</p>
<p><code>$ root<br />
# apt-get remove syncevolution syncevolution-frontend<br />
# apt-get install syncevolution syncevolution-frontend</code></p>
<p>I suspect you&#8217;ll need to do this if you initially installed SyncEvolution before it included WebDAV support.</p>
<h4>Configuration</h4>
<p>After reinstalling, I was successfully able to follow Thomas&#8217; instructions (ignore the &#8220;backend failed&#8221; notices in the first command):</p>
<p><code>syncevolution --configure --template webdav username=YOURUSERNAME password=YOURPASSWORD target-config@sogo<br />
syncevolution --configure database=CALDAVURL backend=caldav target-config@sogo calendar<br />
syncevolution --configure database=CARDAVURL backend=carddav target-config@sogo contacts</code></p>
<p>The CalDAV URL for your default SOGo calendar is http://YOURSOGOINSTALL/dav/YOURUSERNAME/Calendar/personal and the CardDAV URL for your default SOGo addressbook is http://YOURSOGOINSTALL/dav/YOURUSERNAME/Contacts/personal. Your can right-click on any additional calendars in SOGo and select Properties > Links to find the CalDAV link for that particular calendar.</p>
<p>I ran into another issue with the next step in Thomas&#8217; instructions. The above commands created new configuration files in /home/user/.config/syncevolution/sogo/, but the following commands operate on /home/user/.config/syncevolution/default/, in which I already had existing, older SyncEvolution configuration files. SyncEvolution complained about my pre-existing configuration, probably because I&#8217;d installed a much earlier version of SyncEvolution, and it said that I&#8217;d need to &#8220;migrate&#8221; with the following command:</p>
<p><code>syncevolution --migrate '@default'</code></p>
<p>Again, I suspect you&#8217;ll need to run this if you&#8217;d installed SyncEvolution pre-1.2. After this, I was able to continue with Thomas&#8217; instructions.</p>
<p>In the following command, the username/password should stay blank:</p>
<p><code>syncevolution --configure --template SyncEvolution_Client sync=none syncURL=local://@sogo username= password= sogo</code></p>
<p>Then, configure the databases, backend and sync mode for calendar and contacts:</p>
<p><code>syncevolution --configure sync=two-way backend=calendar database=N900 sogo calendar<br />
syncevolution --configure sync=two-way backend=contacts database=file:///home/user/.osso-abook/db sogo contacts</code></p>
<p>I&#8217;m running SSL on my server, so I had to add <a href="http://tanghus.net/2012/07/syncing-your-n900-with-owncloud-an-update/#comment-268">this step</a> to get past an SSL error:<br />
<code>syncevolution --configure SSLVerifyServer=0 target-config@sogo</code></p>
<p>(I bet there&#8217;s a way to configure it to properly verify the SSL certificate&#8230; but I&#8217;ll save that for another day.)</p>
<h4>Testing</h4>
<p>To test the configuration:</p>
<p><code>syncevolution --print-items target-config@sogo calendar<br />
syncevolution --print-items target-config@sogo contacts</code></p>
<p>If that shows the data you expect to be there, then go ahead and run your first sync.</p>
<h4>First Sync</h4>
<p>SyncEvolution has several sync modes. The above commands configured the default mode to be &#8216;two-way&#8217;, but if you have initial data on both your client and server, you&#8217;ll want to run a &#8216;slow&#8217; sync first.</p>
<p><code>syncevolution --sync slow sogo</code></p>
<p>My initial slow sync took almost an hour for ~2540 calendar events and ~160 contacts.</p>
<p>(If you want to overwrite your client with data from the server, or vice versa, look up &#8216;refresh-from-client&#8217; or &#8216;refresh-from-server&#8217; instead of &#8216;slow&#8217;.)</p>
<h4>Scheduling</h4>
<p>After that initial sync, you can run a normal sync at anytime:</p>
<p><code>syncevolution sogo</code></p>
<p>While the command line is great for configuration and testing, you don&#8217;t want to open a terminal every time you want to sync your calendar. You could schedule the sync command via fcrontab, but the Maemo syncevolution-frontend GUI has a daily scheduler.</p>
<p><a href="http://tanghus.net/wp-content/uploads/2012/07/Syncevolution-details.png"><img src="http://tanghus.net/wp-content/uploads/2012/07/Syncevolution-details.png" alt="Maemo SyncEvolution Frontend" width="100%" style="max-width:800px"/></a></p>
<h3>Conclusion</h3>
<p>I&#8217;m not sure if there&#8217;s a more elegant/concise configuration. I&#8217;m curious if there&#8217;s some way to combine the &#8216;target-config&#8217; and &#8216;sogo&#8217; steps&#8230; but Thomas <a href="http://tanghus.net/2012/01/syncing-your-n900-with-owncloud/">spent over 12 hours</a> on this and it <em>works</em>, so I&#8217;m not going to mess with it. I&#8217;m just thrilled that I&#8217;ve got this up and running.</p>
<p>After more than a decade in proprietary software slavery, and nearly two years of wandering in the calendar/contacts desert, I&#8217;ve finally reached the promised land of seamless and libre mobile, web and desktop calendar/contact sync. [Edit: <em>Almost:</em> The Maemo calendar application is <a href="http://wiki.maemo.org/Fremantle_closed_packages/calendar">proprietary</a>...] Thank you, Thomas!</p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2013/04/27/howto-caldavcarddav-sync-from-n900-to-sogo-using-syncevolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=balleyne&amp;popout=1&amp;url=http%3A%2F%2Fblaise.ca%2Fblog%2F2013%2F04%2F27%2Fhowto-caldavcarddav-sync-from-n900-to-sogo-using-syncevolution%2F&amp;language=en_GB&amp;category=text&amp;title=HOWTO%3A+CalDAV%2FCardDAV+Sync+from+N900+to+SOGo+using+SyncEvolution&amp;description=When+I+moved+to+Maemo+in+2010%2C+I+was+using+Google+Calendar.+I+setup+a+sync+via+Exchange+and+eventually+Erminig%2C+which+allowed+me+to+sync+my+wife%26%238217%3Bs+Google+calendar...&amp;tags=CalDAV%2Ccalendar%2Ccarddav%2Ccontacts%2Cmaemo%2Cn900%2CSOGo%2Csyncevolution%2CWebDAV%2Cblog" type="text/html" />
	</item>
		<item>
		<title>On Revoking Ubuntu&#8217;s Root Privileges</title>
		<link>http://blaise.ca/blog/2012/12/22/on-revoking-ubuntus-root-privileges/</link>
		<comments>http://blaise.ca/blog/2012/12/22/on-revoking-ubuntus-root-privileges/#comments</comments>
		<pubDate>Sun, 23 Dec 2012 01:54:04 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[mark shuttleworth]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[software freedom]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=2085</guid>
		<description><![CDATA[I&#8217;ve always had mixed feelings about Canonical, the company behind Ubuntu GNU/Linux. While they&#8217;ve made great contributions to free software, they&#8217;ve also been very inconsistent in their commitment to software freedom. Mark Shuttleworth&#8217;s response to the privacy concerns in Ubuntu 12.10 has fundamentally shattered my trust. An Uneasy History From restricted drivers to Launchpad to [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve always had mixed feelings about Canonical, the company behind Ubuntu GNU/Linux. While they&#8217;ve made great contributions to free software, they&#8217;ve also been very inconsistent in their commitment to software freedom. Mark Shuttleworth&#8217;s response to the privacy concerns in Ubuntu 12.10 has fundamentally shattered my trust.</p>
<h3>An Uneasy History</h3>
<p>From restricted drivers to Launchpad to <a href="http://blaise.ca/blog/2008/05/05/canonicals-schizophrenia-about-foss/">non-free documentation licences</a>, there have always been concerns about Canonical&#8217;s commitment to free software. By 2010, the issues were becoming <a href="http://ebb.org/bkuhn/blog/2010/01/14/ubuntu-debian.html">more serious</a>. Ubuntu used to clearly warn users about restricted drivers, but in the Ubuntu Software Center, no longer is proprietary software merely tolerated, but now it&#8217;s celebrated and actively promoted. The average user doesn&#8217;t interact with Launchpad, but with Ubuntu One, Canonical&#8217;s <a href="https://bugs.launchpad.net/ubuntuone-servers/+bug/375272">proprietary service</a>, users must delete, disable or ignore all of the places where it&#8217;s built-in to the Ubuntu experience. The concerns were starting to affect my everyday use.</p>
<p>But, I didn&#8217;t leave. I uninstalled the Ubuntu One packages, and ignored the Software Centre. Though, I did start exploring my options, with a Debian dual-boot and Trisquel in a virtual machine. However, there are many things that I <em>do</em> like about Ubuntu. My Ubuntu install is still 99% free software. Despite the controversy over the design process and community engagement, there are many things I like about the <a href="http://unity.ubuntu.com/">Unity</a> &#8212; the current obsession of Canonical&#8217;s founder, Mark Shuttleworth. I appreciate the outcome of his previous obsession as well &#8212; Ubuntu&#8217;s release cycle works <em>really</em> well. And, maybe there&#8217;s some sentiment &#8212; I&#8217;ve been running the same Ubuntu GNU/Linux install, across three different computers, since I first <a href="http://blaise.ca/blog/2007/07/22/goodbye-windows/">left Windows</a> in 2007.</p>
<p>In 2010, my relationship with Ubuntu became uneasy, but it didn&#8217;t end. I&#8217;m not sure I can say the same for 2013.</p>
<h3>The Amazon Dash Debacle</h3>
<p>The <a href="https://www.eff.org/deeplinks/2012/10/privacy-ubuntu-1210-amazon-ads-and-data-leaks">EFF</a>, <a href="https://www.fsf.org/blogs/rms/ubuntu-spyware-what-to-do">RMS</a> and this <a href="https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/1055766">tongue-in-cheek bug report</a> provide a decent summary the issue: Ubuntu 12.10 raises serious privacy concerns by reporting searches in the Unity Dash &#8212; which have traditionally been <em>local</em> searches &#8212; to Amazon, relayed through Canonical.</p>
<p>That Ubuntu screwed up is obvious &#8212; at the very least, by enabling this by default. But it&#8217;s more than the mistake; it&#8217;s the <a href="http://www.markshuttleworth.com/archives/1182">response</a>. In defending the decision, Mark Shuttleworth writes:</p>
<blockquote><p>We are not telling Amazon what you are searching for. Your anonymity is preserved because we handle the query on your behalf. Don’t trust us? Erm, we have root. You do trust us with your data already. You trust us not to screw up on your machine with every update. You trust Debian, and you trust a large swathe of the open source community. And most importantly, you trust us to address it when, being human, we err.</p></blockquote>
<p>This doesn&#8217;t build my trust; this <em>shatters</em> it. I did not switch to a free software operating system to have the overlords flaunt their control over my computer. Canonical has done many annoying and prioprietary things in the past, but &#8220;Erm, we have root&#8221; is <strong><em>antithetical to the very notion of software freedom</em></strong>. Ubuntu does not have root access on my machine, nor does Canonical have access to my data. Yes, I must trust the Ubuntu project every time I run updates on my system, but this is a relationship and responsibility to be handled delicately, transparently, respectfully &#8212; not a position of power to be flaunted. I trust Ubuntu to maintain the software on my computer. That I trust Ubuntu to provide my system with security updates and bug fixes does <em>not</em> in any way give them licence to do <em>other</em> things, like relay my Dash searches to a third-party through a proprietary network service.</p>
<p>To make matters worse, Mark Shuttleworth recently referred to &#8220;who rant about proprietary software&#8221; as <a href="http://news.slashdot.org/story/12/12/09/1828238/mark-shuttleworth-answers-your-questions">&#8220;insecure McCarthyists.&#8221;</a> In response to a question about &#8220;decisions that have been less than popular with the Free-software only crowd,&#8221; Shuttleworth writes:</p>
<blockquote><p>Well, I feel the same way about this as I do about McCarthyism. The people who rant about proprietary software are basically insecure about their own beliefs, and it&#8217;s that fear that makes them so nastily critical. [...]</p>
<p>If you think you&#8217;ll convince people to see things your way by ranting and being a dick, well, then you have much more to learn than I can possibly be bothered to spend time teaching.</p></blockquote>
<p>Aside from the pot-kettle-black nature of his tone, this does not build my trust in Canonical.</p>
<p>These responses strike at very heart of my decision to use GNU/Linux &#8212; software freedom. Canonical has never consistently cared about software freedom, but their offences and missteps have come closer and closer to my everyday computing. Now, a serious violation of privacy is brushed aside dismissively because I should just trust Ubuntu and Canonical because &#8220;erm, we have root,&#8221; and to raise concerns about proprietary software is akin to &#8220;McCarthyism.&#8221;</p>
<p>No, Mr. Shuttleworth, you don&#8217;t have root. The fact that you think you do makes me want to move far away from Ubuntu.</p>
<h3>After Ubuntu: An Exit Strategy</h3>
<p>I would rather not leave Ubuntu. I don&#8217;t take the decision lightly. But developments over the past few years have made me very uneasy, and Shuttleworth&#8217;s attitude has shattered any trust I ever had in Canonical. Even if Ubuntu fixes this particular problem, I&#8217;m not sure what can be done to rebuild trust.</p>
<p>At the very least, I&#8217;m preparing an exit strategy:</p>
<ol>
<li>I&#8217;m going to install <strong>GNOME 3</strong> in Ubuntu (and maybe LXDE). I like many things about Unity, but adjusting to a different desktop environment will make leaving Ubuntu easier.</li>
<li>Then, I&#8217;ll re-evaluate other GNU/Linux distributions. I <em>really</em> like <strong>Debian GNU/Linux</strong> &#8212; it&#8217;s just the release cycle that gets me for a primary machine, but I&#8217;ve heard <a href="https://identi.ca/notice/98606848">good</a> <a href="https://identi.ca/notice/98606420">things</a> about Debian testing for everyday use. I&#8217;ll also take another look at Trisquel.</li>
<li>I <em>may</em> give <strong>Ubuntu 13.04</strong> a chance. I don&#8217;t look forward to migrating to another distribution, and the Ubuntu GNOME Remix might be a compromise. Also, it&#8217;s not just me &#8212; my wife, father, and some machines at the office all run Ubuntu, as well as my living room and recording studio machine. I&#8217;m just not sure if I can trust Ubuntu anymore. So, seeing as it may take me a few months to try out other desktop environments and distributions, I may wait to see what changes in Ubuntu 13.04, and re-evaluate middle-ground options like the Ubuntu GNOME Remix, though I&#8217;m wary of just <a href="http://blaise.ca/blog/2009/05/07/unlocking-an-iphone-is-not-freedom-zittrain-argues-for-civic-technologies/">&#8220;fixing&#8221; the problem for myself</a>.</li>
</ol>
<p>I&#8217;ve been patient through many Canonical missteps, and I&#8217;ve defended the Ubuntu project over the years. But the &#8220;erm, we have root&#8221; response shatters my trust in any Shuttleworth-run endeavour. It&#8217;s antithetical to the reason I switched to GNU/Linux &#8212; software freedom &#8212; and I&#8217;ll switch again if that&#8217;s what it takes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2012/12/22/on-revoking-ubuntus-root-privileges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=balleyne&amp;popout=1&amp;url=http%3A%2F%2Fblaise.ca%2Fblog%2F2012%2F12%2F22%2Fon-revoking-ubuntus-root-privileges%2F&amp;language=en_GB&amp;category=text&amp;title=On+Revoking+Ubuntu%26%238217%3Bs+Root+Privileges&amp;description=I%26%238217%3Bve+always+had+mixed+feelings+about+Canonical%2C+the+company+behind+Ubuntu+GNU%2FLinux.+While+they%26%238217%3Bve+made+great+contributions+to+free+software%2C+they%26%238217%3Bve+also+been+very+inconsistent+in+their+commitment+to+software...&amp;tags=amazon%2Cgnu%2Flinux%2Cmark+shuttleworth%2Cprivacy%2Csoftware+freedom%2Cubuntu%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Degooglifying (Part III): Web Search</title>
		<link>http://blaise.ca/blog/2012/07/30/degooglifying-part-iii-web-search/</link>
		<comments>http://blaise.ca/blog/2012/07/30/degooglifying-part-iii-web-search/#comments</comments>
		<pubDate>Mon, 30 Jul 2012 22:57:45 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[degoogle]]></category>
		<category><![CDATA[duckduckgo]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[network services]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[seeks]]></category>
		<category><![CDATA[web search]]></category>
		<category><![CDATA[yacy]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=2015</guid>
		<description><![CDATA[This post is part of a series in which I am detailing my move away from centralized, proprietary network services. Previous posts in this series: email, feed reader. Of all Google services, you&#8217;d think the hardest to replace would be search. Yet, although search is critical for navigating the web, the switching costs are low [...]]]></description>
				<content:encoded><![CDATA[<p><em>This post is part of a series in which I am detailing my move away from centralized, proprietary network services. Previous posts in this series: <a href="http://blaise.ca/blog/2012/01/27/degooglifying-part-i-email/">email</a>, <a href="http://blaise.ca/blog/2012/02/07/degooglifying-part-ii-feed-reader/">feed reader</a>.</em></p>
<p>Of all Google services, you&#8217;d think the hardest to replace would be search. Yet, although search is critical for navigating the web, the switching costs are low &#8212; no data portability issues, easy to use more than one search engine, etc. Unfortunately, there isn&#8217;t a straightforward libre web search solution ready yet, but switching away from Google to something that&#8217;s at least more privacy-friendly is easy to do now.</p>
<h3>Quick Alternative: DuckDuckGo</h3>
<p>In on sense, degooglifying search is <a href="http://blaise.ca/blog/2012/01/27/degooglifying-part-i-email/comment-page-1/#comment-222593">easy</a>: use <a href="https://duckduckgo.com/">DuckDuckGo</a>. DuckDuckGo has a <a href="https://duckduckgo.com/privacy.html">strong no-tracking aproach to privacy</a>. The <a href="https://duckduckgo.com/bang.html">!bang</a> syntax is awesome (hello !wikipedia), the search results are decent (though I still often !g for more technical, targeted or convoluted searches), it doesn&#8217;t have any search-plus-your-world nonsense or whatever walled garden stuff Google has been experimenting with lately, and it&#8217;s pretty solid on the privacy side. After just a few days, DuckDuckGo replaced Google as my default search engine, and my wife has since switched over as well.</p>
<p>The switch from Google Search to DuckDuckGo is incredibly easy and well worth it. If you&#8217;re still using Google Search, give DuckDuckGo a try &#8212; you&#8217;ve got nothing to lose.</p>
<p>But&#8230; DuckDuckGo isn&#8217;t a final destination. Remember: the point of this exercise isn&#8217;t for me to &#8220;leave Google,&#8221; but to leave Google&#8217;s <em>proprietary, centralized, walled gardens</em> for <a href="http://blaise.ca/blog/2011/08/02/four-criteria-for-free-network-services/">free and autonomous alternatives</a>. DuckDuckGo is a step towards autonomy, as web search sans tracking, but it is still centralized and proprietary.</p>
<h3>Web Search Freedom</h3>
<p>A libre search solution calls for a much bigger change &#8212; from proprietary to free, from centralized to distributed, from a giant database to a peer-to-peer network &#8212; not just a change in search engines, but a revolution in web search.</p>
<h4>YaCy</h4>
<p>Last summer, I ran a search engine out of my living room for a few months: <a href="http://yacy.net/en/index.html">YaCy</a> &#8212; a cross-platform, free software, decentralized, peer-to-peer search engine. Rather than relying on a single centralized search provider, YaCy users can install the software on their own computers and connect to a network of other YaCy users to perform web searches. It&#8217;s a libre, non-tracking, censorship-resistant web search <em>network</em>. The problem was that it wasn&#8217;t stable or mature enough last summer to power my daily web searches. I intend to install it again soon, because as a peer-to-peer effort it needs users and usage in order to improve, but an intermediate step like DuckDuckGo is necessary in the meantime.</p>
<p>Although YaCy is designed to be installed on your own computer, there is a <a href="http://search.yacy.net/">public web search portal</a> available as a demo.</p>
<h4>Seeks</h4>
<p><a href="http://www.seeks-project.info/site/">Seeks</a> is another interesting project that takes a different approach to web search freedom. Seeks is &#8220;an open, decentralized platform for collaborative search, filtering and content curation.&#8221; As far as I understand, Seeks doesn&#8217;t <em>replace</em> existing search engines, but it adds a distributed network layer on <em>top</em> of them, giving users more control over search queries and results. That is, Seeks is a <a href="http://www.seeks-project.info/site/2011/12/03/what-freedom-in-websearch-truely-means/">P2P collaborative filter for web search rather than a P2P indexer like YaCy.</a> Rather than replacing web indexing, Seeks is focused on the privacy, control, and trust surrounding search queries and results, even if it sits on top of proprietary search engines.</p>
<p>Seeks also has a <a href="http://www.seeks-project.info/search.php/websearch-hp">public web search portal</a> (and DuckDuckGo supports !seeks). As you can tell, its results are much better than YaCy&#8217;s, but Seeks is tackling a smaller problem and still relying on existing search engines to index the web. </p>
<h3>Conclusion</h3>
<p>DuckDuckGo, though proprietary and centralized, provides some major privacy advantages over Google and is ready to be used today &#8212; especially with Google just a !g away.</p>
<p>But web search freedom requires a revolution like that envisioned by YaCy or Seeks. Seeks seems like more of a practical, incremental and realistic solution, but it still depends on proprietary search. YaCy is more of a complete solution, but it&#8217;s not clear whether its vision is <a href="http://pdos.csail.mit.edu/papers/p2psearch:iptps03.pdf">technically feasible</a>.</p>
<p>I intend to experiment with both of these projects &#8212; p2p services need users to improve &#8212; and continue to watch this space for new developments.</p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2012/07/30/degooglifying-part-iii-web-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=balleyne&amp;popout=1&amp;url=http%3A%2F%2Fblaise.ca%2Fblog%2F2012%2F07%2F30%2Fdegooglifying-part-iii-web-search%2F&amp;language=en_GB&amp;category=text&amp;title=Degooglifying+%28Part+III%29%3A+Web+Search&amp;description=This+post+is+part+of+a+series+in+which+I+am+detailing+my+move+away+from+centralized%2C+proprietary+network+services.+Previous+posts+in+this+series%3A+email%2C+feed+reader.+Of+all...&amp;tags=degoogle%2Cduckduckgo%2CGoogle%2Cnetwork+services%2Cp2p%2Csearch%2Cseeks%2Cweb+search%2Cyacy%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Degooglifying (Part II): Feed Reader</title>
		<link>http://blaise.ca/blog/2012/02/07/degooglifying-part-ii-feed-reader/</link>
		<comments>http://blaise.ca/blog/2012/02/07/degooglifying-part-ii-feed-reader/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 13:35:55 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[degoogle]]></category>
		<category><![CDATA[feed reader]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[liferea]]></category>
		<category><![CDATA[newsblur]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rssowl]]></category>
		<category><![CDATA[tiny tiny rss]]></category>
		<category><![CDATA[tt-rss]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=1968</guid>
		<description><![CDATA[This post is part of a series in which I am detailing my move away from centralized, proprietary network services. Previous posts in this series: email. Next to email, replacing Google Reader as my feed reader was relatively easy, though I&#8217;ve chosen to use the move as an opportunity to clean out my feed subscriptions, [...]]]></description>
				<content:encoded><![CDATA[<p><em>This post is part of a <a href="http://blaise.ca/blog/tag/degoogle/">series</a> in which I am detailing my move away from centralized, proprietary network services. Previous posts in this series: <a href="/blog/2012/01/27/degooglifying-part-i-email/">email</a>.</em></p>
<p>Next to <a href="http://blaise.ca/blog/2012/01/27/degooglifying-part-i-email/">email</a>, replacing Google Reader as my feed reader was relatively easy, though I&#8217;ve chosen to use the move as an opportunity to clean out my feed subscriptions, rather than doing a straight export/import. I&#8217;ve replaced Google Reader with two free software feed readers: <a href="http://liferea.sourceforge.net/">Liferea</a> (desktop) and <a href="http://tt-rss.org/">Tiny Tiny RSS</a> (web).</p>
<p>A reading list can be very personal, and it can also be very misleading out of context. For example, my reading list suggests all sorts of things about my religious and political views, about the communities to which I may be connected, etc. Though, it would take some analysis to try and figure out <em>why</em> I subscribe to any particular feed. Is the author&#8217;s view one I espouse and whole-heartedly hold as my own? One I find interesting, challenging, or thought-provoking? Or one I utterly disagree with yet want to learn more about?</p>
<p>There is something private about a complete reading list, much like the books you might check out from the library or the <a href="http://en.wikipedia.org/wiki/Video_Privacy_Protection_Act">videos</a> you might rent from a store. As we get more of this content through the internet, it&#8217;s easy for these lists (and even more behavioural data about how we interact with them) to be compiled in large, centralized, proprietary databases, alongside all sorts of other personal information that would not be available to a traditional Blockbuster or public library. Besides the software fredom issues, this is another revealing personal dataset that I can claim more control over by exercising software freedom, rather than dumping it into a big centralized, proprietary database. Both software freedom and privacy issues are at play here.</p>
<h3>Desktop Client: Liferea</h3>
<p><a href="http://liferea.sourceforge.net/">Liferea</a> is a desktop feed reader for GNU/Linux. Google Reader was my first feed reader, so a desktop feed reader was a bit of an adjustment, but there are a few things I really like about it:</p>
<ul>
<li><strong>Native application:</strong> It integrates well with my desktop, with something like Ubuntu&#8217;s <a href="https://wiki.ubuntu.com/MessagingMenu">Messaging Menu</a>, and it&#8217;s a client that feels somewhat familiar in GNOME.</li>
<li><strong>Control over update frequency:</strong> One of the things that bugged me about Google Reader is it constantly checks for new content, whether or not you want it to. Sometimes, I don&#8217;t want to see anything new until tomorrow. It&#8217;s nice to be able to click update, read, and then let it be until I choose to update again. (Though, the downside is missing material if you don&#8217;t update often enough.)</li>
<li><strong>Integration with Google Reader / Tiny Tiny RSS:</strong> This is a killer feature. You can use Liferea to read feeds through the Google Reader API, and recent versions have added support for a tt-rss backend as well. This helped with my transition because I could use Liferea as a front-end for Google Reader before I was prepared to migrate my feeds, to test it out, to ease the transition, etc. And, I will be able to use Liferea and tt-rss together to have both desktop and web-based clients.</li>
<li><strong>Embedded Web Browser:</strong> This is also a killer feature. Websites that don&#8217;t have full-text feeds and only offer a content snippet are annoying in Google Reader, because you have to leave Reader to see the full content. But, in Liferea, you can tell it to automatically load content for a feed using the embedded web browser instead of just viewing the snippet, or hit enter on any feed entry to load the URL using the embedded browser. It even has basic tabbed browsing support, so you don&#8217;t have to flip back and forth between your web browser and your feed reader. This makes reading content from non-full-text feeds easy without leaving Liferea.</li>
<li><strong>Integrated Comments:</strong> Liferea can detect comment feeds on many blogs, and it shows a handful of comments underneath entries. Combine this with a quick enter key to visit the web page with the embedded browser, and you no longer have to leave the feed reader to participate in the comments. This is a nice step up from the usual isolation of a feed reader from comment threads.</li>
<li><strong>Authentication support for protected feeds:</strong> This is a useful feature for subscribing to protected content, such as an updates feed on an internal wiki.</li>
</ul>
<p>I tested Liferea as a Google Reader front end, then migrated subscriptions group by group (giving me a chance to re-organize, though I could have just used an OPML export/import), and once I upgrade to Liferea 1.8, I&#8217;ll connect it to tt-rss.</p>
<p><strong>Other Desktop Clients:</strong> <a href="http://www.rssowl.org/">RSSOwl</a> is a free software, cross-platform (Windows, Mac OS X, GNU/Linux) feed reader, which also has Google Reader integration. I have only tried this briefly, so that I could recommend it to Windows users.</p>
<h3>Web Client: Tiny Tiny RSS</h3>
<p><a href="http://tt-rss.org/">Tiny Tiny RSS</a> is a web-based feed reader, similar to Google Reader, but free software that you can run on your own web server. There are some feeds I read all the time, and others I&#8217;ll skim or catch up on when I have a chance. For the must-read feeds, it makes a huge difference to be able to read them from my mobile computer. With Google Reader, I used <a href="http://maemo.org/packages/view/grr/">grr</a>, and there is a mobile web interface. I migrated my must-read feeds to tt-rss instead of Liferea so that I&#8217;d have easy access to them while away from my laptop, while still having the ability to use Liferea when on my laptop with it&#8217;s tt-rss integration. I&#8217;m moving more and more feeds into tt-rss, though I plan to leave some less frequently updated, less important feeds or feeds that are difficult to read from my mobile in Liferea only.</p>
<p>Some cool features:</p>
<ul>
<li><strong>Publish articles to shared feed:</strong> Google Reader had a shared articles RSS feed, and I&#8217;d piped that into blaise.ca. tt-rss has a similar RSS feed, which I&#8217;ve also been able to include on my website</li>
<li><strong>Mobile web interface:</strong> tt-rss has a mobile web interface for webkit browsers powered by <a href="http://code.google.com/p/iui/">iUI</a>. With <a href="http://maemo.org/downloads/product/Maemo5/macuco2/">Macuco</a> on my N900 or the Android web browser, it works quite well &#8212; though, only for full-text feeds.</li>
<li><strong>Filters:</strong> With tt-rss, you can create filters on feeds. So, for example, I am automatically publishing articles from the Techdirt feed that I&#8217;ve written, or I can auto-delete posts for a particular series or author that I&#8217;m not interested in to custom tailor a feed to my interests. It&#8217;s very useful for automating certain actions or reducing noise on a high-traffic feed.</li>
<li><strong>Custom CSS:</strong> I suppose you could customize Google Reader&#8217;s styles with a GreaseMonkey script or something, but tt-rss offers custom CSS overrides and multiple themes out of the box, which is great for setting some more readable default colours.</li>
<li><strong>API:</strong> tt-rss has an API, which allows for Liferea integration, an Android client, etc.</li>
<li><strong>Authentication support for protected feeds:</strong> Like Liferea, tt-rss provides support for feeds requiring authentication.</li>
</ul>
<p>As with Liferea, tt-rss gives me control over how frequently updates run, since I schedule the update job. But that control also comes without the downside of missing content if I&#8217;m away from my feed reader for a while; unlike a desktop client that needs to be open to retrieve new content, tt-rss does so in the background from the server, so it can still track new entries while I&#8217;m away. It has the benefits of Google Reader&#8217;s persistent background updates, while still giving me control over frequency and scheduling. I have the update job set to run a few specific times through the day, and tt-rss gives you the option to set an even longer update interval for any given feed.</p>
<p>While I was initially migrating from Google Reader to Liferea, Tiny Tiny RSS is quickly becoming my primary feed reader, while Liferea will become my primary desktop client for tt-rss and home for less frequent/important/non-full-text feeds.</p>
<p><strong>Other Web Clients:</strong> <a href="http://www.newsblur.com/">NewsBlur</a> is another web-based, free software feed reader, which is based on a more modern web stack and seems to have some neat features. I have yet to try it, and I&#8217;m not sure of the state of its mobile or API/desktop integration, which are two things I really like in tt-rss. It&#8217;s worth taking a look at though for sure. NewsBlur.com has a hosted service, if you aren&#8217;t able to run your own web server or don&#8217;t have a friend who&#8217;s running one.</p>
<h3>Conclusion</h3>
<p>My migration away from Google Reader is essentially complete. I have less than a dozen feeds remaining there, but mostly old or broken feeds. I no longer log into Google Reader to read anything, though I&#8217;ve got one more round of cleaning to do to empty my account. I&#8217;m currently split between Liferea and tt-rss, but with Liferea 1.8, I&#8217;ll be able to integrate the two. I also have other libre options to explore with NewsBlur and RSSOwl.</p>
<p>There is nothing that I miss about Google Reader, and if anything, with an embedded browser, native desktop options, integrated comments, control over update scheduling, feed filters, and authentication support for protected feeds, I have a lot of useful features now that I didn&#8217;t have with Google&#8217;s proprietary service &#8212; nevermind more software freedom and less surveillance.</p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2012/02/07/degooglifying-part-ii-feed-reader/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=balleyne&amp;popout=1&amp;url=http%3A%2F%2Fblaise.ca%2Fblog%2F2012%2F02%2F07%2Fdegooglifying-part-ii-feed-reader%2F&amp;language=en_GB&amp;category=text&amp;title=Degooglifying+%28Part+II%29%3A+Feed+Reader&amp;description=This+post+is+part+of+a+series+in+which+I+am+detailing+my+move+away+from+centralized%2C+proprietary+network+services.+Previous+posts+in+this+series%3A+email.+Next+to+email%2C+replacing...&amp;tags=degoogle%2Cfeed+reader%2CGoogle%2Cgoogle+reader%2Cliferea%2Cnewsblur%2Cprivacy%2Crss%2Crssowl%2Ctiny+tiny+rss%2Ctt-rss%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Can Facebook Really Bring About A More Peer-to-Peer, Bottom-Up World?</title>
		<link>http://blaise.ca/blog/2012/02/06/can-facebook-really-bring-about-a-more-peer-to-peer-bottom-up-world/</link>
		<comments>http://blaise.ca/blog/2012/02/06/can-facebook-really-bring-about-a-more-peer-to-peer-bottom-up-world/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 04:19:41 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bottom-up]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[net services]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[techdirt]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=1974</guid>
		<description><![CDATA[This post originally appeared on Techdirt Mark Zuckerberg&#8217;s letter to shareholders included in Facebook&#8217;s IPO filing contains a pretty bold vision for Facebook to not just connect people and enable them to share, but to fundamentally restructure the way that the world works: By helping people form these connections, we hope to rewire the way [...]]]></description>
				<content:encoded><![CDATA[<p><em>This post originally appeared on <a href="http://www.techdirt.com/articles/20120201/16260417630/can-facebook-really-bring-about-more-peer-to-peer-bottom-up-world.shtml">Techdirt</a></em></p>
<p>Mark Zuckerberg&#8217;s <a href="http://www.sec.gov/Archives/edgar/data/1326801/000119312512034517/d287954ds1.htm#toc287954_10">letter to shareholders</a> included in Facebook&#8217;s IPO filing contains a pretty bold vision for Facebook to not just connect people and enable them to share, but to <a href="http://gigaom.com/2012/02/01/facebook-wants-to-rewire-the-way-the-world-works/">fundamentally restructure the way that the world works</a>:</p>
<blockquote><p><i>By helping people form these connections, we hope to rewire the way people spread and consume information. We think the <strong>world&#8217;s information infrastructure</strong> should resemble the social graph &#8212; <strong>a network built from the bottom up or peer-to-peer, rather than the monolithic, top-down structure that has existed to date.</strong> We also believe that giving people control over what they share is a fundamental principle of this rewiring.</p>
<p>We have already helped more than 800 million people map out more than 100 billion connections so far, and our goal is to <strong>help this rewiring accelerate</strong>. [emphasis added]</i></p></blockquote>
<p>That sounds pretty <a href="http://investor.google.com/corporate/2004/ipo-founders-letter.html">lofty</a>, but if you recognize that Facebook provides a social networking service that hundreds of millions of people use &#8212; but forget for a moment that it&#8217;s <em>Facebook</em> &#8212; it&#8217;s quite a bold &#8220;social mission.&#8221; And there are many examples of how the service has been used as a <a href="http://www.techdirt.com/articles/20110330/04450513697/gladwell-logic-there-was-war-before-nuclear-bombs-existed-thus-nukes-have-no-impact-war.shtml">key tool</a> in affecting change on everything from opposition to the <a href="http://www.techdirt.com/articles/20071213/105615.shtml">Canadian DMCA</a> to the <a href="http://www.techdirt.com/articles/20110330/04450513697/gladwell-logic-there-was-war-before-nuclear-bombs-existed-thus-nukes-have-no-impact-war.shtml">Arab Spring</a>. There&#8217;s no doubt that the service makes it easier for people to organize in a more bottom-up way.</p>
<p>But, once you remember that it&#8217;s Facebook we&#8217;re talking about, the vision sounds more problematic. Could Facebook ever <em>truly</em> bring about a peer-to-peer, bottom-up network? The notion seems to be an inherent contradiction to Facebook&#8217;s architecture &#8212; as a <em>centralized, proprietary, walled garden</em> social networking service. Facebook may enable a <em>more</em> bottom-up structure, but it&#8217;s a bit disingenuous for Zuckerberg to decry a monolithic, top-down structure when Facebook inserts itself as the new intermediary and gatekeeper. As a centralized, proprietary, walled garden service, Facebook is a single point for <a href="http://www.techdirt.com/articles/20110126/04453512834/how-facebook-dealt-with-tunisian-government-trying-to-steal-every-users-passwords.shtml">attacks</a>, <a href="http://www.techdirt.com/articles/20111011/12190216306/facebook-says-some-your-personal-data-is-its-trade-secrets-intellectual-property.shtml">control</a>, <a href="http://www.techdirt.com/articles/20110503/14590814131/info-law-enforcement-gets-when-they-subpoena-facebook.shtml">and</a> <a href="http://www.techdirt.com/articles/20110929/01390216130/pretty-much-everything-related-to-you-facebook-is-recorded-your-facebook-permanent-record.shtml">surveillance</a>, never mind <a href="http://www.techdirt.com/articles/20111219/15243117134/court-indicates-facebook-may-be-violating-your-publicity-rights-with-sponsored-stories.shtml">controversial</a> <a href="https://www.eff.org/deeplinks/2011/08/randi-zuckerberg-runs-wrong-direction-pseudonymity">policies</a> or <a href="https://en.wikipedia.org/wiki/Facebook_Beacon">privacy</a> <a href="http://www.michaelgeist.ca/content/view/4139/125/">concerns</a>. Facebook may enable a <em>more</em> bottom-up and peer-to-peer network compared to many things that came before, but there is something fundamentally at odds with a truly distributed solution at the core of its architecture and its DNA.</p>
<p>To realize the full potential of bottom-up, peer-to-peer social networking infrastructure, we need <a href="http://autonomo.us/2008/07/franklin-street-statement/">autonomous</a>, <a href="http://ostatus.org/">distributed</a>, and <a href="https://www.freedomboxfoundation.org/">free</a> network services &#8212; the sort of vision that <a href="http://status.net/">StatusNet</a>/<a href="http://identi.ca">Identi.ca</a> or <a href="https://joindiaspora.com/">Diaspora</a> have tried to bring about. Rewiring the world to create a more bottom-up, peer-to-peer network is a bold vision for Zuckerberg to put forth &#8212; and one that Facebook has advanced in many ways &#8212; yet it&#8217;s fundamentally at odds with the reality of Facebook as a centralized and proprietary walled garden.</p>
<p><em>Read the <a href="http://www.techdirt.com/articles/20120201/16260417630/can-facebook-really-bring-about-more-peer-to-peer-bottom-up-world.shtml#comments">comments</a> on Techdirt.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2012/02/06/can-facebook-really-bring-about-a-more-peer-to-peer-bottom-up-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Songwriters Association of Canada Wants To Embrace File Sharing, But Does It Have the Right Approach?</title>
		<link>http://blaise.ca/blog/2012/02/06/the-songwriters-association-of-canada-wants-to-embrace-file-sharing-but-does-it-have-the-right-approach/</link>
		<comments>http://blaise.ca/blog/2012/02/06/the-songwriters-association-of-canada-wants-to-embrace-file-sharing-but-does-it-have-the-right-approach/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 03:52:24 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[business models]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[levy]]></category>
		<category><![CDATA[licensing]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[sac]]></category>
		<category><![CDATA[techdirt]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=1983</guid>
		<description><![CDATA[This post originally appeared on Techdirt. in 2007, the Songwriters Association of Canada gained some international headlines with a proposal to legalize non-commercial peer-to-peer file sharing through an ISP levy. This sort of proposal wasn&#8217;t new, but had not been so prominently put forth by an artist organization before. There were serious problems with the [...]]]></description>
				<content:encoded><![CDATA[<p><em>This post originally appeared on <a href="http://www.techdirt.com/articles/20120202/17433417641/canadian-songwriters-want-to-embrace-file-sharing-do-they-have-right-approach.shtml">Techdirt</a>.</em></p>
<p>in 2007, the Songwriters Association of Canada gained some international headlines with a proposal to legalize non-commercial peer-to-peer file sharing through an ISP levy. This sort of proposal wasn&#8217;t new, but had not been so prominently put forth by an <em>artist</em> organization before. There were serious <a href="http://www.techdirt.com/articles/20080225/094249346.shtml">problems</a> with the <a href="http://blaise.ca/blog/2008/01/23/analyzing-the-songwriters-association-of-canadas-proposal-to-legalize-file-sharing/">proposal</a>, but it stimulated a healthy debate and it started from many correct premises &#8212; that file sharing should be embraced, that digital locks and lawsuits were not a way forward, etc. But it was a non-voluntary, <a href="http://blaise.ca/blog/2008/03/28/whats-wrong-with-a-music-tax/">&#8220;you&#8217;re a criminal&#8221; tax</a> that could open the floodgates for other industries to demand similar levies.</p>
<p>I was a member of the Songwriters Association of Canada from 2007-2011, and I had the opportunity to express my concerns about the proposal to many people involved. Last year, I attended a session with an update on the proposal, and was surprised how much it had <a href="http://www.michaelgeist.ca/content/view/5669/196/">changed</a>. The <a href="http://songwriters.ca/proposaldetailed.aspx">proposal</a> had dropped the legislative angle in favor of a business to business approach, with an actual <a href="http://www.michaelgeist.ca/content/view/3770/159/">opt-out option</a> for both creators and customers of participating ISPs. Unlike groups behind <a href="http://www.techdirt.com/articles/20101019/02232011476/choruss-goes-from-vaporware-to-nowhere.shtml">other licensing proposals</a>, the SAC has actually been <em>responsive</em> to many concerns, and unlike <a href="http://www.techdirt.com/articles/20100503/1253019287.shtml">other artist groups</a>, the SAC takes a decidedly <em>positive</em> view on sharing music and the opportunities technology provides to creators. This attitude comes through in the <a href="http://songwriters.ca/proposaldetailed.aspx">proposal</a>:</p>
<blockquote><p><em><strong>Rather than a legislative approach</strong> to the monetization of music file-sharing as we originally envisioned, the S.A.C. is now focused on a <strong>&#8220;business to business&#8221; model that requires no new legislation</strong> be enacted in Canada.</p>
<p>Our basic belief however remains the same: <strong>Music file-sharing is a vibrant, open, global distribution system for music of all kinds, and presents a tremendous opportunity to both creators and rights-holders.</strong> [...]</p>
<p>People have always shared music and always will. <strong>The music we share defines who we are, and who our friends and peers are. The importance of music in the fabric of our own culture, as well as those around the world, is inextricably bound to the experience of sharing.</strong></em> [emphasis changed]</p></blockquote>
<p>As the copyright debate <a href="http://www.michaelgeist.ca/content/view/6275/125/">heats</a> <a href="http://www.cbc.ca/news/yourcommunity/2012/02/is-bill-c-11-the-right-way-to-reform-copyright.html">up</a> <a href="http://www.ccer.ca/canadian-copyright-reform/canadian-copyright-reform-back-with-vengeance/">again</a> in Canada in light of <a href="http://www.techdirt.com/articles/20111114/03594616763/canadians-realizing-that-their-websites-will-get-swept-up-sopa-censorship.shtml">SOPA</a> and new <a href="http://www.michaelgeist.ca/content/view/6287/125/">pressures on pending legislation</a>, this positive attitude towards peer-to-peer file sharing was expressed again in a <a href="https://torrentfreak.com/canadian-songwriters-want-to-legalize-file-sharing-111206/">recent TorrentFreak interview with the SAC VP, Jean-Robert Bisaillon</a>:</p>
<blockquote><p><em><strong>We think the practice [of file-sharing] is great and unstoppable.</strong> This is why we want to establish a regime that allows everyone to keep on doing it <strong>without stigmatizing the public</strong> and, instead, find a way for artists and rights holders to be fairly compensated for the music files that are being shared. [...]</p>
<p>Other positive aspects include being able to find music that is not available in the commercial realm offer, finding a higher quality of digital files, being able to afford music even if you are poor and being able to discover new artists or recommend them to friends. [...]</p>
<p><strong>Music is much better off with the Web.</strong> The internet network allows for musical discovery despite distance and time of the day. It has sparked collaborations between musicians unimaginable before. It has helped artists to book international tours without expensive long-distances charges and postal delays we knew before.</em> [emphasis added]</p></blockquote>
<p>However, significant problems remain with the proposal. For example, the original criticism still stands as to how this would scale for other industries &#8212; what about book publishers, newspapers, movie studies, video game manufacturers and other industries that are also <a href="http://www.techdirt.com/articles/20110310/00561413422/but-piracy.shtml">crying foul</a> about &#8220;piracy&#8221;? The SAC dismisses other cultural industries pretty quickly, as if only the music industry is concerned about unauthorized copying. And, just like private copying levies have suffered from <a href="http://www.techdirt.com/articles/20110516/02411614278/stupidity-you-must-be-criminal-copyright-taxes-sd-card-edition.shtml">scope creep</a>, as people no longer buy blank audio cassettes or CDs, or <a href="http://www.techdirt.com/articles/20090522/1513204985.shtml">short-sightedness</a>, as technology changes rapidly, it&#8217;s not clear how the SAC model would adapt to growing wireless and mobile computing or more <a href="http://www.techdirt.com/articles/20110512/02063714244/could-bittorrent-be-distributed-social-network-people-have-been-clamoring.shtml">distributed</a> file sharing. Many more questions remain: Would small, independent artists, who are not charting through traditional means, get fair treatment? Is it wise to largely rely on a single, proprietary vendor, Big Champagne, for tracking all distribution? Would consumers be paying multiple times for music? What does it mean to &#8220;self-declare not to music file-share&#8221; in order to opt-out?</p>
<p>But the central problem with the proposal is the SAC&#8217;s <a href="http://www.techdirt.com/articles/20071219/182230.shtml">copyright crutch</a>. Jean-Robert Bisaillon says things like,</p>
<blockquote><p><em>The Internet has dramatically increased the private non-commercial sharing of music, which we support. <strong>All that is missing a means to compensate music creators for this massive use of their work.</strong></em> [emphasis added]</p></blockquote>
<p>And the proposal says things like,</p>
<blockquote><p><em><strong>Once a fair and reasonable monetization system is in place</strong>, all stakeholders including consumers and Internet service providers will benefit substantially. [emphasis added]</em></p></blockquote>
<p>The SAC seems obsessed with a &#8220;monetization system,&#8221; when the truth is there is no <a href="http://www.techdirt.com/articles/20090315/1934144122.shtml">one model</a>, no <a href="http://www.techdirt.com/articles/20100917/10001711062/the-search-for-the-mythological-magical-business-model-bullet.shtml">magic bullet</a>.  Rather, the <a href="http://www.techdirt.com/articles/20120129/17272817580/sky-is-rising-entertainment-industry-is-large-growing-not-shrinking.shtml">the sky is rising</a> and the path to success involves all sorts of <a href="https://www.insightcommunity.com/step2/">different models</a> and creative approaches, most of which <a href="http://www.techdirt.com/articles/20110423/01313514014/not-relying-copyright-doesnt-mean-you-dont-make-money.shtml">don&#8217;t depend</a> on copyright or worrying about getting <a href="http://www.techdirt.com/articles/20080908/0140212192.shtml">paid for every use</a>. Even a voluntary license plan is still a <a href="http://www.techdirt.com/articles/20081209/0144083060.shtml">bad</a> <a href="http://www.techdirt.com/articles/20080615/2040081408.shtml">idea</a>. <em>The means to compensate music creators isn&#8217;t missing, it&#8217;s just increasingly found outside of copyright.</em></p>
<p>Still, it&#8217;s important for the SAC&#8217;s voice to be heard as the copyright debate heats up again in Canada. As a creator group offering a positive take on peer-to-peer file sharing, and denouncing an &#8220;adversarial relationship&#8221; between creators and fans, they offer an important counterpoint to the <a href="http://www.michaelgeist.ca/content/view/6287/125/">SOPA-style provisions being pushed by Canadian record industry groups</a>. I would take the SAC&#8217;s constructive and responsive approach over record industry <a href="http://www.techdirt.com/articles/20100701/00390210034.shtml">astroturfing</a> and <a href="http://www.techdirt.com/articles/20100915/15504211032.shtml">fear mongering</a> any day.</p>
<p><em>Read the <a href="http://www.techdirt.com/articles/20120202/17433417641/canadian-songwriters-want-to-embrace-file-sharing-do-they-have-right-approach.shtml#comments">comments</a> on Techdirt.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2012/02/06/the-songwriters-association-of-canada-wants-to-embrace-file-sharing-but-does-it-have-the-right-approach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Degooglifying (Part I): Email</title>
		<link>http://blaise.ca/blog/2012/01/27/degooglifying-part-i-email/</link>
		<comments>http://blaise.ca/blog/2012/01/27/degooglifying-part-i-email/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 23:58:25 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[degoogle]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[libre]]></category>
		<category><![CDATA[network services]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=1947</guid>
		<description><![CDATA[I&#8217;ve begun to write about free (libre) network services, and the hazards of being a tenant on the web instead of a property owner. I began slowly moving away from Google in 2009, but I&#8217;ve accelerated that process since the launch of Google+. I thought I&#8217;d begin to share my process of degooglification. To be [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve begun to write about <a href='http://blaise.ca/blog/2011/08/02/four-criteria-for-free-network-services/'>free (libre) network services</a>, and the hazards of being a tenant on the web instead of a property owner. I began slowly moving away from Google in 2009, but I&#8217;ve accelerated that process since the launch of <a href="http://blaise.ca/blog/2011/11/11/google-exists-to-organize-people-but-i-dont-want-to-be-organized/">Google+</a>.  I thought I&#8217;d begin to share my process of <a href="http://micro.jpope.org/group/degoogle">degooglification</a>.</p>
<p>To be clear, I still generally trust and respect Google, and I <em>do</em> believe they&#8217;re generally <a href="http://www.forbes.com/sites/timothylee/2012/01/13/google-really-is-less-evil-than-its-competitors/"><em>less</em> evil</a> than most, but&#8230;</p>
<ol>
<li>Despite <a href="http://blaise.ca/blog/2009/09/02/gsoc-2009-wrap-up-creative-commons-drupal-module/">great support</a> for open source software, they remain a proprietary software company at their core. Google is a friend to open source infrastructure, but not to free (libre) network services. Specifically, it&#8217;s the <strong>proprietary network services</strong> I&#8217;m degoogling from.</li>
<li>The sheer amount of data &#8212; email, contacts, documents, calendar, RSS feeds, social graph, phone calls, photos, GPS location, nevermind web searches&#8230; &#8212; <strong>aggregated into a one single account with a proprietary service provider</strong> is an obviously bad idea. Even if Google never <em>intends</em> to do anything bad with it, they can <a href="https://en.wikipedia.org/wiki/Google_Buzz#Privacy">make mistakes</a>. Even if Google never does anything bad <em>itself</em>, it&#8217;s a single vector for attack from an outsider. And it&#8217;s <a href="http://www.techdirt.com/articles/20110721/18124415200/can-google-get-past-big-faceless-white-monolith-stage.shtml">not <em>your</em> account</a>.</li>
</ol>
<p>Email is one of the easiest services from which to degooglify. It&#8217;s also a good example of a multi-step transition.</p>
<h3>Changing the front-end</h3>
<p>The first thing I did was to stop using the Gmail web interface. I configured my Gmail account in Thunderbird, which I was already using for other email accounts. Google&#8217;s <a href="http://www.dataliberation.org/">commitment to data portability</a> often makes it easy to switch your front-end software before switching the back-end, which can make a transition much smoother. Rather than cutting over cold turkey, you can ease into a new interface. My Gmail account is still active, but it rarely sees any important email anymore. I&#8217;ve transitioned 99% of my email to other accounts on domains I control (like this one).</p>
<h3>Changing the Backend</h3>
<p>Gradually, I started using my blaise.ca email addresses instead of my Gmail account, until eventually I wasn&#8217;t getting much email through Gmail anymore. With my Gmail account configured in Thunderbird, it was easy to archive the contents on my computer. You can access Gmail labels as IMAP folders and just copy email from one account to another, and Thunderbird will even offer to synchronize a local copy of your Gmail account. I never used Gmail contacts, but an export and import to Thunderbird would get your data out (more on contacts another time). Lastly, I&#8217;m still monitoring my Gmail account via Thunderbird, but I could set an auto-reply and/or forwarder if I really wanted to force that last 1% over. I will probably do that eventually.</p>
<h3>Other Considerations</h3>
<p>There are a few other perks of a Gmail account that are pretty easy to get from libre alternatives:</p>
<ul>
<li><strong>Hosted</strong>: Not everyone is going to run their own mail server, or have a friend or family member who does. But there are hosted, libre services, like <strong><a href="https://riseup.net/">riseup.net</a></strong></li>
<li><strong>Storage space</strong>: in 2004, 1 GB of email was a huge game changer. Today, it&#8217;s not very hard to get that kind of storage space on a server for <strong>cheap</strong>.</li>
<li><strong>Chat</strong>: Google uses the <strong>open standard <a href="http://www.xmpp.org/">XMPP</a></strong> for its chat service. I run my own XMPP server, and there are <a href="http://xmpp.org/resources/public-services/">public Jabber services</a> like <a href="http://www.jabber.org/">jabber.org</a>. I&#8217;ve simply added my Gmail contacts to my blaise@blaise.ca XMPP account. More on chat another time.</li>
<li><strong>Conversations</strong>: The <a href="https://addons.mozilla.org/en-us/thunderbird/addon/gmail-conversation-view/">Conversations</a> add-on provides Gmail-style conversations inside Thunderbird.</li>
<li><strong>Spam filtering</strong>: Gmail has a good track record on spam filtering, but <strong>SpamAssassin, ClamAV and a greylisting policy</strong> can produce great results on your own server nowadays. I don&#8217;t get any more spam to my blaise.ca inbox than I do to my Gmail inbox.</li>
<li><strong>Webmail</strong>: I love Thunderbird, but not everyone wants to use a desktop client, and you&#8217;re not always on your own computer. <strong><a href="http://roundcube.net/">Roundcube</a></strong> is already a great free software webmail client, and it hasn&#8217;t even hit 1.0 yet. Many hosting providers already offer Roundcube to their customers.</li>
<li><strong>Mobile:</strong> With IMAP, my email is easily accessible from and synchronized between Thunderbird, Roundcube, and my mobile computer&#8217;s <strong>IMAP client</strong>.</li>
</ul>
<p>Email is probably the easiest thing to degooglify. It can be a smooth, gradual transition, and there are lots of good alternatives, as well as benefits from leaving Gmail. Over the next while, I&#8217;ll share my ongoing efforts to degooglify other aspects of my online life.</p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2012/01/27/degooglifying-part-i-email/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=balleyne&amp;popout=1&amp;url=http%3A%2F%2Fblaise.ca%2Fblog%2F2012%2F01%2F27%2Fdegooglifying-part-i-email%2F&amp;language=en_GB&amp;category=text&amp;title=Degooglifying+%28Part+I%29%3A+Email&amp;description=I%26%238217%3Bve+begun+to+write+about+free+%28libre%29+network+services%2C+and+the+hazards+of+being+a+tenant+on+the+web+instead+of+a+property+owner.+I+began+slowly+moving+away+from...&amp;tags=degoogle%2Cemail%2Cgmail%2CGoogle%2Clibre%2Cnetwork+services%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Thumbs Down for &#8220;Like&#8221; Culture</title>
		<link>http://blaise.ca/blog/2011/11/21/thumbs-down-for-like-culture/</link>
		<comments>http://blaise.ca/blog/2011/11/21/thumbs-down-for-like-culture/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 12:06:19 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[+1]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[lab rats]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=1707</guid>
		<description><![CDATA[When the &#8220;Like&#8221; button was first introduced on Facebook, it was a useful alternative to leaving a comment, another way to show you were paying attention, but it crept from posts to comments and pages, and it now permeates every aspect of the Facebook experience and defines the entire ethos of the site. What was [...]]]></description>
				<content:encoded><![CDATA[<p>When the &#8220;Like&#8221; button was first introduced on Facebook, it was a useful alternative to leaving a comment, another way to show you were paying attention, but it crept from posts to comments and pages, and it now permeates every aspect of the Facebook experience and defines the entire ethos of the site. What was at first a secondary option to conversation has been enshrined as the primary and defining characteristic of Facebook. Not only is it often a superficial way to interact with someone else, by just hitting &#8220;like,&#8221; but it also <a href="http://online.wsj.com/article/SB10001424052702304584004576415940086842866.html">influences and shapes what people post and share</a>. </p>
<blockquote><p>Just as stand-up comedians are trained to be funny by observing which of their lines and expressions are greeted with laughter, so too are our thoughts online molded to conform to popular opinion by these buttons. A status update that is met with no likes (or a clever tweet that isn&#8217;t retweeted) becomes the equivalent of a joke met with silence. It must be rethought and rewritten. And so we don&#8217;t show our true selves online, but a mask designed to conform to the opinions of those around us.</p></blockquote>
<p>Now, we <a href="http://gigaom.com/2011/07/04/are-you-a-slave-to-the-like-button/">rarely &#8220;show our true selves&#8221; offline</a> either, but it&#8217;s not self-presentation that impairs authentic social interaction. It&#8217;s when automated, superficial interaction becomes the <em>dominant</em> mode of communication. A &#8220;Like&#8221; or +1 may be better for Facebook or Google than a comment &#8212; a simple binary value is easier for their algorithms to tally &#8212; but that&#8217;s not the kind of human interaction that drew me to social media.</p>
<p>There is so much more value in online social networking than the popularity contest, than merely <a href="http://www.dailymail.co.uk/sciencetech/article-1336452/Email-addiction-turning-lab-rats-feeding-pellets-social-nourishment.html#ixzz17Sb0IWuC">pressing digital levers, like lab rats looking for pellets of social affirmation</a>. Social technology can enable intimate and in-depth conversations where time, space and fate might otherwise not allow. Ambient awareness can maintain ties that distance and a loss of common circumstances might otherwise break. The ease of organizing can enable groups and communities to thrive where, offline, they might be dispersed. Yet, I&#8217;ve seen less of this in the evolution of Facebook and other social media, and more encouragement of the lab rat lever-pushing type interaction. Deep, rich, intimate and profound interactions &#8212; expressions of love, nostalgia, unity, shared memories, the meeting of minds, bonds of friendship or common experience &#8212; these are much harder for an algorithm to make use of than a binary +1 or &#8220;Like.&#8221;</p>
<p>Don&#8217;t let thumbs and plus ones be substituted for authentic social interaction online.</p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2011/11/21/thumbs-down-for-like-culture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=balleyne&amp;popout=1&amp;url=http%3A%2F%2Fblaise.ca%2Fblog%2F2011%2F11%2F21%2Fthumbs-down-for-like-culture%2F&amp;language=en_GB&amp;category=text&amp;title=Thumbs+Down+for+%26%238220%3BLike%26%238221%3B+Culture&amp;description=When+the+%26%238220%3BLike%26%238221%3B+button+was+first+introduced+on+Facebook%2C+it+was+a+useful+alternative+to+leaving+a+comment%2C+another+way+to+show+you+were+paying+attention%2C+but+it+crept+from...&amp;tags=%2B1%2Cfacebook%2CGoogle%2Clab+rats%2Clike%2Csocial+media%2Csocial+networking%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Explaining Distributed Social Networking Services</title>
		<link>http://blaise.ca/blog/2011/11/19/explaining-distributed-social-networking-services/</link>
		<comments>http://blaise.ca/blog/2011/11/19/explaining-distributed-social-networking-services/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 23:26:57 +0000</pubDate>
		<dc:creator>Blaise Alleyne</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[distributed networking]]></category>
		<category><![CDATA[freedombox]]></category>
		<category><![CDATA[libre]]></category>
		<category><![CDATA[network services]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://blaise.ca/blog/?p=1899</guid>
		<description><![CDATA[Via the FreedomBox Foundation, J David Eisenberg has created a great comic introduction to distributed social network services. Distributed systems are an important part of free network services.]]></description>
				<content:encoded><![CDATA[<p>Via the <a href="http://www.freedomboxfoundation.org/news/What_Is_A_Distributed_Social_Network__63__/index.en.html">FreedomBox Foundation</a>, J David Eisenberg has created a great <a href="http://dsn-test.com/dsn-vn/">comic introduction to distributed social network services</a>. Distributed systems are an important part of <a href="http://blaise.ca/blog/2011/08/02/four-criteria-for-free-network-services/">free network services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blaise.ca/blog/2011/11/19/explaining-distributed-social-networking-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=balleyne&amp;popout=1&amp;url=http%3A%2F%2Fblaise.ca%2Fblog%2F2011%2F11%2F19%2Fexplaining-distributed-social-networking-services%2F&amp;language=en_GB&amp;category=text&amp;title=Explaining+Distributed+Social+Networking+Services&amp;description=Via+the+FreedomBox+Foundation%2C+J+David+Eisenberg+has+created+a+great+comic+introduction+to+distributed+social+network+services.+Distributed+systems+are+an+important+part+of+free+network+services.&amp;tags=comic%2Cdistributed+networking%2Cfreedombox%2Clibre%2Cnetwork+services%2Csocial+networking%2Cblog" type="text/html" />
	</item>
	</channel>
</rss>
