<?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/"
	>

<channel>
	<title>Lost Entropy &#187; Technology/Internet</title>
	<atom:link href="http://lostentropy.com/tag/technologyinternet/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostentropy.com</link>
	<description>Aaron B. Russell&#039;s personal blog</description>
	<lastBuildDate>Fri, 06 Jan 2012 02:54:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Switching between Ubuntu Desktop and Ubuntu Server</title>
		<link>http://lostentropy.com/2011/04/11/switching-between-ubuntu-desktop-and-ubuntu-server/</link>
		<comments>http://lostentropy.com/2011/04/11/switching-between-ubuntu-desktop-and-ubuntu-server/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 03:16:51 +0000</pubDate>
		<dc:creator>Aaron B. Russell</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Free software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux distributions]]></category>
		<category><![CDATA[Software projects]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://lostentropy.com/?p=2495</guid>
		<description><![CDATA[It&#8217;s easy enough to start out with an Ubuntu Server machine and install the desktop packages, leaving you with an Ubuntu Desktop machine. Just run: sudo aptitude install ubuntu-desktop &#8230;and you&#8217;re done. Unfortunately, going the other way isn&#8217;t so easy. &#8230; <a href="http://lostentropy.com/2011/04/11/switching-between-ubuntu-desktop-and-ubuntu-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Flostentropy.com%2F2011%2F04%2F11%2Fswitching-between-ubuntu-desktop-and-ubuntu-server%2F' data-shr_title='Switching+between+Ubuntu+Desktop+and+Ubuntu+Server'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Flostentropy.com%2F2011%2F04%2F11%2Fswitching-between-ubuntu-desktop-and-ubuntu-server%2F' data-shr_title='Switching+between+Ubuntu+Desktop+and+Ubuntu+Server'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a title="Laptop Compubody Sock" href="http://flickr.com/photos/23243094@N00/2414194397"><img src="http://farm3.static.flickr.com/2106/2414194397_9a484b1d75.jpg" alt="" /></a></p>
<p>It&#8217;s easy enough to start out with an Ubuntu Server machine and install the desktop packages, leaving you with an Ubuntu Desktop machine. Just run:</p>
<blockquote>
<pre>sudo aptitude install ubuntu-desktop</pre>
</blockquote>
<p>&#8230;and you&#8217;re done. Unfortunately, going the other way isn&#8217;t so easy. Just removing the ubuntu-desktop package doesn&#8217;t remove all the other packages for me, I had to list a whole bunch of packages (enough to trigger all the dependencies, and get all the other desktop packages autoremoved). Long story short, I just fired this (very long) command and it did what I was after:</p>
<blockquote>
<pre>sudo aptitude remove ubuntu-desktop gdm nautilus \
xserver-xorg libgtk2.0-common metacity x-session-manager \
gnome-session xorg capplets-data gedit-common \
gnome-panel gnome-orca gnome-control-center libgnome2-0 \
mousetweaks network-manager synaptic evolution \
gcalctool gconf2 software-center nautilus-data \
rhythmbox vino vlc update-manager firefox compiz-core \
network-manager-pptp openoffice.org-help-en-us \
gnome-media-common gnome-panel-data gnome-screensaver \
gnome-terminal-data gstreamer0.10-plugins-base \
indicator-me indicator-messages indicator-session \
update-notifier indicator-applet \
indicator-applet-session libappindicator1 \
libcanberra-gtk0 empathy-common evolution-common \
evolution-plugins gwibber-service ibus jockey-gtk \
libbrasero-media1 libpam-gnome-keyring \
nautilus-sendto-empathy rhythmbox-plugins \
xul-ext-ubufox empathy gnome-applets gnome-keyring</pre>
</blockquote>
<p><strong>Warnings/disclaimers/tips:</strong></p>
<ul>
<li>Make sure you&#8217;re not in a GNOME session while you&#8217;re doing this, or it could have unexpected results.</li>
<li>It&#8217;ll remove a lot more packages than those listed above. Read the list of packages that are going to be removed CAREFULLY and be sure before you confirm the removal.</li>
<li>You may not hold me responsible if you hose your system by blindly removing packages. You should know what you&#8217;re doing before attempting this, if you&#8217;re not sure what will happen, you should do some more research first.</li>
<li>If you don&#8217;t have aptitude installed, just replace &#8220;aptitude&#8221; with &#8220;apt-get&#8221; in the commands above. I prefer aptitude, so that&#8217;s why it&#8217;s in the commands above.</li>
<li>My scenario: I started off with an Ubuntu Server 10.10 (not a fresh install, I&#8217;d been using it a while, so forget this being a clean experiment!), then installed the Desktop, installed Chromium and Flash, then switched back to Ubuntu Server.</li>
<li>This will almost certainly need some tweaks to work on earlier or later versions of Ubuntu than 10.10. If you do tweak the above command for another version and you feel like helping out, please comment with the relevant remove command that worked for you so it can be shared.</li>
</ul>
<p>If this works for you, drop me a comment below!</p>
<p>PS: Nope, I don&#8217;t understand that photo either. :)</p>
<div class="shr-publisher-2495"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://lostentropy.com/2011/04/11/switching-between-ubuntu-desktop-and-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Safari skews web stats</title>
		<link>http://lostentropy.com/2011/02/22/safari-skews-web-stats/</link>
		<comments>http://lostentropy.com/2011/02/22/safari-skews-web-stats/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 21:56:45 +0000</pubDate>
		<dc:creator>Aaron B. Russell</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[User agent]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[web stats]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://lostentropy.com/?p=2485</guid>
		<description><![CDATA[Here&#8217;s an interesting thing to consider next time you&#8217;re looking through your web stats: the popularity of Safari 4 and later (the desktop version, not the iOS one) probably looks way higher than it actually is. Safari&#8217;s &#8220;Top Sites&#8221; feature &#8230; <a href="http://lostentropy.com/2011/02/22/safari-skews-web-stats/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Flostentropy.com%2F2011%2F02%2F22%2Fsafari-skews-web-stats%2F' data-shr_title='Safari+skews+web+stats'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Flostentropy.com%2F2011%2F02%2F22%2Fsafari-skews-web-stats%2F' data-shr_title='Safari+skews+web+stats'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a title="100" href="http://flickr.com/photos/44124355621@N01/513163712"><img src="http://farm1.static.flickr.com/190/513163712_134b858024.jpg" alt="" /></a></p>
<p>Here&#8217;s an interesting thing to consider next time you&#8217;re looking through your web stats: the popularity of Safari 4 and later (the desktop version, not the iOS one) probably looks way higher than it actually is.</p>
<p>Safari&#8217;s &#8220;Top Sites&#8221; feature checks sites to see if any content has changed since you were last there (and also to draw the preview images), and it does this reasonably often. The way it checks is to load your website behind the scenes, which means your server gets hit, and your stats show Safari&#8217;s more popular with each refresh.</p>
<p>Perhaps Apple should make the background thread use a different user agent string so that we can differentiate real requests from the Top Sites updates?</p>
<div class="shr-publisher-2485"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://lostentropy.com/2011/02/22/safari-skews-web-stats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Koobface / Facebook Roadblock experience</title>
		<link>http://lostentropy.com/2010/10/29/my-koobface-facebook-roadblock-experience/</link>
		<comments>http://lostentropy.com/2010/10/29/my-koobface-facebook-roadblock-experience/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 17:10:39 +0000</pubDate>
		<dc:creator>Aaron B. Russell</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Antivirus software]]></category>
		<category><![CDATA[Computer virus]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Inc]]></category>
		<category><![CDATA[Intego]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Koobface]]></category>
		<category><![CDATA[Online social networking]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Social information processing]]></category>
		<category><![CDATA[System software]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://lostentropy.com/?p=2448</guid>
		<description><![CDATA[I figured I&#8217;d write up my experience with the Facebook Roadblock, as it might come in useful for other people who get locked out. Last night I noticed Adium started spinning away on my dock, unable to connect to one &#8230; <a href="http://lostentropy.com/2010/10/29/my-koobface-facebook-roadblock-experience/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F10%2F29%2Fmy-koobface-facebook-roadblock-experience%2F' data-shr_title='My+Koobface+%2F+Facebook+Roadblock+experience+'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F10%2F29%2Fmy-koobface-facebook-roadblock-experience%2F' data-shr_title='My+Koobface+%2F+Facebook+Roadblock+experience+'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I figured I&#8217;d write up my experience with the Facebook Roadblock, as it might come in useful for other people who get locked out.</p>
<p>Last night I noticed Adium started spinning away on my dock, unable to connect to one of its configured networks, which turned out to be Facebook. A few minutes later I closed whatever browser tab I had open, and noticed that Facebook tab I had open behind it was showing the &#8220;Please login to continue&#8221; dialog over my previous session. Clicking the login button took me to something I&#8217;d not seen before, the Facebook Roadblock:</p>
<div id="attachment_2449" class="wp-caption aligncenter" style="width: 430px"><a rel="attachment wp-att-2449" href="http://lostentropy.com/2010/10/29/my-koobface-facebook-roadblock-experience/screen-shot-2010-10-28-at-7-06-55pm/"><img class="size-large wp-image-2449" title="The Facebook Roadblock" src="http://lostentropy.com/wp-content/uploads/2010/10/Screen-shot-2010-10-28-at-7.06.55pm-420x262.png" alt="The Facebook Roadblock" width="420" height="262" /></a><p class="wp-caption-text">The Facebook Roadblock</p></div>
<p>A few minutes of checking the SSL certs, retyping bookmarks, checking for DNS spoofing, and even trying from my iPhone over the 3G data network (which still didn&#8217;t work, it instantly logged me out once it loaded and didn&#8217;t let me back in), I received an email claiming to be from Facebook. And the headers seemed valid too:</p>
<blockquote><p><small> </small></p>
<pre><small>Return-Path: &lt;notification+z4o6=66@facebookmail.com&gt;
X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on
  server01.filesanctuary.net
X-Spam-Level:
X-Spam-Status: No, score=-99.0 required=5.0 tests=AWL,BAYES_50,
  DNS_FROM_OPENWHOIS,RCVD_IN_DNSWL_LOW,SPF_PASS,USER_IN_WHITELIST autolearn=no
  version=3.2.4
X-Original-To: aaron@unadopted.co.uk
Delivered-To: aaron.unadopted@server01.filesanctuary.net
Received: from mx-out.facebook.com (outmail013.snc4.facebook.com [66.220.144.145])
  by server01.filesanctuary.net (Postfix) with ESMTP id CF77B315237
  for &lt;aaron@unadopted.co.uk&gt;; Thu, 28 Oct 2010 19:04:33 +0100 (BST)
DKIM-Signature: v=1; a=rsa-sha1; d=facebookmail.com; s=201006181024; c=relaxed/relaxed;
  q=dns/txt; i=@facebookmail.com; t=1288289073;
  h=From:Subject:Date:To:MIME-Version:Content-Type;
  bh=qEIXppA9YVJnzP16lPu8knjBLI4=;
  b=R8irJgwrt6XVn16hAvSUFeIlM++vWMcDyAYhNXrhKnQ6ItFMnyMlWp5Mpop9/8qW
  RBXeIrBlbl9R+MhQ7tTzmYKGcHpDpA4sMc27xKmYwDphIdANX0rgfCfxLzsRwYvJ
  wu+CZxtaBphfkFdMo0RZabSpGN4v5Q0WCW12jqDxKBM=;
Received: from [10.30.185.191] ([10.30.185.191:35133])
  by mta018.snc4.facebook.com (envelope-from &lt;notification+z4o6=66@facebookmail.com&gt;)
  (ecelerity 2.2.2.45 r(34222M)) with ECSTREAM
  id F6/5B-27367-13BB9CC4; Thu, 28 Oct 2010 11:04:33 -0700
X-Facebook: from zuckmail ([MTI3LjAuMC4x])
  by localhost.localdomain with local (ZuckMail);
Date: Thu, 28 Oct 2010 11:04:33 -0700
To: "Aaron B. Russell" &lt;aaron@unadopted.co.uk&gt;
From: Facebook &lt;notification+z4o6=66@facebookmail.com&gt;
Reply-to: Facebook &lt;notification+z4o6=66@facebookmail.com&gt;
Subject: Security Warning From Facebook
Message-ID: &lt;9202ff1cbcd06add33c763f96edc88cd@localhost.localdomain&gt;
X-Priority: 3
X-Mailer: ZuckMail [version 1.00]
X-Facebook-Notify: roadblock; mailid=333b85fG1e289220G6f8ad57G7b
Errors-To: notification+z4o6=66@facebookmail.com
X-FACEBOOK-PRIORITY: 0
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="UTF-8"

Dear Aaron B. Russell,

We have detected that your Facebook account is infected with a form of
malware, or virus, called Koobface. You downloaded the virus after
receiving a message from a friend, which invited you to view a video.

To restore your account, please log in to Facebook and follow the
instructions you see there. You can also learn more in our Help Centre at:

http://www.facebook.com/help/?topic=koobface

Thanks,
Facebook Security Team</small></pre>
<p><small> </small><small></small></p></blockquote>
<p>Hmm. So I really was locked out. But was I really infected? As I use a Mac, I wondered if I&#8217;d been hit by the (supposedly harmless) OSX/Koobface.A virus (<a href="http://www.intego.com/news/trojan-horse-os-x-koobface-a-affects-mac-os-x.asp">Intego Security Memo</a>). But if that was the case, why didn&#8217;t VirusBarrier X6 tell me about it? And why didn&#8217;t I get the Java applet warning? My mind wandered back a couple of days and I remembered I&#8217;d logged in on my Windows 7-based HTPC recently too, so there was a slim chance that I got infected that way.</p>
<p>So off I went to set some scans running. Kaspersky Internet Security finished on the HTPC first due to it&#8217;s relatively small HD, but that was clean, which only left my MacBook Pro as a potential candidate for infection. After discovering just how long it takes to scan a 500gb hard disk (more than 8 hours)&#8230; VirusBarrier told me that it didn&#8217;t find anything on my laptop either.</p>
<div id="attachment_2458" class="wp-caption aligncenter" style="width: 430px"><a rel="attachment wp-att-2458" href="http://lostentropy.com/2010/10/29/my-koobface-facebook-roadblock-experience/screen-shot-2010-10-29-at-2-42-39pm/"><img class="size-large wp-image-2458" title="VirusBarrier says &quot;no virus detected&quot;" src="http://lostentropy.com/wp-content/uploads/2010/10/Screen-shot-2010-10-29-at-2.42.39pm-420x311.png" alt="VirusBarrier says &quot;no virus detected&quot;" width="420" height="311" /></a><p class="wp-caption-text">VirusBarrier says &quot;no virus detected&quot;</p></div>
<p>Both Kaspersky Internet Security and VirusBarrier X6 claim to be able to deal with various versions Koobface worm/trojan hybrid, but neither of them picked anything up despite having the latest virus definition updates, so my systems seem to be clean. Having checked my systems meant that I was now &#8220;allowed&#8221; through the Roadblock (Facebook requires you to certify that you&#8217;ve checked your system &#8212; that said, it&#8217;s only a checkbox to tick and you could easily lie, but if you receive genuine reports that your computer appears to be compromised, it&#8217;s better not to chance it), and I went through this sequence of steps&#8230;</p>
<div id="attachment_2459" class="wp-caption aligncenter" style="width: 430px"><a rel="attachment wp-att-2459" href="http://lostentropy.com/2010/10/29/my-koobface-facebook-roadblock-experience/screen-shot-2010-10-29-at-2-38-10pm/"><img class="size-large wp-image-2459" title="Facebook give you a few options to prove your identity" src="http://lostentropy.com/wp-content/uploads/2010/10/Screen-shot-2010-10-29-at-2.38.10pm-420x253.png" alt="Facebook give you a few options to prove your identity" width="420" height="253" /></a><p class="wp-caption-text">Facebook give you a few options to prove your identity</p></div>
<div id="attachment_2460" class="wp-caption aligncenter" style="width: 430px"><a rel="attachment wp-att-2460" href="http://lostentropy.com/2010/10/29/my-koobface-facebook-roadblock-experience/screen-shot-2010-10-29-at-2-38-36pm/"><img class="size-large wp-image-2460" title="I opted for SMS message verification" src="http://lostentropy.com/wp-content/uploads/2010/10/Screen-shot-2010-10-29-at-2.38.36pm-420x262.png" alt="I opted for SMS message verification" width="420" height="262" /></a><p class="wp-caption-text">I opted for SMS message verification</p></div>
<div id="attachment_2461" class="wp-caption aligncenter" style="width: 430px"><a rel="attachment wp-att-2461" href="http://lostentropy.com/2010/10/29/my-koobface-facebook-roadblock-experience/screen-shot-2010-10-29-at-2-40-01pm/"><img class="size-large wp-image-2461" title="Facebook then try to educate you about what happened..." src="http://lostentropy.com/wp-content/uploads/2010/10/Screen-shot-2010-10-29-at-2.40.01pm-420x262.png" alt="Facebook then try to educate you about what happened..." width="420" height="262" /></a><p class="wp-caption-text">Facebook then try to educate you about what happened...</p></div>
<div id="attachment_2462" class="wp-caption aligncenter" style="width: 430px"><a rel="attachment wp-att-2462" href="http://lostentropy.com/2010/10/29/my-koobface-facebook-roadblock-experience/screen-shot-2010-10-29-at-2-40-13pm/"><img class="size-large wp-image-2462" title="... which is a really good idea (despite showing me Windows screenshots when I'm on a Mac)" src="http://lostentropy.com/wp-content/uploads/2010/10/Screen-shot-2010-10-29-at-2.40.13pm-420x262.png" alt="... which is a really good idea (despite showing me Windows screenshots when I'm on a Mac)" width="420" height="262" /></a><p class="wp-caption-text">... which is a really good idea (though they should detect I&#39;m on a Mac)</p></div>
<div id="attachment_2463" class="wp-caption aligncenter" style="width: 430px"><a rel="attachment wp-att-2463" href="http://lostentropy.com/2010/10/29/my-koobface-facebook-roadblock-experience/screen-shot-2010-10-29-at-2-40-29pm/"><img class="size-large wp-image-2463" title="... and then they forced me to reset my password (also good!)" src="http://lostentropy.com/wp-content/uploads/2010/10/Screen-shot-2010-10-29-at-2.40.29pm-420x262.png" alt="... and then they forced me to reset my password (also good!)" width="420" height="262" /></a><p class="wp-caption-text">... and then they forced me to reset my password (also good!)</p></div>
<p>And then after a confirmation screen, my account was restored.</p>
<p>So&#8230; what the hell happened? Well, from what I can tell my machines are not infected, so either my account was compromised, or it was a false alarm (possibly due to Adium&#8217;s frequent reconnects to Facebook Chat, because it drops the connection often). Either way, I think Facebook handled this very well from a security point of view. They also offered me a (Windows-only) 6 month free subscription to McAfee VirusScan Plus on the final confirmation screen, but I skipped that as I&#8217;m on a Mac and already use <a href="http://www.intego.com/virusbarrier/">Intego VirusBarrier X6</a>, but it&#8217;s good to be offering protection to people who might not be protected.</p>
<p>I&#8217;m interested to hear if anyone else has gone through this (especially Mac users), so if you have a similar story to share, please drop me a comment.</p>
<div class="shr-publisher-2448"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://lostentropy.com/2010/10/29/my-koobface-facebook-roadblock-experience/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google gives up on Wave</title>
		<link>http://lostentropy.com/2010/08/05/google-gives-up-on-wave/</link>
		<comments>http://lostentropy.com/2010/08/05/google-gives-up-on-wave/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 05:36:31 +0000</pubDate>
		<dc:creator>Aaron B. Russell</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Inc.]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[Instant messaging]]></category>
		<category><![CDATA[Self-organization]]></category>
		<category><![CDATA[Social information processing]]></category>
		<category><![CDATA[Social Issues]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Urs Hoelzle]]></category>
		<category><![CDATA[Urs Hölzle]]></category>
		<category><![CDATA[Wave]]></category>

		<guid isPermaLink="false">http://lostentropy.com/?p=2438</guid>
		<description><![CDATA[This is a pretty huge disappointment: Google&#8217;s admitted defeat on Wave, citing poor uptake, and plans to cut it loose later this year. &#8220;despite these wins, and numerous loyal fans, Wave has not seen the user adoption we would have &#8230; <a href="http://lostentropy.com/2010/08/05/google-gives-up-on-wave/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F08%2F05%2Fgoogle-gives-up-on-wave%2F' data-shr_title='Google+gives+up+on+Wave'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F08%2F05%2Fgoogle-gives-up-on-wave%2F' data-shr_title='Google+gives+up+on+Wave'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a title="Google Wave ovation" href="http://flickr.com/photos/87064775@N00/3574598412"><img src="http://farm3.static.flickr.com/2317/3574598412_1519959aef.jpg" alt="" /></a></p>
<p><a title="Google Wave ovation" href="http://flickr.com/photos/87064775@N00/3574598412"></a>This is a pretty huge disappointment: Google&#8217;s admitted defeat on Wave, citing poor uptake, and plans to cut it loose later this year.</p>
<blockquote><p><em>&#8220;despite these wins, and numerous loyal fans, Wave has not seen the user adoption we would have liked. We don’t plan to continue developing Wave as a standalone product, but we will maintain the site at least through the end of the year and extend the technology for use in other Google projects.&#8221;<br />
&#8211; Urs Hölzle on the Official Google Blog [<a href="http://googleblog.blogspot.com/2010/08/update-on-google-wave.html">link to post</a>] </em></p></blockquote>
<p>I&#8217;ve found Google Wave to be very useful as a meeting and collaboration space for working with people hundreds or thousands of miles away from me, but I guess not enough people saw just how useful it actually is. It does have a pretty steep learning curve initially, so I can see why a lot of people probably didn&#8217;t bother, or didn&#8217;t get what it was for. I guess it&#8217;s back to IRC, IMs and Campfire for now.</p>
<div class="shr-publisher-2438"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://lostentropy.com/2010/08/05/google-gives-up-on-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FaceTime missing on your iPhone 4? Here&#8217;s how to fix it.</title>
		<link>http://lostentropy.com/2010/08/05/facetime-missing-on-your-iphone-4-heres-how-to-fix-it/</link>
		<comments>http://lostentropy.com/2010/08/05/facetime-missing-on-your-iphone-4-heres-how-to-fix-it/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 03:25:54 +0000</pubDate>
		<dc:creator>Aaron B. Russell</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[Apple Inc.]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Digital audio]]></category>
		<category><![CDATA[FaceTime]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Multi-touch]]></category>
		<category><![CDATA[Smartphones]]></category>
		<category><![CDATA[Technology/Internet]]></category>

		<guid isPermaLink="false">http://lostentropy.com/?p=2435</guid>
		<description><![CDATA[I discovered today that FaceTime didn&#8217;t work on my iPhone 4: people couldn&#8217;t start FaceTime calls with me and I didn&#8217;t have any of the FaceTime buttons present. Turns out that this problem is caused when restoring from an iPhone &#8230; <a href="http://lostentropy.com/2010/08/05/facetime-missing-on-your-iphone-4-heres-how-to-fix-it/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F08%2F05%2Ffacetime-missing-on-your-iphone-4-heres-how-to-fix-it%2F' data-shr_title='FaceTime+missing+on+your+iPhone+4%3F+Here%27s+how+to+fix+it.'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F08%2F05%2Ffacetime-missing-on-your-iphone-4-heres-how-to-fix-it%2F' data-shr_title='FaceTime+missing+on+your+iPhone+4%3F+Here%27s+how+to+fix+it.'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a title="First Time with FaceTime: iPhone/Settings/FaceTime ON" href="http://flickr.com/photos/48600103384@N01/4823863269"><img src="http://farm5.static.flickr.com/4082/4823863269_e98c51f2a4.jpg" alt="" /></a></p>
<p>I discovered today that FaceTime didn&#8217;t work on my iPhone 4: people couldn&#8217;t start FaceTime calls with me and I didn&#8217;t have any of the FaceTime buttons present. Turns out that this problem is caused when restoring from an iPhone 3G running iOS 4 &#8212; it seems the FaceTime on/off setting is imported from the iPhone 3G (which has it turned off as it doesn&#8217;t support FaceTime). Going into Settings &gt; Phone and then flipping FaceTime on solved it for me.</p>
<p>Other people seem to have had to jump through a couple of extra hoops to get this to work, if flipping the switch didn&#8217;t get you going, take a look at <a href="http://www.rustybrick.com/new-iphone-4-upgrades-do-not-have-facetime.html">this post over at the Rusty Brick blog</a>.</p>
<p><strong>Update 2010-08-22:</strong> Still having trouble? Did you jailbreak your iPhone 4? <a href="http://igeeksfaq.blogspot.com/2010/08/iphone-facetime-problems.html">There&#8217;s something else that might stop this working too</a>.</p>
<p><strong>Update 2011-08-20:</strong> Did you find this post helpful? It would be awesome if you&#8217;d take a moment or two to check out <a href="http://filesanctuary.net/?from=facetime-post">File Sanctuary</a>, my hosting company. We&#8217;d love to help you with web hosting, email hosting, radio station hosting, domain registration, SSL certificates, and even giving you a safe place on the Internet to back your computers up to. We really care about the service we provide, and our prices are really good. <a href="http://filesanctuary.net/?from=facetime-post">Have a look around our website to find out some more</a>, then get in touch and tell us what you need, and we&#8217;ll do everything we can to accomodate you. Thank you for reading my shameless plug! :)</p>
<div class="shr-publisher-2435"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://lostentropy.com/2010/08/05/facetime-missing-on-your-iphone-4-heres-how-to-fix-it/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Make a perfect Ubuntu AFP file server with Time Machine support</title>
		<link>http://lostentropy.com/2010/05/11/make-a-perfect-ubuntu-afp-file-server-with-time-machine-support/</link>
		<comments>http://lostentropy.com/2010/05/11/make-a-perfect-ubuntu-afp-file-server-with-time-machine-support/#comments</comments>
		<pubDate>Tue, 11 May 2010 10:17:44 +0000</pubDate>
		<dc:creator>Aaron B. Russell</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Apple Filing Protocol]]></category>
		<category><![CDATA[Computer networking]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Cryptographic software]]></category>
		<category><![CDATA[file server]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Netatalk]]></category>
		<category><![CDATA[Network architecture]]></category>
		<category><![CDATA[Network file systems]]></category>
		<category><![CDATA[Network protocols]]></category>
		<category><![CDATA[Secure Shell]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://lostentropy.com/?p=2423</guid>
		<description><![CDATA[Just found an awesome guide from Mattias Kretschmann on how to create a perfect AFP file server for Mac clients that supports Time Machine backups over the network out of the box. It worked for me with a Mac OS &#8230; <a href="http://lostentropy.com/2010/05/11/make-a-perfect-ubuntu-afp-file-server-with-time-machine-support/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F05%2F11%2Fmake-a-perfect-ubuntu-afp-file-server-with-time-machine-support%2F' data-shr_title='Make+a+perfect+Ubuntu+AFP+file+server+with+Time+Machine+support'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F05%2F11%2Fmake-a-perfect-ubuntu-afp-file-server-with-time-machine-support%2F' data-shr_title='Make+a+perfect+Ubuntu+AFP+file+server+with+Time+Machine+support'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignnone" src="http://www.kremalicious.com/media/ubuntu_mac_feature.jpg" alt="" width="420" height="278" /></p>
<p>Just found an awesome guide from <a href="http://www.kremalicious.com/">Mattias Kretschmann</a> on <a href="http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/">how to create a perfect AFP file server</a> for Mac clients that supports Time Machine backups over the network out of the box. It worked for me with a Mac OS X 10.6.3 client and an Ubuntu 10.04 server, with just one small change to the <code>/etc/netatalk/afpd.conf</code> file. The final line simply needed to read:</p>
<blockquote><p><code>- -transall -advertise_ssh</code></p></blockquote>
<p>Beautiful, thanks Mattias. :)</p>
<div class="shr-publisher-2423"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://lostentropy.com/2010/05/11/make-a-perfect-ubuntu-afp-file-server-with-time-machine-support/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Unadopted Podcast Session 028 Out Now!</title>
		<link>http://lostentropy.com/2010/05/01/unadopted-podcast-session-028-out-now/</link>
		<comments>http://lostentropy.com/2010/05/01/unadopted-podcast-session-028-out-now/#comments</comments>
		<pubDate>Sat, 01 May 2010 15:33:08 +0000</pubDate>
		<dc:creator>Aaron B. Russell</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Digital audio]]></category>
		<category><![CDATA[Entertainment/Culture]]></category>
		<category><![CDATA[Facebook Inc]]></category>
		<category><![CDATA[Human Interest]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[unadopted]]></category>
		<category><![CDATA[unadopted podcast]]></category>
		<category><![CDATA[Web syndication]]></category>
		<category><![CDATA[Word of the year]]></category>

		<guid isPermaLink="false">http://lostentropy.com/?p=2420</guid>
		<description><![CDATA[This one&#8217;s so lively it should probably come in its own cage! Fantastic tunes this time from the likes of Passion Pit, Justice, and a couple of truly brilliant remixes from Last Japan. If you love the Unadopted Podcast, please add &#8230; <a href="http://lostentropy.com/2010/05/01/unadopted-podcast-session-028-out-now/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F05%2F01%2Funadopted-podcast-session-028-out-now%2F' data-shr_title='Unadopted+Podcast+Session+028+Out+Now%21'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F05%2F01%2Funadopted-podcast-session-028-out-now%2F' data-shr_title='Unadopted+Podcast+Session+028+Out+Now%21'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><div>
<div>
<p>This one&#8217;s so lively it should probably come in its own cage! Fantastic tunes this time from the likes of Passion Pit, Justice, and a couple of truly brilliant remixes from Last Japan.</p>
<p>If you love the Unadopted Podcast, <a href="http://www.facebook.com/pages/Unadopted/30561299624">please add Unadopted on Facebook</a> and tell your friends about the podcast!</p>
<p>Want to send music in to the Unadopted Podcast? Now you can! Visit the <a href="http://soundcloud.com/unadopted">Unadopted Soundcloud</a> and send your music in (it&#8217;s dead easy). If I like it, I&#8217;ll try and get it into one of the sessions!</p>
<ol>
<li>Passion Pit &#8211; Little Secrets (Jack Beats Remix)</li>
<li>Touché &#8211; Vampires</li>
<li>Booka Shade &#8211; Mandarine Girl</li>
<li>Kidda &#8211; Feel Too Good (Jack Beats Remix)</li>
<li>Soft Toy Emergency &#8211; Critical (Last Japan Remix)</li>
<li>Boris Dlugosch &#8211; Bangkok</li>
<li>Kissy Sell Out &#8211; This Kiss (Jack Beats Remix)</li>
<li>Yeah Yeah Yeahs &#8211; Heads Will Roll (Passion Pit Remix)</li>
<li>The Bingo Players &#8211; Devotion</li>
<li>Crystal Fighters &#8211; Xtatic Truth (Last Japan Remix)</li>
<li>Justice &#8211; D.A.N.C.E. (Beau Damion Mashup)</li>
</ol>
<p>Listen now over at <a href="http://unadopted.co.uk/podcast/">http://unadopted.co.uk/podcast/</a>. If you haven&#8217;t already set it up, click the &#8220;Subscribe&#8221; link on the right-hand-side when you get there to get the podcast automatically delivered right into your iTunes or RSS reader whenever I release a new session!</div>
</div>
<div class="shr-publisher-2420"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://lostentropy.com/2010/05/01/unadopted-podcast-session-028-out-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube vs Viacom: things get ridiculous</title>
		<link>http://lostentropy.com/2010/03/23/youtube-vs-viacom-things-get-ridiculous/</link>
		<comments>http://lostentropy.com/2010/03/23/youtube-vs-viacom-things-get-ridiculous/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 01:15:14 +0000</pubDate>
		<dc:creator>Aaron B. Russell</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Comedy Central]]></category>
		<category><![CDATA[Criticism of YouTube]]></category>
		<category><![CDATA[Digital media]]></category>
		<category><![CDATA[Entertainment/Culture]]></category>
		<category><![CDATA[Mass media]]></category>
		<category><![CDATA[MTV]]></category>
		<category><![CDATA[MTV Networks]]></category>
		<category><![CDATA[MTV Networks Europe Ltd]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[The Colbert Report]]></category>
		<category><![CDATA[The Daily Show]]></category>
		<category><![CDATA[Viacom]]></category>
		<category><![CDATA[Viacom Inc.]]></category>
		<category><![CDATA[Video hosting]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[World Wide Web]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[YouTube Inc]]></category>

		<guid isPermaLink="false">http://lostentropy.com/?p=2415</guid>
		<description><![CDATA[It seems that things have progressed into the ridiculous in the YouTube vs Viacom spat: For years, Viacom continuously and secretly uploaded its content to YouTube, even while publicly complaining about its presence there. It hired no fewer than 18 &#8230; <a href="http://lostentropy.com/2010/03/23/youtube-vs-viacom-things-get-ridiculous/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F03%2F23%2Fyoutube-vs-viacom-things-get-ridiculous%2F' data-shr_title='YouTube+vs+Viacom%3A+things+get+ridiculous'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F03%2F23%2Fyoutube-vs-viacom-things-get-ridiculous%2F' data-shr_title='YouTube+vs+Viacom%3A+things+get+ridiculous'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a title="Viacom" href="http://flickr.com/photos/50318388@N00/449702041"><img src="http://farm1.static.flickr.com/191/449702041_0cf1c25cc8.jpg" alt="" width="420" height="420" /></a></p>
<p>It seems that things have progressed into the ridiculous in the YouTube vs Viacom spat:</p>
<blockquote><p>For years, Viacom continuously and secretly uploaded its content to YouTube, even while publicly complaining about its presence there. It hired no fewer than 18 different marketing agencies to upload its content to the site. It deliberately &#8220;roughed up&#8221; the videos to make them look stolen or leaked. It opened YouTube accounts using phony email addresses. It even sent employees to Kinko&#8217;s to upload clips from computers that couldn&#8217;t be traced to Viacom. And in an effort to promote its own shows, as a matter of company policy Viacom routinely left up clips from shows that had been uploaded to YouTube by ordinary users. Executives as high up as the president of Comedy Central and the head of MTV Networks felt &#8220;very strongly&#8221; that clips from shows like The Daily Show and The Colbert Report should remain on YouTube.</p>
<p>Viacom&#8217;s efforts to disguise its promotional use of YouTube worked so well that even its own employees could not keep track of everything it was posting or leaving up on the site. As a result, on countless occasions Viacom demanded the removal of clips that it had uploaded to YouTube, only to return later to sheepishly ask for their reinstatement. In fact, some of the very clips that Viacom is suing us over were actually uploaded by Viacom itself.</p>
<p>&#8211; Zahavah Levine, YouTube Chief Counsel, <a href="http://youtube-global.blogspot.com/2010/03/broadcast-yourself.html">YouTube Blog</a></p></blockquote>
<p>This sort of mess surely can&#8217;t look good for Viacom?</p>
<div class="shr-publisher-2415"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://lostentropy.com/2010/03/23/youtube-vs-viacom-things-get-ridiculous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Been using Formspring? You&#8217;re in for a nasty surprise&#8230;</title>
		<link>http://lostentropy.com/2010/03/12/been-using-formspring-youre-in-for-a-nasty-surprise/</link>
		<comments>http://lostentropy.com/2010/03/12/been-using-formspring-youre-in-for-a-nasty-surprise/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 17:15:53 +0000</pubDate>
		<dc:creator>Aaron B. Russell</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Ethics]]></category>
		<category><![CDATA[Formspring]]></category>
		<category><![CDATA[Information privacy]]></category>
		<category><![CDATA[Mark Baxter]]></category>
		<category><![CDATA[Social engineering]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://lostentropy.com/?p=2411</guid>
		<description><![CDATA[From an Associated Press article: Twelve administrators of the website Formspring.me, including CEO Mark Baxter were arrested on Monday for data phishing and misleading the public, when the site was revealed to be a &#8220;social experiment,&#8221; which will culminate in &#8230; <a href="http://lostentropy.com/2010/03/12/been-using-formspring-youre-in-for-a-nasty-surprise/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F03%2F12%2Fbeen-using-formspring-youre-in-for-a-nasty-surprise%2F' data-shr_title='Been+using+Formspring%3F+You%27re+in+for+a+nasty+surprise...'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F03%2F12%2Fbeen-using-formspring-youre-in-for-a-nasty-surprise%2F' data-shr_title='Been+using+Formspring%3F+You%27re+in+for+a+nasty+surprise...'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a title="How to Save the World and Succeed in Business" href="http://flickr.com/photos/54304913@N00/1351111010"><img src="http://farm2.static.flickr.com/1082/1351111010_6be51bf059.jpg" alt="" width="420" height="260" /></a></p>
<p>From an <a href="http://www.benkling.com/uploads/formspring.html#associated-press/google_hosted_news&amp;AP=425/articelid=93404272313000347">Associated Press article</a>:</p>
<blockquote><p>Twelve administrators of the website Formspring.me, including CEO Mark Baxter were arrested on Monday for data phishing and misleading the public, when the site was revealed to be a &#8220;social experiment,&#8221; which will culminate in the automatic revealing of users&#8217; private data on April 1, 2010.</p></blockquote>
<p><strong>Update:</strong> <a href="http://www.inquisitr.com/66425/formspring-to-reveal-users-private-data/">seems like this is a hoax</a>&#8230;</p>
<div class="shr-publisher-2411"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://lostentropy.com/2010/03/12/been-using-formspring-youre-in-for-a-nasty-surprise/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>So I made something for that TV show&#8230;</title>
		<link>http://lostentropy.com/2010/02/11/so-i-made-something-for-that-tv-show/</link>
		<comments>http://lostentropy.com/2010/02/11/so-i-made-something-for-that-tv-show/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 20:41:52 +0000</pubDate>
		<dc:creator>Aaron B. Russell</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Abstraction]]></category>
		<category><![CDATA[British Broadcasting Corporation]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[Entropy]]></category>
		<category><![CDATA[Horizon]]></category>
		<category><![CDATA[Infinity]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Philosophy of mathematics]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Typewriter]]></category>

		<guid isPermaLink="false">http://lostentropy.com/?p=2400</guid>
		<description><![CDATA[So. It&#8217;s been on TV now so I&#8217;m allowed to talk about it. The BBC just showed an episode of Horizon called To Infinity and Beyond, and I got a credit at the end of it. Shiny. :) Why? Because &#8230; <a href="http://lostentropy.com/2010/02/11/so-i-made-something-for-that-tv-show/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F02%2F11%2Fso-i-made-something-for-that-tv-show%2F' data-shr_title='So+I+made+something+for+that+TV+show...'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Flostentropy.com%2F2010%2F02%2F11%2Fso-i-made-something-for-that-tv-show%2F' data-shr_title='So+I+made+something+for+that+TV+show...'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a title="flickr typewriter typo?!" href="http://flickr.com/photos/58055760@N00/228175875"><img src="http://farm1.static.flickr.com/80/228175875_f2584d61ab.jpg" alt="" width="420" height="315" /></a></p>
<p>So. It&#8217;s been on TV now so I&#8217;m allowed to talk about it.</p>
<p>The BBC just showed an episode of Horizon called <a href="http://www.bbc.co.uk/iplayer/episode/b00qszch/hd/Horizon_20092010_To_Infinity_and_Beyond/">To Infinity and Beyond</a>, and I got a credit at the end of it. Shiny. :)</p>
<p>Why? Because I made something shiny that helps answer the age old question: If a monkey sat at a typewriter for an infinite amount of time, how long would it take to write the entire works of Shakespeare. You can even <a href="http://code.google.com/p/monkey-simulator/ ">download a copy of the shiny thing yourself from Google Code</a>, and do pretty much whatever you want with it as it&#8217;s been released under the BSD License.</p>
<p>Enjoy!</p>
<div class="shr-publisher-2400"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://lostentropy.com/2010/02/11/so-i-made-something-for-that-tv-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

