<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Elliott C. Back &#187; Errors</title>
	<atom:link href="http://elliottback.com/wp/category/errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://elliottback.com/wp</link>
	<description>Internet &#38; Technology</description>
	<lastBuildDate>Tue, 03 Nov 2009 23:59:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>UPS Tracking and Delivery Messages</title>
		<link>http://elliottback.com/wp/ups-tracking-and-delivery-messages/</link>
		<comments>http://elliottback.com/wp/ups-tracking-and-delivery-messages/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:24:30 +0000</pubDate>
		<dc:creator>Elliott Back</dc:creator>
				<category><![CDATA[Errors]]></category>

		<guid isPermaLink="false">http://elliottback.com/wp/?p=3252</guid>
		<description><![CDATA[I bought a Wellington Rosé Four Pack from woot on 9/23/2009, and got a tracking number from them (1Z203Y18A845372907) on 10/6/2009.  The tracking, which began days before I received a tracking number, goes back and forth between the east coast and west coast:
Location	Date	Local Time	DescriptionWhat&#8217;s This?
SAN PABLO, CA, US	10/13/2009	1:40 A.M.	DEPARTURE SCAN
SAN PABLO, CA, US	10/12/2009	3:51 P.M.	IN [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a <a href="http://wine.woot.com/Forums/ViewPost.aspx?PostID=3448184">Wellington Rosé Four Pack</a> from woot on 9/23/2009, and got a tracking number from them (1Z203Y18A845372907) on 10/6/2009.  The tracking, which began days before I received a tracking number, goes back and forth between the east coast and west coast:</p>
<blockquote><p>Location	Date	Local Time	DescriptionWhat&#8217;s This?<br />
SAN PABLO, CA, US	10/13/2009	1:40 A.M.	DEPARTURE SCAN<br />
SAN PABLO, CA, US	10/12/2009	3:51 P.M.	IN TRANSIT-PACKAGE LEFT IN A CONTAINER / DELIVERY RESCHEDULED<br />
PARSIPPANY, NJ, US	10/07/2009	1:36 A.M.	ARRIVAL SCAN<br />
SAN PABLO, CA, US	10/02/2009	3:09 A.M.	DEPARTURE SCAN<br />
SAN PABLO, CA, US	10/01/2009	8:43 P.M.	ARRIVAL SCAN<br />
PETALUMA, CA, US	10/01/2009	7:36 P.M.	DEPARTURE SCAN<br />
10/01/2009	6:51 P.M.	ORIGIN SCAN<br />
US	09/29/2009	8:00 P.M.	BILLING INFORMATION RECEIVED<br />
Tracking results provided by UPS:  10/13/2009 10:09 A.M.  ET</p></blockquote>
<p>The delivery date, which was originally 10/8/2009 when I first signed in to track it, is now 10/19/2009.  I&#8217;m not sure what exactly has happened here!</p>
<p><strong>Related</strong>: Twitter search for posts tagged <a href="http://twitter.com/#search?q=upsfail">#upsfail</a> turns up more interesting anecdotes:</p>
<ul>
<li>KeithPipes: Oh, and thanks for the call yesterday letting me know you&#8217;d make the delivery between 8am and 7pm. #upsfail</li>
<li>ladycatie: UPS delivered my <a href="http://alice.com" title="http://alice.com" target="_blank">alice.com</a> order to the wrong person/apartment! #UPSFail</li>
<li>DocOccupant: #UPSfail So, UPS lost my shipment of books and have now decided to refund my company instead of me. So, no books and out the shipping.</li>
<li>ppdiva: @MomTV I have tried the 1-800 number. They are no help. Never returning any phonecalls that were promised. It&#8217;s so aggravating. #UPSFAIL</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://elliottback.com/wp/ups-tracking-and-delivery-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Bugs with Genetic Algorithms</title>
		<link>http://elliottback.com/wp/fixing-bugs-with-genetic-algorithms/</link>
		<comments>http://elliottback.com/wp/fixing-bugs-with-genetic-algorithms/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 00:27:58 +0000</pubDate>
		<dc:creator>Elliott Back</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Errors]]></category>

		<guid isPermaLink="false">http://elliottback.com/wp/?p=3242</guid>
		<description><![CDATA[Wow, check out this preprint:  A Genetic Programming Approach to Automated Software Repair.  Essentially, the researchers used a suit of positive and negative unit tests as the distance scoring function for a genetic algorithm which operated on code to mutate branches.  More interestingly, they did this on off-the-shelf legacy C programs.
Genetic programming [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, check out this preprint:  <a href="http://www.cs.virginia.edu/~weimer/p/weimer-gecco2009-preprint.pdf">A Genetic Programming Approach to Automated Software Repair</a>.  Essentially, the researchers used a suit of positive and negative unit tests as the distance scoring function for a genetic algorithm which operated on code to mutate branches.  More interestingly, they did this on off-the-shelf legacy C programs.</p>
<blockquote><p>Genetic programming is combined with program analysis methods to repair bugs in off-the-shelf legacy C programs. Fitness is defined using negative test cases that exercise the bug to be repaired and positive test cases that encode program requirements. Once a successful repair is discovered, structural differencing algorithms and delta debugging methods are used to minimize its size. Several modifications to the GP technique contribute to its success: (1) genetic operations are localized to the nodes along the execution path of the negative test case; (2) high-level statements are represented as single nodes in the program tree; (3) genetic operators use existing code in other parts of the program, so new code does not need to be invented. The paper describes the method, reviews earlier experiments that repaired 11 bugs in over 60,000 lines of code, reports results on new bug repairs, and describes experiments that analyze the performance and efficacy of the evolutionary components of the algorithm.</p></blockquote>
<p>Literally, they wrote some small samples of code that said &#8220;here&#8217;s what I want this buggy program to do&#8221; and then their genetic algorithm actually went off and hacked away at the code (much like many of us flesh-and-blood programmers) and made it work.  They have several nice examples, including one on automatically fixing the infamous Zune date bug.</p>
<blockquote><p>The dream of automatic programming has eluded computer scientists for at least 50 years. Although the methods described in this paper do not evolve new programs from scratch, they do show how to evolve legacy software to repair existing faults.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://elliottback.com/wp/fixing-bugs-with-genetic-algorithms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3GS Too Hot Temperature?</title>
		<link>http://elliottback.com/wp/iphone-3gs-too-hot-temperature/</link>
		<comments>http://elliottback.com/wp/iphone-3gs-too-hot-temperature/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 00:05:53 +0000</pubDate>
		<dc:creator>Elliott Back</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://elliottback.com/wp/?p=3182</guid>
		<description><![CDATA[After report surfaced that Apple&#8217;s new iPhone 3GS had problems with overheating, followup articles point to the batteries being the source of the problems:
Vronko said the iPhone 3GS’s heat problem is evidently tied to the battery, because the pictures of discolored white iPhones reveal the outline of the battery. He noted that although thousands of [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://www.wired.com/gadgetlab/2009/06/iphone-3gs-handsets-overheat-turn-brown/">report surfaced</a> that Apple&#8217;s new iPhone 3GS had problems with overheating, followup articles <a href="http://www.wired.com/gadgetlab/2009/06/overheating-iphones/">point to the batteries</a> being the source of the problems:</p>
<blockquote><p>Vronko said the iPhone 3GS’s heat problem is evidently tied to the battery, because the pictures of discolored white iPhones reveal the outline of the battery. He noted that although thousands of iPhone 3GS users probably own defective handsets, the risk of causing fire or explosion is low because the iPhone’s battery cell is extremely small.</p></blockquote>
<p>I decided to do a small test and played two rounds of <a href="http://stardefense.ngmoco.com/">Star Defense</a> on the phone while on Battery power.  Here&#8217;s what I found using an infrared thermometer.  Initially, ambient temperature of the room was 80&deg;F and the iPhone measured 83&deg;F on the back.  After playing the game, the room temperature had dropped 2&deg; to 78&deg;F while the iPhone 3GS measured 102&deg;F on the back.  More interestingly, there was a temperature gradient:</p>
<p><img src="http://elliottback.com/wp/wp-content/uploads/2009/07/iphone-3gs-heating.png" alt="iphone-3gs-heating" title="iphone-3gs-heating" width="450" height="486" class="alignleft size-full wp-image-3184" /></p>
<p>I&#8217;ve also felt the phone get much hotter than this quick test, probably proportional to how much load you put on its battery.  There&#8217;s an Apple support document called <a href="http://support.apple.com/kb/HT2101">Keeping iPhone 3G and iPhone 3GS within acceptable operating temperatures</a> which documents some obvious &#8220;leaving your phone in the sun&#8221; cases which can cause overheating:</p>
<blockquote><p>- Leaving the device in a car on a hot day.<br />
- Leaving it in direct sunlight for extended amounts of time.<br />
- Using certain applications in hot conditions or direct sunlight for long periods of time, such as GPS tracking in a car on a sunny day or listening to music while in direct sunlight.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://elliottback.com/wp/iphone-3gs-too-hot-temperature/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NYC MTA Subway LED Glitch</title>
		<link>http://elliottback.com/wp/nyc-mta-subway-led-glitch/</link>
		<comments>http://elliottback.com/wp/nyc-mta-subway-led-glitch/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 22:50:15 +0000</pubDate>
		<dc:creator>Elliott Back</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[NYC]]></category>

		<guid isPermaLink="false">http://elliottback.com/wp/?p=3008</guid>
		<description><![CDATA[Saw this error on the NYC N-Train line the other day&#8211;the LCD display, which indicates upcoming stops and route information was totally in error.  Waves of pixels just washed across the screen, it was surreal and beautiful.
 
]]></description>
			<content:encoded><![CDATA[<p>Saw this error on the NYC N-Train line the other day&#8211;the LCD display, which indicates upcoming stops and route information was totally in error.  Waves of pixels just washed across the screen, it was surreal and beautiful.</p>
<p> <a href="http://elliottback.com/wp/wp-content/uploads/2009/01/nyc-mta-subway-n-train-glitch.jpg"><img src="http://elliottback.com/wp/wp-content/uploads/2009/01/nyc-mta-subway-n-train-glitch-450x600.jpg" alt="" title="nyc-mta-subway-n-train-glitch" width="450" height="600" class="alignnone size-medium wp-image-3009" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://elliottback.com/wp/nyc-mta-subway-led-glitch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone &#8220;No Wifi&#8221; Greyed Out Problem</title>
		<link>http://elliottback.com/wp/iphone-no-wifi-problem/</link>
		<comments>http://elliottback.com/wp/iphone-no-wifi-problem/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 03:17:47 +0000</pubDate>
		<dc:creator>Elliott Back</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://elliottback.com/wp/?p=2855</guid>
		<description><![CDATA[Are you an iPhone 3G user with a &#8220;No Wiki&#8221; greyed out on your settings?  Do you see this when you access your phone&#8217;s settings?

For me, I&#8217;ve only seen it once.  I have a first-generation iPhone.  The solution and fix for this problem was simply to do a soft reset by holding [...]]]></description>
			<content:encoded><![CDATA[<p>Are you an iPhone 3G user with a &#8220;No Wiki&#8221; greyed out on your settings?  Do you see this when you access your phone&#8217;s settings?</p>
<p><img src="http://elliottback.com/wp/wp-content/uploads/2008/11/iphone-no-wifi.png" alt="" title="iphone-no-wifi" width="320" height="264" class="alignnone size-medium wp-image-2857" /></p>
<p>For me, I&#8217;ve only seen it once.  I have a first-generation iPhone.  The solution and fix for this problem was simply to <strong>do a soft reset</strong> by holding down the top power button and the home button until it restarted, at which point the wifi was working again.  As another point of reference, I use FIOS and have the ActionTec router they supply.</p>
<p>You should also check out <a href="http://techgripe.net/2008/02/23/iphone-wifi-problems-aka-greyed-out-no-wifi/" rel="nofollow">iPhone WiFi Problems (aka greyed-out “No WiFi”)</a> from earlier this year, where he indicates that for him, it was a hardware failure:</p>
<blockquote><p>I have to say, after hours of working through all the things other people have tried, I am finally at the same place &#8211; I am pretty convinced that my colleague’s iPhone at least, is also a solid hardware failure.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://elliottback.com/wp/iphone-no-wifi-problem/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
