<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description></description><title>Stomping on technology</title><generator>Tumblr (3.0; @techstomp)</generator><link>http://techstomp.tumblr.com/</link><item><title>Skynet much</title><description>&lt;a href="http://www.zdnet.com/blog/btl/google-aims-to-bridge-android-cloud-computing-with-robotics/48693?tag=nl.e539"&gt;Skynet much&lt;/a&gt;</description><link>http://techstomp.tumblr.com/post/5452058728</link><guid>http://techstomp.tumblr.com/post/5452058728</guid><pubDate>Fri, 13 May 2011 12:01:51 -0400</pubDate><category>android</category></item><item><title>Free Tabs for IO attendees</title><description>&lt;p&gt;Of course that got a huge applause from the crowd.  Almost Oprah-esque, but other than that the crowd wasn&amp;#8217;t that into it.  Apple&amp;#8217;s events are better, but either way it irks me when the speaker stops and waits for an applause which leads into a mercy clap&amp;#8230;&lt;/p&gt;</description><link>http://techstomp.tumblr.com/post/5363683697</link><guid>http://techstomp.tumblr.com/post/5363683697</guid><pubDate>Tue, 10 May 2011 12:59:12 -0400</pubDate></item><item><title>So far Google IO a dud</title><description>&lt;p&gt;The crowd is barely into it, lots of smattering of applause.&lt;/p&gt;</description><link>http://techstomp.tumblr.com/post/5363183259</link><guid>http://techstomp.tumblr.com/post/5363183259</guid><pubDate>Tue, 10 May 2011 12:34:47 -0400</pubDate></item><item><title>Watch Google's continued quest for world dominance</title><description>&lt;a href="http://www.google.com/events/io/2011/index-live.html"&gt;Watch Google's continued quest for world dominance&lt;/a&gt;</description><link>http://techstomp.tumblr.com/post/5362615602</link><guid>http://techstomp.tumblr.com/post/5362615602</guid><pubDate>Tue, 10 May 2011 12:05:49 -0400</pubDate></item><item><title>Wow humming birds have an alien tongue...</title><description>&lt;a href="http://www.wired.com/wiredscience/2011/05/hummingbird-tongue-drinking/"&gt;Wow humming birds have an alien tongue...&lt;/a&gt;</description><link>http://techstomp.tumblr.com/post/5161226815</link><guid>http://techstomp.tumblr.com/post/5161226815</guid><pubDate>Tue, 03 May 2011 10:36:52 -0400</pubDate><category>video</category><category>nature</category></item><item><title>SQL Tuning</title><description>&lt;a href="http://samsaffron.com/archive/2011/05/02/A+day+in+the+life+of+a+slow+page+at+Stack+Overflow"&gt;SQL Tuning&lt;/a&gt;</description><link>http://techstomp.tumblr.com/post/5161179030</link><guid>http://techstomp.tumblr.com/post/5161179030</guid><pubDate>Tue, 03 May 2011 10:33:30 -0400</pubDate><category>sql</category></item><item><title>New Atrix Software</title><description>&lt;p&gt;Enjoy, doesn&amp;#8217;t seem to be anything spectacular, except for increased &amp;#8220;potential&amp;#8221; data speed.  Can you say hedging your bet&amp;#8230;&lt;img src="http://media.tumblr.com/tumblr_lkmidtIeKS1qh6gyw.png"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_lkmie5IWA71qh6gyw.png"/&gt;&lt;/p&gt;</description><link>http://techstomp.tumblr.com/post/5160971116</link><guid>http://techstomp.tumblr.com/post/5160971116</guid><pubDate>Tue, 03 May 2011 10:18:00 -0400</pubDate><category>android</category><category>att</category><category>motorola</category></item><item><title>The Register's unfair bashing of MS</title><description>&lt;p&gt;&lt;a title="MS and Native HTML5" target="_blank" href="http://www.theregister.co.uk/2011/04/13/web_skewers_microsoft_for_native_html5_talk/"&gt;Read&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;tl;dr&lt;/p&gt;
&lt;p&gt;Basically, The Register and some guy from Opera are blasting MS because they stated during &lt;a target="_blank" href="http://live.visitmix.com/"&gt;MIX 11&lt;/a&gt; that IE 9 and IE 10 have native support for HTML 5, claiming that it &amp;#8220;contradicts&amp;#8221; HTML 5&amp;#8217;s opened standard?&lt;/p&gt;
&lt;p&gt;So what, HTML 5 is browser and OS/platform agnostic, but the browser is not, unless that browser is in Java and in that case it will probably be slower.  IE 9/10 is optimized to run on windows (well that is the only place it runs) just like Chrome&amp;#8217;s Windows version is optimized to run on Windows especially when you look at the &lt;a target="_blank" href="http://blog.chromium.org/2010/09/unleashing-gpu-acceleration-on-web.html"&gt;graphics acceleration&lt;/a&gt; it uses.&lt;/p&gt;
&lt;p&gt;So the article is just link bait and a continue hatred of MS.&lt;/p&gt;</description><link>http://techstomp.tumblr.com/post/4635201893</link><guid>http://techstomp.tumblr.com/post/4635201893</guid><pubDate>Fri, 15 Apr 2011 12:14:18 -0400</pubDate></item><item><title>Java and Clean Code</title><description>&lt;p&gt;As a developer a suggested book to read is &amp;#8220;Clean Code&amp;#8221; by Martin Fowler.  One thing it suggests is that you method names are obvious and readable.  So after I did a quick read of this &lt;a title="Reversing arrays" href="http://schneide.wordpress.com/2011/04/11/reversing-an-array-in-java/"&gt;article&lt;/a&gt; I wanted a new name for Arrays.asList.  asList returns a fixed sized List, so why don&amp;#8217;t they call it Arrays.asFixedList, that way you don&amp;#8217;t really need to read the documentation to know that you can add/remove to the list you just created.&lt;/p&gt;</description><link>http://techstomp.tumblr.com/post/4584195168</link><guid>http://techstomp.tumblr.com/post/4584195168</guid><pubDate>Wed, 13 Apr 2011 14:19:19 -0400</pubDate><category>Java</category></item><item><title>IE 10</title><description>&lt;p&gt;Read some stuff about it &lt;a title="IE 10" href="http://blogs.lessthandot.com/index.php/WebDev/UIDevelopment/AJAX/first-look-at-ie-10"&gt;here&lt;/a&gt;.  I had just started to like IE 9.  12 week cycle on code refreshes is not short enough MS, Chrome is updated like 2 to 3 times a month.  Is that because of bug fixes only though?  I wonder.&lt;/p&gt;</description><link>http://techstomp.tumblr.com/post/4580955852</link><guid>http://techstomp.tumblr.com/post/4580955852</guid><pubDate>Wed, 13 Apr 2011 11:10:44 -0400</pubDate><category>microsoft</category><category>ie</category><category>chrome</category><category>google</category></item><item><title>Weird Oracle practice</title><description>&lt;p&gt;I was reading &lt;a title="DZone" href="http://www.dzone.com/links/index.html"&gt;DZone &lt;/a&gt;as I often do and I found a link to a new &amp;#8220;Java Magazine&amp;#8221; from Oracle.  Sounds like good bathroom reading, so I said let me sign up.  I read the hype &lt;a target="_blank" href="http://blogs.oracle.com/archbeat/2011/04/new_java_magazine.html"&gt;page&lt;/a&gt; and I saw that it is mobile format only.  Darn!  If I am on my phone or a tablet in the bathroom (which I don&amp;#8217;t have) I would probably be playing Angry Birds or Gun Bros, so a digital mag is probably a waste, but lets give it a shot.  I go to the sign up page and it wants you street address???  If it is digital why do you need it.  *close page*&lt;/p&gt;</description><link>http://techstomp.tumblr.com/post/4580899746</link><guid>http://techstomp.tumblr.com/post/4580899746</guid><pubDate>Wed, 13 Apr 2011 11:07:03 -0400</pubDate><category>silly</category><category>java</category><category>oracle</category><category>dzone</category></item><item><title>ComicRack malware?</title><description>&lt;p&gt;Well, well, well.  I have been using ComicRack for a while, thought it was a decent tool for reading strips, but it seems to be trying to do dialup in the background.&lt;/p&gt;
&lt;p&gt;I was having trouble connecting to my vpn at work, so I did a diagnostic and look at what I found in the logs (time to uninstall, some info snipped and shortened):&lt;/p&gt;

&lt;p&gt;&lt;a href="#TraceCollectTracingLogs"&gt;Tracing Logs&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="#ComicRack_RASAPI32.LOG"&gt;ComicRack_RASAPI32.LOG&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="#ComicRack_RASMANCS.LOG"&gt;ComicRack_RASMANCS.LOG&lt;/a&gt;&lt;br/&gt;&amp;#8230;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a name="ComicRack_RASAPI32.LOG" id="ComicRack_RASAPI32.LOG"&gt; &lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;&lt;a name="ComicRack_RASAPI32.LOG" id="ComicRack_RASAPI32.LOG"&gt;ComicRack_RASAPI32.LOG [ &lt;/a&gt;&lt;a href="#TableOfContents"&gt;Table Of Contents&lt;/a&gt; ]&lt;/h4&gt;
&lt;pre&gt;-------------------------------------------------------------------------------
C:\Windows\tracing\ComicRack_RASAPI32.LOG
-------------------------------------------------------------------------------

[484] 11-13 23:18:29:819: RasEnumConnectionsW
[484] 11-13 23:18:29:819: IsRasmanServiceRunning=1
[484] 11-13 23:18:29:819: LoadRasmanDll
[3492] 11-13 23:18:43:838: RasEnumEntriesW
[3492] 11-13 23:18:43:838: ReadPhonebookFileEx: called for pbk C:\ProgramData\Microsoft\Network\Connections\Pbk\rasphone.pbk, flags 1032
[3492] 11-13 23:18:43:838: IsPublicPhonebook=1
[3492] 11-13 23:18:43:838: path=C:\ProgramData\Microsoft\Network\Connections\Pbk\rasphone.pbk
[3492] 11-13 23:18:43:838: full path=C:\ProgramData\Microsoft\Network\Connections\Pbk\rasphone.pbk
[3492] 11-13 23:18:43:838:  IsVirtualizationNeeded: return value = 1

[3492] 11-13 23:18:43:839: GetLUAPhonebookPath: Return value 0 hiddenpbk path C:\Users\faciletech\AppData\Roaming\Microsoft\Network\Connections\Pbk\_hiddenPbk\rasphone.pbk

[3492] 11-13 23:18:43:839: ReadRasFile: ReadEntryList returned 0
[3492] 11-13 23:18:43:839: SyncMasterPhonebookFile:++
[3492] 11-13 23:18:43:839: IsPublicPhonebook=1
[3492] 11-13 23:18:43:839: path=C:\ProgramData\Microsoft\Network\Connections\Pbk\rasphone.pbk
[3492] 11-13 23:18:43:839: full path=C:\ProgramData\Microsoft\Network\Connections\Pbk\rasphone.pbk
[3492] 11-13 23:18:43:839: FindFirstFile failed with 0x3
[3492] 11-13 23:18:43:839: ReadRasFile: File C:\ProgramData\Microsoft\Network\Connections\Pbk\rasphone.pbk does not exist
[3492] 11-13 23:18:43:839: DeleteEntriesOnlyInHiddenPhonebookFile ++
[3492] 11-13 23:18:43:839: WritePhonebookFile
[3492] 11-13 23:18:43:839: ModifyEntryList: Number of connections written 0
[3492] 11-13 23:18:43:839: RASSQM: In WritePhonebookFile Number of alluser profiles set 0
[3492] 11-13 23:18:43:839: DeleteEntriesOnlyInHiddenPhonebookFile : WritePhonebookFile failed with 0
[3492] 11-13 23:18:43:839: RASSQM: In ReadPhonebookFile Number of alluser profiles set 0
[3492] 11-13 23:18:43:839: ReadPhonebookFile returns 0
[3492] 11-13 23:18:43:840: ReadPhonebookFileEx: called for pbk C:\Users\faciletech\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk, flags 1032
[3492] 11-13 23:18:43:840: IsPublicPhonebook=0
[3492] 11-13 23:18:43:840: path=C:\Users\faciletech\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk
[3492] 11-13 23:18:43:840: full path=C:\Users\faciletech\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk
[3492] 11-13 23:18:43:840:  IsVirtualizationNeeded: return value = 0

[3492] 11-13 23:18:43:840: ENTRY: Reading "Dial-up Connection"
[3492] 11-13 23:18:43:840: Reading media group "serial"
[3492] 11-13 23:18:43:840: New link format
[3492] 11-13 23:18:43:840: 
DUPTEST:Port in this media &lt;br/&gt;&lt;/pre&gt;</description><link>http://techstomp.tumblr.com/post/4264255052</link><guid>http://techstomp.tumblr.com/post/4264255052</guid><pubDate>Fri, 01 Apr 2011 16:05:00 -0400</pubDate></item><item><title>Sideloading on a crippled Android</title><description>&lt;p&gt;If you are on a family plan with someone that refuses to give up their iPhone and you really want an Android but are hesitant because of how AT&amp;amp;T demands the Android be crippled, read this.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;&lt;a title="Angry Birds Rio on Amazon's AppStore" target="_blank" href="http://www.amazon.com/Rovio-Mobile-Angry-Birds-Rio/dp/B004SBS8LA"&gt;Angry Birds Rio&lt;/a&gt; came out yesterday and for some reason I wanted it, it is pretty fun not as redundant as Angry Bird Seasons.  Being I have an unrooted Atrix 4G (I will root soon as HDMI mirroring is up) I couldn&amp;#8217;t even install Amazon&amp;#8217;s AppStore!  *Side note* why doesn&amp;#8217;t Amazon put the AppStore on the Android Marketplace?  After doing some bing-ing (doesn&amp;#8217;t roll off the tongue like googling), I found an application on androidcentral called &amp;#8220;&lt;a title="Sideload for Windows" target="_blank" href="http://forum.androidcentral.com/android-sideload-wonder-machine/40770-ac-sideload-wonder-machine-windows.html"&gt;Sideload Wonder Machine for Windows&lt;/a&gt;&amp;#8221;, I then proceeded to follow these steps:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Get Sideload 1.1 for windows preferably from &lt;a target="_blank" href="http://forum.androidcentral.com/android-sideload-wonder-machine/40770-ac-sideload-wonder-machine-windows.html"&gt;here &lt;/a&gt;(but you have to register) or &lt;a target="_blank" href="https://docs.google.com/leaf?id=0B3GWHO9HM1CdMGZlNjU0M2QtMDM1NS00MDBkLWIyNTAtMmYyM2FjZTc5ZWY2&amp;amp;sort=name&amp;amp;layout=list&amp;amp;num=50"&gt;here&lt;/a&gt; (this will never be updated to the latest).&lt;/li&gt;
&lt;li&gt;Unzip Sideload (c:\ -&amp;gt; c:\sideload).&lt;/li&gt;
&lt;li&gt;Put the directory where you unzipped Sideload in you Window&amp;#8217;s PATH.&lt;/li&gt;
&lt;li&gt;Go to &lt;a href="http://www.amazon.com/mobile-apps/b/ref=nav_swm_venezia_20110322?ie=UTF8&amp;amp;node=2350149011&amp;amp;pf_rd_p=1291692422&amp;amp;pf_rd_s=nav-sitewide-msg&amp;amp;pf_rd_t=4201&amp;amp;pf_rd_i=navbar-4201&amp;amp;pf_rd_m=ATVPDKIKX0DER&amp;amp;pf_rd_r=1AHABWPT763MAGVV5H9H"&gt;Amazon&amp;#8217;s Mobile site&lt;/a&gt; and have them send you the Android app link to your email (the form is on the right under Get Started).  When you get the email, download the apk file and place it somewhere you will remember (I put mine in the same directory with Sideload).&lt;/li&gt;
&lt;li&gt;Connect your phone via usb to your computer (Make sure you have downloaded the appropriate drivers)&lt;/li&gt;
&lt;li&gt;You can double click Sideload (AndroidCentral-SWM.exe), but that never worked for me.  I had to run it from the command prompt, making sure that I went into the Sideload directory to start it.&lt;/li&gt;
&lt;li&gt;Select the Amazon apk and install.&lt;/li&gt;
&lt;li&gt;Now on your phone log into the Amazon AppStore it is just called AppStore (no wonder Apple is &lt;a href="http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;cd=10&amp;amp;ved=0CHUQFjAJ&amp;amp;url=http%3A%2F%2Fwww.bloomberg.com%2Fnews%2F2011-03-21%2Fapple-sues-amazon-com-over-use-of-app-store-trademark.html&amp;amp;ei=uy2KTYfpOcTG0QHrorX5DQ&amp;amp;usg=AFQjCNFRNS0kuh8UtxyW-Wp4d2Hq0OslRw&amp;amp;sig2=ZXL_o0C4KsRxSLzo3UTfUg"&gt;suing&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Register or use an existing account.&lt;/li&gt;
&lt;li&gt;Download the app that you want&lt;/li&gt;
&lt;li&gt;The install will fail because AT&amp;amp;T are idiots&lt;/li&gt;
&lt;li&gt;Now you will need to browse you phone as a mass storage device (mine was MB860 (E:) ).&lt;/li&gt;
&lt;li&gt;Go to E:\Android\data\com.amazon.venezia\cache (Again E: depends on how Windows recognizes your device).&lt;/li&gt;
&lt;li&gt;The apk you just downloaded but failed to install should be there with a weird name like vnz15091.apk.&lt;/li&gt;
&lt;li&gt;Copy that file to the Sideload directory and install it just like you did the Amazon AppStore.&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;strong&gt;Enjoy and look out for the deals!!!&lt;/strong&gt;&lt;/p&gt;</description><link>http://techstomp.tumblr.com/post/4046948024</link><guid>http://techstomp.tumblr.com/post/4046948024</guid><pubDate>Wed, 23 Mar 2011 13:39:00 -0400</pubDate></item><item><title>Amazon AppStore</title><description>&lt;p&gt;With the fairly recent &lt;a href="http://www.wired.com/threatlevel/2011/03/android-malware" target="_blank"&gt;debacle&lt;/a&gt; that was Google having to &lt;a href="http://news.yahoo.com/s/nf/20110302/bs_nf/77544" target="_blank"&gt;pull&lt;/a&gt; malicious apps, how is Amazon going to handle the same inevitable situation?&lt;/p&gt;</description><link>http://techstomp.tumblr.com/post/4037785760</link><guid>http://techstomp.tumblr.com/post/4037785760</guid><pubDate>Tue, 22 Mar 2011 23:22:39 -0400</pubDate><category>android</category><category>amazon</category><category>google</category></item></channel></rss>
