<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd">

<channel>
	<title>The Codebelay Blog &#187; software</title>
	<atom:link href="http://www.codebelay.com/blog/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codebelay.com/blog</link>
	<description>Safely Reach New Tech Heights Through Our Startup Insights</description>
	<lastBuildDate>Wed, 25 Jan 2012 19:12:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Twitter: Thoughts That Are Hard to Fit Into 140 Characters</title>
		<link>http://www.codebelay.com/blog/2010/06/01/twitter-thoughts-that-are-hard-to-fit-into-140-characters/</link>
		<comments>http://www.codebelay.com/blog/2010/06/01/twitter-thoughts-that-are-hard-to-fit-into-140-characters/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 09:20:36 +0000</pubDate>
		<dc:creator>barce</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[TechBiz]]></category>
		<category><![CDATA[WebApps]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=786</guid>
		<description><![CDATA[What are the limits of expressing thoughts in Twitter? Here&#8217;s a powerful but inefficient (when run) thought that can be expressed on Twitter, a quick sort in Erlang in 126 characters. qsort([]) -> []; qsort([Pivot&#124;T]) -> qsort([X &#124;&#124; X]]></description>
			<content:encoded><![CDATA[<p></p><p>What are the limits of expressing thoughts in Twitter?</p>
<p>Here&#8217;s a powerful but inefficient (when run) thought that can be expressed on Twitter, a quick sort in Erlang in 126 characters.</p>
<div style="padding: 5px 5px 5px 5px; background: #000; color: #fff;">
qsort([]) -> [];<br />
qsort([Pivot|T]) -><br />
   qsort([X || X <- T, X < Pivot])<br />
   ++ [Pivot] ++<br />
   qsort([X || X <- T, X >= Pivot]).
</div>
<p>A lot of Perl one-liners can fit into a tweet &#8211; powerful and useful ones.</p>
<p>Haikus can be expressed in a tweet.</p>
<p>The answer to the question, &#8220;What form of body language do most FBI interrogators consider to be the most telling?&#8221; can be answered in a tweet.</p>
<p>A marriage proposal can be answered in a tweet.</p>
<p>You can propose the concept of a hash tag in a tweet:</p>
<p><a href="http://www.flickr.com/photos/25419820@N00/1236321800"><img src="http://farm2.static.flickr.com/1410/1236321800_a275c8e8c2.jpg" alt="hashtag proposal" /><br />
</a></p>
<p>However, there are many thoughts that seem to be difficult to fit into a tweet:</p>
<ul>
<li>The Pythagorean Theorem and one of its many proofs
<li>Anselm&#8217;s Ontological Proof for God&#8217;s Existence
<li>Merge Sort in Ruby
<li>Merge Sort in PHP
<li>Why you should or shouldn&#8217;t outsource
<li>What qualities make a great tech  hire
<li>Well-thought out political proofs
<li>How to subtly tell someone something in an indirect way with the only others knowing being those in the know
<li>A legally-binding, work contract &#8211; It would be amazing if you could!
<li>The mechanism for how DNA works
</ul>
<p>Twitter encourages the laconic expression of thought which means plenty of affirmations, aphorisms, insults, congratulations, and reminders that can display any combination of sharp wit, pointed humor, and succinctness of expression. The <em>mot juste</em> becomes very important with the constraint of 140 characters.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codebelay.com/blog/2010/06/01/twitter-thoughts-that-are-hard-to-fit-into-140-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Market Prediction means AI</title>
		<link>http://www.codebelay.com/blog/2009/12/26/market-prediction-means-ai/</link>
		<comments>http://www.codebelay.com/blog/2009/12/26/market-prediction-means-ai/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 00:40:09 +0000</pubDate>
		<dc:creator>barce</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[TechBiz]]></category>

		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=710</guid>
		<description><![CDATA[A brilliant insight just came to me: Achieving true market prediction means having the capacity to create and predict the behavior of an artificial intelligence. Here are the reasons why: 1. The description of AI from Caprica suggests consciousness can be built given a sufficient amount of recorded on-line activity. 2. If you know how [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A brilliant insight just came to me:</p>
<p><strong>Achieving true market prediction means having the capacity to create and predict the behavior of an artificial intelligence.</strong></p>
<p>Here are the reasons why:<br />
1. <a href="http://www.bracketthis.com/blog/2009/12/26/description-of-ai-from-caprica/">The description of AI from Caprica</a> suggests consciousness can be built given a sufficient amount of recorded on-line activity.<br />
2. If you know how the parts of a market works, you can know how the whole works.<br />
3. A person is a part of the market.<br />
4. How a person interacts on-line is part of a market, e.g. people build and use <a href="http://anaandjelic.typepad.com/about.html">a system for products use</a>.<br />
5. An AI can imitate on-line market behavior such that it&#8217;s indistinguishable from a person.<br />
6. If the program allows for predictive behavior, then you can predict a part of market behavior.<br />
7. Since you can predict the part, you can predict the whole.<br />
8. Therefore, in order to predict how the market will work, you need an AI.</p>
<p>This implies that the more AI-like or better your modeling, the more you can predict how the market will behave.</p>
<p>If AI proves to be un-predictive behavior, then perfect market prediction is impossible. (It might just be quantum in nature.)</p>
<p>If AI proves to be impossible, then perfect market prediction is impossible. (See <a href="http://en.wikipedia.org/wiki/Chinese_room_argument">the Chinese Room Argument</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codebelay.com/blog/2009/12/26/market-prediction-means-ai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Clients for Storing Data into Amazon S3</title>
		<link>http://www.codebelay.com/blog/2009/01/26/3-tools-for-storing-data-into-amazon-s3-2/</link>
		<comments>http://www.codebelay.com/blog/2009/01/26/3-tools-for-storing-data-into-amazon-s3-2/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 08:04:35 +0000</pubDate>
		<dc:creator>barce</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[TechBiz]]></category>
		<category><![CDATA[amazon s3]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[s3 webmaster]]></category>
		<category><![CDATA[s3hub]]></category>
		<category><![CDATA[transmit]]></category>

		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=507</guid>
		<description><![CDATA[It&#8217;s not that difficult to store data into your Amazon S3 account and share that data with 50,000 or so people on the cheap. Armed with just your Access Key ID and Secret Access Key, you can use these two cool storage clients. S3 Webmaster For Windows, you can download the S3 Webmaster for free, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>It&#8217;s not that difficult to store data into your <a href="http://aws.amazon.com/s3/">Amazon S3</a> account and share that data with 50,000 or so people on the cheap.</p>
<p>Armed with just your Access Key ID and Secret Access Key, you can use these two cool storage clients.</p>
<p><b>S3 Webmaster</b></p>
<p>For Windows, you can download the <a href="http://www.maluke.com/software/s3-webmaster">S3 Webmaster</a> for free, and you just simply drag and drop your files and S3 will automatically set the permissions for public download.</p>
<p><b>S3Hub</b></p>
<p>For Macs, there is <a href="http://s3hub.com/">S3Hub</a>, which works whether or not you have an S3 account. If you don&#8217;t have an S3 account you can view other public S3 buckets. If you do have an account you can easily upload and share the assets you stored.</p>
<p><b>Transmit</b></p>
<p>If your data storage needs run the gamut from sftp, webdav, iDisk, automated upload workflows, and S3, you&#8217;ll want to plunk down some cash like I did and get <a href="http://www.panic.com/transmit/">Transmit</a>. At $17.95 it&#8217;s a bargain. I use it&#8217;s webdav and S3 features almost daily.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codebelay.com/blog/2009/01/26/3-tools-for-storing-data-into-amazon-s3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.383 seconds -->

