<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" gd:etag="W/&quot;DUQEQn86cCp7ImA9WhRaFEk.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699</id><updated>2012-02-16T21:55:03.118-05:00</updated><category term="asia" /><category term="media" /><category term="computer virus" /><category term="beer" /><category term="technology" /><category term="Kindle" /><category term="sandwitch wrap" /><category term="backtesting software" /><category term="Microsoft" /><category term="magazine" /><category term="finance" /><category term="China" /><category term="retirement" /><category term="Spreadsheet" /><category term="opendns" /><category term="shopping" /><category term="gold" /><category term="money market" /><category term="refinance" /><category term="stock market" /><category term="software development" /><category term="free stocks ticker" /><category term="saving money" /><category term="travel" /><category term="self improve" /><category term="deals" /><category term="tweaking" /><category term="icarra" /><category term="credit card" /><category term="mp3 player" /><category term="cars" /><category term="science" /><category term="kids" /><category term="humor" /><category term="cnbc" /><category term="business" /><category term="fox business" /><category term="budget" /><category term="mortgage" /><category term="coupons" /><category term="vacation" /><category term="zune" /><category term="programming" /><category term="politics" /><category term="culture" /><category term="c# code" /><category term="economy" /><category term="parenting" /><category term="wii" /><category term="games" /><category term="freeware" /><category term="groceries" /><category term="Jim Cramer" /><category term="banks" /><category term="frugality" /><category term="social networks" /><category term="block sites" /><category term="internet safety" /><category term="food" /><category term="parental control" /><category term="GPS" /><category term="static portfolios" /><category term="tourist trap" /><category term="debt" /><category term="EzBacktest" /><category term="blogging" /><category term="home repair" /><category term="WPF" /><category term="google" /><category term="investing" /><category term="Excel" /><category term="money" /><category term="Books" /><title>Thrifty Trend Software Blog</title><subtitle type="html">Original freeware, technology, investing and personal finance thoughts</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>360</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/ThriftyTrend" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="thriftytrend" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">ThriftyTrend</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><entry gd:etag="W/&quot;C0ACRXY5eip7ImA9WhRQGEo.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-8542619392148928544</id><published>2011-12-14T09:09:00.001-05:00</published><updated>2011-12-14T09:09:24.822-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-14T09:09:24.822-05:00</app:edited><title>How to setup OpenCV with Visual Studio 2010 without recompiling source</title><content type="html">The tutorial documentation is a bit out-of-date. I thought I might share the process for anyone who might be interested:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OPENCV development environment setup&lt;br /&gt;
&lt;br /&gt;
1. download and install opencv into c:\intel\opencv &amp;nbsp;;&lt;a href="http://sourceforge.net/projects/opencvlibrary/"&gt;&amp;nbsp;http://sourceforge.net/projects/opencvlibrary/&lt;/a&gt;&lt;br /&gt;
2. download and unzip TBB into c:\intel\tbb ; &lt;a href="http://threadingbuildingblocks.org/file.php?fid=77"&gt;http://threadingbuildingblocks.org/file.php?fid=77&lt;/a&gt;&lt;br /&gt;
3. download and install Path-Editor ; &lt;a href="http://www.redfernplace.com/software-projects/patheditor/"&gt;http://www.redfernplace.com/software-projects/patheditor/&lt;/a&gt;&lt;br /&gt;
4. open computer properties-&amp;gt;advanced settings-&amp;gt;advanced-&amp;gt;environment variables&lt;br /&gt;
5. set the following variables:&lt;br /&gt;
OPENCV_INST=C:\Intel\opencv&lt;br /&gt;
OPENCV_DIR=C:\Intel\opencv\build\x86\vc10&lt;br /&gt;
TBB_DIR=C:\Intel\tbb\tbb40_20111003oss (or other relevant version folder)&lt;br /&gt;
6. run path-editor, add the following:&lt;br /&gt;
%OPENCV_DIR%\bin&lt;br /&gt;
%TBB_DIR%\bin\ia32\vc10&lt;br /&gt;
7. Run Visual Studio 2010 and make new console c++ application with empty-project checked&lt;br /&gt;
8. From Menu, select View-&amp;gt;Other Windows-&amp;gt;Property Manager&lt;br /&gt;
9. Add new sheets to Debug and Release seperately for OpenCV&lt;br /&gt;
a. under c/c++ / General, set:&lt;br /&gt;
Additional Include Directories=$(OPENCV_INST)\build\include&lt;br /&gt;
b. under Linker / General, set:&lt;br /&gt;
Additinoal Library Directories=$(OPENCV_DIR)\lib&lt;br /&gt;
c. under Linker / Input, set:&lt;br /&gt;
Additinoal Dependencies:&lt;br /&gt;
opencv_core231d.lib&lt;br /&gt;
opencv_imgproc231d.lib&lt;br /&gt;
opencv_highgui231d.lib&lt;br /&gt;
opencv_ml231d.lib&lt;br /&gt;
opencv_video231d.lib&lt;br /&gt;
opencv_features2d231d.lib&lt;br /&gt;
opencv_calib3d231d.lib&lt;br /&gt;
opencv_objdetect231d.lib&lt;br /&gt;
opencv_contrib231d.lib&lt;br /&gt;
opencv_legacy231d.lib&lt;br /&gt;
opencv_flann231d.lib&lt;br /&gt;
&lt;br /&gt;
for the release property sheet, delete the "d" letter at name of each such lib file&lt;br /&gt;
10. The newly created .prop files for the property sheets can be reused in future projects&lt;br /&gt;
11. Add one of the .cpp files from the opencv cpp samples directory to verify it compiles properly&lt;br /&gt;
a. consider the file: C:\Intel\opencv\samples\cpp\tutorial_code\introduction\windows_visual_studio_Opencv\Test.cpp&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Cheers!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-8542619392148928544?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/8542619392148928544/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/12/how-to-setup-opencv-with-visual-studio.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/8542619392148928544?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/8542619392148928544?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/12/how-to-setup-opencv-with-visual-studio.html" title="How to setup OpenCV with Visual Studio 2010 without recompiling source" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CUINRnc9fCp7ImA9WhRQFk4.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-6999554036967654302</id><published>2011-12-11T14:54:00.001-05:00</published><updated>2011-12-11T14:59:57.964-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-11T14:59:57.964-05:00</app:edited><title>Missed your Black-Friday xbox deal? Check this out: 250gb with kinect and two games: $296, includes 3 months gold</title><content type="html">And I woke up at 4:30 to stand in line and get my $199 kinect 4gb bundle, one game only. Hmm.. Where's that&amp;nbsp;receipt, I see a better deal....&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;


&lt;a href="http://www.amazon.com/gp/product/B005VBVRGY/ref=as_li_ss_il?ie=UTF8&amp;amp;tag=witmymea-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B005VBVRGY"&gt;&lt;img border="0" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;amp;Format=_SL110_&amp;amp;ASIN=B005VBVRGY&amp;amp;MarketPlace=US&amp;amp;ID=AsinImage&amp;amp;WS=1&amp;amp;tag=witmymea-20&amp;amp;ServiceVersion=20070822" /&gt;&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=witmymea-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B005VBVRGY" style="border: none !important; margin: 0px !important;" width="1" /&gt;
&lt;br /&gt;
That's $296 on Amazon, without pressure, lines, or click-quick-within-2-minutes-or-lost-it rush sale.&lt;br /&gt;
&lt;br /&gt;
Now that I do have my own though, I must say - this thing is awesome, so much better than wii. We haven't even turned the wii on since buying the xBox...&lt;br /&gt;
&lt;br /&gt;
Oops, tiny&amp;nbsp;caveat, you have to buy it from an Amazon partner: best4sale, costs $291.95+$3.99 shipment. Hmm, is this new or open boxed? They would mention if not new, right?&lt;br /&gt;
&lt;br /&gt;
Cheers!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-6999554036967654302?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/6999554036967654302/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/12/missed-your-black-friday-xbox-deal.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/6999554036967654302?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/6999554036967654302?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/12/missed-your-black-friday-xbox-deal.html" title="Missed your Black-Friday xbox deal? Check this out: 250gb with kinect and two games: $296, includes 3 months gold" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;C0MERXg6cCp7ImA9WhRREEs.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-3251466877104808359</id><published>2011-11-23T10:15:00.001-05:00</published><updated>2011-11-23T10:16:44.618-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-23T10:16:44.618-05:00</app:edited><title>German bond auction a disaster, new world debt markets freeze?!</title><content type="html">What could be worse than sub-prime mortgage global meltdown? Sovereign debt meltdown, in the country you least expected.&lt;br/&gt;
&lt;a href="http://finance.yahoo.com/news/german-10-bond-auction-disaster-122405623.html"&gt;German 10-year bond auction a "disaster"&lt;/a&gt;
&lt;blockquote&gt;A "disastrous" sale of German benchmark bonds sparked fears on Wednesday the debt crisis was beginning to threaten even Berlin, with the Bundesbank forced to dig deep into its pockets to ensure the auction did not fail.&lt;br/&gt;&lt;br/&gt;

In one of the least successful debt sales by Europe's powerhouse economy since the launch of the single currency, the low returns offered -- just 2 percent annually over 10 years -- deterred investors made uneasy by the escalating cost of the crisis to Germany.&lt;br/&gt;&lt;br/&gt;

That meant the central bank had to pick up 39 percent of the 6 billion euros ($8 billion) of debt Germany had hoped to sell after commercial banks bought just 3.644 billion euros of the issue.&lt;br/&gt;&lt;br/&gt;

"It is a complete and utter disaster," said Marc Ostwald, strategist at Monument Securities in London.&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-3251466877104808359?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/3251466877104808359/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/11/german-bond-auction-disaster-new-world.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/3251466877104808359?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/3251466877104808359?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/11/german-bond-auction-disaster-new-world.html" title="German bond auction a disaster, new world debt markets freeze?!" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0MHRXY4eSp7ImA9WhRSGUU.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-4946262828001703391</id><published>2011-11-22T13:09:00.001-05:00</published><updated>2011-11-22T13:10:34.831-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-22T13:10:34.831-05:00</app:edited><title>Black Friday event, all week on Amazon</title><content type="html">I don't know about you, but I'll skip pushing and shoving at 5am at local Meijer, Best Buy and Walmart. Consider checking every hour or so Amazon for great deals instead, every day.&lt;br/&gt;&lt;br/&gt;

&lt;iframe src="http://rcm.amazon.com/e/cm?t=witmymea-20&amp;o=1&amp;p=12&amp;l=ur1&amp;category=holidaycountdown_blackfridayweek&amp;banner=0HPKD1TH6SXGZXG66DR2&amp;f=ifr" width="300" height="250" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-4946262828001703391?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/4946262828001703391/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/11/black-friday-event-all-week-on-amazon.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/4946262828001703391?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/4946262828001703391?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/11/black-friday-event-all-week-on-amazon.html" title="Black Friday event, all week on Amazon" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0UMRn49fyp7ImA9WhdaE00.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-5937094902786233704</id><published>2011-10-22T12:34:00.000-04:00</published><updated>2011-10-22T12:34:47.067-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-22T12:34:47.067-04:00</app:edited><title>Apple products on Amazon cost less than Apple store, no sales tax</title><content type="html">Yep, Mac Mini-s, iMac-s etc... not cheap, and for Windows fan - you'll have to deal with extra steps and costs, but if you are a fan and want to buy right now, I think Amazon's is your best choice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;

&lt;iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;bc1=000000&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=witmymea-20&amp;o=1&amp;p=8&amp;l=as4&amp;m=amazon&amp;f=ifr&amp;ref=ss_til&amp;asins=B004YKXGIK" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;
iMac - $1,125.92&lt;br/&gt;
&lt;br/&gt;
&lt;iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;bc1=000000&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=witmymea-20&amp;o=1&amp;p=8&amp;l=as4&amp;m=amazon&amp;f=ifr&amp;ref=ss_til&amp;asins=B004YLCLM6" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;
Mac Mini - $568.95&lt;br/&gt;

Meanwhile, I'm shopping around for a new PC. Which is how I came across this little fact regarding prices of Mac-s. It turns out that brand new Dells desktops were selling for $200 discount and an extra percentage discount with a coupon on the outlet store. Which means - the Dell desktop outlet inventory was swept clean. &lt;br/&gt;&lt;br/&gt;

Lesson learned, you see something you want in the right price and you should be able to afford - don't procrastinate. Good deals really don't last long.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-5937094902786233704?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/5937094902786233704/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/10/apple-products-on-amazon-cost-less-than.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/5937094902786233704?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/5937094902786233704?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/10/apple-products-on-amazon-cost-less-than.html" title="Apple products on Amazon cost less than Apple store, no sales tax" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Ak8FSHg-fCp7ImA9WhdUGU4.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-838241693185192582</id><published>2011-10-06T18:06:00.001-04:00</published><updated>2011-10-06T18:06:59.654-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-06T18:06:59.654-04:00</app:edited><title>Steve Jobs, RIP. Among most admired businessmen of our generation</title><content type="html">You can't argue with success, after success, after success. His genius was in producing items the consumers really wanted, and making them even cooler with each new release.&lt;br/&gt;&lt;br/&gt;

&lt;a href="http://www.amazon.com/gp/product/1451648537/ref=as_li_ss_il?ie=UTF8&amp;tag=witmymea-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1451648537"&gt;&lt;img border="0" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1451648537&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=witmymea-20&amp;ServiceVersion=20070822" &gt;&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=witmymea-20&amp;l=as2&amp;o=1&amp;a=1451648537&amp;camp=217145&amp;creative=399373" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;&lt;br/&gt;
PS. Yes, his autobiography is on sale.&lt;br/&gt;&lt;br/&gt;

Interesting to review the following video, Steve Jobs giving a commencement speech at Stanford: "How to live before you die".&lt;br/&gt;&lt;br/&gt;

&lt;iframe width="420" height="315" src="http://www.youtube.com/embed/UF8uR6Z6KLc" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-838241693185192582?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/838241693185192582/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/10/steve-jobs-rip-among-most-admired.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/838241693185192582?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/838241693185192582?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/10/steve-jobs-rip-among-most-admired.html" title="Steve Jobs, RIP. Among most admired businessmen of our generation" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://img.youtube.com/vi/UF8uR6Z6KLc/default.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DkICSHwzfSp7ImA9WhdUEk8.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-7160937636865350369</id><published>2011-09-28T11:42:00.000-04:00</published><updated>2011-09-28T11:42:49.285-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-28T11:42:49.285-04:00</app:edited><title>New Amazon Fire tablet only $199, cheaper kindle devices, most exciting tech news this year, undercut Apple and everyone else</title><content type="html">With Amazon's very own implementation of a web browser too...&lt;br/&gt;&lt;/br&gt;
I'm looking forward to a hands on review. Meanwhile, they are all available to order.&lt;br/&gt;&lt;br/&gt;
&lt;a href="http://www.amazon.com/gp/product/B0051VVOB2/ref=as_li_ss_tl?ie=UTF8&amp;tag=witmymea-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=B0051VVOB2"&gt;&lt;img src="http://www.wired.com/images_blogs/epicenter/2011/09/kindle-family.jpg" width=550&gt;&lt;/a&gt;&lt;br/&gt;
Check-out Wired's opinion: &lt;a href="http://www.wired.com/epicenter/2011/09/amazon/"&gt;Playing with Fire: Amazon Launches a $200 Tablet, Slashes Kindle Prices&lt;/a&gt;&lt;br/&gt;
&lt;blockquote&gt;One year ago, almost to the day, Jeff Bezos gave me the reason why people should carry around a Kindle in the age of the iPad.  No Angry Birds.&lt;br/&gt;&lt;br/&gt;

“The number one app for the iPad when I checked a couple of days ago was called Angry Birds—a game where you throw birds at pigs and they blow up,” Bezos told me in September 2010. “The number one thing on the Kindle is Stieg Larsson. It’s a different audience. We’re designing for people who want to read.”&lt;br/&gt;&lt;br/&gt;

Today at a New York City press event Amazon is releasing a $199 color 7-inch tablet device called Fire.   It plays Angry Birds.&lt;br/&gt;&lt;br/&gt;
...&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-7160937636865350369?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/7160937636865350369/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/09/new-amazon-fire-tablet-only-199-cheaper.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/7160937636865350369?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/7160937636865350369?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/09/new-amazon-fire-tablet-only-199-cheaper.html" title="New Amazon Fire tablet only $199, cheaper kindle devices, most exciting tech news this year, undercut Apple and everyone else" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DUYNRHY8cSp7ImA9WhdRFEo.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-6574020098650420265</id><published>2011-08-04T12:59:00.002-04:00</published><updated>2011-08-04T12:59:55.879-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-04T12:59:55.879-04:00</app:edited><title>In case you missed it: Market is a-crashing</title><content type="html">Yea... not good for anyone's savings. No safe haven, at all.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://finance.yahoo.com/blogs/daily-ticker/recession-almost-certainty-says-advisor-stocks-could-crash-142911415.html"&gt;Recession Almost A Certainty, Says Advisor — Stocks Could Crash Soon&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;n the past few months, investors have gone from being generally bullish about the economy and stock market to increasingly concerned that we may be headed for another recession. For now, however, the consensus is still that we'll trudge along with slow growth but avoid an actual downturn.&lt;br /&gt;
&lt;br /&gt;
One advisor who thinks that a recession is almost a certainty, however, is Lance Roberts, the Chief Economist at Streettalk Advisors, a $400 million advisory firm.&lt;br /&gt;
&lt;br /&gt;
...&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-6574020098650420265?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/6574020098650420265/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/08/in-case-you-missed-it-market-is.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/6574020098650420265?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/6574020098650420265?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/08/in-case-you-missed-it-market-is.html" title="In case you missed it: Market is a-crashing" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;DUADQno7fyp7ImA9WhdSF0Q.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-7479292739021657364</id><published>2011-07-27T16:16:00.000-04:00</published><updated>2011-07-27T16:16:13.407-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-27T16:16:13.407-04:00</app:edited><title>Don't miss out: Indie Bundle is back for a limited time</title><content type="html">You set the price, and get great games!&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.humblebundle.com/"&gt;The Humble&lt;br /&gt;
Indie Bundle #3 &lt;/a&gt;&lt;br /&gt;
&lt;object width="640" height="390"&gt;&lt;param name="movie" value="http://www.youtube.com/v/E4c6PWtE9mI&amp;rel=0&amp;hl=en_US&amp;feature=player_embedded&amp;version=3"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/E4c6PWtE9mI&amp;rel=0&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-7479292739021657364?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/7479292739021657364/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/dont-miss-out-indie-bundle-is-back-for.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/7479292739021657364?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/7479292739021657364?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/dont-miss-out-indie-bundle-is-back-for.html" title="Don't miss out: Indie Bundle is back for a limited time" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DUEGQno9fyp7ImA9WhdSFkQ.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-8761503538700676349</id><published>2011-07-26T12:27:00.000-04:00</published><updated>2011-07-26T12:27:03.467-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-26T12:27:03.467-04:00</app:edited><title>Video: Chinese green plans for electric cars stuck in neutral shift</title><content type="html">There are those who keep pushing the idea that China today is a new capitalist super power, where everything is done right and everything is perfect. Here's evidence #14332 that taking a closer look changes the whole picture:&lt;br /&gt;
&lt;br /&gt;
&lt;object width="640" height="390"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Qhgche7yLkc&amp;hl=en_US&amp;feature=player_embedded&amp;version=3"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Qhgche7yLkc&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-8761503538700676349?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/8761503538700676349/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/video-chinese-green-plans-for-electric.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/8761503538700676349?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/8761503538700676349?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/video-chinese-green-plans-for-electric.html" title="Video: Chinese green plans for electric cars stuck in neutral shift" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DUENQ3k6eip7ImA9WhdSFkk.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-8341957877352116104</id><published>2011-07-25T22:32:00.001-04:00</published><updated>2011-07-25T22:34:52.712-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-25T22:34:52.712-04:00</app:edited><title>Apple to Amazon: All your profits are ours, Amazon: suck eggs</title><content type="html">The headline is pretty much a summery of what happened today in response to Apple's attempt to confiscate profits from companies selling on their app-store. Talk about an aggressive corporation using its monopoly, where's the regulator exactly? In bed with the evil corporation? Lobbied and paid for within a certain party?&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.wired.com/epicenter/2011/07/sidestepping-apple-from-amazon-to-conde-companies-rethink-their-app-strategies/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+wired%2Findex+%28Wired%3A+Index+3+%28Top+Stories+2%29%29&amp;utm_content=Google+Reader"&gt;Sidestepping Apple: From Amazon to Condé Nast, Companies Rethink App Strategies&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
For some reason, buying at Amazon a tablet that is not an iPad begins to make a hell of a lot more sense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.amazon.com/gp/product/B004U78J1G/ref=as_li_ss_il?ie=UTF8&amp;tag=witmymea-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=B004U78J1G"&gt;&lt;img border="0" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=B004U78J1G&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=witmymea-20&amp;ServiceVersion=20070822" &gt;&lt;br /&gt;
Asus Eee tablet, that's right!&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=&amp;l=as2&amp;o=1&amp;a=B004U78J1G&amp;camp=217145&amp;creative=399373" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-8341957877352116104?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/8341957877352116104/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/apple-to-amazon-all-your-profits-are.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/8341957877352116104?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/8341957877352116104?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/apple-to-amazon-all-your-profits-are.html" title="Apple to Amazon: All your profits are ours, Amazon: suck eggs" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CUYDRXY6eSp7ImA9WhdSFk4.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-7886231274807516972</id><published>2011-07-25T18:32:00.000-04:00</published><updated>2011-07-25T18:32:54.811-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-25T18:32:54.811-04:00</app:edited><title>Cool Infographic:State of the Internet</title><content type="html">A very animated and informative thing to pass your time with:&lt;br /&gt;
&lt;a href="http://www.onlineschools.org/state-of-the-internet/"&gt;&lt;img src="https://s3.amazonaws.com/stateoftheinternet/soti-embed.jpg" alt="State of the Internet 2011"/&gt;&lt;/a&gt;&lt;br /&gt;Created by: &lt;a href="http://www.onlineschools.org"&gt;Online Schools&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-7886231274807516972?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/7886231274807516972/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/cool-infographicstate-of-internet.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/7886231274807516972?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/7886231274807516972?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/cool-infographicstate-of-internet.html" title="Cool Infographic:State of the Internet" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DU4ER3g5eSp7ImA9WhdSFkQ.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-6906473878385413551</id><published>2011-07-21T13:48:00.001-04:00</published><updated>2011-07-26T12:31:46.621-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-26T12:31:46.621-04:00</app:edited><title>Apple hoards more cash than GDP of 126 countries, 76.2 Billion dollars</title><content type="html">Hey, guess which "green" company is making a ton of money on &lt;a href="http://www.telegraph.co.uk/finance/china-business/7773011/A-look-inside-the-Foxconn-suicide-factory.html"&gt;backs of cheap chinese labor&lt;/a&gt; while this nation is suffering from massive unemployment...&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://finance.yahoo.com/banking-budgeting/article/113168/apple-76-billion-dilemma-wsj;_ylt=AvIT7mEQmn3bul8QGk2y.wS7YWsA;_ylu=X3oDMTE2dWE2cDliBHBvcwMxMgRzZWMDdG9wU3RvcmllcwRzbGsDZm9yYXBwbGVhNzZi?mod=bb-budgeting&amp;sec=topStories&amp;pos=8&amp;asset=&amp;ccode="&gt;For Apple, a $76 Billion Dilemma&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;Apple Inc. (NASDAQ: AAPL - News) has built up a $76.2 billion cash hoard. Now the question is what the company intends to do with the money pile.&lt;br /&gt;
&lt;br /&gt;
On Tuesday, the Cupertino, Calif., company disclosed cash, including short-term and long-term marketable securities, for the quarter ended June 25 increased 15.8% since March to $76.2 billion. That's more than the gross domestic product of 126 countries, including nations such as Ecuador, Bulgaria, Sri Lanka and Costa Rica, according to data from the World Bank.&lt;br /&gt;
&lt;br /&gt;
The gigantic sum on Wednesday prompted some investors to call for it to use some of the cash for dividend payouts. "If they can't find ways to use it to grow, they should be returning it to shareholders," said Tim Ghriskey, chief investment officer of Solaris Asset Management, which owns Apple stock.&lt;br /&gt;
&lt;br /&gt;
[More from WSJ.com: Apple's Lion Brings PCs Into Tablet Era]&lt;br /&gt;
&lt;br /&gt;
Asked to comment, an Apple spokesman referred to a long-standing policy as outlined by Chief Executive Steve Jobs last October. "We strongly believe that one or more very strategic opportunities may come along that we can take that we're in a unique position to take advantage of because of our strong cash position," he said at the time.&lt;br /&gt;
&lt;br /&gt;
The cash puts Apple at the head of a pack of large technology companies that have been stockpiling cash in recent years. Microsoft Corp., for example, has built up its cash levels to $60.9 billion, including equity and others investments as of March. Google Inc. has $39.1 billion and Cisco Systems Inc. $43.4 billion by a similar measure as of their latest reporting periods.&lt;br /&gt;
&lt;br /&gt;
Many corporations have accumulated cash because of economic uncertainty over the last several years.&lt;br /&gt;
&lt;br /&gt;
...&lt;/blockquote&gt;&lt;br /&gt;
I believe in capitalism, but what exactly is Apple doing with all that cash?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-6906473878385413551?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/6906473878385413551/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/apple-hoards-more-cash-than-gdp-of-126.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/6906473878385413551?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/6906473878385413551?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/apple-hoards-more-cash-than-gdp-of-126.html" title="Apple hoards more cash than GDP of 126 countries, 76.2 Billion dollars" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CE8CRXg8cSp7ImA9WhdTFUo.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-6685846455926857646</id><published>2011-07-13T12:01:00.001-04:00</published><updated>2011-07-13T12:01:04.679-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-13T12:01:04.679-04:00</app:edited><title>Added FAQ page for EzBacktest</title><content type="html">Check it out: &lt;a href="http://ezbacktest.blogspot.com/p/faq.html"&gt;EzBacktest Frequently Asked Questions&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
As more questions arrive, I'll add them with answers.&lt;br /&gt;
&lt;br /&gt;
Cheers!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-6685846455926857646?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/6685846455926857646/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/added-faq-page-for-ezbacktest.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/6685846455926857646?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/6685846455926857646?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/added-faq-page-for-ezbacktest.html" title="Added FAQ page for EzBacktest" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DEINSH04fSp7ImA9WhdTEkg.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-3637412501963749097</id><published>2011-07-09T20:09:00.000-04:00</published><updated>2011-07-09T20:09:59.335-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-09T20:09:59.335-04:00</app:edited><title>LinkedIn traded at 1,144.83 P/E?!</title><content type="html">It's 1999 and there's no correction coming, go ahead and place your bets.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://finance.yahoo.com/echarts?s=LNKD+Interactive#chart1:symbol=lnkd;range=3m;indicator=volume;charttype=line;crosshair=on;ohlcvalues=0;logscale=on;source=undefined"&gt;LinkedIn Corporation Class A Co (LNKD) - Yahoo Finance Graph Page&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-EF0iwVEfuzc/Thjt0OcavPI/AAAAAAAAAFQ/JAAj1CeMhmI/s1600/lnkd%2Bpe.jpg" imageanchor="1" style="margin-left:1em; margin-right:1em"&gt;&lt;img border="0" height="173" width="320" src="http://1.bp.blogspot.com/-EF0iwVEfuzc/Thjt0OcavPI/AAAAAAAAAFQ/JAAj1CeMhmI/s320/lnkd%2Bpe.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-3637412501963749097?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/3637412501963749097/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/linkedin-traded-at-114483-pe.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/3637412501963749097?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/3637412501963749097?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/linkedin-traded-at-114483-pe.html" title="LinkedIn traded at 1,144.83 P/E?!" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-EF0iwVEfuzc/Thjt0OcavPI/AAAAAAAAAFQ/JAAj1CeMhmI/s72-c/lnkd%2Bpe.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CEcCSXs5eip7ImA9WhZaGUU.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-7114262110583287962</id><published>2011-07-06T15:54:00.000-04:00</published><updated>2011-07-06T15:54:28.522-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-06T15:54:28.522-04:00</app:edited><title>Blogger to be renamed to "Google Blogs"?</title><content type="html">Just hope they don't change the blogspot domain, because that'll be a killer to hundreds of thoughsands of functioning existing sites out there.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.cnn.com/2011/TECH/web/07/06/google.picasa.blogger.mashable/index.html?eref=rss_topstories&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+rss%2Fcnn_topstories+%28RSS%3A+Top+Stories%29&amp;utm_content=Google+Reader"&gt;Google to retire Blogger &amp; Picasa brands&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;Say goodbye to the Picasa and Blogger names: Google intends to retire several non-Google name brands and rename them as Google products, Mashable has learned.&lt;br /&gt;
&lt;br /&gt;
The move is part of a larger effort to unify its brand for the public launch of Google+, the search giant's social initiative.&lt;br /&gt;
&lt;br /&gt;
Blogger and Picasa aren't going away, of course -- they're two of Google's most popular products. Instead, according to two sources familiar with the matter, Google intends to rename Picasa "Google Photos" and Blogger will become "Google Blogs."&lt;br /&gt;
&lt;br /&gt;
Several other Google brands are likely to be affected, though our sources made it clear that YouTube would not be rebranded. The technology giant shut down Google Video, its failed web video service, in May.&lt;br /&gt;
&lt;br /&gt;
The move isn't without precedent; Google acquired JotSpot in 2006 and rebranded it as Google Sites in 2008. In 2007, Google acquired VOIP platform GrandCentral and relaunched it as Google Voice in 2009.&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-7114262110583287962?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/7114262110583287962/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/blogger-to-be-renamed-to-google-blogs.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/7114262110583287962?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/7114262110583287962?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/blogger-to-be-renamed-to-google-blogs.html" title="Blogger to be renamed to &quot;Google Blogs&quot;?" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C04NQX86eCp7ImA9WhZaGUo.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-473295717890129837</id><published>2011-07-06T13:06:00.000-04:00</published><updated>2011-07-06T13:06:30.110-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-06T13:06:30.110-04:00</app:edited><title>The future of TV: internet, internet, internet</title><content type="html">I know a few people who have cancelled Cable/Dish and were relying only on internet and netflix subscription for entertainment. What are the chances that actual TV channels will be internet only and be the default channels of future viewers?&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.cnbc.com/id/43641280"&gt;Half of TVs to Have Internet Connectivity by 2015&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;About 47 percent of total flat-panel televisions shipped in four years will have Internet connectivity, as manufacturers bet on the expansion of Netflix and direct-to-consumer offerings from content producers like Time Warner’s  HBO.&lt;br /&gt;
&lt;br /&gt;
This figure, about 138 million units, is up from 25 percent of flat panels with WiFi capability shipped this year, according to a quarterly report by DisplaySearch, a unit of research firm NPD group. By the end of 2015, more than 500 million connected TVs will be shipped, according to DisplaySearch.&lt;br /&gt;
&lt;br /&gt;
It may be no coincidence then that Netflix jumped to an all-time high on Tuesday, the same day as the release of this report. Investors also seemed to cheer the announcement from the leader in Internet streaming that it would be expanding into Latin America. The company had previous success with its first international move into Canada.&lt;br /&gt;
&lt;br /&gt;
...&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-473295717890129837?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/473295717890129837/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/future-of-tv-internet-internet-internet.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/473295717890129837?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/473295717890129837?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/07/future-of-tv-internet-internet-internet.html" title="The future of TV: internet, internet, internet" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CEUDQHw8cCp7ImA9WhZaE0w.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-1456926625121415192</id><published>2011-06-28T21:27:00.001-04:00</published><updated>2011-06-28T21:51:11.278-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-28T21:51:11.278-04:00</app:edited><title>China buys up natural resources world wide, goes after Canadian oil</title><content type="html">Looks like the global power is seeking more than just domestic needs.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.investors.com/NewsAndAnalysis/Article.aspx?id=576739&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+EditorialRss+%28Editorial+RSS%29&amp;utm_content=Google+Reader"&gt;China Has Its Eye On Canada's Oil&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://2.bp.blogspot.com/_sGOSS_6GPUM/TUg6tlLCjZI/AAAAAAAABr8/PDzpojlx01k/s1600/3.jpg"&gt;&lt;br /&gt;
&lt;blockquote&gt;While the U.S. dithers with concerns about "dirty oil" from Alberta's rich tar sands, energy-hungry China makes Ottawa an offer it might not refuse. Memo to Washington: Pipelines can run west as well as south.&lt;br /&gt;
&lt;br /&gt;
When President Obama pledged to wean us off foreign oil, we hoped he didn't mean our friendly ally to the north, Canada. Granted, it doesn't have beaches like Rio, where we're helping the Brazilians drill offshore, but we had hopes nonetheless.&lt;br /&gt;
&lt;br /&gt;
Together, the U.S. and Canada have enough oil and natural gas locked up in shale formations, tar sands, Alaska, the Canadian Arctic and the Outer Continental Shelf to make OPEC pound sand. But we won't drill for ours and apparently, we don't want Canada's.&lt;br /&gt;
&lt;br /&gt;
With more than 170 billion barrels, Alberta has the world's third-largest oil reserves, behind only Saudi Arabia and Venezuela and ahead of Russia and Iran. Daily production of 1.5 million barrels from the oil sands is expected to nearly triple to 3.7 million by 2025. The only question is, will this crude be flowing south to U.S. refineries or west for export to China?&lt;br /&gt;
&lt;br /&gt;
At issue is the Keystone XL pipeline, parts of which have already been built, that would bring Alberta oil to Texas Gulf Coast refineries. The pipeline also could transport oil extracted from shale formations in the Rocky Mountain West.&lt;br /&gt;
&lt;br /&gt;
...&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-1456926625121415192?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/1456926625121415192/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/china-buys-up-natural-resources-goes.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/1456926625121415192?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/1456926625121415192?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/china-buys-up-natural-resources-goes.html" title="China buys up natural resources world wide, goes after Canadian oil" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_sGOSS_6GPUM/TUg6tlLCjZI/AAAAAAAABr8/PDzpojlx01k/s72-c/3.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DEECQHk9eCp7ImA9WhdTEkg.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-6569393933710856911</id><published>2011-06-13T14:26:00.003-04:00</published><updated>2011-07-09T20:11:01.760-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-09T20:11:01.760-04:00</app:edited><title>Windows 8: Confusion and Panic</title><content type="html">The following article on wired is controversial, because people misread it, and perhaps the author over stated the situation.&lt;br /&gt;
&lt;br /&gt;
Microsoft announced Windows 8 will have a default OS layer that is based on HTML5 and JavaScript apps. It also stated that old API-s will be supported. Other chatter around the web is expressing panic that investments made into WPF and Silverlight will go to waste as Microsoft will shift focus. All relevant. But the article is discussing the situation as if existing API-s will no longer be relevant. &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.wired.com/gadgetlab/2011/06/microsoft-developers-windows-8/all/1"&gt;Why Microsoft Has Made Developers Horrified About Coding for Windows 8&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://www.wired.com/images_blogs/gadgetlab/2011/06/scary-windows-8-intro-thumb-640xauto-22493.jpg" width=400&gt;&lt;br /&gt;
&lt;br /&gt;
Go ahead and read it all, including the comments and the linked blogs. The following is my opinion:&lt;br /&gt;
&lt;br /&gt;
The real problem developers and software manufacturing companies have is that existing software can become less relevant as it will be apparent it runs on abandoned technologies. Key terms sometimes used to promote own product as edgy and top of the line will lose meaning when WPF becomes a bastard child. Investment into Silverlight as a web platform by web authors will sink even faster and developers who invest their time and money into education in these technologies will also feel they were duped by Microsoft and lost the investment. &lt;br /&gt;
&lt;br /&gt;
Now here’s a point I’d like to make: I doubt the non x86 tablets will run older API-s, while the desktop windows 8 will surely do. So while we can now deliver WPF based applications to Windows 7 tablets such as ViewPad, that might not be the case in the near future; Investment and time lost. &lt;br /&gt;
&lt;br /&gt;
And to be clear, I don’t have any insider info regarding what Microsoft does. I just assume they won’t release an OS for tablet that takes %75 of available hard drive like it does on the ViewPad, so the only logical step is to remove the legacy bloat.&lt;br /&gt;
&lt;br /&gt;
Cheers!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-6569393933710856911?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/6569393933710856911/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/windows-8-confusion-and-panic.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/6569393933710856911?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/6569393933710856911?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/windows-8-confusion-and-panic.html" title="Windows 8: Confusion and Panic" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CkICQH0zfSp7ImA9WhZUF0k.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-2413888142923046528</id><published>2011-06-10T17:16:00.000-04:00</published><updated>2011-06-10T17:16:01.385-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-10T17:16:01.385-04:00</app:edited><title>Your home is worth 80% less than in 2001, in Gold</title><content type="html">"Just" 80%? &lt;br /&gt;
&lt;br /&gt;
Follow this link for a &lt;a href="http://www.chartoftheday.com/20110610.htm?T"&gt;"Chart of the Day"&lt;/a&gt; with the revealing piece of data.&lt;br /&gt;
&lt;br /&gt;
Yikes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-2413888142923046528?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/2413888142923046528/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/your-home-is-worth-80-less-than-in-2001.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/2413888142923046528?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/2413888142923046528?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/your-home-is-worth-80-less-than-in-2001.html" title="Your home is worth 80% less than in 2001, in Gold" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CU8HQX8yeCp7ImA9WhZUF04.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-8199364983035598780</id><published>2011-06-10T15:23:00.000-04:00</published><updated>2011-06-10T15:23:50.190-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-10T15:23:50.190-04:00</app:edited><title>ECB, Greece, China, Default, Bankrupt, mix and match the words to make your own headline</title><content type="html">Geez, peek at the following headlines:&lt;br /&gt;
&lt;br /&gt;
* &lt;a href="http://seekingalpha.com/article/274325-ecb-admits-they-re-broke?source=yahoo"&gt;ECB Admits They're Broke &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
* &lt;a href="http://www.google.com/reader/view/#stream/user%2F15498976553415214490%2Fstate%2Fcom.google%2Freading-list"&gt;Chinese Ratings Company Claims U.S. Is Already ‘Defaulting’&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
* &lt;a href="http://us.rd.yahoo.com/finance/external/forbes/SIG=13mf4hem6/*http%3A//blogs.forbes.com/greatspeculations/2011/06/10/yields-sink-as-euro-mess-feeds-u-s-slowdown/?partner=yahootix"&gt;Yields Sink As Euro Mess Feeds U.S. Slowdown&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
As the market seems like it's building a falling knife pattern, one has to publicly ask: Are the only safe holdings out there 0 and negative yielding treasury bonds WHILE talks of US default are looming?!&lt;br /&gt;
&lt;br /&gt;
It's an odd / wierd world for finance these days.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-8199364983035598780?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/8199364983035598780/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/ecb-greece-china-default-bankrupt-mix.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/8199364983035598780?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/8199364983035598780?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/ecb-greece-china-default-bankrupt-mix.html" title="ECB, Greece, China, Default, Bankrupt, mix and match the words to make your own headline" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CEENQH06cSp7ImA9WhZUF04.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-7392222805977330145</id><published>2011-06-10T15:02:00.001-04:00</published><updated>2011-06-10T15:04:51.319-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-10T15:04:51.319-04:00</app:edited><title>Why developing for iOS sucks? Besides the 30% Apple collects off your income...</title><content type="html">A great article:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.wired.com/epicenter/2011/06/for-apple-yesterday%E2%80%99s-banned-apps-are-tomorrow%E2%80%99s-great-new-feature/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+wired%2Findex+%28Wired%3A+Index+3+%28Top+Stories+2%29%29&amp;utm_content=Google+Reader"&gt;For Apple, Yesterday’s Banned Apps Are Tomorrow’s Great New Feature&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;It’s good to be king.&lt;br /&gt;
&lt;br /&gt;
Apple deserves lots of credit for creating an entirely new market for mobile software in the iTunes app store, over which it justifiably reigns.&lt;br /&gt;
&lt;br /&gt;
But the army of developers who have created over half a million Apple iOS apps to date perform another valuable function, in addition to making Apple’s hardware more attractive to users and contributing 30 percent of their revenue to the company’s bottom line: Sometimes, they act like a big, unpaid R&amp;D lab for incubating features that Apple can eventually incorporate into its own products — even after banning those same products from its app store (or, rather, “App Store”)&lt;br /&gt;
&lt;br /&gt;
...&lt;/blockquote&gt;&lt;br /&gt;
Read it all. &lt;br /&gt;
&lt;br /&gt;
Apples make great hardware, they always have. The iPad, even iPad 1 still is a much better product than all of its competitors. Its ability to play 3D games with ease simply mocks whatever others are doing with Intel chipsets and Windows OS as a tablet. &lt;br /&gt;
&lt;br /&gt;
But they have always been so restrictive in allowing others to develop software for their products. You MUST use a mac, must sign contracts, must pay annual fees, they get to decide if your work you labored on will be available to the general public, they get to pull it out when they chose for no apparent reason except shady business practice on their behalf. &lt;br /&gt;
&lt;br /&gt;
Apple is to blame, but so are their customers. The general public prefers paying for apps they get for free on other platforms. Prefer paying for content they get free on other platforms. The public made Apple king and they have taken advantage of this status. &lt;br /&gt;
&lt;br /&gt;
Although I now own my very first Apple product, the iPad 1, I'm still not an adherent to the Apple cult.&lt;br /&gt;
&lt;br /&gt;
Cheers!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-7392222805977330145?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/7392222805977330145/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/why-developing-for-ios-sucks-besides-30.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/7392222805977330145?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/7392222805977330145?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/why-developing-for-ios-sucks-besides-30.html" title="Why developing for iOS sucks? Besides the 30% Apple collects off your income..." /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CkEARX8yeSp7ImA9WhZVGUU.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-7176908238061833593</id><published>2011-06-01T22:06:00.002-04:00</published><updated>2011-06-01T22:10:44.191-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-01T22:10:44.191-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="technology" /><title>Microsoft showcasing upcoming windows 8</title><content type="html">Knowing how bad windows 7 sucks for touch features, this developer only hopes to have the next version of windows not suck. Looks promising.&lt;br /&gt;
&lt;br /&gt;
&lt;iframe width="560" height="349" src="http://www.youtube.com/embed/p92QfWOw88I" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
Wow. &lt;br /&gt;
&lt;br /&gt;
Exit question: Will traditional software with "older" look become immediate throw away?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-7176908238061833593?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/7176908238061833593/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/microsoft-showcasing-upcoming-windows-8.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/7176908238061833593?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/7176908238061833593?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/microsoft-showcasing-upcoming-windows-8.html" title="Microsoft showcasing upcoming windows 8" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://img.youtube.com/vi/p92QfWOw88I/default.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DUUDQX45eSp7ImA9WhZVGUk.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-4960905014390715262</id><published>2011-06-01T12:54:00.001-04:00</published><updated>2011-06-01T12:54:30.021-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-01T12:54:30.021-04:00</app:edited><title>Drudge Big Red Headline: 'WE ARE ON THE VERGE OF A GREAT, GREAT DEPRESSION'</title><content type="html">Quoting the following story:&lt;br /&gt;
&lt;a href="http://www.cnbc.com/id/43236764"&gt;Wall Street Baffled by Slowing Economy, Low Yields: Trader&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;Wall Street is having a hard time figuring out what to do now that the U.S. economy appears to be sputtering and yields are so low, Peter Yastrow, market strategist for Yastrow Origer, told CNBC.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
What we’ve got right now is almost near panic going on with money managers&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
"We’re on the verge of a great, great depression. The [Federal Reserve] knows it. &lt;br /&gt;
&lt;br /&gt;
...&lt;/blockquote&gt;&lt;br /&gt;
It's been my non-professional observation for the last two years that something very odd is going on with regards to the disconnect between the stock market and the non-stop "surprising" economic results reportage. Everyone has a "market about to completely crash" feeling, and then it just keeps on going on. Some say it's the QE schemes, which is the 'not so secret hand' anymore. &lt;br /&gt;
&lt;br /&gt;
Final note: Anything said or written on CNBC is by people with agendas. Manipulators whose only interest is their own portfolio doing their best to herd the public for their own profit. It's hard and imprudent to make financial decisions based on rumor spreading liars on that channel. &lt;br /&gt;
&lt;br /&gt;
Cheers&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-4960905014390715262?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/4960905014390715262/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/drudge-big-red-headline-we-are-on-verge.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/4960905014390715262?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/4960905014390715262?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/drudge-big-red-headline-we-are-on-verge.html" title="Drudge Big Red Headline: 'WE ARE ON THE VERGE OF A GREAT, GREAT DEPRESSION'" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D08ERH8_fSp7ImA9WhZVGUk.&quot;"><id>tag:blogger.com,1999:blog-8517085671911919699.post-6524670552669095864</id><published>2011-06-01T12:30:00.000-04:00</published><updated>2011-06-01T12:30:05.145-04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-01T12:30:05.145-04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="humor" /><category scheme="http://www.blogger.com/atom/ns#" term="economy" /><title>Are the feds going to print more money via QE3? Where's the money hole?</title><content type="html">Connecting the dots. From this story:&lt;br /&gt;
&lt;a href="http://www.theblaze.com/stories/threes-a-charm-analyst-says-to-prepare-for-3rd-round-of-quantitative-easing/"&gt;Printing More Money: Analyst Says to Prepare for 3rd Round of Quantitative Easing&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;QE1, QE2, and now, QE3? No, those aren’t British monarchs. Rather, they’re the numbers and letters that have become synonymous with the Federal Reserves practice of printing money and flooding the market with cash through the use of the bond market. By buying up bonds, the Fed has to “print money” to cover the sale. And when more money hits the market, so too does inflation.&lt;br /&gt;
&lt;br /&gt;
The Fed has already gone through two rounds of quantitative easing, and now one analyst says we should get ready for a third round.&lt;br /&gt;
&lt;br /&gt;
Simon Maughn, co-head of European equities at MF Global, told CNBC Wednesday that he sees the move on the horizon, and once again the U.S. will be a big buyer.&lt;br /&gt;
&lt;br /&gt;
“The bond market is going in one direction which is up-falling yields which is telling you quite clearly the direction of economic travel is downwards. Downgrades. QE3 (a third round of quantitative easing) is coming,” he said. “The bond markets are all smarter than us, and that’s exactly what the bond markets are telling me.”&lt;br /&gt;
&lt;br /&gt;
...&lt;/blockquote&gt;&lt;br /&gt;
To the following still appropriate satire:&lt;br /&gt;
&lt;iframe width="480" height="390" src="http://www.youtube.com/embed/JnX-D4kkPOQ" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
Cheers!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8517085671911919699-6524670552669095864?l=thriftytrend.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://thriftytrend.blogspot.com/feeds/6524670552669095864/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/are-feds-going-to-print-more-money-via.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/6524670552669095864?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8517085671911919699/posts/default/6524670552669095864?v=2" /><link rel="alternate" type="text/html" href="http://thriftytrend.blogspot.com/2011/06/are-feds-going-to-print-more-money-via.html" title="Are the feds going to print more money via QE3? Where's the money hole?" /><author><name>S.Segev</name><uri>http://www.blogger.com/profile/00788727209349411917</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/_DhlBmMaFPCw/SgnDdZwitBI/AAAAAAAAAAM/fUlFY4_yaXY/S220/sivanseg-128.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://img.youtube.com/vi/JnX-D4kkPOQ/default.jpg" height="72" width="72" /><thr:total>1</thr:total></entry></feed>

