<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: I broke inspectd.com again - can&#8217;t go over $100 septillion</title>
	<atom:link href="http://www.uglychart.com/2008/04/15/i-broke-inspectdcom-again-cant-go-over-100-septillion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uglychart.com/2008/04/15/i-broke-inspectdcom-again-cant-go-over-100-septillion/</link>
	<description>Beauty is in the eye of the shareholder</description>
	<pubDate>Thu, 20 Nov 2008 10:37:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Jason Coleman</title>
		<link>http://www.uglychart.com/2008/04/15/i-broke-inspectdcom-again-cant-go-over-100-septillion/#comment-36407</link>
		<dc:creator>Jason Coleman</dc:creator>
		<pubDate>Wed, 16 Apr 2008 06:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.uglychart.com/2008/04/15/i-broke-inspectdcom-again-cant-go-over-100-septillion/#comment-36407</guid>
		<description>They're probably using MySQL for the DB. Here are the limits on MySQL data types:
http://help.scibit.com/Mascon/masconMySQL_Field_Types.html

From that page:
---
For BigInts, The signed range is –9223372036854775808 to 9223372036854775807. The unsigned range is 0 to 18446744073709551615 

For Doubles, Ranges are -1.7976931348623157E+308 to -2.2250738585072014E-308, 0 and 2.2250738585072014E-308 to 1.7976931348623157E+308.
---

My head explodes trying to work with numbers this big. I'm guessing they could string things along a bit further by switching bigints to doubles, if they are using bigints now.

And I don't know how many Septillions 1.7976 E+308 is, but doesn't the "308" part there imply 308 zeroes (or places) before the decimal, which is a bit more than your 100 Septillion.</description>
		<content:encoded><![CDATA[<p>They&#8217;re probably using MySQL for the DB. Here are the limits on MySQL data types:<br />
<a href="http://help.scibit.com/Mascon/masconMySQL_Field_Types.html" rel="nofollow">http://help.scibit.com/Mascon/masconMySQL_Field_Types.html</a></p>
<p>From that page:<br />
&#8212;<br />
For BigInts, The signed range is –9223372036854775808 to 9223372036854775807. The unsigned range is 0 to 18446744073709551615 </p>
<p>For Doubles, Ranges are -1.7976931348623157E+308 to -2.2250738585072014E-308, 0 and 2.2250738585072014E-308 to 1.7976931348623157E+308.<br />
&#8212;</p>
<p>My head explodes trying to work with numbers this big. I&#8217;m guessing they could string things along a bit further by switching bigints to doubles, if they are using bigints now.</p>
<p>And I don&#8217;t know how many Septillions 1.7976 E+308 is, but doesn&#8217;t the &#8220;308&#8243; part there imply 308 zeroes (or places) before the decimal, which is a bit more than your 100 Septillion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
