in tech

Feedafever for ~Free

I’ve been reading Chris Anderson’s “Free” and while I pay for the occasional service or app, my endeavor is to get as much as I can, for free.

Fever, an RSS reader that’s clever, quick and time-saving, is a recent purchase that I’m finding to be just amazing. What’s more amazing is that the product is worth $30 but I found someone who didn’t need it any more so he sold me his activation key for much lower…

Anyways, the look and feel of Fever is great and despite the really small app ecosystem, I’m really enjoying the app. The only problem? I’m a fan of RSS and follow just about any blog or feed that I find on the Internet. That’s kind of why I needed Fever – it has features such as sorting the feeds based on their relative “hotness” and presenting it in a very coherent format. But all those feeds being polled so many times were causing a bit of a problem – too much storage and too much bandwidth.

I recently shifted from free web hosting to paid web hosting. I chose nearlyfreespeech.net because they’re really good in terms of cost, speed and general availability. But even with a pretty cheap host, my ~150 RSS feeds proved to be massive bandwidth hogs. Of course, since this was paid hosting, I didn’t get kicked out, just a bigger bill than I expected.

So, in the spirit of Free, I set out to look for alternatives. My first stop was Google Apps Engine. I thought, that if there’s any place that I can run some code for free, it’s at Google. Unfortunately, Google’s got a mandate that the Google App Engine can run languages like Python and Go, but not PHP, on which Shaun Inman’s Fever is based. Digging around, I found that a Java implementation of PHP called Querus can run any PHP code on the App Engine. However, since the latter half of Fever is based on MySQL and GAE cannot possibly run MySQL, I’d have to change the code from the inside out. That’s not an easy task to do.

So, I left Google and ventured past. In a moment of weakness, I decided that I should look at Amazon’s EC2 to run Fever. It was a good idea, except, I’m just about to run out of Amazon’s One Free Year of Web Services to new members, so it was going to cost me to host it there. Since I have no plans to remove RSS feeds from my list but only add them (Fever is built-in a way to encourage adding feeds), I knew that the cost is only going to increase.

Finally, I summoned the great power that is known as Alternativeto.net. This is a magical site, with every possible web service compared to its alternatives based on their platform, price and ranking. If you don’t find an alternative, of course you can suggest one.

Here, I discovered that some of the free alternatives to GAE are Heroku, AppFog and dotCloud. Heroku doesn’t support PHP and dotCloud was free only in a sandbox mode, which I wasn’t sure was the right option for me.

We’re left with AppFog and it’s child, PHPFog. Of these, I found that the former was better suited to my needs than the latter. I set it up, MySQL, subdomains et al, removed Fever from my current installation on nearlyfreespeech and pushed it out there along with a copy of my feeds OPML file.

It’s running right now. I’m using Fever more than earlier, trying to push the limits. Checking to see if I can cause AppFog to gimme a warning. It’s not happening. So far so good!

Tutorial coming soon, if I feel like it. 🙂

Update: I’ve added a tutorial to do this here. Enjoy! :)

Update 2: Heroku lovers, I’ve not left you high and dry… Use this tutorial by Justin Morris to setup Fever for free on Heroku. It’s possible I’ll be redirecting everyone to go to Heroku instead because it seems that AppFog no longer allows new free users to use  their own domain with an app.

What do you think?

Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

    • Micah, first off, try to not click on it. Instead type it out… And secondly, I hope you’ve setup your DNS settings correctly. It shouldn’t affect this part of the install, but it will pop up later…

  1. @nitinthewiz:disqus , if you are seeking as much as possible for “FREE” then why is your blog not hosted on Tumblr, or WordPress.com? I’m about to try Fever myself on my server. Thanks for the warning about performance and storage.

    • @khurt:disqus with Free stuff comes the headache of having to handle issues and disruptions. I’ve been burnt too many times by Tumblr’s downtime and WordPress.com needs a paid upgrade for everything from your domain to CSS editing, so it’s not really free. I’ve tried free hosts before this, but they never work out. Read this. That’s why I’ve decided to host on NearlyFreeSpeech for just ~$4 per month, that too dependent on the traffic I get.

      Of course, if you don’t believe in Free, there’s a pretty Big Donate button when you scroll down on my blog, you can always pay for this information. 🙂

        • I’m not interested in breaking even right now. I don’t want to be bound to my readers or some advertisers to follow an update schedule for this site. I went to your site but didn’t find any ads, except that every link I clicked transferred me to islandinthenet.com for some reason… 😀

Webmentions

  • Nitin Khanna's Blog – On Google Reader March 12, 2013

    […] day before, I’ve noticed a marked increase in traffic to my blog posts regarding Fever as an alternative RSS reader. In fact, I’ve seen my previous record for views in a day of 495 was broken yesterday […]

  • Nitin Khanna's Blog – Why tent.io will flop and what we should learn from it March 12, 2013

    […] for free on various services such as AppFog. I setup a data and processing intensive app called Fever on AppFog for free recently and wrote about how to do it. Next, I’m going to set up tentd there, so […]

  • Nitin Khanna's Blog – Installing Fever on AppFog March 12, 2013

    […] of you who’ve read my blog before might have read the recent post – “Feedafever for ~Free” where I talk about installing an instance of Fever (by Shaun Inman) on AppFog, thus running […]