<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Pink Iguana</title>
	<atom:link href="http://jsandber.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jsandber.wordpress.com</link>
	<description>it just blew up; it wasn&#039;t us.</description>
	<lastBuildDate>Fri, 24 May 2013 18:03:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jsandber.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9a10d650eff12f4c8daf55c3165709ec?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Pink Iguana</title>
		<link>http://jsandber.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jsandber.wordpress.com/osd.xml" title="Pink Iguana" />
	<atom:link rel='hub' href='http://jsandber.wordpress.com/?pushpress=hub'/>
		<item>
		<title>C++ Programming Language</title>
		<link>http://jsandber.wordpress.com/2013/05/24/c-programming-language/</link>
		<comments>http://jsandber.wordpress.com/2013/05/24/c-programming-language/#comments</comments>
		<pubDate>Fri, 24 May 2013 18:03:51 +0000</pubDate>
		<dc:creator>E.L. Wisty</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[bjarne stroustrup]]></category>
		<category><![CDATA[c programming language]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jsandber.wordpress.com/?p=11931</guid>
		<description><![CDATA[Bjarne Stroustrup, The C++ Programming Language, A Tour of C++, here. So this is how to sell programming books now. C++11 feels like a new language. I write code differently now than I did in C++98. The C++11 code is shorter, simpler, and usually more efficient than what I used to write. This poses challenges: [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11931&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Bjarne Stroustrup</strong>, The C++ Programming Language, A Tour of C++, <a href="http://isocpp.org/tour">here</a>. So this is how to sell programming books now.</p>
<blockquote><p>C++11 feels like a new language. I write code differently now than I did in C++98. The C++11 code is shorter, simpler, and usually more efficient than what I used to write.</p>
<p>This poses challenges: How do you present C++? What techniques do you recommend? What language features and libraries do you emphasize? Presenting C++11 as a layer on top of C++98 would be as bad as representing C++98 as a layer on top of C. C++ must be presented as a whole, as the powerful tool for design and implementation that it is, rather than a set of independent features.</p>
<p>The Fourth Edition of <em>The C++ Programming Language</em> attempts that and should become available in a few months. To help people get started with C++11 and with TC++PL4, I summarize C++11 in four chapters, collectively named <em>A Tour of C++. </em>Addison-Wesley graciously allowed me to post drafts of these chapters. I will do so over the next months.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsandber.wordpress.com/11931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsandber.wordpress.com/11931/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11931&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsandber.wordpress.com/2013/05/24/c-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27eaccc0e0d64e60bb7b3ae15e5de9d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jss</media:title>
		</media:content>
	</item>
		<item>
		<title>More Haswell and Lost Keynesians</title>
		<link>http://jsandber.wordpress.com/2013/05/24/more-haswell/</link>
		<comments>http://jsandber.wordpress.com/2013/05/24/more-haswell/#comments</comments>
		<pubDate>Fri, 24 May 2013 14:02:06 +0000</pubDate>
		<dc:creator>E.L. Wisty</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[david kanter]]></category>
		<category><![CDATA[haswell]]></category>
		<category><![CDATA[memory accesses]]></category>
		<category><![CDATA[physical registers]]></category>

		<guid isPermaLink="false">http://jsandber.wordpress.com/?p=11927</guid>
		<description><![CDATA[David Kanter, real world technologies, Intel&#8217;s Haswell CPU Microarchitecture, Nov. 2012, here. The physical register files hold the actual input and output operands for uops. The integer PRF added a modest 8 registers, bringing the total to 168. Given that AVX2 was a major change to Haswell, it should be no surprise that the number [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11927&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>David Kanter</strong>, real world technologies, Intel&#8217;s Haswell CPU Microarchitecture, Nov. 2012, <a href="http://www.realworldtech.com/haswell-cpu/">here</a>.</p>
<blockquote><p>The physical register files hold the actual input and output operands for uops. The integer PRF added a modest 8 registers, bringing the total to 168. Given that AVX2 was a major change to Haswell, it should be no surprise that the number of 256-bit AVX registers grew substantially to accommodate the new integer SIMD instructions. Haswell features 24 extra physical registers for renaming YMM and XMM architectural registers. The branch order buffer, which is used to rollback to known good architectural state in the case of a misprediction is still 48 entries, as with Sandy Bridge. The load and store buffers, which are necessary for any memory accesses have grown by 8 and 6 entries respectively, bringing the total to 72 loads and 42 stores in-flight.</p>
<p>Unlike AMD’s Bulldozer, Haswell continues to use a unified scheduler that holds all different types of uops. The scheduler in Haswell is now 60 entries, up from 54 in Sandy Bridge, those entries are dynamically shared between the active threads. The scheduler holds uops that are waiting to execute due to resource or operand contraints. Once ready, uops are issued to the execution units through dispatch ports. While fused uops occupy a single entry in the ROB, execution ports can handle a single un-fused uop. So a fused load+ALU uop will occupy two ports to execute.</p>
<p>Haswell and Sandy Bridge both retire upto 4 fused uops/cycle, once all the constituent uops have been successfully executed. Retirement occurs in-order and clears out resources such as the ROB, physical register files and branch order buffer.</p></blockquote>
<p><strong>Kenneth Rogoff</strong>, Project Syndicate, Europe&#8217;s Lost Keynesians, <a href="http://www.project-syndicate.org/commentary/a-structural-focus-for-the-euro-crisis-by-kenneth-rogoff">here</a>.</p>
<blockquote><p>The eurozone’s difficulties, I have long argued, stem from European financial and monetary integration having gotten too far ahead of actual political, fiscal, and banking union. This is not a problem with which Keynes was familiar, much less one that he sought to address.</p>
<div id="r1PostCPBlock">Read more at <a href="http://www.project-syndicate.org/commentary/a-structural-focus-for-the-euro-crisis-by-kenneth-rogoff#SCX8d9oaHgoMeZQS.99">http://www.project-syndicate.org/commentary/a-structural-focus-for-the-euro-crisis-by-kenneth-rogoff#SCX8d9oaHgoMeZQS.99</a></div>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsandber.wordpress.com/11927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsandber.wordpress.com/11927/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11927&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsandber.wordpress.com/2013/05/24/more-haswell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27eaccc0e0d64e60bb7b3ae15e5de9d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jss</media:title>
		</media:content>
	</item>
		<item>
		<title>The Uncertainty of Risk</title>
		<link>http://jsandber.wordpress.com/2013/05/24/the-uncertainty-of-risk/</link>
		<comments>http://jsandber.wordpress.com/2013/05/24/the-uncertainty-of-risk/#comments</comments>
		<pubDate>Fri, 24 May 2013 13:19:03 +0000</pubDate>
		<dc:creator>E.L. Wisty</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[References]]></category>
		<category><![CDATA[poor quality data]]></category>
		<category><![CDATA[random phenomenon]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://jsandber.wordpress.com/?p=11924</guid>
		<description><![CDATA[Nick Werle, n+1, The Uncertainty of Risk, here. The advent of cheap computing power has improved the reliability of some, but not all, types of predictions. Twenty-five years ago, the National Hurricane Center’s forecasts of a hurricane’s landfall three days out had a radius of uncertainty of 350 miles. Today, that error is down to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11924&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Nick Werle</strong>, n+1, The Uncertainty of Risk, <a href="http://nplusonemag.com/the-uncertainty-of-risk">here</a>.</p>
<blockquote><p>The advent of cheap computing power has improved the reliability of some, but not all, types of predictions. Twenty-five years ago, the National Hurricane Center’s forecasts of a hurricane’s landfall three days out had a radius of uncertainty of 350 miles. Today, that error is down to 100 miles, an area small enough to effectively evacuate and harden. Weather forecasts rely on simulations of the atmosphere, built from equations representing well-understood physical laws and measurements of current conditions. These equations have proven highly reliable over decades, and advances in satellite and radar technology provide meteorologists with increasingly accurate and fine-grained data. Since doubling the resolution of these models requires a sixteen-fold increase in the number of calculations, computational capacity substantially limits predictive accuracy. Supercomputers help here.</p>
<p>But computer power can’t make up for faulty theory or poor quality data. A fundamental challenge facing modelers is that in most cases they can see only the effects of a random phenomenon, not the underlying processes that generate it. In cases of wild randomness, relying on computers to squeeze inferences from limited data sets leads experts to confidently discount the possibility of future black swans, which in turn encourages decision makers to over-optimize and reduce margins of safety too far. Silver demonstrates how competition among data-driven experts to produce “precise” forecasts for their consumers leads experts to try to reduce the uncertainty reported alongside their predictions. In doing so, analysts tend to “overfit” their models to more closely follow the contours of the available data. While this strategy might reduce the margins of error in their reports, it also yields models that judge events more extreme than those present in their source data to be virtually impossible. For businesses and regulators eager to keep compliance costs low, these truncated forecasts are often welcome news.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsandber.wordpress.com/11924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsandber.wordpress.com/11924/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11924&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsandber.wordpress.com/2013/05/24/the-uncertainty-of-risk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27eaccc0e0d64e60bb7b3ae15e5de9d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jss</media:title>
		</media:content>
	</item>
		<item>
		<title>ABC Proof Crib Notes</title>
		<link>http://jsandber.wordpress.com/2013/05/24/abc-proof-crib-notes/</link>
		<comments>http://jsandber.wordpress.com/2013/05/24/abc-proof-crib-notes/#comments</comments>
		<pubDate>Fri, 24 May 2013 09:56:35 +0000</pubDate>
		<dc:creator>E.L. Wisty</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[lattice]]></category>
		<category><![CDATA[teichmuller theory]]></category>

		<guid isPermaLink="false">http://jsandber.wordpress.com/?p=11922</guid>
		<description><![CDATA[Shinichi Mochizuki, Travel and Lectures, Invitation to Inter-Universal Teichmuller Theory (Expanded Version), here. “O.K. Mr. Smarty-Pants, what stock should I buy now?” §1. Hodge-Arakelov-theoretic Motivation §2. Teichmu ̈ller-theoretic Deformations §3. The Log-theta-lattice §4. Inter-universality and Anabelian Geometry<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11922&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Shinichi Mochizuki</strong>, Travel and Lectures, Invitation to Inter-Universal Teichmuller Theory (Expanded Version), <a href="http://www.kurims.kyoto-u.ac.jp/~motizuki/Invitation%20to%20Inter-universal%20Teichmuller%20Theory%20%28Expanded%20Version%29.pdf">here</a>. “O.K. Mr. Smarty-Pants, what stock should I buy now?”</p>
<blockquote><p>§1. Hodge-Arakelov-theoretic Motivation §2. Teichmu ̈ller-theoretic Deformations §3. The Log-theta-lattice §4. Inter-universality and Anabelian Geometry</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsandber.wordpress.com/11922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsandber.wordpress.com/11922/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11922&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsandber.wordpress.com/2013/05/24/abc-proof-crib-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27eaccc0e0d64e60bb7b3ae15e5de9d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jss</media:title>
		</media:content>
	</item>
		<item>
		<title>Stock Tips for Mom and Transfers from Corporations to Savers</title>
		<link>http://jsandber.wordpress.com/2013/05/24/stock-tips-for-mom-and-transfers-from-corporations-to-savers/</link>
		<comments>http://jsandber.wordpress.com/2013/05/24/stock-tips-for-mom-and-transfers-from-corporations-to-savers/#comments</comments>
		<pubDate>Fri, 24 May 2013 09:38:55 +0000</pubDate>
		<dc:creator>E.L. Wisty</dc:creator>
				<category><![CDATA[References]]></category>

		<guid isPermaLink="false">http://jsandber.wordpress.com/?p=11920</guid>
		<description><![CDATA[N. Gregory Mankiw, NYT, What Stock to Buy? Hey, Mom, Don&#8217;t Ask Me, here. OVER the last few weeks, as the stock market has reached new highs, my thoughts have turned to my 85-year-old mother. “O.K. Mr. Smarty-Pants,” she often asks me, “what stock should I buy now?” She first asked me this question when [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11920&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>N. Gregory Mankiw</strong>, NYT, What Stock to Buy? Hey, Mom, Don&#8217;t Ask Me, <a href="http://www.nytimes.com/2013/05/19/business/for-stock-picking-advice-dont-ask-an-economist.html?_r=1&amp;">here</a>.</p>
<blockquote><p>OVER the last few weeks, as the stock market has reached new highs, my thoughts have turned to my 85-year-old mother.</p>
<p>“O.K. Mr. Smarty-Pants,” she often asks me, “what stock should I buy now?”</p>
<p>She first asked me this question when I was an undergraduate at Princeton, majoring in economics. She asked again when I was a graduate student at M.I.T., earning a Ph.D. in economics. And she has asked it regularly during the last three decades when I have been an economics professor at Harvard.</p></blockquote>
<p><strong>Brad DeLong</strong>, Grasping Reality, Equity Return and the Size of the Economy: Bill Gross Makes A Distressingly Common Error, <a href="http://delong.typepad.com/sdj/2012/07/equity-returns-and-the-size-of-the-economy-bill-gross-makes-a-distressingly-common-error.html">here</a>.</p>
<blockquote><p>Bill Gross implicitly makes three assumptions: (i) that the total stock and bond valuations in the economy add up to the economy&#8217;s private corporate capital stock, (ii) that the capital stock of the economy cannot grow much faster than real GDP (currently projected to grow at between 2.5%/year and 3.0%/year), and (iii) that all transfers from corporations to savers&#8211;dividends and share backs and bond interest and principal payments&#8211;are reinvested in the market. If those three assumptions are true, then indeed the weighted average of stock and bond returns must be in the 2.5-3.0%/year range.</p>
<p>But assumption (iii) is wrong. When a company pays me money by buying back a share, I do not have to reinvest that money in the market. When a company pays me money by issuing a dividend, it does not have to raise that money from the market by selling a new stock or bond&#8211;it can (and does) raise that money from its customers by selling them goods and services at more than their cost of production. And if (iii) fails, then there is no necessary direct arithmetic connection between the rate of return on stocks and bonds and the growth rate of the economy.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsandber.wordpress.com/11920/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsandber.wordpress.com/11920/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11920&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsandber.wordpress.com/2013/05/24/stock-tips-for-mom-and-transfers-from-corporations-to-savers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27eaccc0e0d64e60bb7b3ae15e5de9d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jss</media:title>
		</media:content>
	</item>
		<item>
		<title>U of Texas Took Physical Delivery of Gold</title>
		<link>http://jsandber.wordpress.com/2013/05/23/u-of-texas-took-physical-delivery-of-gold/</link>
		<comments>http://jsandber.wordpress.com/2013/05/23/u-of-texas-took-physical-delivery-of-gold/#comments</comments>
		<pubDate>Thu, 23 May 2013 17:53:55 +0000</pubDate>
		<dc:creator>E.L. Wisty</dc:creator>
				<category><![CDATA[Trading]]></category>
		<category><![CDATA[current-events]]></category>

		<guid isPermaLink="false">http://jsandber.wordpress.com/?p=11914</guid>
		<description><![CDATA[Joe Weisenthal, BI, Kyle Bass Helped Cost The University of Texas Millions Of Dollars, And It&#8217;s Hilarious That He&#8217;s Attacking &#8216;Macro Tourists&#8217;, here. Forgot about this physical delivery of gold deal. Didn&#8217;t Venezuela go down the same path? It sounds like they&#8217;re saying it&#8217;s a hedge so I guess some of their other investments must [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11914&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Joe Weisenthal</strong>, BI, Kyle Bass Helped Cost The University of Texas Millions Of Dollars, And It&#8217;s Hilarious That He&#8217;s Attacking &#8216;Macro Tourists&#8217;, <a href="http://www.businessinsider.com/kyle-bass-macro-tourist-2013-5">here</a>. Forgot about this physical delivery of gold deal. Didn&#8217;t Venezuela go down the same path? It sounds like they&#8217;re saying it&#8217;s a hedge so I guess some of their other investments must have made about $300 million offsetting. The endowment folks aren&#8217;t fools.</p>
<blockquote><p>Gold&#8217;s slump has saddled the second-largest U.S. college endowment with more than $300 million in paper losses. But the swoon hasn&#8217;t shaken the faith of Bruce Zimmerman, who since 2007 has been chief executive of University of Texas Investment Management Co.</p>
<p>&#8220;We always prefer that our assets go up, rather than down, but we&#8217;re not day traders,&#8221; said Mr. Zimmerman, whose company invests $29.5 billion for the benefit of the University of Texas and Texas A&amp;M systems. &#8220;Gold is a hedge, and it still fills that role.&#8221;</p>
<div>Read more: <a href="http://www.businessinsider.com/kyle-bass-macro-tourist-2013-5#ixzz2U8gt8cQN">http://www.businessinsider.com/kyle-bass-macro-tourist-2013-5#ixzz2U8gt8cQN</a></div>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsandber.wordpress.com/11914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsandber.wordpress.com/11914/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11914&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsandber.wordpress.com/2013/05/23/u-of-texas-took-physical-delivery-of-gold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27eaccc0e0d64e60bb7b3ae15e5de9d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jss</media:title>
		</media:content>
	</item>
		<item>
		<title>Dumb Money and Secret Labs</title>
		<link>http://jsandber.wordpress.com/2013/05/23/dumb-money-and-secret-labs/</link>
		<comments>http://jsandber.wordpress.com/2013/05/23/dumb-money-and-secret-labs/#comments</comments>
		<pubDate>Thu, 23 May 2013 16:05:39 +0000</pubDate>
		<dc:creator>E.L. Wisty</dc:creator>
				<category><![CDATA[References]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://jsandber.wordpress.com/?p=11912</guid>
		<description><![CDATA[James Mackintosh, ft.com, Dumb money returns to Japan, here. The dumb money is returning to Japan, in a big way. Mutual and exchange traded funds investing in Japanese shares attracted record inflows last week. So far this year almost as much money has gone into Japanese mutual funds as in the best two full years [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11912&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>James Mackintosh</strong>, ft.com, Dumb money returns to Japan, <a href="http://www.ft.com/intl/cms/s/0/b9dad35c-c235-11e2-8992-00144feab7de.html#axzz2U74YCUxP">here</a>.</p>
<blockquote><p>The dumb money is returning to Japan, in a big way. Mutual and exchange traded funds investing in Japanese shares attracted record inflows last week. So far this year almost as much money has gone into Japanese mutual funds as in the best two full years of the last decade.</p>
<p>It is unfair to label private investors “dumb”, but it is at least better than calling them muppets. Still, in the case of Japan, it is certainly true that they are late to the party.</p></blockquote>
<p><strong>Brad Stone</strong>, Bloomberg Businessweek, Inside Google&#8217;s Secret Lab, <a href="http://www.businessweek.com/articles/2013-05-22/inside-googles-secret-lab">here</a>.</p>
<blockquote><p>As the polymath engineers and scientists who work there are fond of saying, Google X is the search giant’s factory for moonshots, those million-to-one scientific bets that require generous amounts of capital, massive leaps of faith, and a willingness to break things. Google X (the official spelling is Google [x]) is home to the self-driving car initiative and the Internet-connected eyeglasses, Google Glass, among other improbable projects.</p>
<p>&nbsp;</p></blockquote>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsandber.wordpress.com/11912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsandber.wordpress.com/11912/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11912&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsandber.wordpress.com/2013/05/23/dumb-money-and-secret-labs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27eaccc0e0d64e60bb7b3ae15e5de9d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jss</media:title>
		</media:content>
	</item>
		<item>
		<title>Don&#8217;t fear the bubble</title>
		<link>http://jsandber.wordpress.com/2013/05/23/dont-fear-the-bubble/</link>
		<comments>http://jsandber.wordpress.com/2013/05/23/dont-fear-the-bubble/#comments</comments>
		<pubDate>Thu, 23 May 2013 10:00:37 +0000</pubDate>
		<dc:creator>E.L. Wisty</dc:creator>
				<category><![CDATA[References]]></category>

		<guid isPermaLink="false">http://jsandber.wordpress.com/?p=11910</guid>
		<description><![CDATA[Felix Salmon, Reuters, Don&#8217;t fear the bubble, here. &#160; Tyler Cowen has no truck with the Bubble Crew. He aligns himself with Paul Krugman and againstJesse Eisinger; we can add Gillian Tett to Eisinger’s side of the debate, and Jim Surowiecki to Cowen’s. The bubblista side of the argument, at heart, says that the flood of money being poured into the global [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11910&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Felix Salmon</strong>, Reuters, Don&#8217;t fear the bubble, <a href="http://blogs.reuters.com/felix-salmon/2013/05/22/dont-fear-the-bubble/">here</a>.</p>
<p>&nbsp;</p>
<blockquote><p><a href="http://marginalrevolution.com/marginalrevolution/2013/05/are-we-living-in-a-time-of-asset-bubbles.html">Tyler Cowen</a> has no truck with the Bubble Crew. He aligns himself with <a href="http://krugman.blogs.nytimes.com/2013/05/17/too-much-talk-about-liquidity/">Paul Krugman</a> and against<a href="http://dealbook.nytimes.com/2013/05/17/the-problem-with-the-feds-easy-money-policies/?utm_source=feedly">Jesse Eisinger</a>; we can add <a href="http://www.ft.com/intl/cms/s/0/0810ce9a-be2c-11e2-9b27-00144feab7de.html#axzz2T8P7iqmP">Gillian Tett</a> to Eisinger’s side of the debate, and <a href="http://www.newyorker.com/talk/financial/2013/05/27/130527ta_talk_surowiecki?currentPage=all">Jim Surowiecki</a> to Cowen’s.</p>
<p>The bubblista side of the argument, at heart, says that the flood of money being poured into the global economy by the world’s central banks is driving up asset prices to well beyond fundamental valuations, and that if and when valuations revert to sanity, the unwind (the “burst”) could be disastrous in all manner of unpredictable ways.</p>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsandber.wordpress.com/11910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsandber.wordpress.com/11910/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11910&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsandber.wordpress.com/2013/05/23/dont-fear-the-bubble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27eaccc0e0d64e60bb7b3ae15e5de9d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jss</media:title>
		</media:content>
	</item>
		<item>
		<title>40 Gbs @240 GHz Wireless Data Transmission</title>
		<link>http://jsandber.wordpress.com/2013/05/22/40-gbs-240-ghz-wireless-data-transmission/</link>
		<comments>http://jsandber.wordpress.com/2013/05/22/40-gbs-240-ghz-wireless-data-transmission/#comments</comments>
		<pubDate>Wed, 22 May 2013 12:57:30 +0000</pubDate>
		<dc:creator>E.L. Wisty</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://jsandber.wordpress.com/?p=11908</guid>
		<description><![CDATA[Phys.org, 40 Gbit/s at 240 GHz: New world record in wireless data transmission, here. Researchers of the Fraunhofer Institute for Applied Solid State Physics and the Karlsruhe Institute for Technology have achieved the wireless transmission of 40 Gbit/s at 240 GHz over a distance of one kilometer. Their most recent demonstration sets a new world [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11908&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Phys.org</strong>, 40 Gbit/s at 240 GHz: New world record in wireless data transmission, <a href="http://phys.org/news/2013-05-gbits-ghz-world-wireless-transmission.html">here</a>.</p>
<blockquote>
<div>Researchers of the Fraunhofer Institute for Applied Solid State Physics and the Karlsruhe Institute for Technology have achieved the wireless transmission of 40 Gbit/s at 240 GHz over a distance of one kilometer. Their most recent demonstration sets a new world record and ties in seamlessly with the capacity of optical fiber transmission. In the future, such radio links will be able to close gaps in providing broadband internet by supplementing the network in rural areas and places which are difficult to access.<br />
Read more at: <a href="http://phys.org/news/2013-05-gbits-ghz-world-wireless-transmission.html#jCp">http://phys.org/news/2013-05-gbits-ghz-world-wireless-transmission.html#jCp</a></div>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsandber.wordpress.com/11908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsandber.wordpress.com/11908/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11908&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsandber.wordpress.com/2013/05/22/40-gbs-240-ghz-wireless-data-transmission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27eaccc0e0d64e60bb7b3ae15e5de9d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jss</media:title>
		</media:content>
	</item>
		<item>
		<title>HPC in the Cloud and Twin Primes</title>
		<link>http://jsandber.wordpress.com/2013/05/22/hpc-in-the-cloud-and-twin-primes/</link>
		<comments>http://jsandber.wordpress.com/2013/05/22/hpc-in-the-cloud-and-twin-primes/#comments</comments>
		<pubDate>Wed, 22 May 2013 10:01:44 +0000</pubDate>
		<dc:creator>E.L. Wisty</dc:creator>
				<category><![CDATA[References]]></category>

		<guid isPermaLink="false">http://jsandber.wordpress.com/?p=11906</guid>
		<description><![CDATA[Ian Armas Foster, HPC In The Cloud, Avoiding Scientific Computing Bottlenecks in the Cloud, here. Yesterday, HPC in the Cloud discussed the prospect of running scientific computing applications in the cloud on Amazon’s CPU and GPU cores in EC2, particularly with regard to computational fluid dynamics. It is fitting then that HPC Experiment, a research initiative comprised [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11906&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Ian Armas Foster</strong>, HPC In The Cloud, Avoiding Scientific Computing Bottlenecks in the Cloud, <a href="http://www.hpcinthecloud.com/hpccloud/2013-05-17/avoiding_scientific_computing_bottlenecks_in_the_cloud.html?featured=top">here</a>.</p>
<blockquote><p>Yesterday, HPC in the Cloud <a href="http://www.hpcinthecloud.com/hpccloud/2013-05-16/running_computational_fluid_dynamics_in_the_cloud.html" target="_blank">discussed</a> the prospect of running scientific computing applications in the cloud on Amazon’s CPU and GPU cores in EC2, particularly with regard to computational fluid dynamics. It is fitting then that HPC Experiment, a research initiative comprised of teams of IT engineers, experts, and analysts, hosted a presentation on the subject this week.</p></blockquote>
<p><strong>GLL</strong>, Twin Primes are Useful, <a href="http://rjlipton.wordpress.com/2013/05/21/twin-primes-are-useful/">here</a>,</p>
<blockquote><p>Yitang Zhang, of the University of New Hampshire, has apparently proved a finite approximation to the famous Twin Prime Conjecture. This is a result of the first order. After ten days of progressively more detailed news, including today’s<a href="http://www.nytimes.com/2013/05/21/science/solving-a-riddle-of-primes.html?ref=science&amp;_r=0">article</a> in the New York Times, Zhang’s 56-page <a href="http://annals.math.princeton.edu/wp-content/uploads/YitangZhang.pdf">preprint</a>has just been released on the <i>Annals of Mathematics</i> journal website. This may be a revision of the original submission, which was said in a <a href="http://www.nature.com/news/first-proof-that-infinitely-many-prime-numbers-come-in-pairs-1.12989">story</a> in <i>Nature</i> last week to have needed “a few minor tweaks.”</p>
<p>Today Ken and I want to explain important aspects of the Twin Prime Conjecture.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsandber.wordpress.com/11906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsandber.wordpress.com/11906/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsandber.wordpress.com&#038;blog=5906796&#038;post=11906&#038;subd=jsandber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsandber.wordpress.com/2013/05/22/hpc-in-the-cloud-and-twin-primes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d27eaccc0e0d64e60bb7b3ae15e5de9d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jss</media:title>
		</media:content>
	</item>
	</channel>
</rss>
