<?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/"
><channel><title>Titanas &#187; Uncategorized</title> <atom:link href="http://titan.as/category/uncategorized/feed/" rel="self" type="application/rss+xml" /><link>http://titan.as</link> <description>let me web your digital eg0</description> <lastBuildDate>Tue, 01 May 2012 22:21:25 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>3 WordPress Performance and WordPress Optimization Plugins</title><link>http://titan.as/wordpress-performance-optimization-plugins/</link> <comments>http://titan.as/wordpress-performance-optimization-plugins/#comments</comments> <pubDate>Tue, 01 May 2012 22:21:25 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[WordPress Performance]]></category> <category><![CDATA[wordpress plugin]]></category><guid
isPermaLink="false">http://titan.as/?p=572</guid> <description><![CDATA[You love your WordPress installation but you need that little extra something? These 3 WordPress Performance and WordPress Optimization plugins will make your day. You need to understand the basics of stuff like MySQL queries, be familiar with changing settings in my.cnf and make sure you have a backup of your DB (data base) before [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://titan.as/wp-content/uploads/2012/05/speed-cameras.jpg"><img
src="http://titan.as/wp-content/uploads/2012/05/speed-cameras.jpg" alt="speed cameras" title="speed cameras" width="500" height="264" class="aligncenter size-full wp-image-582" /></a></p><p>You love your WordPress installation but you need that little extra something? These 3 WordPress Performance and WordPress Optimization plugins will make your day. You need to understand the basics of stuff like MySQL queries, be familiar with changing settings in my.cnf and make sure you have a backup of your DB (data base) before you run any of the following WordPress Performance and WordPress Optimization plugins.</p><p>The concept is simple. You need to find what is causing your blog and site to be slow. Looking for delays in old plugin queries or old theme files is a great way to improve WordPress Performance. Assuming your web server is properly configured and that you already use caching plugins like <a
href="http://wordpress.org/extend/plugins/w3-total-cache/" title="W3 Total Cache Improve site performance and user experience via caching: browser, page, object, database, minify and content delivery network support.">W3 Total Cache</a> or <a
href="http://wordpress.org/extend/plugins/wp-super-cache/" title="WP Super Cache A very fast caching engine for WordPress that produces static html files. ">WP Super Cache</a>. <span
id="more-572"></span></p><p><a
href="http://wordpress.org/extend/plugins/p3-profiler/" title="P3 (Plugin Performance Profiler) See which plugins are slowing down your site. This plugin creates a performance report for your site. ">P3 (Plugin Performance Profiler)</a><br
/> <strong>See which plugins are slowing down your site. This plugin creates a performance report for your site.</strong></p><p>This plugin creates a profile of your WordPress site&#8217;s plugins&#8217; performance by measuring their impact on your site&#8217;s load time.  Often times, WordPress sites load slowly because of poorly configured plugins or because there are so many of them. By using the P3 plugin, you can narrow down anything causing slowness on your site.</p><p>This plugin uses the canvas element for drawing charts and requires requires Firefox, Chrome, Opera, Safari, or IE9 or later. This plugin will not work in IE8 or lower.</p><p><a
href="http://wordpress.org/extend/plugins/debug-objects/" title="Debug Objects The Plugin Debug Objects provides a large number of information: query, cache, cron, constants, hooks, functions and many more. ">Debug Objects</a><br
/> <strong>The Plugin Debug Objects provides a large number of information: query, cache, cron, constants, hooks, functions and many more. </strong></p><p>The Plugin Debug Objects provides the user, which has the appropriate rights, normally the administrator, a large number of information: query, cache, cron, constants, hooks, functions and many many more. Values and content get displayed at the frontend and backend of the blog, to analyze errors but also to better understand and develop with/for WordPress.</p><p><a
href="http://wordpress.org/extend/plugins/wp-optimize/" title="WP-Optimize This simple but effective plugin allows you to clean up your WordPress database and optimize it without phpMyAdmin. ">WP-Optimize</a><br
/> <strong>This simple but effective plugin allows you to clean up your WordPress database and optimize it without phpMyAdmin.</strong></p><p>WP-Optimize is a WordPress 2.9++ database cleanup and optimization tool. It doesn&#8217;t require PhpMyAdmin to optimize your database tables. It allows you to remove post revisions, comments in the spam queue, un-approved comments within few clicks.</p><p>Remove the WordPress post revisions, remove the WordPress auto draft posts, remove all the comments in the spam queue, remove all the un-approved comments, apply mysql optimize commands on your database tables without phpMyAdmin, display Database table statistics. Shows how much space can be optimzied and how much space has been cleared.</p><p>Remember, <strong>you need to backup</strong> your WordPress DB (data base) just in case you decide to use WP-Optimize. Debug Objects and P3 (Plugin Performance Profiler) just profile (monitor and report WordPress performance or lack of it) without altering your WordPress DB (data base).</p> ]]></content:encoded> <wfw:commentRss>http://titan.as/wordpress-performance-optimization-plugins/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>MySQL Deprecated Variables, No Warnings On Startup</title><link>http://titan.as/mysql-deprecated-variables/</link> <comments>http://titan.as/mysql-deprecated-variables/#comments</comments> <pubDate>Sun, 29 Apr 2012 11:59:29 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[software]]></category><guid
isPermaLink="false">http://titan.as/?p=569</guid> <description><![CDATA[This is pretty straight forward. MySQL doesn&#8217;t generally warn you if you use old variable settings rather than the new ones. Also there is no comment suggesting that perhaps these old variables will be removed at some later stage. A bug report is already filled. Until MySQL 5.5.21 my.cnf uses both deprecated old and new [...]]]></description> <content:encoded><![CDATA[<p>This is pretty straight forward. MySQL doesn&#8217;t generally warn you if you use old variable settings rather than the new ones. Also there is no comment suggesting that perhaps these old variables will be removed at some later stage. <a
href="http://bugs.mysql.com/bug.php?id=64403" title="MySQL does not warn of deprecated variables on startup">A bug report is already filled</a>. Until MySQL 5.5.21 my.cnf uses both deprecated old and new variables without a warning on startup.</p><p>Examples:</p><p>Deprecated variables -> new variables</p><p>thread_cache -> thread_cache_size<br
/> key_buffer -> key_buffer_size<br
/> table_cache -> table_open_cache<br
/> log-slow-queries -> slow_query_log</p> ]]></content:encoded> <wfw:commentRss>http://titan.as/mysql-deprecated-variables/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Puppet Labs, Manage 10 Servers for FREE</title><link>http://titan.as/puppet-labs/</link> <comments>http://titan.as/puppet-labs/#comments</comments> <pubDate>Fri, 27 Apr 2012 19:52:38 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[Puppet Labs]]></category> <category><![CDATA[software]]></category><guid
isPermaLink="false">http://titan.as/?p=563</guid> <description><![CDATA[Puppet Enterprise is IT automation software that gives system administrators the power to easily automate repetitive tasks, quickly deploy critical applications, and proactively manage infrastructure changes, on-premise or in the cloud. Learn more about Puppet Enterprise below, or download now and manage up to 10 nodes free. Google uses it. Zynga uses it. Nasa uses [...]]]></description> <content:encoded><![CDATA[<p><iframe
width="500" height="284" src="http://www.youtube.com/embed/bP8Mtiuc8XM?rel=0" frameborder="0" allowfullscreen></iframe></p><p>Puppet Enterprise is IT automation software that gives system administrators the power to easily automate repetitive tasks, quickly deploy critical applications, and proactively manage infrastructure changes, on-premise or in the cloud. Learn more about Puppet Enterprise below, or download now and manage up to 10 nodes free.</p><p>Google uses it. Zynga uses it. Nasa uses it. So does Rackspace and many many other companies. What for? Puppet Labs helps you manage your computers. Here&#8217;s what Puppet Labs does, and how it fits into the world. We talked with a couple of the execs at the Open Stack Design Summit (they announced support of OpenStack at that event). <a
href="http://puppetlabs.com/" title="Puppet Labs">http://puppetlabs.com/</a> has more about puppet labs.</p> ]]></content:encoded> <wfw:commentRss>http://titan.as/puppet-labs/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Miss Reef 2012 January, February, March</title><link>http://titan.as/miss-reef-january-february-march/</link> <comments>http://titan.as/miss-reef-january-february-march/#comments</comments> <pubDate>Sun, 08 Apr 2012 18:41:59 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[brasil]]></category> <category><![CDATA[miss reef]]></category><guid
isPermaLink="false">http://titan.as/?p=558</guid> <description><![CDATA[All three new Miss Reef 2012 video for the first quarter of the year. Miss Reef January, Miss Reef February and Miss Reef March. For a quick view you can watch the Miss Reef 2012 Calendar video. Follow Miss Reef through the beautiful beaches of Culebrita Island, Puerto Rico. This behind the scenes look will [...]]]></description> <content:encoded><![CDATA[<p>All three new Miss Reef 2012 video for the first quarter of the year. Miss Reef January, Miss Reef February and Miss Reef March. For a quick view you can watch the <a
href="http://titan.as/2012-miss-reef-calendar-video/" title="Miss Reef 2012 Calendar video">Miss Reef 2012 Calendar video</a>.</p><p><iframe
width="500" height="284" src="http://www.youtube.com/embed/kSEjqbdB-Bw?rel=0" frameborder="0" allowfullscreen></iframe></p><p>Follow Miss Reef through the beautiful beaches of Culebrita Island, Puerto Rico. This behind the scenes look will give you some insight into all the action that took place in the making of the January spread of the 2012 Miss Reef Calendar. <span
id="more-558"></span></p><p><iframe
width="500" height="284" src="http://www.youtube.com/embed/WmEJwY-6w_8?rel=0" frameborder="0" allowfullscreen></iframe></p><p>Enjoy this months sneak peak of what made the Calendar pages of February&#8217;s 2012 Miss Reef Calendar. This months video and images come form the beaches of Villa Montana, Puerto Rico.</p><p><iframe
width="500" height="284" src="http://www.youtube.com/embed/G6GTEZQOlsQ?rel=0" frameborder="0" allowfullscreen></iframe></p> ]]></content:encoded> <wfw:commentRss>http://titan.as/miss-reef-january-february-march/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Top 100 Cooking Tips Of All Time</title><link>http://titan.as/top-100-cooking-tips-of-all-time/</link> <comments>http://titan.as/top-100-cooking-tips-of-all-time/#comments</comments> <pubDate>Sun, 08 Apr 2012 17:08:41 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[cooking]]></category> <category><![CDATA[food]]></category><guid
isPermaLink="false">http://titan.as/?p=554</guid> <description><![CDATA[Food Network Magazine asked top chefs across the country for their best advice and created the top 100 cooking tips of all time. Quick cooking tip for meat and steak lovers: start cooking a steak on the fat side first, so there&#8217;s flavorful fat for the rest of the cooking. Read all the 100 cooking [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://titan.as/wp-content/uploads/2012/04/steak_filet_sliced_sq1.jpg"><img
src="http://titan.as/wp-content/uploads/2012/04/steak_filet_sliced_sq1.jpg" alt="steak filet sliced" title="steak filet sliced" width="500" height="571" class="aligncenter size-full wp-image-555" /></a></p><p>Food Network Magazine asked top chefs across the country for their best advice and created the top 100 cooking tips of all time. Quick cooking tip for meat and steak lovers: start cooking a steak on the fat side first, so there&#8217;s flavorful fat for the rest of the cooking. Read all the <a
href="http://www.foodnetwork.com/chefs/100-greatest-cooking-tips-of-all-time/index.html" title="100 Greatest Cooking Tips" rel="nofollow">100 cooking tips of all time</a> here.</p> ]]></content:encoded> <wfw:commentRss>http://titan.as/top-100-cooking-tips-of-all-time/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Fiat money</title><link>http://titan.as/fiat-money/</link> <comments>http://titan.as/fiat-money/#comments</comments> <pubDate>Tue, 03 Apr 2012 09:09:57 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[fiat]]></category> <category><![CDATA[Fiat money]]></category><guid
isPermaLink="false">http://titan.as/?p=551</guid> <description><![CDATA[Fiat money is money that derives its value from government regulation or law. The term derives from the Latin fiat, meaning &#8220;let it be done&#8221; or &#8220;it shall be [money]&#8220;, as such money is established by government decree. Where fiat money is used as currency, the term fiat currency is used. By World War I [...]]]></description> <content:encoded><![CDATA[<p><iframe
width="500" height="284" src="http://www.youtube.com/embed/NSC8J-_WkZ0?rel=0" frameborder="0" allowfullscreen></iframe></p><p>Fiat money is money that derives its value from government regulation or law. The term derives from the Latin fiat, meaning &#8220;let it be done&#8221; or &#8220;it shall be [money]&#8220;, as such money is established by government decree. Where fiat money is used as currency, the term fiat currency is used.</p><p>By World War I most nations had a legalized government monopoly on bank notes and the legal tender status thereof. In theory, governments still promised to redeem notes in specie on demand. However, the costs of the war and the massive expansion afterward made governments suspend redemption in specie. Since there was no direct penalty for doing so, governments were not immediately responsible for the economic consequences of printing more money, which led to hyperinflation – for example in Weimar Germany.</p><p>Attempts were made to reassert currency stability by anchoring it to wholesale gold bullion rather than making it payable in specie. This money combined pure fiat currency, in that the currency was limited to central bank notes and token coins that were current only by government fiat, with a form of convertibility, via gold bullion exchange, or via exchange into US dollars which were convertible into gold bullion, under the 1945 Bretton Woods system.</p> ]]></content:encoded> <wfw:commentRss>http://titan.as/fiat-money/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>NASA Fermi Provides New Insights on Dark Matter, WIMP included</title><link>http://titan.as/nasa-fermi-provides-new-insights-on-dark-matter-wimp-included/</link> <comments>http://titan.as/nasa-fermi-provides-new-insights-on-dark-matter-wimp-included/#comments</comments> <pubDate>Mon, 02 Apr 2012 21:50:54 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[fermi]]></category> <category><![CDATA[nasa]]></category> <category><![CDATA[science]]></category> <category><![CDATA[space]]></category> <category><![CDATA[wimp]]></category><guid
isPermaLink="false">http://titan.as/?p=548</guid> <description><![CDATA[There&#8217;s more to the cosmos than meets the eye. About 80 percent of the matter in the universe is invisible to telescopes, yet its gravitational influence is manifest in the orbital speeds of stars around galaxies and in the motions of clusters of galaxies. Yet, despite decades of effort, no one knows what this &#8220;dark [...]]]></description> <content:encoded><![CDATA[<p><iframe
width="500" height="284" src="http://www.youtube.com/embed/i5ucytz2C7I?rel=0" frameborder="0" allowfullscreen></iframe></p><p>There&#8217;s more to the cosmos than meets the eye. About 80 percent of the matter in the universe is invisible to telescopes, yet its gravitational influence is manifest in the orbital speeds of stars around galaxies and in the motions of clusters of galaxies. Yet, despite decades of effort, no one knows what this &#8220;dark matter&#8221; really is. Many scientists think it&#8217;s likely that the mystery will be solved with the discovery of new kinds of subatomic particles, types necessarily different from those composing atoms of the ordinary matter all around us. The search to detect and identify these particles is underway in experiments both around the globe and above it.</p><p>Scientists working with data from NASA&#8217;s Fermi Gamma-ray Space Telescope have looked for signals from some of these hypothetical particles by zeroing in on 10 small, faint galaxies that orbit our own. Although no signals have been detected, a novel analysis technique applied to two years of data from the observatory&#8217;s Large Area Telescope (LAT) has essentially eliminated these particle candidates for the first time.</p><p>WIMPs, or Weakly Interacting Massive Particles, represent a favored class of dark matter candidates. Some WIMPs may mutually annihilate when pairs of them interact, a process expected to produce gamma rays &#8212; the most energetic form of light &#8212; that the LAT is designed to detect.</p><p>The team examined two years of LAT-detected gamma rays with energies in the range from 200 million to 100 billion electron volts (GeV) from 10 of the roughly two dozen dwarf galaxies known to orbit the Milky Way. Instead of analyzing the results for each galaxy separately, the scientists developed a statistical technique &#8212; they call it a &#8220;joint likelihood analysis&#8221; &#8212; that evaluates all of the galaxies at once without merging the data together. No gamma-ray signal consistent with the annihilations expected from four different types of commonly considered WIMP particles was found.</p><p>For the first time, the results show that WIMP candidates within a specific range of masses and interaction rates cannot be dark matter. A paper detailing these results appeared in the Dec. 9, 2011, issue of Physical Review Letters.</p><p>Learn more at: http://www.nasa.gov/mission_pages/GLAST/news/dark-matter-insights.html</p> ]]></content:encoded> <wfw:commentRss>http://titan.as/nasa-fermi-provides-new-insights-on-dark-matter-wimp-included/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>2 Reasons Why Google Tablet Store is the Nexus One All Over Again</title><link>http://titan.as/why-google-tablet-store-is-the-nexus-one-all-over-again/</link> <comments>http://titan.as/why-google-tablet-store-is-the-nexus-one-all-over-again/#comments</comments> <pubDate>Sun, 01 Apr 2012 17:27:09 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[android]]></category> <category><![CDATA[google]]></category> <category><![CDATA[google tablet]]></category><guid
isPermaLink="false">http://titan.as/?p=542</guid> <description><![CDATA[PC Magazine claims A new store isn&#8217;t going to solve the major problem with Android tablets, which is that they lack compelling tablet-focused apps from major, popular brands. But it&#8217;s a good move, and it&#8217;s very different from Google&#8217;s first attempt at selling hardware online, the doomed Nexus One store. The reason: this time, wireless [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://titan.as/wp-content/uploads/2012/04/toshiba-at200-android-tablet.jpg"><img
src="http://titan.as/wp-content/uploads/2012/04/toshiba-at200-android-tablet.jpg" alt="toshiba at200 android tablet" title="toshiba at200 android tablet" width="500" height="500" class="aligncenter size-full wp-image-543" /></a></p><p>PC Magazine <a
href="http://www.pcmag.com/article2/0,2817,2402409,00.asp" title="Why Google's Tablet Store Isn't the Nexus One All Over Again">claims</a></p><blockquote><p>A new store isn&#8217;t going to solve the major problem with Android tablets, which is that they lack compelling tablet-focused apps from major, popular brands. But it&#8217;s a good move, and it&#8217;s very different from Google&#8217;s first attempt at selling hardware online, the doomed Nexus One store. The reason: this time, wireless carriers aren&#8217;t involved.</p></blockquote><p>While this is true and carriers aren&#8217;t involved this time, Google has a bad record when it comes to selling hardware:</p><p>1. Nexus One &#8211; doomed<br
/> 2. Chromebook &#8211; doomed<br
/> 3. Google tablet &#8211; ?</p><p>PC Magazine assumes that telcos will give up subsidizing and selling 3G and 4G tablets and surrender to Google&#8217;s try to promote the WiFi Google tablet only. With a fail record like that, chances are Google will fail again because Google is still the old Google. This is not a bad thing though. It just means that Google has no retail experience and it still is an engineer driven company.</p><p>Even if Google &#8220;subsidize these tablets itself&#8221; it won&#8217;t make much of a difference for the &#8220;lack compelling tablet-focused apps&#8221; and lack of successful marketing and successful sales of Google hardware using Google online stores.</p><p>Google has to make it with its Google tablet store but chances are it won&#8217;t, not this time, not this way.</p> ]]></content:encoded> <wfw:commentRss>http://titan.as/why-google-tablet-store-is-the-nexus-one-all-over-again/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Whitney Houston meets Michael Jackson in heaven</title><link>http://titan.as/whitney-houston-meets-michael-jackson-in-heaven/</link> <comments>http://titan.as/whitney-houston-meets-michael-jackson-in-heaven/#comments</comments> <pubDate>Thu, 29 Mar 2012 22:12:09 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[fun]]></category> <category><![CDATA[Michael Jackson]]></category> <category><![CDATA[Whitney Houston]]></category><guid
isPermaLink="false">http://titan.as/?p=538</guid> <description><![CDATA[In memory of Whitney Houston and all the great artists who left us too soon. Whitney Houston meets Michael Jackson in heaven along with John Lennon, Jim Morisson, Freddie Mercury, Elvis, Jimi Hendrix, Amy Winehouse and Kurt Cobain.]]></description> <content:encoded><![CDATA[<p><iframe
width="500" height="284" src="http://www.youtube.com/embed/bIx-xOzIMVU?rel=0" frameborder="0" allowfullscreen></iframe></p><p>In memory of Whitney Houston and all the great artists who left us too soon. Whitney Houston meets Michael Jackson in heaven along with John Lennon, Jim Morisson, Freddie Mercury, Elvis, Jimi Hendrix, Amy Winehouse and Kurt Cobain.</p> ]]></content:encoded> <wfw:commentRss>http://titan.as/whitney-houston-meets-michael-jackson-in-heaven/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Financial crisis: 10 signs to watch before the economy crashes</title><link>http://titan.as/financial-crisis-10-signs/</link> <comments>http://titan.as/financial-crisis-10-signs/#comments</comments> <pubDate>Thu, 29 Mar 2012 21:30:18 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[Financial crisis]]></category> <category><![CDATA[greek crisis]]></category> <category><![CDATA[money]]></category><guid
isPermaLink="false">http://titan.as/?p=531</guid> <description><![CDATA[Even mere mortals can recognize the 10 early signs of the financial crisis, right before the big economy crash. It takes 5 to 3 years from blooming to dooming and the financial meltdown. In the beginning everything is beautiful, smooth and shiny. As time flies pretty much everything turns out to be the clusterfuck we [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://titan.as/wp-content/uploads/2012/03/dough.jpg"><img
src="http://titan.as/wp-content/uploads/2012/03/dough.jpg" alt="Financial crisis: 10 signs to watch before economy crashes" title="Financial crisis: 10 signs to watch before economy crashes" width="500" height="333" class="aligncenter size-full wp-image-533" /></a></p><p>Even mere mortals can recognize the 10 early signs of the financial crisis, right before the big economy crash. It takes 5 to 3 years from blooming to dooming and the financial meltdown. In the beginning everything is beautiful, smooth and shiny. As time flies pretty much everything turns out to be <a
href="http://titan.as/greek-crisis-symbiosis/" title="Symbiosis, The Reason For The Greek Crisis">the clusterfuck</a> we call financial crisis and economy crash.</p><p>These are 10 signs to watch pre financial crisis in no particular order.</p><p>1. New banks appear out of nowhere<br
/> 2. Existing banks open new stores like crazy<br
/> 3. Banks literally beg you to get their money<br
/> 4. New strip clubs are all over the place<br
/> 5. Betting, lottery, monitor and number games in the wild<br
/> 6. Retail stores literally give away their stuff with first payment due to 12 months<br
/> 7. Retail stores offer almost unlimited opportunities to pay back the bill due to 100 years<br
/> 8. Telcos create way too many mind boggling products, offer unlimited choices<br
/> 9. Car companies and leasing companies literally give away cars even super expensive SUVs<br
/> 10. All of a sudden, &#8220;amateur&#8221; porn becomes mainstream</p><p>Bonus: TV stations rely heavily on reality shows, repetition of older shows, gossip shows</p> ]]></content:encoded> <wfw:commentRss>http://titan.as/financial-crisis-10-signs/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Database Caching 4/6 queries in 0.001 seconds using disk: basic
Object Caching 1143/1143 objects using disk: basic

Served from: titan.as @ 2012-05-19 21:39:44 -->
