<?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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="0.92">
<channel>
	<title>metachris.org</title>
	<link>http://metachris.org</link>
	<description>Blog</description>
	<lastBuildDate>Wed, 21 Dec 2011 13:35:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.3" -->

	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/xml" href="http://feeds.feedburner.com/metachris" /><feedburner:info uri="metachris" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>metachris</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Yet Another DMCA Takedown</title>
		<description>Another DMCA takedown of one of my Android apps. This time initiated by The New York Times Company for a three year old app titled &amp;#8220;NYTimes Article Search&amp;#8221;. Instead of having their lawyers send the DMCA notice to Google which immediately suspends the respective app, they could have just sent me an email and I&amp;#8217;d [...]&lt;img src="http://feeds.feedburner.com/~r/metachris/~4/NzkbqUCJmro" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/metachris/~3/NzkbqUCJmro/</link>
			<feedburner:origLink>http://metachris.org/2011/12/yet-another-dmca-takedown/</feedburner:origLink></item>
	<item>
		<title>App Engine Boilerplate 2.0 – Using html5-boilerplate v2 on Google App Engine</title>
		<description>Just a year ago Paul Irish and several contributors started working on html5-boilerplate, a popular repository of boilerplate and best practices for creating cross-browser compatible, html5-enabled websites. Thanks to the efforts of many front-end developers and researchers who have spent countless hours on developing and evolving best practices, html5 boilerplate is rapidly maturing and establishing [...]&lt;img src="http://feeds.feedburner.com/~r/metachris/~4/tCnmxc-heik" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/metachris/~3/tCnmxc-heik/</link>
			<feedburner:origLink>http://metachris.org/2011/08/app-engine-boilerplate-2-0-using-html5-boilerplate-v2-on-google-app-engine/</feedburner:origLink></item>
	<item>
		<title>App Engine Boilerplate</title>
		<description>I recently started appengine-boilerplate, a repository of often used boilerplate code for Google&amp;#8217;s App Engine, which allows to quickly setup new projects without having to re-invent the most common wheels. All code is released under the BSD license, and It comes with the following goodies: html5-boilerplate (incl. jQuery) OpenID authentication User preferences data model (with [...]&lt;img src="http://feeds.feedburner.com/~r/metachris/~4/9qc4mVPiq1E" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/metachris/~3/9qc4mVPiq1E/</link>
			<feedburner:origLink>http://metachris.org/2011/04/app-engine-boilerplate/</feedburner:origLink></item>
	<item>
		<title>How to get 4 to 5 stars in the Android market (Appirater for Android)</title>
		<description>Short answer: Ask your especially engaged users to rate the app (eg. with a tool such as AppRater). iPhone developer Amro Mousa published a post yesterday with recommendations about how to reach a high average rating on the AppStore, since many app users are only remembered to rate an app on uninstalling, which naturally leads [...]&lt;img src="http://feeds.feedburner.com/~r/metachris/~4/q3fOjjePOc0" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/metachris/~3/q3fOjjePOc0/</link>
			<feedburner:origLink>http://metachris.org/2011/03/how-to-get-4-to-5-stars-in-the-android-market-appirater-for-android/</feedburner:origLink></item>
	<item>
		<title>Scaling Python Servers with Worker Processes and Socket Duplication</title>
		<description>Developing servers that scale is usually quite tricky, even more so with Python and the absence of worker threads which can run on multiple cpu cores [1]. A possible solution are worker processes that duplicate the client&amp;#8217;s socket, a technique that allows the workers to processes requests and send responses directly to the client socket. [...]&lt;img src="http://feeds.feedburner.com/~r/metachris/~4/F4XyJTZBst0" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/metachris/~3/F4XyJTZBst0/</link>
			<feedburner:origLink>http://metachris.org/2011/01/scaling-python-servers-with-worker-processes-and-socket-duplication/</feedburner:origLink></item>
	<item>
		<title>Translating Telephones — Google Translate now with Conversation Mode</title>
		<description>The future has arrived &amp;#8212; translating telephones. Google engineers are alpha testing a new feature for Google Translate: &amp;#8220;Conversation Mode&amp;#8221;. This mode captures speech in real time, transcribes it, translates it, and speaks it out in another language with only a short delay. http://techcrunch.com/2011/01/12/android-translations/ Automated real-time translation systems will not be able to interpret deeper [...]&lt;img src="http://feeds.feedburner.com/~r/metachris/~4/HCItvtGgm3k" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/metachris/~3/HCItvtGgm3k/</link>
			<feedburner:origLink>http://metachris.org/2011/01/translating-telephones-google-translate-now-with-conversation-mode/</feedburner:origLink></item>
	<item>
		<title>Android NDK updates, no more Java required</title>
		<description>Good news for everyone wanting to do more C/C++ on Android: with the newest NDK update (r5, available in Gingerbread) it&amp;#8217;s now possible to develop apps and games solely in C/C++, even for sound there is no Java glue necessary anymore. Google&amp;#8217;s Android developers also added a full example Activity implemented only in C to [...]&lt;img src="http://feeds.feedburner.com/~r/metachris/~4/I0t7095HlIM" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/metachris/~3/I0t7095HlIM/</link>
			<feedburner:origLink>http://metachris.org/2011/01/android-ndk-updates-no-more-java-required/</feedburner:origLink></item>
	<item>
		<title>Unicode and UTF Overview</title>
		<description>This post is a brief technival overview of Unicode, a widely used standard for multilingual character representation, and the family of UTF-x encoding algorithms. First a brief introduction to Unicode: Unicode is intended to address the need for a workable, reliable world text encoding. Unicode could be roughly described as &amp;#8220;wide-body ASCII&amp;#8221; that has been [...]&lt;img src="http://feeds.feedburner.com/~r/metachris/~4/XC_1XF8fspg" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/metachris/~3/XC_1XF8fspg/</link>
			<feedburner:origLink>http://metachris.org/2010/12/unicode-overview/</feedburner:origLink></item>
	<item>
		<title>Advice for Android Developers: Prepare for App Acquisition</title>
		<description>Here&amp;#8217;s a brief but important advice for Android app developers: starting with your first app, prepare for the situation where a company wants to acquire one of your applications. Use a unique signing key (alias) for each app! Else you&amp;#8217;ll be forced to either cancel the acquisition or hand out the key you use for [...]&lt;img src="http://feeds.feedburner.com/~r/metachris/~4/7arZSCs-aJQ" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/metachris/~3/7arZSCs-aJQ/</link>
			<feedburner:origLink>http://metachris.org/2010/12/advice-for-android-developers-prepare-for-app-acquisition/</feedburner:origLink></item>
	<item>
		<title>Useful Linux Command of the Day: compgen</title>
		<description>I&amp;#8217;ve just learned about a particularly nice Linux shell command: compgen $ compgen -c &amp;#8230; list all the commands you could run. $ compgen -a &amp;#8230; list all the aliases you could run. $ compgen -b &amp;#8230; list all the built-ins you could run. $ compgen -k &amp;#8230; list all the keywords you could run. [...]&lt;img src="http://feeds.feedburner.com/~r/metachris/~4/N3ICUV3eemQ" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/metachris/~3/N3ICUV3eemQ/</link>
			<feedburner:origLink>http://metachris.org/2010/12/useful-linux-command-of-the-day-compgen/</feedburner:origLink></item>
</channel>
</rss>

