<?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>Planetary Scale LLC</title>
	<atom:link href="http://blog.planetaryscale.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.planetaryscale.com</link>
	<description></description>
	<lastBuildDate>Fri, 20 Nov 2009 22:39:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>On the Postage Rejection</title>
		<link>http://blog.planetaryscale.com/2009/11/20/on-the-postage-rejection/</link>
		<comments>http://blog.planetaryscale.com/2009/11/20/on-the-postage-rejection/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 22:39:05 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Miscellany]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://blog.planetaryscale.com/?p=80</guid>
		<description><![CDATA[Note: A technical post follows. If you&#8217;re not interested in iPhone programming, you can safely ignore it. Technical Analysis An update to RogueSheep&#8217;s Postage app was recently rejected by Apple because of a supposed overriding of a private method in a category. Apple most likely used a static analyzer to determine this problem. As far [...]]]></description>
			<content:encoded><![CDATA[<p>Note: A technical post follows. If you&#8217;re not interested in iPhone programming, you can safely ignore it.</p>
<p><b>Technical Analysis</b><br />
An update to RogueSheep&#8217;s Postage app was <a href="http://blog.roguesheep.com/2009/11/19/warning-love-hurts/">recently rejected</a> by Apple because of a supposed overriding of a private method in a category. Apple most likely used a static analyzer to determine this problem. As far as I can tell, Apple has a bug in their static analyzer.</p>
<p><a href="http://github.com/facebook/three20">Three20</a> adds a category method <code>-previousViewController</code> to the UIKit class <code>UIViewController</code>. According to RogueSheep:</p>
<blockquote><p>The notice from Apple indicated that we had used a private method of <code>UIViewController</code> called <code>previousViewController</code>. </p></blockquote>
<p>As far as I can tell, there is no private method in <code>UIViewController</code> called <code>-previousViewController</code>. There is, however, a private method on UINavigationController (a subclass of UIViewController) called <code>-previousViewController</code>.</p>
<p>However, this should not be a problem. Subclasses of <code>UIViewController</code> which implement <code>-previousViewController</code> themselves will override the category method defined on <code>UIViewController</code> by Three20. This includes <code>UINavigationController</code> and whatever other Apple-defined subclasses exist for <code>UIViewController</code>.</p>
<p>I have filed this as Radar #<a href="http://openradar.appspot.com/radar?id=117401">7414099</a> (<a href="rdar://7414099">rdar://7414099</a> for Apple employees).  The test project is available at: <a href="/wp-content/uploads/2009/11/CategoryBehavior.zip">CategoryBehavior.zip</a></p>
<p><b>Opinion</b><br />
Ultimately, if my analysis is correct, this is just a bug. They happen. Static analyzers are especially difficult to get right, especially when the source isn&#8217;t available. This shouldn&#8217;t be read as an indictment of Apple, or of Apple&#8217;s intentions. They&#8217;re just trying to protect the user experience of their products and head off binary compatibility problems.</p>
<p>However, I personally think they&#8217;re going to have a difficult time trying to detect private methods with a static analyzer. They might have better luck doing analysis at runtime &#8212; checking the actual class hierarchy and interposing on method calls.</p>
<p>Meanwhile, there will be a lot of false positives caused by this, which is going to be frustrating for a lot of iPhone app developers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetaryscale.com/2009/11/20/on-the-postage-rejection/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>bit.ly + tinyurl.com = FAIL</title>
		<link>http://blog.planetaryscale.com/2009/11/04/bitly-tinyurl-fail/</link>
		<comments>http://blog.planetaryscale.com/2009/11/04/bitly-tinyurl-fail/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 09:38:10 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Mappity]]></category>
		<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://blog.planetaryscale.com/?p=60</guid>
		<description><![CDATA[For awhile now, Planetary Scale LLC has been using bit.ly to link to Mappity Quakes on the iTunes App Store from our homepage. I chose to use bit.ly because of their statistics tracking on clicks, something I couldn&#8217;t get just by linking directly to iTunes page for the app. Tonight, while writing another blog post, [...]]]></description>
			<content:encoded><![CDATA[<p>For awhile now, Planetary Scale LLC has been using <a href="http://bit.ly/" rel="nofollow">bit.ly</a> to link to <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=294047845&#038;mt=8">Mappity Quakes</a> on the iTunes App Store from our <a href="http://planetaryscale.com/">homepage</a>. I chose to use bit.ly because of their <a href="http://bit.ly/info/aXYCp">statistics tracking</a> on clicks, something I couldn&#8217;t get just by linking directly to iTunes page for the app. </p>
<p>Tonight, while writing <a href="http://blog.planetaryscale.com/2009/11/04/iphone-app-sales-heatmap/">another blog post</a>, I tried clicking on the <a href="http://bit.ly/aXYCp" rel="nofollow">bit.ly link</a> to go to my app&#8217;s page, and instead saw this:<br />
<a href="http://blog.planetaryscale.com/wp-content/uploads/2009/11/bitly-fail.png"><img src="http://blog.planetaryscale.com/wp-content/uploads/2009/11/bitly-fail-300x152.png" alt="bitly fail" title="bitly fail" width="300" height="152" class="alignnone size-medium wp-image-62" /></a></p>
<p>Somehow, my link had been flagged as malicious and I&#8217;ve been missing out on potential sales because bit.ly decided to break my link. Why though?</p>
<p>Looking at <a href="http://bit.ly/pages/faq/" rel="nofollow">bit.ly&#8217;s FAQ</a>, they say:</p>
<blockquote><p>Bit.ly filters all links through several independent services to check for spam, suspected phishing scams, malware, and other objectionable content. We currently include <a href="http://code.google.com/apis/safebrowsing/">Google Safe Browsing</a>, <a href="http://www.surbl.org/">SURBL</a>, and <a href="http://www.spamcop.net/">SpamCop</a> in our operations.</p></blockquote>
<p>Checking Google Safe Browsing, SURBL, and SpamCop, I see neither planetaryscale.com nor itunes.apple.com are blacklisted.</p>
<p>Okay, that&#8217;s weird… but wait! It looks like when I originally created the link, it was actually a link to a tinyurl.com link. That was kind of dumb of me. However, as a sanity check, I&#8217;ve created a link to <a href="http://disney.com/">Disney.com</a> with tinyurl to see if it too will be blacklisted by bit.ly. Unsuprisingly, <a href="http://tinyurl.com/3vjch">it is</a>. Checking Google Safe Browsing, <a href="http://www.google.com/safebrowsing/diagnostic?site=tinyurl.com">tinyurl.com is listed</a> as an intermediary to malware, <a href="http://www.google.com/safebrowsing/diagnostic?site=bit.ly">as is bit.ly</a>.</p>
<p>So, the takeaway from all of this is: as far as I can tell bit.ly is flagging all links to tinyurl.com as malware, even just a link to the <a href="http://bit.ly/nmP3X" rel="nofollow">tinyurl homepage</a>.</p>
<p>Why is this worse than just a screwup on my part? Consider that bit.ly is used to <em>automatically</em> shorten URLs in a lot of services, such as Twitter. A quick check shows bit.ly also flags links to the homepage of is.gd, tr.im, cli.gs, tiny.cc, BudURL.com, snipr.com, snipurl.com, and kl.am, all of which are competitors. In fact, if I tried to link to the <a href="http://budurl.com/page/enterprise-edition">Enterprise Edition of BudURL</a> in a tweet, it would be automatically converted to a <a href="http://bit.ly/shZ3P" rel="nofollow">bit.ly link</a>. Clicking on that link would take someone to a giant warning page, rather than the product of a competitor.</p>
<p>I realize bit.ly is trying to do this as a safety feature, but as it stands I&#8217;m moving my web links to direct URLs. The added value of their statistics tracking just isn&#8217;t enough to offset the risk of them breaking my links.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetaryscale.com/2009/11/04/bitly-tinyurl-fail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone App Sales Heatmap</title>
		<link>http://blog.planetaryscale.com/2009/11/04/iphone-app-sales-heatmap/</link>
		<comments>http://blog.planetaryscale.com/2009/11/04/iphone-app-sales-heatmap/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 08:40:40 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Mappity]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://blog.planetaryscale.com/?p=37</guid>
		<description><![CDATA[David Smith has a great post over at Revolutions on charting time series as calendar heat maps in R. He includes source code from Paul Bleicher to create the heatmaps in R. I track the sales data for my company&#8217;s iPhone apps using AppViz and thought it&#8217;d be interesting to whip up a graph of [...]]]></description>
			<content:encoded><![CDATA[<p>David Smith has a great post over at <a href="http://blog.revolution-computing.com/">Revolutions</a> on <a href="http://blog.revolution-computing.com/2009/11/charting-time-series-as-calendar-heat-maps-in-r.html">charting time series as calendar heat maps in R</a>. He includes source code from Paul Bleicher to create the heatmaps in <a href="http://www.r-project.org/">R</a>.</p>
<p>I track the sales data for <a href="http://www.planetaryscale.com/">my company&#8217;s iPhone apps</a> using <a href="http://www.ideaswarm.com/products/appviz/">AppViz</a> and thought it&#8217;d be interesting to whip up a graph of my iPhone app revenue in this format. Here&#8217;s the result (red is low revenue, green is high):<br />
<a href="http://blog.planetaryscale.com/wp-content/uploads/2009/11/sales-heatmap.png"><img class="alignnone size-medium wp-image-38" title="iPhone App Sales Heatmap" src="http://blog.planetaryscale.com/wp-content/uploads/2009/11/sales-heatmap.png" alt="iPhone App Sales Heatmap" width="510" height="186" /></a></p>
<p>Sales peaked in January when the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewArtist?id=294047848">Mappity</a> offline city maps apps were released, and have been falling since then. Those blank spots in the second half of 2009 are days of $0 in revenue.</p>
<p>Interestingly, it looks like Mondays and Tuesdays are relatively weak days for sales. This is probably due to customers going back to work or school.</p>
<p>If you&#8217;re an app developer and would like to generate a graph like this of your own, it&#8217;s really easy. If you have AppViz, export your data in the &#8220;Revenue by Day&#8221; format. Then, run the Python script I wrote to convert the data, which is <a href="http://gist.github.com/225897">available on GitHub</a>.</p>
<p>Download the calendarHeat.R file from the original <a href="http://blog.revolution-computing.com/2009/11/charting-time-series-as-calendar-heat-maps-in-r.html">blog post</a> and import it into R. Then, import the reformatted revenue data and generate the graph with this bit of R code:</p>
<p><code>data <- read.csv("PATH TO DATA", as.is=TRUE, sep='\t')<br />
data <- transform(data,<br />
  week = as.POSIXlt(Date)$yday %/% 7 + 1,<br />
  wday = as.POSIXlt(Date)$wday,<br />
  year = as.POSIXlt(Date)$year + 1900)</p>
<p>calendarHeat(data$Date, data$Converted.Revenue, varname="iPhone Revenue")</code></p>
<p>Replace "PATH TO DATA" with the path to your CSV file to import the data. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetaryscale.com/2009/11/04/iphone-app-sales-heatmap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tweeteorites OAuth Support</title>
		<link>http://blog.planetaryscale.com/2009/07/23/tweeteorites-oauth-support/</link>
		<comments>http://blog.planetaryscale.com/2009/07/23/tweeteorites-oauth-support/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 00:09:50 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Tweeteorites]]></category>

		<guid isPermaLink="false">http://blog.planetaryscale.com/?p=31</guid>
		<description><![CDATA[I&#8217;ve just put the finishing touches on Twitter OAuth support for Tweeteorites. This means you can now favorite tweets and follow users directly from the Tweeteorites web site. It also means that rather than contacting @tweeteorites on Twitter to have timelines set up for your user, you can just authenticate with OAuth (by clicking on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just put the finishing touches on Twitter OAuth support for <a href="http://tweeteorites.com/">Tweeteorites</a>. This means you can now favorite tweets and follow users directly from the Tweeteorites web site.</p>
<p>It also means that rather than contacting <a href="http://twitter.com/tweeteorites">@tweeteorites</a> on Twitter to have timelines set up for your user, you can just authenticate with OAuth (by clicking on the <a href="http://tweeteorites/login">login</a> link) and timelines will be set up for your user automatically.</p>
<p>We don&#8217;t use your OAuth permission for anything other than favoriting tweets and following users (and only at your request), so you don&#8217;t need to worry about us using up your API requests. But if you are an OAuth user on the site, your favorites and friends&#8217; favorites will be looked at more often by our software, which will help keep your timelines up to date.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetaryscale.com/2009/07/23/tweeteorites-oauth-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today Was Fun</title>
		<link>http://blog.planetaryscale.com/2009/07/08/today-was-fun/</link>
		<comments>http://blog.planetaryscale.com/2009/07/08/today-was-fun/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 06:20:36 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Tweeteorites]]></category>

		<guid isPermaLink="false">http://blog.planetaryscale.com/?p=27</guid>
		<description><![CDATA[There&#8217;s been a lot of interest in Tweeteorites since we launched. Specifically, people are wondering why we ask people to message @tweeteorites on Twitter to set up timelines. Well, here&#8217;s why. There are a few distinct &#8220;pages&#8221; on Tweeteorites. One is the Leaderboard: this is the tweets that have been favorited the most in the [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been a lot of interest in <a href="http://tweeteorites.com/">Tweeteorites</a> since we launched. Specifically, people are wondering why we ask people to message <a href="http://twitter.com/tweeteorites">@tweeteorites</a> on Twitter to set up timelines. Well, here&#8217;s why.</p>
<p>There are a few distinct &#8220;pages&#8221; on Tweeteorites. One is the Leaderboard: this is the tweets that have been favorited the most in the last 24 hours by the people we&#8217;re tracking. This is a global view, in that it is looking at all tweets the Tweeteorites server has seen.</p>
<p>Then there are the individual views &#8212; views limited to one user. For example, if you click on a user picture on the front page, it will take you to that person&#8217;s &#8220;Favorite Stream&#8221; page (<a href="http://tweeteorites.com/stream/sween">example</a>). Other individual views are the &#8220;Ego Boost&#8221; (who has been favoriting that person&#8217;s tweets) and &#8220;Should Follow&#8221; (a recommendation of who that person should be following based on who their friends are favoriting/following).</p>
<p>For an individual&#8217;s Favorite Stream to be built, we need to see what their friends are favoriting. This is pretty easy: we just grab all their friends, then see what their friends favorite. For the Ego Boost, it&#8217;s harder. As of this writing, <a href="http://twitter.com/APlusK">Ashton Kutcher</a> has 2,675,471 followers on Twitter. In order to reasonably expect to find everyone who has favorited one of his tweets, we&#8217;d need to scan all 2 million+ of his followers. Our request quota to Twitter is 20,000 requests per hour &#8212; hence the problem. We try to be smart by grabbing favorites on a schedule proportionate to the how often a user favorites tweets, but that&#8217;s still a whole lot of requests. Plus, we&#8217;ve got other requests to make, like updating social networks, etc.</p>
<p>So, our solution is this: we only even attempt to build full &#8220;individual&#8221; pages (which we call timelines) for users who request it. That is, until we can get some API from Twitter that lets us see all the favorites happening all the time (which would be super awesome).</p>
<p>That&#8217;s why the site says that if you want timelines enabled for a user you should ask <a href="http://twitter.com/tweeteorites">@tweeteorites</a>, which is our account on Twitter. You can format the message however you like, send us a direct message, or whatever. We may not reply to you, but we will most likely enable timelines for your account.</p>
<p>And, yes, it also means that we get some extra exposure to people who are following you and see you request timelines on Tweeteorites. If that bothers you, DM us or change the formatting of the tweet to start with &#8220;@tweeteorites&#8221; rather than &#8220;Hi&#8221;.</p>
<p>So&#8230; why was today fun? Today I wrote some software that lets me respond to all of those tweets to @tweeteorites and enable peoples&#8217; timelines. I&#8217;ve been working night and day on Tweeteorites for 2 months, and it was nice to respond to so many peoples&#8217; requests individually. The software I wrote was basically a custom Twitter client that lets me see who is messaging @tweeteorites and respond to them with an individualized message and enable their timeline at the same time, saving me a whole lot of work.</p>
<p>Today was also fun because as I worked I had a window open looking at my server logs as people visited the site. It was very rewarding to see so many people visiting the site I&#8217;ve spent so much time on recently. I&#8217;m especially thankful to those of you who&#8217;ve sent me messages saying you like Tweeteorites. I look forward to seeing what everyone thinks as I improve upon it, as there are more interesting things to come!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetaryscale.com/2009/07/08/today-was-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Tweeteorites</title>
		<link>http://blog.planetaryscale.com/2009/07/07/announcing-tweeteorites/</link>
		<comments>http://blog.planetaryscale.com/2009/07/07/announcing-tweeteorites/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 20:59:19 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Tweeteorites]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.planetaryscale.com/?p=25</guid>
		<description><![CDATA[Tweeteorites, our Twitter favorites tracker, is now live! This project has been exactly 2 months in the making, and is finally at the point where I think it&#8217;s usable. What is it? If you&#8217;re a Twitter user, you know that you can mark individual tweets as favorites. It was always really frustrating to me that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tweeteorites.com/">Tweeteorites</a>, our Twitter favorites tracker, is now live! This project has been exactly 2 months in the making, and is finally at the point where I think it&#8217;s usable.</p>
<p>What is it? If you&#8217;re a Twitter user, you know that you can mark individual tweets as favorites. It was always really frustrating to me that I could never see what my friends were &#8220;favoriting&#8221; though. So, Tweeteorites scans through all of your friends&#8217; tweets, building timelines of what your friends are favoriting.</p>
<p>Another frustration for me was that it was hard to know who to follow on Twitter. So, I built a system that analyzes who you&#8217;re following, who your friends are following, and what they&#8217;re all favoriting. Then, it recommends the people it thinks you&#8217;d be most interested in following. Basically, the people you might get the most enjoyment out of following.</p>
<p>That&#8217;s the short description! There&#8217;s more exciting stuff coming soon, so I&#8217;ve got to get back to work!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetaryscale.com/2009/07/07/announcing-tweeteorites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent Activity and Search Location Changes</title>
		<link>http://blog.planetaryscale.com/2009/05/06/recent-activity-and-search-location-changes/</link>
		<comments>http://blog.planetaryscale.com/2009/05/06/recent-activity-and-search-location-changes/#comments</comments>
		<pubDate>Thu, 07 May 2009 00:40:32 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Amidst]]></category>

		<guid isPermaLink="false">http://blog.planetaryscale.com/?p=23</guid>
		<description><![CDATA[I just rolled out a couple of quick changes to Amidst. The first is that your activity now shows up in your &#8220;Recent Activity&#8221; stream, along with that of your friends. Previously, it had just shown what your friends were doing. This brings things in line with what people have come to expect from services [...]]]></description>
			<content:encoded><![CDATA[<p>I just rolled out a couple of quick changes to <a href="http://amid.st/">Amidst</a>. The first is that your activity now shows up in your &#8220;Recent Activity&#8221; stream, along with that of your friends. Previously, it had just shown what your friends were doing. This brings things in line with what people have come to expect from services such as <a href="http://twitter.com/">Twitter</a>, and adds some context as to when things happened.</p>
<p>The second change is that the default location in the search box is now determined by Google the first time you use it. This is thanks to the handy <a href="http://code.google.com/apis/ajax/documentation/#ClientLocation">ClientLocation</a> object provided by the Google AJAX Loader, and should be accurate enough for your first location-centered search to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetaryscale.com/2009/05/06/recent-activity-and-search-location-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oops.. amid.st DNS Mistake</title>
		<link>http://blog.planetaryscale.com/2009/05/06/oops-amidst-dns-mistake/</link>
		<comments>http://blog.planetaryscale.com/2009/05/06/oops-amidst-dns-mistake/#comments</comments>
		<pubDate>Wed, 06 May 2009 08:48:29 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Amidst]]></category>
		<category><![CDATA[Mappity]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://blog.planetaryscale.com/?p=21</guid>
		<description><![CDATA[While I was away for the weekend camping, I accidentally let the amid.st domain expire. I really shouldn&#8217;t have let this happen, and apologize to everyone who was affected. I renewed the domain today, so once the new domain information propagates everything should be back to normal. Not only did Amidst go down, but Mappity [...]]]></description>
			<content:encoded><![CDATA[<p>While I was away for the weekend camping, I accidentally let the <a href="http://amid.st/">amid.st</a> domain expire. I really shouldn&#8217;t have let this happen, and apologize to everyone who was affected. I renewed the domain today, so once the new domain information propagates everything should be back to normal.</p>
<p>Not only did Amidst go down, but Mappity Quakes didn&#8217;t work during the duration of the outage due to being served off of the amid.st domain. I&#8217;m sorry for the downtime and am really embarrassed that I let this happen.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetaryscale.com/2009/05/06/oops-amidst-dns-mistake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Invitations and Follow Notifications</title>
		<link>http://blog.planetaryscale.com/2009/04/24/email-notifications/</link>
		<comments>http://blog.planetaryscale.com/2009/04/24/email-notifications/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 01:37:23 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Amidst]]></category>

		<guid isPermaLink="false">http://blog.planetaryscale.com/?p=18</guid>
		<description><![CDATA[Since our soft launch of Amidst, I&#8217;ve been busy fixing bugs and adding user-requested features. Starting today, I&#8217;ll start blogging the new things we&#8217;ve added&#8230; So, to start off, a minor but important feature has been added for inviting your friends via email. The emails are short, to the point, and will only be sent [...]]]></description>
			<content:encoded><![CDATA[<p>Since our soft launch of <a href="http://amid.st/">Amidst</a>, I&#8217;ve been busy fixing bugs and adding user-requested features. Starting today, I&#8217;ll start blogging the new things we&#8217;ve added&#8230;</p>
<p>So, to start off, a minor but important feature has been added for <a href="http://amid.st/invite/email">inviting your friends via email</a>. The emails are short, to the point, and will only be sent to an email address once.</p>
<p>Also, we now send an email notice when you follow them. Unlike Twitter, however, we only send this follow notification once. This avoids the awkward situation when you un-follow someone for a time, then re-follow them and they get an email which lets them know you haven&#8217;t been paying attention to them. We debated a bit between doing things this way or with a &#8220;pause&#8221; button, ala <a href="http://www.43folders.com/2008/08/26/pause-button">Merlin Mann&#8217;s suggestions</a>. Ultimately, though, we think this is a pretty clean way to do it. It solves the problem without new UI, and prevents the downsides of the re-follow problem. Notifications can be turned off altogether in your settings.</p>
<p>More features are on the way soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetaryscale.com/2009/04/24/email-notifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Soft) Launch Day</title>
		<link>http://blog.planetaryscale.com/2009/04/14/soft-launch-day/</link>
		<comments>http://blog.planetaryscale.com/2009/04/14/soft-launch-day/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 22:59:19 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Amidst]]></category>

		<guid isPermaLink="false">http://blog.planetaryscale.com/?p=14</guid>
		<description><![CDATA[We pushed Amidst live today, removed the invitation wall, and asked Hacker News for their thoughts on the project. So far, the feedback has been incredibly helpful, and we&#8217;re really thankful for the constructive comments from the Hacker News community. We intended today to be a bit of a soft-launch, to gauge people&#8217;s reactions, figure [...]]]></description>
			<content:encoded><![CDATA[<p>We pushed <a href="http://amid.st/">Amidst</a> live today, removed the invitation wall, and <a href="http://news.ycombinator.com/item?id=562084">asked Hacker News</a> for their thoughts on the project. So far, the feedback has been incredibly helpful, and we&#8217;re really thankful for the constructive comments from the Hacker News community. </p>
<p>We intended today to be a bit of a soft-launch, to gauge people&#8217;s reactions, figure out the pain points, and learn what we needed to tweak, and so far that&#8217;s exactly how it&#8217;s working out. So, now I&#8217;m off to my <a href="http://amid.st/places/61">favorite cafe</a> to work on some of the many, many problems people found. Fun stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetaryscale.com/2009/04/14/soft-launch-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
