<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Thoughtless Banter - John Bellone</title>
	
	<link>http://thoughtlessbanter.com</link>
	<description>Musings from an east coast software developer, writer and reader.</description>
	<lastBuildDate>Fri, 04 May 2012 02:35:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/thoughtlessbanter-com" /><feedburner:info uri="thoughtlessbanter-com" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Towards A Better Code Editor</title>
		<link>http://feedproxy.google.com/~r/thoughtlessbanter-com/~3/I3FTeChSEFU/</link>
		<comments>http://thoughtlessbanter.com/2012/05/03/towards-a-better-code-editor/#comments</comments>
		<pubDate>Fri, 04 May 2012 02:35:13 +0000</pubDate>
		<dc:creator>JB</dc:creator>
				<category><![CDATA[Dreams and Thoughts]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Text Editor]]></category>

		<guid isPermaLink="false">http://thoughtlessbanter.com/?p=903</guid>
		<description><![CDATA[Most of my day is spent staring at the blinking cursor of my text editor. This is true for many people nowadays as most office work happens on the computer, but for programmers &#8211; the very same individuals whose creativeness are the building blocks for software &#8211; can&#8217;t seem to find a workflow that feels [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/4L3oRuvqLuVP6PvXFEcI8VIW33w/0/da"><img src="http://feedads.g.doubleclick.net/~a/4L3oRuvqLuVP6PvXFEcI8VIW33w/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4L3oRuvqLuVP6PvXFEcI8VIW33w/1/da"><img src="http://feedads.g.doubleclick.net/~a/4L3oRuvqLuVP6PvXFEcI8VIW33w/1/di" border="0" ismap="true"></img></a></p><p>Most of my day is spent staring at the blinking cursor of my text editor. This is true for many people nowadays as most office work happens on the computer, but for programmers &#8211; the very same individuals whose creativeness are the building blocks for software &#8211; can&#8217;t seem to find a workflow that feels right. As a developer I find myself getting frustrated every time that I have to reach across my desk for a mouse, switch to a separate application to look up some documentation, or drop into a terminal window for some quick bash kung-fu. I am a firm believer of using the proper tool for the job, but I have been writing code for over ten years now and have yet to find something that fits the purpose.</p>
<p>Most web and application developers that I know are using proficient in many text editors. The editor that they are using is either a result of the product that they are working on, or past experience using a particular piece of technology (extension, script, plugin, etc) that makes the daily grind a little better. I rarely find a developer who doesn&#8217;t have a problem with some facet of the text editor that they are using, and many of which feel that they are stuck for one reason or another with a particular editor because of the feature set it offers.</p>
<p>One thing that seems to be a common theme among these editors is that they sit somewhere between a simple text editor, providing only basic functionality of text formatting, and a full-blown suite of tools which is offered by enterprise packages such as Microsoft&#8217;s Visual Studio which costs thousands of dollars and only works on the Windows platform. Each has its specific use case, and I would never suggest creating a Visual Studio project file to edit a<em> README</em> file using the Markdown syntax, but every time that I have the opportunity to use Visual Studio I always walk away feeling let down the next time I drop into Emacs.</p>
<p>A key feature that I think is necessary in a development environment is the ability for the software package to support live documentation. This means that I want to be able pull up a quick blurb about a particular API call that I am about to make, either be it in a standard library that ships with the language of my choice, or the application project that I am working on. The discoverability of documentation needs to be in depth, but not something which clutters my code window.</p>
<p>The editor software needs to be able to be extended on a per project basis. There are often cases where a particular set of tools is necessary for one web project, let&#8217;s say something like <a href="http://codeigniter.com/">CodeIgniter </a>which uses the <a href="http://getsparks.org/">Sparks package management system</a>, and another application that is written with <a href="http://rubyonrails.org/">Ruby on Rails</a> and using the <a href="http://rubygems.org/">RubyGems</a> system for extensions. And it is not merely easy just to say that all PHP applications will use the <em>mode for PHP</em>, and all the Rails projects will use the <em>mode for Ruby</em>, because often there is a frontend component which shares context between the two and is written in a language such as JavaScript (or more recently, <a href="http://clojure.org/">Clojure</a>).</p>
<p>Testing each project now becomes an absolute pain in the ass. I may need to manage the version of Ruby that I am running, or perhaps bounce the Apache instances so that my new configuration is picked up, or even worse the web application needs to be executed from a browser, I need to tail a log file, and pray that the browser debugging software is updated. That&#8217;s way too many context switches.</p>
<p>I believe that there can be a much better way of handling the day to day workflow of software development. There is a simple solution to this problem that seems to have been overlooked with fancy editors designed to be visually pleasing on the Mac. What do you think your ideal development environment would be? All developers hate writing documentation, but it is the first that we reach for when we want to understand how to work with a library or call a standard API. We cry out aloud when our text editor doesn&#8217;t index the code that I am writing and provide autocomplete. And we bitch when extending the editor becomes a chore which sometimes rivals the problems we&#8217;re trying to solve.</p>
<p>There is a better way to handle this.</p>
]]></content:encoded>
			<wfw:commentRss>http://thoughtlessbanter.com/2012/05/03/towards-a-better-code-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thoughtlessbanter.com/2012/05/03/towards-a-better-code-editor/</feedburner:origLink></item>
		<item>
		<title>Kitchen Mishaps</title>
		<link>http://feedproxy.google.com/~r/thoughtlessbanter-com/~3/PVm3byBLLSc/</link>
		<comments>http://thoughtlessbanter.com/2012/04/23/kitchen-mishaps/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 15:19:07 +0000</pubDate>
		<dc:creator>JB</dc:creator>
				<category><![CDATA[Health]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Pennies for Thought]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[pennies]]></category>

		<guid isPermaLink="false">http://thoughtlessbanter.com/?p=899</guid>
		<description><![CDATA[I was browsing my Google Reader news feed this morning and came across article that was available up on the Life Hacker blog. For those of you that do not subscribe to the hacker mentality, this blog is up and available for those of us looking to learn the shortcuts in life, and tinker a little [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/c7WiWIMCr3KikYyW5hjCDtLwwSI/0/da"><img src="http://feedads.g.doubleclick.net/~a/c7WiWIMCr3KikYyW5hjCDtLwwSI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/c7WiWIMCr3KikYyW5hjCDtLwwSI/1/da"><img src="http://feedads.g.doubleclick.net/~a/c7WiWIMCr3KikYyW5hjCDtLwwSI/1/di" border="0" ismap="true"></img></a></p><p>I was browsing my <a href="http://www.google.com/reader">Google Reader</a> news feed this morning and came across article that was available up on the <a href="http://lifehacker.com">Life Hacker blog</a>. For those of you that do not subscribe to <a href="http://en.wikipedia.org/wiki/Hacker_(programmer_subculture)">the hacker mentality</a>, this blog is up and available for those of us looking to learn the shortcuts in life, and tinker a little bit with our daily routine to optimize the hell out of it.</p>
<p><a href="http://lifehacker.com/5903931/the-stupid-things-you-do-in-the-kitchen-and-how-to-fix-them">The Stupid Things You Do in the Kitchen (and How to Fix Them)</a> is a neat article which explains some of the top things that amateur chefs, and even those of us just looking to make some tasty morsels, tend to make without realizing it. I know that I&#8217;ve made at least a few of these (and continue to on occasion) mistakes in the past. If you&#8217;re interested in raising your cooking skill up a notch then this is a must read.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://thoughtlessbanter.com/2012/04/23/kitchen-mishaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thoughtlessbanter.com/2012/04/23/kitchen-mishaps/</feedburner:origLink></item>
		<item>
		<title>Javascript Game Development</title>
		<link>http://feedproxy.google.com/~r/thoughtlessbanter-com/~3/OmV4Szwrr1I/</link>
		<comments>http://thoughtlessbanter.com/2012/04/05/javascript-game-development/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 00:24:08 +0000</pubDate>
		<dc:creator>JB</dc:creator>
				<category><![CDATA[Dreams and Thoughts]]></category>
		<category><![CDATA[Pennies for Thought]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Node.js]]></category>

		<guid isPermaLink="false">http://thoughtlessbanter.com/?p=896</guid>
		<description><![CDATA[About a week or so ago I came across a blog post which redirected me to the Mozilla&#8217;s BrowserQuest project. The free multiplayer game, which is completely built with web technologies, was introduced as a demonstration of what we can expect to see in the upcoming years for web-centric game development. BrowserQuest was developed using [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/tzslVHiGALtz6jip6JI93IU-lK4/0/da"><img src="http://feedads.g.doubleclick.net/~a/tzslVHiGALtz6jip6JI93IU-lK4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tzslVHiGALtz6jip6JI93IU-lK4/1/da"><img src="http://feedads.g.doubleclick.net/~a/tzslVHiGALtz6jip6JI93IU-lK4/1/di" border="0" ismap="true"></img></a></p><p>About a week or so ago I came across a blog post which redirected me to the <a href="http://hacks.mozilla.org/2012/03/browserquest/">Mozilla&#8217;s BrowserQuest project</a>. The <a href="http://browserquest.mozilla.org/">free multiplayer game</a>, which is completely built with web technologies, was introduced as a demonstration of what we can expect to see in the upcoming years for web-centric game development. BrowserQuest was developed using a mixture of HTML5, CSS3, and Javascript (client and server) to create a multiplayer game that can be experienced wholly through an up-to-date web browser.</p>
<p>The first few days that  I was trying to play the game Mozilla&#8217;s servers must have been swamped. I was unable to actually get beyond the initial screen, but thankfully Mozilla posted the source code for both the client and server, completely written in Javascript and available on <a href="https://github.com/mozilla/BrowserQuest">Github</a>, so I was able to satisfy my technology curiosities. The past few years with the introduction of more powerful, freely available, open source Javascript engines such as Mozilla&#8217;s own <a href="https://developer.mozilla.org/en/SpiderMonkey">SpiderMonkey</a> and Google&#8217;s <a href="http://code.google.com/p/v8/">V8</a>, have paved the way for a language which is interoperable with C/C++ to be easily embeddable and integrated with existing application systems. <a href="http://nodejs.org/">Node.js </a>was made available to quickly build scalable event-driven servers that can power whole service-oriented backends, and this is precisely the same technology used in BrowserQuest.</p>
<p>This brings me back to my roots. When I was younger what brought me into the realm of programming was both web development, and text-based roleplaying games. Along with a few friends I ran what is commonly referred to as a <em>MUD</em>, or Multi-User Dungeon, a small application which ran on a remote machine allowing players to connect over the Internet. This game was completely driven by text; movement, combat, and storytelling were all expressed with text, sometimes an emphasis using <strong>bold</strong> and <em>italic</em> font styles, by the time that I got to the game coloring was available as well, but the game itself was completely driven by imagination.</p>
<p>I can see myself getting back involved in a community developing a game that is available for players to connect to, quest with their friends, and being there to generally provide an escape, an alternative, to the high-priced, resource demanding, massive multiplayer games that exist such as <em>Star Wars</em> and <em>World of Warcraft</em>. I can&#8217;t wait to see what the development community comes up with, and I hope that I find the time to participate in what I believe to be the reemerging platform that will hopefully spark a new generation of programmers willing to tinker, hack, and make some awesome art.</p>
]]></content:encoded>
			<wfw:commentRss>http://thoughtlessbanter.com/2012/04/05/javascript-game-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://thoughtlessbanter.com/2012/04/05/javascript-game-development/</feedburner:origLink></item>
		<item>
		<title>Why Android Pisses Me Off</title>
		<link>http://feedproxy.google.com/~r/thoughtlessbanter-com/~3/i1OZm0YQakA/</link>
		<comments>http://thoughtlessbanter.com/2012/01/29/why-android-pisses-me-off/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 16:16:56 +0000</pubDate>
		<dc:creator>JB</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://thoughtlessbanter.com/?p=892</guid>
		<description><![CDATA[After a few years of iPhone ownership I made the mistake that has become signature of clumsy Apple owners as of late. The seemingly innocent mishap where your phone slides out of your hands and contacts with a surface, creating a spider-like hairlike crack across the glass screen, but rendering your phone still usable until [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/fgBiI8py9Y0WoqmBh8iR31CUqGE/0/da"><img src="http://feedads.g.doubleclick.net/~a/fgBiI8py9Y0WoqmBh8iR31CUqGE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/fgBiI8py9Y0WoqmBh8iR31CUqGE/1/da"><img src="http://feedads.g.doubleclick.net/~a/fgBiI8py9Y0WoqmBh8iR31CUqGE/1/di" border="0" ismap="true"></img></a></p><p>After a few years of iPhone ownership I made the mistake that has become signature of clumsy Apple owners as of late. The seemingly innocent mishap where your phone slides out of your hands and contacts with a surface, creating a spider-like hairlike crack across the glass screen, but rendering your phone still usable until you poney up the benjamins to replace the screen. At the point that this happened my phone was already two years old, I was eligible for another contract extension, but I refused to sign my life away to the behemoth that is AT&amp;T for another two years. I got a <em>really</em> good deal on an Android phone, off contract, so I went down that route and for the first few months fought many battles that, I thought, were eventually won.</p>
<p>Most smart phones nowadays have battery problems. Even the brand new iPhone is plagued with issues regarding the battery life draining away that Apple is trying to solve with software patches. But I feel that because of the large differences in software stacks that are shipped with phones it is much harder for Google, and the device manufacturers, to solve these problems across the board. Every single Android device that I have ever seen has <em>some</em> kind of battery issue. Luckily this is solved quite well with the <a href="https://market.android.com/details?id=com.latedroid.juicedefender&amp;hl=en"><em>JuiceDefender</em> application</a> that is available from the market place.</p>
<p>Another issue that I&#8217;ve run into is that some of these standard, &#8220;best of the breed&#8221; Google applications, just plain old fucking suck. There are at least three different mapping applications that shipped with my phone that I can count. This may be a result of the bundled software that HTC installed, but from what I&#8217;ve been able to ascertain Google owns at least two of them. What the hell is the difference between <em>Locations</em> and <a href="https://market.android.com/details?id=com.google.android.apps.maps&amp;feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLm1hcHMiXQ.."><em>Maps</em></a>? I have never had an instance when I wanted a map where I did not want to find the fucking location of a business and get walking, subway or driving directions.</p>
<p>My phone came with a <a href="http://www.google.com/mobile/navigation/"><em>Navigation</em> application</a> that Google maintains. In my opinion this has to be the best navigation software that ships standard with a phone that I have ever seen. <em>When</em> it works it is much more accurate than any GPS navigation unit that I have ever owned. The turn by turn directions are almost aways spot on, and the features that come out of the box work as advertised. There <em>is</em> one catch. Often it can take five to ten minutes to pick up a signal with the GPS satellite, and by that time you&#8217;ve probably turned around several times because you lost your fucking way. Often rebooting the phone and launching the application again will solve this problem.</p>
<p>By far my largest complaint is the fact that Google can&#8217;t seem to hire proper employees that can actually design a framework to make these generic applications flow. It feels like the workflow of the applications were all thrown together without any foresight into the context of where I may have been before it launched. The speed of launching new applications is generally slower than the iPhone counterpart, and responsiveness of the system needs to be beefed up. My phone is by far not a slug, but why am I waiting for Google&#8217;s own applications to chug along, hang, and finally open up another application because the mapping application doesn&#8217;t actually incorporate the navigation software?</p>
<p>Google needs to work on the cohesiveness of the user experience across the whole system. The software is top notch. I love being able to synchronize my contacts, calendar, and e-mail between all of my Google services seamlessly. But I can&#8217;t turn a blind eye to the fact that someone over there doesn&#8217;t seem to understand that we <strong>need</strong> to have synergy between the workflow and the interface. The fact that this doesn&#8217;t exist and the software is plain old fucking slow is making me want to go back to Apple.</p>
<p>I purchased a screen replacement for my iPhone 3GS and plan on spending some time this week to bring it back to working order. I think my experiment with Android is done for now. You can release hundreds of phones a year with your software, get thousands of activations every day, but if you can&#8217;t make the software and the hardware work seamlessly what is the fucking point?</p>
]]></content:encoded>
			<wfw:commentRss>http://thoughtlessbanter.com/2012/01/29/why-android-pisses-me-off/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://thoughtlessbanter.com/2012/01/29/why-android-pisses-me-off/</feedburner:origLink></item>
		<item>
		<title>Keeping On Top Of It</title>
		<link>http://feedproxy.google.com/~r/thoughtlessbanter-com/~3/7p1k3XmaBoA/</link>
		<comments>http://thoughtlessbanter.com/2012/01/21/keeping-on-top-of-it/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 09:52:09 +0000</pubDate>
		<dc:creator>JB</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://thoughtlessbanter.com/?p=887</guid>
		<description><![CDATA[Many of us &#8220;formally trained&#8221; developers tend to put an engineering mindset to many of the problems in our life, and this is exactly what I did when I took a look back on my own personal productivity issues. I was beginning to notice that much of my day was filled with distractions. Many of [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/XZAuCh7zGq926xApc5T8ft05NTU/0/da"><img src="http://feedads.g.doubleclick.net/~a/XZAuCh7zGq926xApc5T8ft05NTU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/XZAuCh7zGq926xApc5T8ft05NTU/1/da"><img src="http://feedads.g.doubleclick.net/~a/XZAuCh7zGq926xApc5T8ft05NTU/1/di" border="0" ismap="true"></img></a></p><p>Many of us &#8220;formally trained&#8221; developers tend to put an engineering mindset to many of the problems in our life, and this is exactly what I did when I took a look back on my own personal productivity issues. I was beginning to notice that much of my day was filled with distractions. Many of them are valid, but a good chunk of them could be managed <em>much</em>, <em>much</em> better. If you&#8217;re productivity is anything like mine it comes in spurts: the beginning of the day you&#8217;re cruising with two or three cups of coffee in you, and about an hour before lunchtime everything starts to slow down only to pick up at around 3:45pm. For the next two and a half hours you actually get some work done.</p>
<p>I&#8217;ve always had a problem with distractions during work. Many people tend to have the problem where they&#8217;ll answer personal e-mails, cruise around on Facebook, or tap away on their phone. I do all of <em>that</em>, but it never became a problem where I had reassess my strategy of getting shit done at work. I am a news junkie. And just like any other junkie, my habit can become compulsive and often lead to me wasting a lot of time on lurking. When you give them a medium that literally includes live news feeds from all around the world, well, I make a habit of spending my time reading. Reading. And reading. It could be about <a href="http://sportsillustrated.cnn.com/2012/football/nfl/01/20/dolphins.philbin.ap/index.html?sct=hp_t2_a3&amp;eref=sihp">sports</a>, <a href="http://www.cnn.com/2012/01/20/politics/campaign-wrap/index.html?hpt=hp_t2">politics</a>, <a href="http://politics.slashdot.org/story/12/01/20/2043213/microsoft-pushes-for-gay-marriage-in-washington-state">jubilation</a>, <a href="http://www.cnn.com/2012/01/20/world/meast/syria-us-citizen/index.html?hpt=hp_t1">world turmoil</a> or <a href="http://www.chicagotribune.com/business/breaking/chi-ice-orange-juice-ends-volatile-week-higher-20120113,0,1625344.story">even the fall (and eventual rise) of orange juice options</a>.</p>
<p>At the time of this writing it is roughly four thirty in the morning and I am cruising news websites because I can&#8217;t sleep. But during the hours of work this can absolutely become a problem. One of the ways that I have been able to manage it is by spending a good chunk of time in the morning (and evening) on the bus ride reading news digitally. This gives me my fix for the day and doesn&#8217;t affect work productivity. Being of the engineering mindset I&#8217;m always looking for that optimum solution for being productive at work. How do you manage your action items? Do you plan your day out on paper, use colored post-it notes based on priority, an old fashioned to-do list, or are you the type of person that doesn&#8217;t <em>need </em>a mechanism to get shit done?</p>
<p>For me I&#8217;d definitely be in favor of software that allowed me to track to-do items across multiple environments (Windows, iPad, Android, Mac) and have found that <a href="http://code.google.com/apis/tasks/">Google&#8217;s Task API</a> gives me the ability to do this seamlessly. But I haven&#8217;t yet found a proper front-end that is clean and intuitive to use. On the Mac side the <a href="http://culturedcode.com/things/">Things</a> software has been around for awhile, but charges for the application usage on multiple platforms. They seem to have solved the issue elegantly, but I am also looking for integration with my <a href="http://calendar.google.com">Google services</a> which doesn&#8217;t seem to be there yet. And I also have that pesky Windows and Android to think about. Not to mention it is just damn expensive.</p>
<p>Maybe the answer is that there isn&#8217;t anything yet that&#8217;ll let me organize my priorities digitally, but I have a hard time believing that. What are your experiences?</p>
]]></content:encoded>
			<wfw:commentRss>http://thoughtlessbanter.com/2012/01/21/keeping-on-top-of-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thoughtlessbanter.com/2012/01/21/keeping-on-top-of-it/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Object Caching 518/621 objects using memcached

Served from: thoughtlessbanter.com @ 2012-05-03 23:40:00 -->

