<?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>Dooba.net</title>
	<atom:link href="http://dooba.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://dooba.net</link>
	<description>Tech, Science, Insanity</description>
	<lastBuildDate>Wed, 03 Feb 2010 06:48:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VHDL inferred gating</title>
		<link>http://dooba.net/2010/02/vhdl-inferred-gating/</link>
		<comments>http://dooba.net/2010/02/vhdl-inferred-gating/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 06:46:39 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Xilinx]]></category>
		<category><![CDATA[VHDL]]></category>

		<guid isPermaLink="false">http://dooba.net/2010/02/vhdl-inferred-gating/</guid>
		<description><![CDATA[So this was an interesting find. We have been working with a rather large VHDL code base, and noticed a huge amount of control logic was being generated during synthesis. It seems that part of this is due to an interesting &#8220;feature&#8221; of VHDL, or I suppose more exactly of synthesis tools (we saw this [...]]]></description>
			<content:encoded><![CDATA[<p>So this was an interesting find. We have been working with a rather large VHDL code base, and noticed a huge amount of control logic was being generated during synthesis. It seems that part of this is due to an interesting &#8220;feature&#8221; of VHDL, or I suppose more exactly of synthesis tools (we saw this with XST and Synplicity).</p>
<p>If you have some case statement, if then else, or switch, etc. Look carefully at signal assignments in each of the various cases. We were not always assigning to each signal in every case. This obviously follows from different cases doing different things.. but here is the tricky part. Clock gating and/or registering of signals is *inferred* for any signal that is not assigned to in all cases!</p>
<p>This can eat up logic fast, and if you are running near capacity of your target device, it can make it even worse, the added logic, clocking, and routing can cause the implementation to balloon. For example targeting an LX110-T, if we went above ~80% utilization, by the time we got through mapping and place&amp;route we were close to 95%. The only way we could account for this was the extra logic used for the inferred control signals.</p>
<p>This may not matter in a lot of designs where you have plenty of room in the part, or maybe you don&#8217;t for some reason have a lot of case statements. We ended up refactoring and just assigning a signal to itself or some don&#8217;t care value in the other cases.</p>
]]></content:encoded>
			<wfw:commentRss>http://dooba.net/2010/02/vhdl-inferred-gating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Goggles!</title>
		<link>http://dooba.net/2009/12/google-goggles/</link>
		<comments>http://dooba.net/2009/12/google-goggles/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 03:24:40 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Droid]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile Phone]]></category>
		<category><![CDATA[Motorola]]></category>
		<category><![CDATA[Verizon]]></category>

		<guid isPermaLink="false">http://dooba.net/?p=229</guid>
		<description><![CDATA[Google released a new app (right now for Android only) called Goggles. If you haven&#8217;t seen this year, go look!
I downloaded this on my Droid and have been playing around with it for a few days. All I can say is that this is crazy. Take a picture of something and Google will (most of [...]]]></description>
			<content:encoded><![CDATA[<p>Google released a new app (right now for Android only) called Goggles. If you haven&#8217;t seen this year, <a href="http://www.google.com/mobile/goggles/#landmark" target="_blank">go look</a>!</p>
<p>I downloaded this on my Droid and have been playing around with it for a few days. All I can say is that this is crazy. Take a picture of something and Google will (most of the time) find you some info on it. I&#8217;ve played around with some examples:</p>
<p>Took a pic of my Macbook Pro sitting on my desk&#8230; and Google new it was a Macbook.</p>
<p>I was across the street from the Fox Theater in Boulder and I took a pic of the front of the building. Google knew it was the Fox, and brought up info and links to a map.</p>
<p>I found a Hanna Montana pink tissue box at a local store and I took a pic.. Google knew it was Hanna&#8230;</p>
<p>Supposedly it will recognize wine labels too. This is some neat technology and could be useful. Sometimes its hard to search for something based on text, especially if you dont know exactly what you are looking at or it is in some foreign language.</p>
<p>Maybe eventually this will couple with Google&#8217;s really great translation tools and do things like translate street signs on the fly&#8230; it also reads barcodes and book covers, but its a bit slower than other Android apps for just that.</p>
]]></content:encoded>
			<wfw:commentRss>http://dooba.net/2009/12/google-goggles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AT&amp;T Ranks Dead Last</title>
		<link>http://dooba.net/2009/12/att-ranks-dead-last/</link>
		<comments>http://dooba.net/2009/12/att-ranks-dead-last/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 19:42:25 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ATT]]></category>
		<category><![CDATA[Verizon]]></category>

		<guid isPermaLink="false">http://dooba.net/?p=222</guid>
		<description><![CDATA[In a new survey of 26 US Cities and 50,000 users, AT&#38;T ranks dead last in all areas of customer satisfaction.
Interesting that most people assumed ATT was bad in some big cities like NYC and SF, but over 26 cities, that really says something. Also note that &#8220;voice&#8221; was the lowest ranked item for ATT, [...]]]></description>
			<content:encoded><![CDATA[<p>In a new survey of 26 US Cities and 50,000 users, AT&amp;T ranks dead last in all areas of customer satisfaction.</p>

<a href='http://dooba.net/2009/12/att-ranks-dead-last/attlast_thumb-2/' title='attlast_thumb'><img width="150" height="150" src="http://dooba.net/wp-content/uploads/2009/12/attlast_thumb1-150x150.jpg" class="attachment-thumbnail" alt="" title="attlast_thumb" /></a>
<a href='http://dooba.net/2009/12/att-ranks-dead-last/attlast_thumb/' title='attlast_thumb'><img width="150" height="150" src="http://dooba.net/wp-content/uploads/2009/12/attlast_thumb-150x150.jpg" class="attachment-thumbnail" alt="" title="attlast_thumb" /></a>

<p>Interesting that most people assumed ATT was bad in some big cities like NYC and SF, but over 26 cities, that really says something. Also note that &#8220;voice&#8221; was the lowest ranked item for ATT, and data was generally mid-range. This fits what I have seen when using ATT, the data is usually ok, but voice is pathetic, with major call drop issues.</p>
<p>Also note that Verizon ranks #1 for all categories, and was at or near the highest rank possible in most categories. I wonder how bad things would get for ATT if Verizon get an iPhone&#8230;.</p>
<p>EDIT: see original <a href="http://digitaldaily.allthingsd.com/20091201/att-ranked-last-in-consumer-reports-best-cell-phone-service-survey/" target="_blank">article</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dooba.net/2009/12/att-ranks-dead-last/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>QWERTY&#8217;s days could be numbered</title>
		<link>http://dooba.net/2009/11/qwertys-days-could-be-numbered/</link>
		<comments>http://dooba.net/2009/11/qwertys-days-could-be-numbered/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 17:10:04 +0000</pubDate>
		<dc:creator>Markis</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Swype]]></category>

		<guid isPermaLink="false">http://dooba.net/?p=218</guid>
		<description><![CDATA[
This video posted via TechCrunch, kinda makes qwerty look archaic.  This technology is coming out for the Omnia II (which is a winmo phone) and is supposed to later come out for an unnamed android phone.  When it does, iPhone could have trouble.
[via http://www.techcrunch.com/2009/11/23/swype-iphone-leaked-video-android/]
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/pTooBnKAdSw&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/pTooBnKAdSw&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This video posted via TechCrunch, kinda makes qwerty look archaic.  This technology is coming out for the Omnia II (which is a winmo phone) and is supposed to later come out for an unnamed android phone.  When it does, iPhone could have trouble.</p>
<p>[via <a href="http://www.techcrunch.com/2009/11/23/swype-iphone-leaked-video-android/">http://www.techcrunch.com/2009/11/23/swype-iphone-leaked-video-android/</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://dooba.net/2009/11/qwertys-days-could-be-numbered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Droid SMS</title>
		<link>http://dooba.net/2009/11/droid-sms/</link>
		<comments>http://dooba.net/2009/11/droid-sms/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 04:58:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Droid]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Andoid]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://dooba.net/?p=213</guid>
		<description><![CDATA[Those of you with Android (and particularly Moto Droid) should really check out Handcent SMS. Since Android lets any app hook system events (like sms receive) you can simple turn off notifications in the built-in SMS app and use Handcent instead.
There are several very nice improvements over the default:
 &#8211; Skins. You can use an [...]]]></description>
			<content:encoded><![CDATA[<p>Those of you with Android (and particularly Moto Droid) should really check out Handcent SMS. Since Android lets any app hook system events (like sms receive) you can simple turn off notifications in the built-in SMS app and use Handcent instead.</p>
<p>There are several very nice improvements over the default:</p>
<p> &#8211; Skins. You can use an iPhone skin to get that iChat sms feel.</p>
<p> &#8211; Popup notification. If you choose, you can have an iPhone like popup when you get an SMS. However, unlike the iPhone, the popup window lets you do a quick response back without even opening the SMS app.</p>
<p> &#8211; Voice to Text!!!! This is awesome. Jsut hit Menu -> Voice when in an sms thread and the standard Google Voice box pops up, just speak your message and bam, the text is put in a message for you. This is killer because its way faster than using and on-screen or physical keyboard. And when you are driving, much safer <img src='http://dooba.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> &#8211; Widget that launches SMS on click, and displays unread msg number.</p>
<p>All this and the app is free!</p>
]]></content:encoded>
			<wfw:commentRss>http://dooba.net/2009/11/droid-sms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moto Droid</title>
		<link>http://dooba.net/2009/11/moto-droid/</link>
		<comments>http://dooba.net/2009/11/moto-droid/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 08:05:40 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ATT]]></category>
		<category><![CDATA[Droid]]></category>
		<category><![CDATA[Motorola]]></category>
		<category><![CDATA[T-Mobile]]></category>
		<category><![CDATA[Verizon]]></category>

		<guid isPermaLink="false">http://dooba.net/?p=211</guid>
		<description><![CDATA[I&#8217;ve had my Moto Droid since friday afternoon, so I thought it was about time to get some thoughts posted. Overall I love the phone, its by far the best Android device out there, and maybe the best smartphone of them all.
First, I&#8217;ll talk about the phone, and then (of course) the obligatory comparison to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had my Moto Droid since friday afternoon, so I thought it was about time to get some thoughts posted. Overall I love the phone, its by far the best Android device out there, and maybe the best smartphone of them all.</p>
<p>First, I&#8217;ll talk about the phone, and then (of course) the obligatory comparison to Apples phone.</p>
<p>I moved to Droid from T-Mobile&#8217;s MyTouch 3g, so I was already very familiar with Android and its pros and cons. Droid comes with Android 2.0, and there are a lot of great new features. The look and feel are a bit different, and things are smoother overall. A couple of highlights:</p>
<p> &#8211; Contacts now sync with Facebook, this was pretty cool. Any contact that it could find in my Facebook account would be linked, and their facebook photo is set as their contact photo. Also, anytime I do anything with a linked contact, like open an SMS thread, etc, their FB status is displayed by their pic.</p>
<p> &#8211; New contact pop-up short cuts. In you are looking at your contact list and click a contacts photo, a little slider pops up with shortcuts to FB, SMS, Email, etc. </p>
<p> &#8211; New &#8220;Corporate Calendar&#8221; that finally lets you sync your Exchange calendar to the device. This is so great, totally needed as well. </p>
<p> &#8211; You can now have MULTIPLE ActiveSync accounts in a unified inbox!</p>
<p>On to the hardware. Droid isn&#8217;t going to win any beauty contests, and if an iPhone was a Ferrari, this would be a Ford F-150. Functional and not ugly, but very boxy. This boxiness makes the phone look bigger than it is. In fact it&#8217;s almost exactly the size of an iphone, and only slightly longer than my MyTouch 3G. Its a heavy phone and feels very solid. Most of the phone is glass and metal, so that is nice. The gold accents I could do without, I think silver would have been better. But its not horrid. </p>
<p>The camera is very good, and the flash works well. Video recording is pretty amazing and the playback looks awesome.</p>
<p>That awesomeness can be directly attributed to the totally gorgeous screen. It really is jaw dropping. Everything from icons to text look smooth and perfectly rendered. Photos look great, and given the pixel count, viewing large webpages is much better than any other phone I&#8217;ve used.</p>
<p>Battery life seems to be pretty good as well. Not quite as good as the MyTouch, but better than the 3GS. I have Bluetooth and GPS on all the time, as well as syncing facebook, gmail, exchange. Today I sent 75+ sms messages, ~30min talk time, several emails, took a few pictures, and used the GoogleNav for about 30min. My batt lasted from 930am to just after midnight (and that was the 20% warning). So quite good. Nav uses a lot of batt as the screen is always on, GPS is continuous, and the app is constantly calculating your location and updating a map.  I have a car adapter and I think I would always use that when navigating to keep the batt useage at bay.</p>
<p>So lets get to the comparison. Droid has 4 killer features that the iPhone (or Pre) can&#8217;t match &#8211; Verizon, Google Nav, high res screen, google voice input.</p>
<p>Lets face it, ATT&#8217;s network looks like a child with tinker toys built it compared to Verizon. I have consistent 3G coverage literally everywhere, inside, outside, driving, etc. Places that ATT always dropped calls I have no problems keeping a call up. 3G speeds are very fast and always reliable. I no longer live in fear of going from 5 bars to nothing on a random whim (see my previous ATT postings).</p>
<p>GoogleNav is pure awesome. Other nav companies should be very afraid. Directions are very accurate, the on screen display of the route is excellent, and the animations are good. The huge plus is that it links right into google maps, so you can get all sorts of other information along your route. And with traffic, you can know when to tell the system to re-route you. Oh, and every turn can be viewed in street view with the route overlaid. And its free, wow. Granted iPhone may get this as well, so it might not be a killer app for too long.</p>
<p>The screen is amazing. At almost 3 times the resolution, but about the same size as the iphone, it easily wins here. Apple needs to get a hi rez iphone goings soon.</p>
<p>Google voice input is very very handy. Click the icon and say anything, from &#8220;navigate to starbucks&#8221; or &#8220;how much does an african swallow weigh&#8221; and google will find it. Using the &#8220;navigate&#8221; keyword will cause the phone to start GoogleNav and route you to the local. It even worked perfectly with a street address, or something more vague like &#8220;Navigate to Old Chicago Restaurant&#8221;. Oh, and you can do voice activated dialing of course. The only thing I can think of that should be done is to add voice to text to email or sms text inputs so you could speak and then send.</p>
<p>Of course there are some problems too. IPhone still has the better on screen keyboard, although Droid&#8217;s is better than previous android phones.</p>
<p>The quality of the apps are no up to the same par as Apple (yet). I think given the number of new android phones coming to market this will change, but so far its just not as good.</p>
<p>The IM apps for Android aren&#8217;t quite as pretty as iPhone, there is still nothing asl slick as Bejive.</p>
<p>The other features of Android that I find better than iPhone are the same as before&#8230; so my previous postings still hold true.</p>
<p>So, I am very happy with this phone. Verizon is just so nice, and given the screen res and google nav, I can&#8217;t see how I could go to an iPhone every again. iPhone wins on music/itunes, and a more consistent (but simpler) OS flow. But Droid seems like a real phone to accomplish things &#8211; nav, lots of email accounts, great sms, etc. The iPhone feels like a game box with a &#8220;phone&#8221; built in. This is a huge step for Android, and Verizon.</p>
]]></content:encoded>
			<wfw:commentRss>http://dooba.net/2009/11/moto-droid/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Learning LINQ</title>
		<link>http://dooba.net/2009/11/learning-linq/</link>
		<comments>http://dooba.net/2009/11/learning-linq/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 14:52:36 +0000</pubDate>
		<dc:creator>Markis</dc:creator>
				<category><![CDATA[Linq]]></category>
		<category><![CDATA[Linqpad]]></category>

		<guid isPermaLink="false">http://dooba.net/?p=209</guid>
		<description><![CDATA[
LINQPad is a great tool to test linq queries.
http://www.linqpad.net
 
And the 101 samples from msdn is a great place to get started in learning LINQ.
 
C#
http://msdn.microsoft.com/en-us/vcsharp/aa336746.aspx
VB
http://msdn.microsoft.com/en-us/vbasic/bb688088.aspx

]]></description>
			<content:encoded><![CDATA[<div>
<div>LINQPad is a great tool to test linq queries.</div>
<p><a href="http://www.linqpad.net/">http://www.linqpad.net</a></p>
<div> </div>
<div>And the 101 samples from msdn is a great place to get started in learning LINQ.</div>
<div> </div>
<div>C#</div>
<div><a href="http://msdn.microsoft.com/en-us/vcsharp/aa336746.aspx">http://msdn.microsoft.com/en-us/vcsharp/aa336746.aspx</a><br />
VB</div>
<div><a href="http://msdn.microsoft.com/en-us/vbasic/bb688088.aspx">http://msdn.microsoft.com/en-us/vbasic/bb688088.aspx</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://dooba.net/2009/11/learning-linq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3GS revisit</title>
		<link>http://dooba.net/2009/10/iphone-3gs-revisit/</link>
		<comments>http://dooba.net/2009/10/iphone-3gs-revisit/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 01:45:24 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://dooba.net/?p=207</guid>
		<description><![CDATA[So I got another iPhone 3GS about a week and a half ago, now that the jailbreak for 3.1 is out, and supposedly ATT has fixed their signal issues around Denver. I ported my number over from my current T-Mobile/Android phone and decided to give the phone a thorough trial.
First of all, the phone is [...]]]></description>
			<content:encoded><![CDATA[<p>So I got another iPhone 3GS about a week and a half ago, now that the jailbreak for 3.1 is out, and supposedly ATT has fixed their signal issues around Denver. I ported my number over from my current T-Mobile/Android phone and decided to give the phone a thorough trial.</p>
<p>First of all, the phone is about 1000% better jailbroken. You can actually do novel things like load apps not blessed my Apple and have a background image behind your app icons (wow!), along with nifty things like add a calendar, unread email list, etc, to the lock screen. I found that very useful. Also, there is a nice Cydia app that will display notification icons on the top bar for email, txt, etc. This was nice. Given that you can have your SMS and email icons on any page, I liked to be able to see if I had a message without having to unlock the phone and find the correct icon.</p>
<p>Next, the backgrounder app is awesome. I could do things like keep pandora running and use another app on my phone&#8230;. kinda like Android lets you do right out of the box.</p>
<p>Notifications are new to the 3.0 OS, and they are nice as well. Bejive IM is excellent, better than the built-in Android IM apps. Also, since there is no push Gmail (unless you use your 1 and only ActiveSync account), there is a push notification app that alerts you to a new mail. Gmail is not quite as good as Android, but thats not unexpected as Android is Google after all. But Exchange support is much better on iPhone.</p>
<p>So at this point, I was pretty happy with the phone, the apps, how things were set up, etc. But then ATT came in and killed it for me.</p>
<p>ATT claimed they added new towers all over the Denver area and added 850MHz G service as well. I did notice that the service was much better than previously when I have testing out iPhones. But there were some interesting issues&#8230;</p>
<p>1) Service degraded quickly inside. I would have full 3G in the parking lot of my gym and walk inside and go to no service within 10-15 feet of the door. I had no service in my parking garage (Verizon has half 3G signal and TMO has 3/4 bars of Edge). Also, in the elevator in my building I had no service, again VZ and TMO both had signal.</p>
<p>2) Data service was reliable, but voice was not. With little exceptions, if I had any bars, I could get data services, txts, web, IM, etc. 3G speeds seemed fast, web pages loaded quickly. But I could have full bars of 3G and drop a call multiple times. And when I did have a call that stayed up half the time myself or the other person couldn&#8217;t understand each other. I must have said &#8220;wait, what?&#8221; 50 time a day. I find it ridiculous that a service can&#8217;t keep calls up, after all its a PHONE.</p>
<p>There are several routes a drive almost daily between the office, home, gym, etc. One is a major freeway between Denver and Boulder, and the others are surface roads around town. This morning, I was on a work call and I dropped the call 3 times on the freeway, another time in the middle of Boulder, and a final time near my office. This was annoying at best when talking to a friend, stupid when trying to keep a work convo going, and downright insane when trying to talk to a service like your bank or any other place where you call in, get in a queue and press 8 different numbers to get to the right place&#8230; only to be disconnected and having to do it all over again.</p>
<p>And the prize for dealing with this? $120 a month plan fee&#8230;. 900 minutes, &#8220;A-List&#8221;, unlimited data and unlimited SMS. It is unfortunate that you have to go to the 900 min or more plans to get A-List. I dont need 900 minutes, ever, especially with Google Voice. Compare this to my TMO account, 300 minutes, unlimited data/SMS, MyFavs.. for $70 a month.</p>
<p>3) Battery life. Maybe jailbreaking and adding some not so official apps hurts you here.. but I found the batt life on the 3GS to be disappointing.  Today I unplugged my phone and left for work at 8am. I had a 10minute phone call over BlueTooth on the way to the office, checked some emails a few times, sent 5-6 SMS, and had a few IM convos. Oh and I played Oregon Trail for about 10min during a boring phone conf. And my batt was down to 18% by 2:30.</p>
<p>I never had batt issues with Android, I could go at least all day and all evening with much more activity than that.</p>
<p>So, in the end, I&#8217;m back on Android. I really want to like the iPhone, but its impossible for me to deal with the issues ATT has, and the iffy battery life.</p>
]]></content:encoded>
			<wfw:commentRss>http://dooba.net/2009/10/iphone-3gs-revisit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seth Godin talks about tech and marketing</title>
		<link>http://dooba.net/2009/08/seth-godin-talks-about-tech-and-marketing/</link>
		<comments>http://dooba.net/2009/08/seth-godin-talks-about-tech-and-marketing/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 00:16:09 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Seth Godin]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://dooba.net/?p=204</guid>
		<description><![CDATA[This is a great talk&#8230;. go check it out&#8230;
Vid is here
]]></description>
			<content:encoded><![CDATA[<p>This is a great talk&#8230;. go check it out&#8230;</p>
<p><a href="http://blog.businessofsoftware.org/2009/07/seth-godins-talk-from-business-of-software-2008.html">Vid is here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dooba.net/2009/08/seth-godin-talks-about-tech-and-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zune HD poised for great things?</title>
		<link>http://dooba.net/2009/08/zune-hd-poised-for-great-things/</link>
		<comments>http://dooba.net/2009/08/zune-hd-poised-for-great-things/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 04:06:58 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[C-Sharp]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Mobile Phone]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[Zune]]></category>

		<guid isPermaLink="false">http://dooba.net/?p=202</guid>
		<description><![CDATA[Anyone out there heard about the new Zune HD? You might hear about it a lot more soon. I wrote about this a while back when there was less info, just an announcement really. But now we have videos and reviews. I have to say it looks impressive so far. And finally something that LOOKS [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone out there heard about the new <a href="http://reviews.cnet.com/mp3-players/zune-hd/4505-6490_7-33665869.html">Zune HD</a>? You might hear about it a lot more soon. I wrote about this a while back when there was less info, just an announcement really. But now we have videos and reviews. I have to say it looks impressive so far. And finally something that LOOKS just as good as an Apple product too.</p>
<p>The screen looks great, and this has the new nvidia tegra chipset, so the graphics should be excellent.</p>
<p>Sure it plays music, has an HD radio tuner, video, and all that&#8230; but I secretly hope this is just the beginning of the Zune take over of the world. I&#8217;m serious. What if they added a UMTS modem? Instant cell phone&#8230;. And the Zune OS looks a whole heck of a lot better than the upcoming release of WinMobile&#8230;</p>
<p>Ok, and here is the other killer things for Zune (phone or otherwise). Apps. Lets look at programming on Apple vs Microsoft platforms. (For the sake of this exercise, I&#8217;m ignoring shell scripts or C++ command line app, etc). For GUI programming and GUI apps you have XCode vs .NET.. and then you have Java on both sides. But Java GUIs are worse than other of the other options, so we can ignore that too. I&#8217;ve coded on both sides and I have to say .NET is the easiest development system I&#8217;ve ever used, by far. VisualStudio is epic for debugging and development.</p>
<p>So.. Zune goes all app store on us&#8230; and you get to use .NET mobile to develop the apps. This would explode overnight. EVERYONE knows C# or VB&#8230; but to break into the Apple app store you have to figure out XCode&#8217;s development methodology and Obj-C. That sucks. No one uses Obj-C except Apple and I really just don&#8217;t like it.</p>
<p>This would be better than Android as well. I&#8217;m a big fan of Google and what they are doing with Android, but the SDK is still a bit rough, and the GUI design is no were near as good as what a Microsoft tool would bring.</p>
<p>And the HD has an nvidia chip set. What if we got some mobile version of DirectX? Think about the gaming potential of that too?</p>
<p>So that is my wild dream.. a Zune Phone with a .NET dev tool and an app store&#8230; Do it MS&#8230; DO IT.</p>
]]></content:encoded>
			<wfw:commentRss>http://dooba.net/2009/08/zune-hd-poised-for-great-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
