<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>

  var _gaq = _gaq || [];
  _gaq.push([‘_setAccount’, ‘UA-28498547-1’]);
  _gaq.push([‘_trackPageview’]);

  (function() {
    var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
    ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
    var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
  })();</description><title>GSAPP Cloud</title><generator>Tumblr (3.0; @gsappcloud)</generator><link>http://gsappcloud.tumblr.com/</link><item><title>How to install imagick and gmagick on Ubuntu | Gerd Riesselmann: Notes From the Bog</title><description>&lt;a href="http://www.gerd-riesselmann.net/development/how-install-imagick-and-gmagick-ubuntu"&gt;How to install imagick and gmagick on Ubuntu | Gerd Riesselmann: Notes From the Bog&lt;/a&gt;: &lt;h3&gt;gmagick&lt;/h3&gt;
&lt;p&gt;The gmagick extension is not bundled with Ubuntu, so it must be installed manually anyway.&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;&lt;code&gt;sudo apt-get install graphicsmagick libgraphicsmagick1-dev&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;sudo pecl install gmagick&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Confirm all questions by hitting return&lt;/li&gt;
&lt;li&gt;Create file &lt;code&gt;/etc/php/conf.d/gmagick.ini&lt;/code&gt; and add a line “extension=gmagick.so”&lt;/li&gt;
&lt;li&gt;Reload Apache: &lt;code&gt;sudo /etc/init.d/apache2 reload&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;</description><link>http://gsappcloud.tumblr.com/post/51167835059</link><guid>http://gsappcloud.tumblr.com/post/51167835059</guid><pubDate>Thu, 23 May 2013 16:03:54 -0400</pubDate><category>tutorial</category><category>node.js</category><category>graphic magick</category></item><item><title>How to Install and Setup Postfix on Ubuntu 12.04 | DigitalOcean</title><description>&lt;a href="https://www.digitalocean.com/community/articles/how-to-install-and-setup-postfix-on-ubuntu-12-04"&gt;How to Install and Setup Postfix on Ubuntu 12.04 | DigitalOcean&lt;/a&gt;</description><link>http://gsappcloud.tumblr.com/post/50501776933</link><guid>http://gsappcloud.tumblr.com/post/50501776933</guid><pubDate>Wed, 15 May 2013 12:09:08 -0400</pubDate><category>tutorials</category><category>mail server</category><category>linux</category><category>postfix</category></item><item><title>How to make Node.js Multi-tenant for websites on port 80? - Stack Overflow</title><description>&lt;a href="http://stackoverflow.com/questions/10216003/how-to-make-node-js-multi-tenant-for-websites-on-port-80"&gt;How to make Node.js Multi-tenant for websites on port 80? - Stack Overflow&lt;/a&gt;</description><link>http://gsappcloud.tumblr.com/post/50094230674</link><guid>http://gsappcloud.tumblr.com/post/50094230674</guid><pubDate>Fri, 10 May 2013 12:00:01 -0400</pubDate><category>node</category><category>nginx</category></item><item><title>twitter bootstrap make from source - Stack Overflow</title><description>&lt;a href="http://stackoverflow.com/questions/9123112/twitter-bootstrap-make-from-source"&gt;twitter bootstrap make from source - Stack Overflow&lt;/a&gt;</description><link>http://gsappcloud.tumblr.com/post/49808217796</link><guid>http://gsappcloud.tumblr.com/post/49808217796</guid><pubDate>Mon, 06 May 2013 19:07:15 -0400</pubDate><category>tutorial</category><category>bootstrap</category></item><item><title>How to Use RequireJS with Backbone and Bower, a Starter Template (video)</title><description>&lt;a href="http://net.tutsplus.com/tutorials/javascript-ajax/a-requirejs-backbone-and-bower-starter-template/"&gt;How to Use RequireJS with Backbone and Bower, a Starter Template (video)&lt;/a&gt;</description><link>http://gsappcloud.tumblr.com/post/48729836024</link><guid>http://gsappcloud.tumblr.com/post/48729836024</guid><pubDate>Tue, 23 Apr 2013 19:36:38 -0400</pubDate><category>backbone</category><category>bower</category><category>requirejs</category><category>tutorial</category></item><item><title>How to Use RequireJS with Backbone | Nettuts</title><description>&lt;a href="http://net.tutsplus.com/tutorials/javascript-ajax/a-requirejs-backbone-and-bower-starter-template/"&gt;How to Use RequireJS with Backbone | Nettuts&lt;/a&gt;: &lt;p&gt;download this repo&lt;/p&gt;</description><link>http://gsappcloud.tumblr.com/post/48297051728</link><guid>http://gsappcloud.tumblr.com/post/48297051728</guid><pubDate>Thu, 18 Apr 2013 16:02:16 -0400</pubDate><category>backbone</category><category>require</category><category>tutorial</category></item><item><title>node.js - Failed to connect to mongodb in ubuntu? - Stack Overflow</title><description>&lt;a href="http://stackoverflow.com/questions/8129867/failed-to-connect-to-mongodb-in-ubuntu"&gt;node.js - Failed to connect to mongodb in ubuntu? - Stack Overflow&lt;/a&gt;: &lt;p&gt;This fixed the problem:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.synchrosinteractive.com/blog/1-software/47-mongodb-repair-on-ubuntu"&gt;&lt;a href="http://www.synchrosinteractive.com/blog/1-software/47-mongodb-repair-on-ubuntu"&gt;http://www.synchrosinteractive.com/blog/1-software/47-mongodb-repair-on-ubuntu&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Apparently mongodb creates a lock file when the database crashes or something. Deleting that file and repairing mongodb fixes the problem:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Manually remove the lockfile: sudo rm /var/lib/mongodb/mongod.lock&lt;/p&gt;
&lt;p&gt;Run the repair script: sudo -u mongodb mongod -f /etc/mongodb.conf —repair&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://gsappcloud.tumblr.com/post/47192472565</link><guid>http://gsappcloud.tumblr.com/post/47192472565</guid><pubDate>Fri, 05 Apr 2013 10:28:01 -0400</pubDate><category>node</category><category>mongo</category><category>troubleshooting</category></item><item><title>justjs: Page Templates With EJS: Finally, We Can Have Nice Things</title><description>&lt;a href="http://justjs.com/posts/page-templates-with-ejs-finally-we-can-have-nice-things"&gt;justjs: Page Templates With EJS: Finally, We Can Have Nice Things&lt;/a&gt;</description><link>http://gsappcloud.tumblr.com/post/46421696838</link><guid>http://gsappcloud.tumblr.com/post/46421696838</guid><pubDate>Wed, 27 Mar 2013 10:37:12 -0400</pubDate><category>node</category><category>tutorial</category></item><item><title>Blog rolling with mongoDB, express and Node.js - How To Node - NodeJS</title><description>&lt;a href="http://howtonode.org/express-mongodb"&gt;Blog rolling with mongoDB, express and Node.js - How To Node - NodeJS&lt;/a&gt;</description><link>http://gsappcloud.tumblr.com/post/46421598729</link><guid>http://gsappcloud.tumblr.com/post/46421598729</guid><pubDate>Wed, 27 Mar 2013 10:35:09 -0400</pubDate><category>node</category></item><item><title>IndieWebCamp</title><description>&lt;a href="http://indiewebcamp.com/Main_Page"&gt;IndieWebCamp&lt;/a&gt;</description><link>http://gsappcloud.tumblr.com/post/45811356728</link><guid>http://gsappcloud.tumblr.com/post/45811356728</guid><pubDate>Tue, 19 Mar 2013 23:29:24 -0400</pubDate></item><item><title>Google BigQuery
Analyze Big Data in the cloud using SQL and get...</title><description>&lt;img src="http://24.media.tumblr.com/89e4d542ed214f44007c340c07090aeb/tumblr_mjxwb97msL1r7su3zo1_100.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Google BigQuery&lt;/p&gt;
&lt;p&gt;Analyze Big Data in the cloud using SQL and get real-time business insights in seconds using Google BigQuery. Use a fully-managed data analysis service with no servers to install or maintain. (via &lt;a href="https://cloud.google.com/products/big-query"&gt;Google BigQuery — Cloud Platform&lt;/a&gt;)&lt;/p&gt;</description><link>http://gsappcloud.tumblr.com/post/45811279693</link><guid>http://gsappcloud.tumblr.com/post/45811279693</guid><pubDate>Tue, 19 Mar 2013 23:28:20 -0400</pubDate></item><item><title>PhantomJS: Headless WebKit with JavaScript API</title><description>&lt;a href="http://phantomjs.org/"&gt;PhantomJS: Headless WebKit with JavaScript API&lt;/a&gt;</description><link>http://gsappcloud.tumblr.com/post/45708920501</link><guid>http://gsappcloud.tumblr.com/post/45708920501</guid><pubDate>Mon, 18 Mar 2013 19:14:01 -0400</pubDate></item><item><title>hggh/phantomjs-screenshots · GitHub</title><description>&lt;a href="https://github.com/hggh/phantomjs-screenshots"&gt;hggh/phantomjs-screenshots · GitHub&lt;/a&gt;: &lt;p&gt;Make screenshots of your website programmatically with Node.js&lt;/p&gt;</description><link>http://gsappcloud.tumblr.com/post/45708822840</link><guid>http://gsappcloud.tumblr.com/post/45708822840</guid><pubDate>Mon, 18 Mar 2013 19:12:54 -0400</pubDate></item><item><title>altJS - Alternatives to JavaScript</title><description>&lt;a href="http://altjs.org/"&gt;altJS - Alternatives to JavaScript&lt;/a&gt;</description><link>http://gsappcloud.tumblr.com/post/45679059625</link><guid>http://gsappcloud.tumblr.com/post/45679059625</guid><pubDate>Mon, 18 Mar 2013 12:32:22 -0400</pubDate></item><item><title>mloc.js — JavaScript Conference in Budapest</title><description>&lt;a href="http://mloc-js.com/#main"&gt;mloc.js — JavaScript Conference in Budapest&lt;/a&gt;: &lt;p&gt;A conference to discuss how to scale javascript as the lingua franca of the web with hard core developers&lt;/p&gt;</description><link>http://gsappcloud.tumblr.com/post/45679047690</link><guid>http://gsappcloud.tumblr.com/post/45679047690</guid><pubDate>Mon, 18 Mar 2013 12:32:09 -0400</pubDate></item><item><title>Is The Death Of JavaScript Upon Us, Or Is A Universal Language Transformation Underway? | TechCrunch</title><description>&lt;a href="http://techcrunch.com/2013/03/15/the-future-of-javascript/"&gt;Is The Death Of JavaScript Upon Us, Or Is A Universal Language Transformation Underway? | TechCrunch&lt;/a&gt;</description><link>http://gsappcloud.tumblr.com/post/45678560796</link><guid>http://gsappcloud.tumblr.com/post/45678560796</guid><pubDate>Mon, 18 Mar 2013 12:22:58 -0400</pubDate><category>tech</category><category>javascript</category><category>languages</category></item><item><title>Timeline of Revolutionary User Interfaces</title><description>&lt;a href="http://timeline.verite.co/examples/user-interface/"&gt;Timeline of Revolutionary User Interfaces&lt;/a&gt;</description><link>http://gsappcloud.tumblr.com/post/45669054624</link><guid>http://gsappcloud.tumblr.com/post/45669054624</guid><pubDate>Mon, 18 Mar 2013 08:33:07 -0400</pubDate></item><item><title>Debug Javascript right in the Sublime Text editor

(via...</title><description>&lt;img src="http://24.media.tumblr.com/f358461d785f16680955c191779547c0/tumblr_mjsezvrap11r7su3zo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;h2 id="project_tagline"&gt;Debug Javascript right in the Sublime Text editor&lt;/h2&gt;

&lt;p&gt;(via &lt;a href="http://sokolovstas.github.com/SublimeWebInspector/"&gt;Sublimewebinspector&lt;/a&gt;)&lt;/p&gt;</description><link>http://gsappcloud.tumblr.com/post/45559124341</link><guid>http://gsappcloud.tumblr.com/post/45559124341</guid><pubDate>Sun, 17 Mar 2013 00:26:19 -0400</pubDate><category>tech</category></item><item><title>Your Database Is Probably Terrible
It turned out that within...</title><description>&lt;img src="http://24.media.tumblr.com/93a0ddc50dbe3671486327a6f1391621/tumblr_mjpl6azCGf1r7su3zo1_400.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1 class="headline"&gt;Your Database Is Probably Terrible&lt;/h1&gt;
&lt;p&gt;It turned out that within Google, there were a whole lot of people who didn’t think too much of BigTable and its limitations. So they went and built Spanner, a relational database that doesn’t just scale, but scales across the planet. Meanwhile, FoundationDB was attacking the problem from one end, creating a datastore that is both NoSQL and ACID, while Clustrix was making a relational database that can happily and seamlessly scale horizontally as you add more servers. (As of this week they launched on Amazon Web Services, too.) (via &lt;a href="http://techcrunch.com/2013/01/19/your-database-is-probably-terrible/"&gt;Your Database Is Probably Terrible | TechCrunch&lt;/a&gt;)&lt;/p&gt;</description><link>http://gsappcloud.tumblr.com/post/45422760680</link><guid>http://gsappcloud.tumblr.com/post/45422760680</guid><pubDate>Fri, 15 Mar 2013 11:46:58 -0400</pubDate><category>databases</category></item><item><title>GSAPP Books</title><description>&lt;a href="http://books.gsapp.org/"&gt;GSAPP Books&lt;/a&gt;</description><link>http://gsappcloud.tumblr.com/post/39690768332</link><guid>http://gsappcloud.tumblr.com/post/39690768332</guid><pubDate>Fri, 04 Jan 2013 17:56:39 -0500</pubDate></item></channel></rss>
