<?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>Mind over Material</title>
	<atom:link href="https://mindovermaterial.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://mindovermaterial.wordpress.com</link>
	<description>Making sense of the world one topic at a time.</description>
	<lastBuildDate>Sat, 28 Jul 2012 00:38:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">14027556</site><cloud domain='mindovermaterial.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>Mind over Material</title>
		<link>https://mindovermaterial.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://mindovermaterial.wordpress.com/osd.xml" title="Mind over Material" />
	<atom:link rel='hub' href='https://mindovermaterial.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Beginning Arduino: Project 37 &#8211; 1-Wire Digital Temperature Sensor</title>
		<link>https://mindovermaterial.wordpress.com/2012/07/27/beginning-arduino-project-37-1-wire-digital-temperature-sensor/</link>
					<comments>https://mindovermaterial.wordpress.com/2012/07/27/beginning-arduino-project-37-1-wire-digital-temperature-sensor/#respond</comments>
		
		<dc:creator><![CDATA[Ankur]]></dc:creator>
		<pubDate>Sat, 28 Jul 2012 00:38:42 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[adafruit]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[beginning Arduino]]></category>
		<category><![CDATA[dallas temperature]]></category>
		<category><![CDATA[ds18b20]]></category>
		<category><![CDATA[Michael mcroberts]]></category>
		<category><![CDATA[sensor]]></category>
		<category><![CDATA[temperature]]></category>
		<guid isPermaLink="false">http://mindovermaterial.wordpress.com/?p=119</guid>

					<description><![CDATA[So here&#8217;s another issue I found in the Beginning Arduino book I mentioned in a previous post. I was trying to work out Project 37, but I kept getting the same temperature reading over and over. After playing around with the code, I found out that the author forgot to add a simple line to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>So here&#8217;s another issue I found in the <a href="http://www.amazon.com/Beginning-Arduino-Michael-McRoberts/dp/1430232404">Beginning Arduino</a> book I mentioned in a <a href="https://mindovermaterial.wordpress.com/2012/07/17/beginning-arduino-project-19-led-dot-matrix-basic-animation/">previous post</a>. I was trying to work out Project 37, but I kept getting the same temperature reading over and over. After playing around with the code, I found out that the author forgot to add a simple line to the loop() function.</p>
<p>Add the following:</p>
<p>sensors.requestTemperatures();</p>
<p>to the Part 2 code from the book:</p>
<div>void loop()</div>
<div>{</div>
<div>  // print the temperatures</div>
<div>  Serial.print(&#8220;Inside Temp: &#8220;);</div>
<div>  printTemperature(insideThermometer);</div>
<div>  Serial.print(&#8220;Outside Temp: &#8220;);</div>
<div>  printTemperature(outsideThermometer);</div>
<div>  Serial.println();</div>
<div>  delay(3000);</div>
<div>}</div>
<div></div>
<div>The code in the book keeps getting the same temperatures from the sensors, but the sensors are never told to get new temperatures. Simple fix that will hopefully save people from tearing their hair out.</div>
]]></content:encoded>
					
					<wfw:commentRss>https://mindovermaterial.wordpress.com/2012/07/27/beginning-arduino-project-37-1-wire-digital-temperature-sensor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">119</post-id>
		<media:content url="https://2.gravatar.com/avatar/53cdbacf8b9a12c64f90d1351cdebe4662bf5dafb819410eb0fe17565759a82e?s=96&#38;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">ankurgupta1</media:title>
		</media:content>
	</item>
		<item>
		<title>Aerographite &#8211; All the World&#8217;s Problems are Solved!</title>
		<link>https://mindovermaterial.wordpress.com/2012/07/23/aerographite-all-the-worlds-problems-are-solved/</link>
					<comments>https://mindovermaterial.wordpress.com/2012/07/23/aerographite-all-the-worlds-problems-are-solved/#respond</comments>
		
		<dc:creator><![CDATA[Ankur]]></dc:creator>
		<pubDate>Mon, 23 Jul 2012 21:47:25 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[aerographite]]></category>
		<category><![CDATA[carbon]]></category>
		<category><![CDATA[cleantech]]></category>
		<category><![CDATA[electric vehicle]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[energy storage]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[material science]]></category>
		<category><![CDATA[materials]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://mindovermaterial.wordpress.com/?p=111</guid>

					<description><![CDATA[Recently, I was shown this article regarding a new material being developed dubbed Aerographite. It seems to fall in the same category as aerogels where you create a network of carbon to develop a macroscale material that is very strong and very light. Aerographite is a network of woven carbon tubes that is being touted [&#8230;]]]></description>
										<content:encoded><![CDATA[<div style="width: 430px" class="wp-caption aligncenter"><a href="http://www.rdmag.com/News/2012/07/Materials-Carbon-Nanotechnology-Scientists-produce-worlds-lightest-material/"><img class=" " title="Aerographite" src="https://i0.wp.com/www.rdmag.com/uploadedImages/RD/News/2012/07/LightMat.jpg" alt="" width="420" height="276" /></a><p class="wp-caption-text">TEM Image of Aerographite</p></div>
<p>Recently, I was shown <a href="http://www.rdmag.com/News/2012/07/Materials-Carbon-Nanotechnology-Scientists-produce-worlds-lightest-material/">this article</a> regarding a new material being developed dubbed Aerographite. It seems to fall in the same category as aerogels where you create a network of carbon to develop a macroscale material that is very strong and very light. Aerographite is a network of woven carbon tubes that is being touted as the world&#8217;s lightest material.</p>
<p>What caught my eye wasn&#8217;t the specifications of the material, but the applications for it and the conclusions that people were jumping to. It reminded me of how a couple of years ago, Yi Cui developed his silicon nanotube battery anodes and everyone was claiming that devices would last <a href="http://www.extremetech.com/computing/129299-silicon-nanotube-lithium-ion-battery-stores-10-times-more-power-lasts-6000-charges">10 times longer</a> when running on a battery. These articles, for the most part, seem to miss the fact that while these material advances seem huge on a lab scale specimen, they most likely have trouble scaling to production levels. The raw material specifications don&#8217;t take into account things like packaging when it comes to a full battery system, for example.</p>
<p>The aerographite article claims that the applications of this type of material are limitless and that it would revolutionize filtration systems and energy storage. The article made no mention how much of the material was produced and unfortunately I do not have access to the <a href="http://www.ncbi.nlm.nih.gov/pubmed/22688858">original paper</a> to check this information. This is significant because of a similar material advancement in the last couple of decades. Carbon nanotubes (CNT) came into prominence in the 1990s and were seen as the solution for building a space elevator because of their tensile strength. However, CNTs ran into the issue of scalability for a project that size and we still don&#8217;t have a space elevator. It is very difficult to produce very long nanotubes and I see this aerographite as having a similar issue. While it is true that there are numerous applications, articles such as this one make it sound like those revolutions are just around the corner. <a href="http://www.ncbi.nlm.nih.gov/pubmed/22688858"><br />
</a></p>
<p>What people must realize is that materials innovations take approximately 20 years to get from the lab to market. It is a very slow process and many of those &#8220;limitless&#8221; applications may never come to fruition. So the next time you read a similar article, appreciate the hard work the scientists have put in and the significance of the milestone, but please keep in mind that all the world&#8217;s problems are not solved and there is still a lot of work that needs to be done to get through the slow process of material innovation.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mindovermaterial.wordpress.com/2012/07/23/aerographite-all-the-worlds-problems-are-solved/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">111</post-id>
		<media:content url="https://2.gravatar.com/avatar/53cdbacf8b9a12c64f90d1351cdebe4662bf5dafb819410eb0fe17565759a82e?s=96&#38;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">ankurgupta1</media:title>
		</media:content>

		<media:content url="http://www.rdmag.com/uploadedImages/RD/News/2012/07/LightMat.jpg" medium="image">
			<media:title type="html">Aerographite</media:title>
		</media:content>
	</item>
		<item>
		<title>Beginning Arduino: Project 19 &#8211; LED Dot Matrix Basic Animation</title>
		<link>https://mindovermaterial.wordpress.com/2012/07/17/beginning-arduino-project-19-led-dot-matrix-basic-animation/</link>
					<comments>https://mindovermaterial.wordpress.com/2012/07/17/beginning-arduino-project-19-led-dot-matrix-basic-animation/#comments</comments>
		
		<dc:creator><![CDATA[Ankur]]></dc:creator>
		<pubDate>Tue, 17 Jul 2012 22:18:31 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[adafruit]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[beginning Arduino]]></category>
		<category><![CDATA[dot matrix]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[Michael mcroberts]]></category>
		<category><![CDATA[multiplexing]]></category>
		<category><![CDATA[shift register]]></category>
		<guid isPermaLink="false">http://mindovermaterial.wordpress.com/?p=81</guid>

					<description><![CDATA[So one of the inspirations I had for restarting this blog was the fact that when I ran into an issue with following Michael McRoberts&#8217; Beginning Arduino book, I couldn&#8217;t find a clear solution online. I decided that if I post my solution on this blog then hopefully some future reader of this book will [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://mindovermaterial.wordpress.com/wp-content/uploads/2012/07/2012-07-17-17-12-451.jpg"><img data-attachment-id="97" data-permalink="https://mindovermaterial.wordpress.com/2012/07/17/beginning-arduino-project-19-led-dot-matrix-basic-animation/2012-07-17-17-12-45-2/" data-orig-file="https://mindovermaterial.wordpress.com/wp-content/uploads/2012/07/2012-07-17-17-12-451.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 4&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1342545165&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.85&quot;,&quot;iso&quot;:&quot;800&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;latitude&quot;:&quot;37.258333333333&quot;,&quot;longitude&quot;:&quot;-121.986&quot;}" data-image-title="Project 19 &amp;#8211; Basic Animation" data-image-description="" data-image-caption="" data-medium-file="https://mindovermaterial.wordpress.com/wp-content/uploads/2012/07/2012-07-17-17-12-451.jpg?w=300" data-large-file="https://mindovermaterial.wordpress.com/wp-content/uploads/2012/07/2012-07-17-17-12-451.jpg?w=460" class="aligncenter size-medium wp-image-97" title="Project 19 - Basic Animation" src="https://mindovermaterial.wordpress.com/wp-content/uploads/2012/07/2012-07-17-17-12-451.jpg?w=300&#038;h=224" alt="" width="300" height="224" srcset="https://mindovermaterial.wordpress.com/wp-content/uploads/2012/07/2012-07-17-17-12-451.jpg?w=300 300w, https://mindovermaterial.wordpress.com/wp-content/uploads/2012/07/2012-07-17-17-12-451.jpg?w=600 600w, https://mindovermaterial.wordpress.com/wp-content/uploads/2012/07/2012-07-17-17-12-451.jpg?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>So one of the inspirations I had for restarting this blog was the fact that when I ran into an issue with following Michael McRoberts&#8217; <a href="http://www.amazon.com/Beginning-Arduino-Michael-McRoberts/dp/1430232404">Beginning Arduino</a> book, I couldn&#8217;t find a clear solution online. I decided that if I post my solution on this blog then hopefully some future reader of this book will be less confused than I was.</p>
<p>Overall, Beginning Arduino is a great book, but I disagree with the author&#8217;s claim that understanding the book requires absolutely zero experience. This may be true for the early chapters, but as the projects become more complex (and inherently more interesting), there is less explanation from the author about why certain things were done or how certain things work. This is an issue when things don&#8217;t work the way the book says they should and basic troubleshooting doesn&#8217;t find a clear solution.</p>
<p>I ran into this issue the most in Project 19 where I wasn&#8217;t sure if my approach was incorrect or if the author was doing something incorrect. I&#8217;m <a href="http://handsonarduino.blogspot.com/2011/03/project-19-led-dot-matrix-display-part_06.html">not the only one</a> who ran into a similar issue so I will detail my approach below for when anybody else gets stuck on this project so they can have one more source of information.</p>
<p>Below are the components I used in my setup:</p>
<ul>
<li>1x <a href="https://www.adafruit.com/products/455">LED Dot Matrix Common Cathode</a></li>
<li>2x Breadboards (linked together to offer more working space)</li>
<li>1x <a href="http://shop.moderndevice.com/products/bbb-kit">Barebones Arduino</a></li>
<li>8x 100 Ω Resistors</li>
<li>2x <a href="https://www.adafruit.com/products/450">74HC595 Shift Registers</a></li>
</ul>
<p><span id="more-81"></span>So for starters, I was using the Barebones Arduino and not the official Arduino Uno as used in the book. The first hurdle I reached was the book asked to use the 3.3V output of the Arduino instead of the standard 5V output. The Barebones Arduino does not have this output unfortunately so I decided to make a voltage divider using a 3.3 kΩ and 1.8 kΩ resistor (taking the voltage across the 3.3 kΩ resistor). This worked in the sense that the matrix lit up, but I ran into issues with flickering lights or some LEDs not turning on at all when a certain number of LEDs were already lit. This issue bothered me for the longest time until I decided to double-check the <a href="http://www.adafruit.com/datasheets/sn74hc595.pdf">datasheet for the shift registers</a>. What I found was that the shift registers were rated for anywhere from 2-6V, which was contrary to what the book said. The book mentioned that the shift registers operate at 3.3V, but it turns out they operate perfectly fine at 5V as well. So I removed the voltage divider, and voilà, the matrix was lit up properly as it now had the proper voltage for all the LEDs! I&#8217;m not sure why the author wanted to use 3.3V for the matrix, but this is the first big difference I found in this project.</p>
<p>The next major issues I found were in the code. The first thing I want to point out is that I used a common cathode LED matrix as opposed to the common anode matrix suggested by the book. This was mainly because I could only find common cathode matrices on Adafruit and didn&#8217;t want to spend time and money looking for a different site that had common anode matrices. Why is this important? The code in the book is written for common anodes and must be modified slightly to make it work for a common cathode (rows are cathodes, columns are anodes). This requires understanding how the dot matrix works to get the multiplexing working properly.</p>
<div style="width: 258px" class="wp-caption aligncenter"><a href="http://circuits.datasheetdir.com/143/BL-M12A881-pinout.jpg"><img class=" " title="Common Cathode" src="https://i0.wp.com/circuits.datasheetdir.com/143/BL-M12A881-pinout.jpg" alt="Pinout of Common Cathode LED Matrix (BL-M12A881UR-11)" width="248" height="257" /></a><p class="wp-caption-text">Pinout of Common Cathode LED Matrix (BL-M12A881UR-11)</p></div>
<p>In order to turn an LED on, the anode needs to be HIGH and the cathode needs to be LOW. So in the case of the common cathode matrix, the row needs to be LOW and the column needs to be HIGH for the LED at (row, column) to be on. I also switched around the resistors so they were connected to the columns instead of the rows so the conventional current would flow through the resistor first and then the LED. I don&#8217;t think this change is necessary but as part of my troubleshooting I did it as it made sense for consistency.</p>
<p>Even with these changes in mind, I could not get the code to work properly. This is when I found the Hands On Arduino blog and noticed the comment that the author made an error in the bit shifting part of the code. He bit shifted left when he should have bit shifted right. This change still didn&#8217;t get my matrix working. I ended up with either flickering lights or incorrect patterns showing. At this point I decided to just do the code from scratch and came up with the code below that did. I explain the code later on.<br />
<code></code></p>
<div>// LED Dot Matrix Test</div>
<div>#include &lt;TimerOne.h&gt;</div>
<div></div>
<div>int latchPin = 8; //Pin connected to Pin 12 of 74HC595 (Latch)</div>
<div>int clockPin = 12; //Pin connected to Pin 11 of 74HC595 (Clock)</div>
<div>int dataPin = 11; //Pin connected to Pin 14 of 74HC595 (Data)</div>
<div></div>
<div>byte led[8]; // 8 element unsigned integer array to store the sprite</div>
<div></div>
<div>void setup()</div>
<div>{</div>
<div>  pinMode(latchPin, OUTPUT);</div>
<div>  pinMode(clockPin, OUTPUT);</div>
<div>  pinMode(dataPin, OUTPUT);</div>
<div>  led[0] = B11111111; // enter the binary representation of the image</div>
<div>  led[1] = B10000001; // into the array</div>
<div>  led[2] = B10111101;</div>
<div>  led[3] = B10100101;</div>
<div>  led[4] = B10100101;</div>
<div>  led[5] = B10111101;</div>
<div>  led[6] = B10000001;</div>
<div>  led[7] = B11111111;</div>
<div></div>
<div>  Timer1.initialize(10000);</div>
<div>  Timer1.attachInterrupt(screenUpdate);</div>
<div>}</div>
<div></div>
<div>void loop()</div>
<div>{</div>
<div>  for(int i=0; i&lt;8; i++)</div>
<div>  {</div>
<div>    led[i] = ~led[i];</div>
<div>  }</div>
<div>  delay(500);</div>
<div>}</div>
<div></div>
<div>void screenUpdate()</div>
<div>{</div>
<div>  byte row = B10000000;</div>
<div>  for(int i=0; i&lt;9; i++)</div>
<div>  {</div>
<div>    digitalWrite(latchPin, LOW);</div>
<div>    shiftOut(dataPin,clockPin,LSBFIRST,led[i]);</div>
<div>    shiftOut(dataPin,clockPin,LSBFIRST,~row);</div>
<div>    digitalWrite(latchPin, HIGH);</div>
<div>    row = row &gt;&gt; 1;</div>
<div>  }</div>
<div>}</div>
<p>The beginning of the code is similar to the book where it includes the TimerOne library and initializes all the pins and the pattern to be displayed. The loop function just inverts the pattern every half second to provide the alternating animation. The real difference in the code lies in the screenUpdate function which is called every 10000 microseconds. First of all, instead of the shiftOut (or shiftIt depending on what project you&#8217;re looking at) function you write in an earlier project, I used the built-in shiftOut function that is a part of the Arduino library. I&#8217;m guessing the author has you write your own function earlier mainly because it&#8217;s a good way to learn how the shift register works, but the built-in one does the same thing and therefore has less of a chance of a coding error (especially since the one in the book changes between various projects). In this update function, first the pattern is shifted so it goes to the columns and then the byte value for the row is shifted to go to the proper row for multiplexing. This gets cycled through quickly in order to produce the basic animation of your pattern.</p>
<p>There is a key difference from the book code. The difference is that the LED pattern (led[k]) is not inverted while the row is (~row). This is the main difference in common cathode versus common anode. As you recall from above, the row needs to be LOW when the column is HIGH. The second shift register controls the columns, which is why the pattern is shifted first.</p>
<p>One thing that also doesn&#8217;t make sense to me, but works anyway, is that the for loop in the screenUpdate function iterates with a byte from 0 to 8. If you change the byte to int, it still works. But if you change the iteration to be from 0 to 7, which makes more sense to me since led[8] shouldn&#8217;t exist, it still works but the last row is very bright. If someone can explain to me why that is the case, it would be greatly appreciated.</p>
<p>Again, I hope this post helps anybody who may be stuck on this project by shedding a little more light on areas the book didn&#8217;t explain very well. Let me know in the comments if there are any other issues people may be having.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mindovermaterial.wordpress.com/2012/07/17/beginning-arduino-project-19-led-dot-matrix-basic-animation/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">81</post-id>
		<media:content url="https://2.gravatar.com/avatar/53cdbacf8b9a12c64f90d1351cdebe4662bf5dafb819410eb0fe17565759a82e?s=96&#38;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">ankurgupta1</media:title>
		</media:content>

		<media:content url="https://mindovermaterial.wordpress.com/wp-content/uploads/2012/07/2012-07-17-17-12-451.jpg?w=300" medium="image">
			<media:title type="html">Project 19 - Basic Animation</media:title>
		</media:content>

		<media:content url="http://circuits.datasheetdir.com/143/BL-M12A881-pinout.jpg" medium="image">
			<media:title type="html">Common Cathode</media:title>
		</media:content>
	</item>
		<item>
		<title>Review: The Second City&#8217;s &#8220;We&#8217;re All In This Room Together&#8221;</title>
		<link>https://mindovermaterial.wordpress.com/2012/07/17/review-the-second-citys-were-all-in-this-room-together/</link>
					<comments>https://mindovermaterial.wordpress.com/2012/07/17/review-the-second-citys-were-all-in-this-room-together/#respond</comments>
		
		<dc:creator><![CDATA[Ankur]]></dc:creator>
		<pubDate>Tue, 17 Jul 2012 20:35:08 +0000</pubDate>
				<category><![CDATA[Theatre]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[comedy]]></category>
		<category><![CDATA[improv]]></category>
		<category><![CDATA[second city]]></category>
		<category><![CDATA[theatre]]></category>
		<category><![CDATA[travel]]></category>
		<guid isPermaLink="false">http://mindovermaterial.wordpress.com/?p=79</guid>

					<description><![CDATA[This past weekend, I had the pleasure of visiting Chicago and taking in its history, beauty, and humidity. I also got the chance to take in one of their best exports&#8230;comedy. The Second City is a 50 year old improv and sketch comedy troupe that has been graduating some of the funniest minds in the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://mindovermaterial.wordpress.com/wp-content/uploads/2012/07/20120717-130455.jpg"><img src="https://mindovermaterial.wordpress.com/wp-content/uploads/2012/07/20120717-130455.jpg?w=460" alt="20120717-130455.jpg" class="alignnone size-full" /></a></p>
<p>This past weekend, I had the pleasure of visiting Chicago and taking in its history, beauty, and humidity. I also got the chance to take in one of their best exports&#8230;comedy.</p>
<p><a href="http://www.secondcity.com/">The Second City</a> is a 50 year old improv and sketch comedy troupe that has been graduating some of the funniest minds in the country. Their list of alumni include the likes of Tina Fey, Stephen Colbert, and Steve Carell. It&#8217;s no surprise then that I was literally falling out of my seat laughing during the show.</p>
<p>&#8220;We&#8217;re All In This Together&#8221; is the 36th revue by The Second City e.t.c, which is the side stage troupe at the theatre. As the comedians even mention in the opening number of the show, it is what the audience chooses to go see when the main stage sells out (which seems to be quite often). However, the quality of these comedians are still top notch and I didn&#8217;t even realize there was a main stage until after it was mentioned in the show.</p>
<p>I came in expecting a pure improv show, but it turns out their shows are mostly scripted except for a few parts which are improvised. However, even the scripted portions are based in improv. Part of their process in developing a show is to improvise scenes and put what works into the actual show. This provides a higher quality production as it avoids many of the dead scenes that can occur in a pure improv show.</p>
<p>The layout of the theatre just adds to the ambience of being &#8220;in this room together&#8221;. It is a small black box theatre reminiscent of small college productions. There are small tables every few seats to give it a cabaret feel and waiters to get you drunk before the show starts.</p>
<p>It&#8217;s difficult to give a full review to a show that incorporates improv as some of the best moments will change from night to night. What I can say is that the comedians were skillful enough to make me question when some scenes were improv and when they were scripted. They hit all the right notes in keeping me laughing and there was only one scene that I considered dead (mostly because I didn&#8217;t get the reference). I highly recommend checking out The Second City if you are ever in Chicago as it is an affordable way to experience Chicago theatre and have a good time.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mindovermaterial.wordpress.com/2012/07/17/review-the-second-citys-were-all-in-this-room-together/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">79</post-id>
		<media:content url="https://2.gravatar.com/avatar/53cdbacf8b9a12c64f90d1351cdebe4662bf5dafb819410eb0fe17565759a82e?s=96&#38;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">ankurgupta1</media:title>
		</media:content>

		<media:content url="https://mindovermaterial.wordpress.com/wp-content/uploads/2012/07/20120717-130455.jpg" medium="image">
			<media:title type="html">20120717-130455.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>I&#8217;m back!</title>
		<link>https://mindovermaterial.wordpress.com/2012/07/16/im-back/</link>
					<comments>https://mindovermaterial.wordpress.com/2012/07/16/im-back/#respond</comments>
		
		<dc:creator><![CDATA[Ankur]]></dc:creator>
		<pubDate>Tue, 17 Jul 2012 06:43:05 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[georgia tech]]></category>
		<category><![CDATA[travel]]></category>
		<guid isPermaLink="false">http://mindovermaterial.wordpress.com/?p=72</guid>

					<description><![CDATA[Alright, so it&#8217;s been 2 years since my last post and I don&#8217;t have an excuse about why I haven&#8217;t been posting in that time. A lot has happened since then with the highlights being that I graduated CMU with my M.S. in materials science, traveled to eastern europe, Shanghai, Chicago, and Paris, joined and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Alright, so it&#8217;s been 2 years since my last post and I don&#8217;t have an excuse about why I haven&#8217;t been posting in that time. A lot has happened since then with the highlights being that I graduated CMU with my M.S. in materials science, traveled to eastern europe, Shanghai, Chicago, and Paris, joined and left IBM, and will now be pursuing my second M.S., this time in electrical and computer engineering at Georgia Tech this fall.</p>
<p>I would guess that the most common post on blogs is about the authors promising to post more and being diligent about it. Let this post be yet another one to throw into that statistic. The blog is still directionless, but I will throw out various articles and see where it leads me.</p>
<p>For starters, you&#8217;ll be seeing a post shortly (notice how I didn&#8217;t give myself a deadline <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ) about an Arduino project I recently did. I hope you&#8217;ll enjoy it!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mindovermaterial.wordpress.com/2012/07/16/im-back/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">72</post-id>
		<media:content url="https://2.gravatar.com/avatar/53cdbacf8b9a12c64f90d1351cdebe4662bf5dafb819410eb0fe17565759a82e?s=96&#38;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">ankurgupta1</media:title>
		</media:content>
	</item>
		<item>
		<title>FaxZero: Fax Machine for the Modern Day</title>
		<link>https://mindovermaterial.wordpress.com/2010/07/20/faxzero-fax-machine-for-the-modern-day/</link>
					<comments>https://mindovermaterial.wordpress.com/2010/07/20/faxzero-fax-machine-for-the-modern-day/#respond</comments>
		
		<dc:creator><![CDATA[Ankur]]></dc:creator>
		<pubDate>Wed, 21 Jul 2010 05:21:37 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[fax]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[webapp]]></category>
		<guid isPermaLink="false">http://mindovermaterial.wordpress.com/?p=67</guid>

					<description><![CDATA[So, the other day I ran across a very neat website that does something I&#8217;ve been wanting to do for many many years. How many of you have wanted to send a fax, but didn&#8217;t have a fax machine to send it with? Why would you have a fax machine? The technology is older than [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://faxzero.com/"><img loading="lazy" class="alignnone" title="FaxZero" src="https://i0.wp.com/www.faxzero.com/images/logo.gif" alt="" width="270" height="50" /></a></p>
<p style="text-align:left;">So, the other day I ran across a very neat website that does something I&#8217;ve been wanting to do for many many years. How many of you have wanted to send a fax, but didn&#8217;t have a fax machine to send it with? Why would you have a fax machine? The technology is older than dinosaurs. Unfortunately, many companies and universities still require you to fax documents over and won&#8217;t accept anything over email. This is where FaxZero comes in.</p>
<p style="text-align:left;">Now some might say that eFax already provides this service and yes, it does. However, eFax requires a monthly subscription in order to use that service. FaxZero, on the other hand, is either free or pay-per-fax (via PayPal).</p>
<p style="text-align:left;">The way it works is that you can upload a document (.pdf, .doc, .docx, .rtf), enter in a destination phone number (international costs a little bit more), and send your document. You&#8217;ll receive an email confirming that you&#8217;re a legitimate user and by clicking the link in the email, the fax process will begin.</p>
<p style="text-align:left;">You can send your fax for free as long as your document is less than 3 pages long and you can send up to 2 free faxes a day. This fax will also sent with a cover page that has a big FaxZero logo on it, something they call as their &#8220;ad&#8221;. If you need to send more pages per document, you can pay $1.99 for the fax and the big logo will be removed or you can remove the cover page altogether.</p>
<p style="text-align:left;">If you&#8217;re wondering if this is legitimate, then there&#8217;s no need to worry. Not only is it BBB accredited, but I tried the free fax system myself and it worked like a charm. The quality is as good as regular fax quality and the cover page with the &#8220;ad&#8221; isn&#8217;t very obtrusive either.</p>
<p style="text-align:left;">The only issue I would say I have with it is that none of the pages that got faxed, including the cover page, mentioned how many pages were in the fax. This could be an issue with larger faxes and making sure the recipient gets everything.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mindovermaterial.wordpress.com/2010/07/20/faxzero-fax-machine-for-the-modern-day/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">67</post-id>
		<media:content url="https://2.gravatar.com/avatar/53cdbacf8b9a12c64f90d1351cdebe4662bf5dafb819410eb0fe17565759a82e?s=96&#38;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">ankurgupta1</media:title>
		</media:content>

		<media:content url="http://www.faxzero.com/images/logo.gif" medium="image">
			<media:title type="html">FaxZero</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone 4 Antenna Issue: Not an Issue</title>
		<link>https://mindovermaterial.wordpress.com/2010/07/13/iphone-4-antenna-issue-not-an-issue/</link>
					<comments>https://mindovermaterial.wordpress.com/2010/07/13/iphone-4-antenna-issue-not-an-issue/#respond</comments>
		
		<dc:creator><![CDATA[Ankur]]></dc:creator>
		<pubDate>Wed, 14 Jul 2010 01:37:07 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[antenna]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ios4]]></category>
		<category><![CDATA[iphone 4]]></category>
		<category><![CDATA[reception]]></category>
		<guid isPermaLink="false">http://mindovermaterial.wordpress.com/?p=65</guid>

					<description><![CDATA[So, I&#8217;ve been reading a lot of these reports lately where everyone is going crazy about the iPhone 4 signal dropping. I became the proud owner of one of these devices yesterday and yes, I was able to recreate the dropping of signal bars just as many others have. HOWEVER, I was also able to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>So, I&#8217;ve been reading a lot of these <a href="http://techcrunch.com/2010/07/13/iphone-4-antenna/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+Techcrunch+(TechCrunch)">reports</a> lately where everyone is going crazy about the iPhone 4 signal dropping. I became the proud owner of one of these devices yesterday and yes, I was able to recreate the dropping of signal bars just as many others have. HOWEVER, I was also able to hold a full conversation on the phone with ZERO bars with call quality that was probably the best I&#8217;ve ever experienced.</p>
<p>So for all those who stumble across my site, let this be my quick post regarding this issue. It is NOT an issue. You may see the bars drop, sure, but that doesn&#8217;t affect your actual experience with the phone. If the bars indicator never existed, you never would have noticed a difference. So people, please stop worrying about these non-issues and causing events such as Apple&#8217;s stock dropping today for no reason.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mindovermaterial.wordpress.com/2010/07/13/iphone-4-antenna-issue-not-an-issue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65</post-id>
		<media:content url="https://2.gravatar.com/avatar/53cdbacf8b9a12c64f90d1351cdebe4662bf5dafb819410eb0fe17565759a82e?s=96&#38;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">ankurgupta1</media:title>
		</media:content>
	</item>
		<item>
		<title>Wow.</title>
		<link>https://mindovermaterial.wordpress.com/2010/06/23/wow/</link>
					<comments>https://mindovermaterial.wordpress.com/2010/06/23/wow/#respond</comments>
		
		<dc:creator><![CDATA[Ankur]]></dc:creator>
		<pubDate>Thu, 24 Jun 2010 02:11:39 +0000</pubDate>
				<category><![CDATA[Sports]]></category>
		<category><![CDATA[football]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[landon donovan]]></category>
		<category><![CDATA[soccer]]></category>
		<category><![CDATA[south africa]]></category>
		<category><![CDATA[usa]]></category>
		<category><![CDATA[world cup]]></category>
		<guid isPermaLink="false">http://mindovermaterial.wordpress.com/?p=62</guid>

					<description><![CDATA[Wow. Just wow. I have never seen a sporting event that ended like that. USA was tied with Algeria 0-0 while England was leading Slovenia 1-0. With the way the group stage works at the FIFA World Cup and the tiebreaker rules that are implemented, both USA and Algeria were going to be eliminated. But [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align:center;"><iframe class="youtube-player" width="460" height="259" src="https://www.youtube.com/embed/8qeI2z10Ct8?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;start=21&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe></p>
<p style="text-align:left;">Wow. Just wow. I have never seen a sporting event that ended like that. USA was tied with Algeria 0-0 while England was leading Slovenia 1-0. With the way the group stage works at the FIFA World Cup and the tiebreaker rules that are implemented, both USA and Algeria were going to be eliminated. But in one play, one second, Team USA was launched not only into the next round, but they ended up in 1st place among their group.</p>
<p style="text-align:left;">That is the first time since 1930, USA&#8217;s first ever World Cup, that USA won their group. It was also the latest goal ever scored in a World Cup match. For the third game in a row, USA proved that they never give up and they play for the full game. Another team I can think of should take a page from this book *cough*San Jose Sharks*cough*. This was truly a historic game for USA and what makes it even more historic is the level of engagement with this specific team and this specific World Cup.</p>
<p style="text-align:left;">ESPN has already had record viewership for these USA games, but this game in particular also tipped the scales in terms of <a href="http://mashable.com/2010/06/23/usa-vs-algeria-world-cup/">internet traffic</a>. This game had the second most internet traffic in history with the first being the opening of this World Cup and the third (formerly second) being the 2008 Presidential Election. But that&#8217;s not all!</p>
<p style="text-align:left;">I decided that I wanted to buy a USA jersey or shirt before I leave for Europe in a couple of days where I plan to continue to watch USA soccer in a soccer-friendly environment. It&#8217;s too late to order anything online so I called up 4 local sports stores that I knew carried sports jerseys and shirts. I called Sports Fever at Valley Fair mall and the Stevens Creek, Valley Fair, and Blossom Hill Sports Authority locations. Sports Fever doesn&#8217;t carry anything World Cup related. Stevens Creek and Valley Fair were entirely sold out. Blossom Hill only had a couple of small jerseys left.</p>
<p style="text-align:left;">Never did I expect soccer jerseys to sell out in any U.S. store. This USA team seems to be strong enough to get a country that couldn&#8217;t care less for soccer to start caring. That&#8217;s pretty historic. In fact, maybe in the future, I wouldn&#8217;t have to go to Europe to enjoy a soccer-friendly environment.</p>
<p style="text-align:left;">(P.S. &#8211; For those of you wondering where the word <em>soccer </em>comes from? Well, football in other countries is officially known as Association Football. In the late 1800s England started abbreviating it to Assoc. Football and the slang for it became Soccer Football. Hence the word, <em>soccer</em>. It also explains why Australia and South Africa also call it soccer. Turns out the U.S. didn&#8217;t just make it up after all <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f61b.png" alt="😛" class="wp-smiley" style="height: 1em; max-height: 1em;" /> )</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mindovermaterial.wordpress.com/2010/06/23/wow/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">62</post-id>
		<media:content url="https://2.gravatar.com/avatar/53cdbacf8b9a12c64f90d1351cdebe4662bf5dafb819410eb0fe17565759a82e?s=96&#38;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">ankurgupta1</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s with the oil price?</title>
		<link>https://mindovermaterial.wordpress.com/2010/06/17/whats-with-the-oil-price/</link>
					<comments>https://mindovermaterial.wordpress.com/2010/06/17/whats-with-the-oil-price/#respond</comments>
		
		<dc:creator><![CDATA[Ankur]]></dc:creator>
		<pubDate>Thu, 17 Jun 2010 23:27:04 +0000</pubDate>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[BP]]></category>
		<category><![CDATA[commodities]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[gulf oil spill]]></category>
		<category><![CDATA[oil]]></category>
		<category><![CDATA[oil price]]></category>
		<category><![CDATA[supply and demand]]></category>
		<guid isPermaLink="false">http://mindovermaterial.wordpress.com/?p=57</guid>

					<description><![CDATA[Crude Oil Price for the past 1 year. (Source: http://www.oil-price.net) So, I need somebody to explain this to me, because I can&#8217;t figure it out. I must be missing something elemental. In basic supply and demand, when the quantity of a product decreases and the demand stays the same, the price of the product increases, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://oil-price.net/"><img loading="lazy" data-attachment-id="58" data-permalink="https://mindovermaterial.wordpress.com/2010/06/17/whats-with-the-oil-price/screen-shot-2010-06-17-at-3-57-38-pm/" data-orig-file="https://mindovermaterial.wordpress.com/wp-content/uploads/2010/06/screen-shot-2010-06-17-at-3-57-38-pm.png" data-orig-size="216,210" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Crude Oil Price" data-image-description="" data-image-caption="&lt;p&gt;Crude Oil Price for the past 1 year&lt;/p&gt;
" data-medium-file="https://mindovermaterial.wordpress.com/wp-content/uploads/2010/06/screen-shot-2010-06-17-at-3-57-38-pm.png?w=216" data-large-file="https://mindovermaterial.wordpress.com/wp-content/uploads/2010/06/screen-shot-2010-06-17-at-3-57-38-pm.png?w=216" class="size-full wp-image-58 aligncenter" title="Crude Oil Price" src="https://mindovermaterial.wordpress.com/wp-content/uploads/2010/06/screen-shot-2010-06-17-at-3-57-38-pm.png?w=460" alt="Crude Oil Price"   srcset="https://mindovermaterial.wordpress.com/wp-content/uploads/2010/06/screen-shot-2010-06-17-at-3-57-38-pm.png 216w, https://mindovermaterial.wordpress.com/wp-content/uploads/2010/06/screen-shot-2010-06-17-at-3-57-38-pm.png?w=150&amp;h=146 150w" sizes="(max-width: 216px) 100vw, 216px" /></a></p>
<div class="mceTemp mceIEcenter">
<dl class="wp-caption aligncenter">
<dd class="wp-caption-dd">Crude Oil Price for the past 1 year. (Source: <a href="http://www.oil-price.net" rel="nofollow">http://www.oil-price.net</a>)</dd>
</dl>
</div>
<p>So, I need somebody to explain this to me, because I can&#8217;t figure it out. I must be missing something elemental. In basic supply and demand, when the quantity of a product decreases and the demand stays the same, the price of the product increases, correct?</p>
<p>BP&#8217;s oil fiasco began on April 20, 2010 and the latest estimate by the government is that the spill is spewing out <a href="http://www.nytimes.com/2010/06/16/us/16spill.html">60,000 barrels</a> of oil per day. It has now been 60 days since the explosion, which means approximately 3.6 million barrels of oil could have been lost due to this disaster. With an annual import of approximately <a href="http://www.eia.doe.gov/dnav/pet/pet_move_impcus_a2_nus_ep00_im0_mbbl_a.htm">4.3 billion barrels</a> of oil a year and domestic production of about <a href="http://www.eia.doe.gov/dnav/pet/pet_crd_crpdn_adc_mbbl_a.htm">1.9 billion barrels</a>, this 3.6 million barrels is only .05% of total U.S. oil consumption (assuming all that is produced and imported is consumed). The spill hasn&#8217;t been stopped yet so this number could go up.</p>
<p>This .05% is a small amount of the total so I would expect either no effect on the price of oil or a maybe a small effect. What confuses me is that in the above graph of the crude oil price over the past year, the price dropped significantly around the time of the crisis. Why would the price drop? Shouldn&#8217;t the price <em>at least</em> increase because of a loss in supply? What am I missing?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mindovermaterial.wordpress.com/2010/06/17/whats-with-the-oil-price/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">57</post-id>
		<media:content url="https://2.gravatar.com/avatar/53cdbacf8b9a12c64f90d1351cdebe4662bf5dafb819410eb0fe17565759a82e?s=96&#38;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">ankurgupta1</media:title>
		</media:content>

		<media:content url="https://mindovermaterial.wordpress.com/wp-content/uploads/2010/06/screen-shot-2010-06-17-at-3-57-38-pm.png" medium="image">
			<media:title type="html">Crude Oil Price</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone 4 Delayed&#8230;.again</title>
		<link>https://mindovermaterial.wordpress.com/2010/06/16/iphone-4-delayed-again/</link>
					<comments>https://mindovermaterial.wordpress.com/2010/06/16/iphone-4-delayed-again/#respond</comments>
		
		<dc:creator><![CDATA[Ankur]]></dc:creator>
		<pubDate>Wed, 16 Jun 2010 19:03:00 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[at&t]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone 4]]></category>
		<category><![CDATA[phone]]></category>
		<guid isPermaLink="false">http://mindovermaterial.wordpress.com/?p=55</guid>

					<description><![CDATA[So, yesterday, I made an attempt at pre-ordering the new iPhone. Unfortunately, I couldn&#8217;t because throughout the entire day, both Apple&#8217;s website and AT&#38;T&#8217;s website kept crashing. I eventually got to the &#8220;Place Order&#8221; button and clicked it only to be met with another website crash. However, this time, my bank account showed that Apple [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>So, yesterday, I made an attempt at pre-ordering the new iPhone. Unfortunately, I couldn&#8217;t because throughout the entire day, both Apple&#8217;s website and AT&amp;T&#8217;s website kept crashing. I eventually got to the &#8220;Place Order&#8221; button and clicked it only to be met with another website crash. However, this time, my bank account showed that Apple tried to authorize my credit card, but the iPhone was still in my cart and I got no confirmation page or anything. At this point, I have no idea whether my order went through and I was told by Apple support to just wait and see what happens.</p>
<p>Well, I&#8217;m waiting now and as I&#8217;m waiting I got to see the &#8220;Delivered on June 24th&#8221; message change to &#8220;Ships by: July 2nd&#8221; and then change again to &#8220;Ships by: July 14th&#8221;. I&#8217;ve very surprised by these delays and the pathetic strength of the Apple and AT&amp;T websites. Why am I surprised? Because both Apple and AT&amp;T KNEW this phone was going bring in a massive volume of orders. It&#8217;s as if they&#8217;re releasing a popular product for the first time. Have they learned nothing from the iPad, iPhone 3GS, iPhone 3G, and original iPhone?</p>
<p>Apple never should have released their product at this time if their (and AT&amp;T&#8217;s) servers could not handle the traffic. Let alone having a small supply of their product, which required delaying the product shipment twice.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mindovermaterial.wordpress.com/2010/06/16/iphone-4-delayed-again/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">55</post-id>
		<media:content url="https://2.gravatar.com/avatar/53cdbacf8b9a12c64f90d1351cdebe4662bf5dafb819410eb0fe17565759a82e?s=96&#38;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">ankurgupta1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
