<?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>Jason Tucker &#187; Hacks</title>
	<atom:link href="http://www.jasontucker.us/category/tech/hacks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jasontucker.us</link>
	<description>Father, Husband &#38; Geek Dad - IT Consultant</description>
	<lastBuildDate>Sun, 20 May 2012 14:42:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19643</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Schedule your Mac to mute sound at night</title>
		<link>http://www.jasontucker.us/2850/schedule-your-mac-to-mute-sound-at-night</link>
		<comments>http://www.jasontucker.us/2850/schedule-your-mac-to-mute-sound-at-night#comments</comments>
		<pubDate>Thu, 23 Feb 2012 15:29:17 +0000</pubDate>
		<dc:creator>Jason Tucker</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac book pro]]></category>
		<category><![CDATA[mute]]></category>
		<category><![CDATA[os X]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://www.jasontucker.us/?p=2850</guid>
		<description><![CDATA[Last night my email client was on and my MacBook Pro&#8217;s volume was set to full volume (I was rocking out during a coding session earlier in the day) and every time my email client Sparrow got a new email it would chime an alert. Typically I welcome this alert but no at midnight, 1:15, 2:22, 3:45, 4:55. So the<a class="moretag" href="http://www.jasontucker.us/2850/schedule-your-mac-to-mute-sound-at-night"> ...continue reading the story called Schedule your Mac to mute sound at night</a>]]></description>
			<content:encoded><![CDATA[<p>Last night my email client was on and my MacBook Pro&#8217;s volume was set to full volume (I was rocking out during a coding session earlier in the day) and every time my email client Sparrow got a new email it would chime an alert. Typically I welcome this alert but no at midnight, 1:15, 2:22, 3:45, 4:55. So the 4:55am one did help me wake up this morning but that&#8217;s beside the point.</p>
<p>I know I can somehow control the volume using applescript and I know I can assign a script to be kicked off at certain times by setting a scheduled even in iCal so I thought I should marry these to ideas and stop my Mac from bothering my wife an I at night.</p>
<p>Here is how I did it:</p>
<p>Open up the AppleScript Editor, I used Spotlight to do this&#8230;</p>
<p><a href="http://www.jasontucker.us/wp-content/uploads/2012/02/SystemUIServer.jpg"><img class="alignnone size-full wp-image-2852" title="SystemUIServer" src="http://www.jasontucker.us/wp-content/uploads/2012/02/SystemUIServer.jpg" alt="" width="441" height="137" /></a></p>
<p>Once you have that open type in the following:</p>
<p style="padding-left: 30px;"><strong>set volume 0</strong></p>
<p>You can test if this works by setting your volume to the max from the menu bar or on your keyboard. Now press the &#8220;Run&#8221; button and watch the magic happen.TaDa! Volume set to zero. Obviously we don&#8217;t want to run this script manually each time we want this to happen so let&#8217;s save this script to your Documents folder, I named mine &#8220;Mute Sound.scpt&#8221; and move on to iCal.</p>
<p><a href="http://www.jasontucker.us/wp-content/uploads/2012/02/applescript-1.jpg"><img class="alignnone size-full wp-image-2851" title="applescript-1" src="http://www.jasontucker.us/wp-content/uploads/2012/02/applescript-1.jpg" alt="" width="419" height="355" /></a></p>
<p>Close the AppleScript Editor and load up iCal.</p>
<p>If this automation thing is new to you I&#8217;d imagine you&#8217;ll be using this more and more,  go up to File and select New Calendar and then select &#8220;On My Mac&#8221;. Why &#8220;On My Mac&#8221;? well for me I sync all my calendars to my iPhone and iPad and I dont want to be alerted when my Mac is doing these automations so we&#8217;re making a mac specific calendar to house these. Set the name of this Calendar to be &#8220;Automation&#8221;.</p>
<p><a href="http://www.jasontucker.us/wp-content/uploads/2012/02/iCal.jpg"><img class="alignnone size-full wp-image-2853" title="iCal" src="http://www.jasontucker.us/wp-content/uploads/2012/02/iCal.jpg" alt="" width="242" height="201" /></a></p>
<p>After that right click on todays date and select &#8220;New Event&#8221; and name it &#8220;Mute Sound&#8221; then double click on it and select &#8220;Edit&#8221;.</p>
<p>From the edit screen set the time you want your computer to be muted, for me I set it for 10pm since I&#8217;m old and go to bed a decent hour most nights. Since I want this to happen &#8220;most nights&#8221;  you can set this to run say, Sunday through Thursday for 10pm like me then on Friday through Saturday set it for 11:59pm or whatever fits your schedule. To do the 2 tier&#8217;d scheduling just make 2 events. Anyhow, to kick off the Alert change the Alert to &#8220;Run Script&#8221; and then locate the &#8220;Mute Sound&#8221; script from your Documents folder.</p>
<p><a href="http://www.jasontucker.us/wp-content/uploads/2012/02/Mute-Sound-—-Info.jpg"><img title="Mute Sound — Info" src="http://www.jasontucker.us/wp-content/uploads/2012/02/Mute-Sound-—-Info.jpg" alt="" width="380" height="520" /></a></p>
<p>Click apply and now you have your Mute Sound kicking off at the time you specified and now you won&#8217;t be bothered late at night.</p>
<p>In a later posting I&#8217;ll discuss how to use AppleScript and iCal to update my podcasts each morning so they are ready for me to listen to on my commute to work.</p>
<p>Let me know how this works for you in the comments below!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasontucker.us/2850/schedule-your-mac-to-mute-sound-at-night/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Return of the iPhone Jailbreak</title>
		<link>http://www.jasontucker.us/2323/return-of-the-iphone-jailbreak</link>
		<comments>http://www.jasontucker.us/2323/return-of-the-iphone-jailbreak#comments</comments>
		<pubDate>Fri, 22 Oct 2010 21:32:48 +0000</pubDate>
		<dc:creator>Jason Tucker</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[action menu]]></category>
		<category><![CDATA[activator]]></category>
		<category><![CDATA[cyntact]]></category>
		<category><![CDATA[iphone 4]]></category>
		<category><![CDATA[jail break]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[jailbroken]]></category>
		<category><![CDATA[limera1n]]></category>
		<category><![CDATA[mobile terminal]]></category>
		<category><![CDATA[mywi]]></category>
		<category><![CDATA[notified pro]]></category>
		<category><![CDATA[popup blocker]]></category>
		<category><![CDATA[pwnagetool]]></category>
		<category><![CDATA[sbsettings]]></category>
		<category><![CDATA[statusbar notification]]></category>

		<guid isPermaLink="false">http://www.jasontucker.us/?p=2323</guid>
		<description><![CDATA[When I got my first iPod Touch Jailbreaking was just started up. The device was new and shiny yet we wanted more&#8230; jailbreaking allowed the adventureious geek to disable the built in security of the device and &#8220;root&#8221; it allowing them to login via an ssh connection and access the shell. See, I live by the idea that there is<a class="moretag" href="http://www.jasontucker.us/2323/return-of-the-iphone-jailbreak"> ...continue reading the story called Return of the iPhone Jailbreak</a>]]></description>
			<content:encoded><![CDATA[<p><img title="iphone_4_jailbreak_release" src="http://www.jasontucker.us/wp-content/uploads/2010/10/iphone_4_jailbreak_release1.jpg" alt="" width="389" height="208" /></p>
<p>When I got my first iPod Touch Jailbreaking was just started up. The device was new and shiny yet we wanted more&#8230; jailbreaking allowed the adventureious geek to disable the built in security of the device and &#8220;root&#8221; it allowing them to login via an ssh connection and access the shell. See, I live by the idea that there is always something more to do with a device or technology then what it was really intended for. There was a lot of slick apps being added to the iPod Touch (this was before the official Apple App Store existed) and I was having fun adding new all sorts of cool stuff to the device. At the time my favorite was being able to add a wallpaper  springboard where the icons lived. Apps like Winterboard really made it so you could customize the device however you saw fit.</p>
<p>Later I sold my iPod Touch and got an iPhone which again I jailbroke but was very cautious in what apps I added to it. This was my primary phone and I didn&#8217;t need it rebooting in the middle of a phone call or something. When I purchased my iPhone 3G I tried my hand again at jailbreaking and had decent results but some instability problems. One day my iPhone outright died and I had to take it to the Apple Store to see about having it fixed or replaced. At the time I had &#8220;Make it mine&#8221; app installed which allowed me to have &#8220;TUCKER&#8221; displayed instead of &#8220;AT&amp;T&#8221; as the carrier text. Luckily he couldn&#8217;t get the phone to boot so he gave me a new iPhone 3G. From that point I didn&#8217;t jailbreak my iPhone 3G but I did go home and restore from backup, it ends up that the carrier modification that Make it Mine did stays in the backup so I continued to have &#8220;TUCKER&#8221; and the carrier text even though it wasn&#8217;t jailbroken. Fast forward to 2010 and I have an iPhone 4 32gb that I&#8217;ve been itching to jailbreak due to the faster processor and more memory I had this feeling that the instability issues would be minimal on this more powerful device.</p>
<p>Before doing the jailbreak I mapped out my plan of attack:</p>
<ul>
<li>No UI customizations needed for me. I didn&#8217;t really care about modifying the aesthetics of the UI, now that iOS4 allows someone to add their own Lock Screen wallpaper and SpringBoard wallpaper I&#8217;m fine with just that.</li>
<li>Find a way to get rid of the annoying popup notifications in favor of some non-intrusive notification method ala Android and WebOS.</li>
<li>Disable the WiFi only restrictions that Apple (and AT&amp;T) put in place.</li>
<li>Enable the ability to create a WiFi hotspot.</li>
</ul>
<p>Added Bonus:</p>
<ul>
<li>Add additional functionality to Copy and Paste action menu.</li>
</ul>
<p>I found all the jailbreak only programs I needed to make the above happen then researched how to go about jailbreaking the iPhone 4. As of this writing iOS Version 4.1 (8B117)  is the current firmware and quite a few jailbreak apps have come out: pwnagetool, limera1n etc. I tried pwnagetool and ended up with a non activated iPhone 4, a iPod Touch if you will. I started from scratch and tried limera1n with much more success. I do hear that there may be some battery life issue with using limera1n and I&#8217;ll be looking into that in the next few days.</p>
<p>So, what apps did I install from Cydia?</p>
<ul>
<li><strong>Action Menu</strong><br />
Expands on the Cut Copy and Paste menu by adding additional features to it:<br />
Copy All, History, Lookup, Tweet, TinyUrl, Open Path, Search and much more</li>
<li><strong>Activator</strong><br />
Activate apps via gestures, buttons and shortcuts. I&#8217;m mainly using this to activate Notified Pro so I can swipe from the top of the screen down to show my notifications.</li>
<li><strong>Cyntact</strong><br />
Shows profile pictures in contact lists, if you have pictures of all your contacts it&#8217;s nice, if you use the iPhone Facebook  app enabled avatar sync and enjoy the new pictures.</li>
<li><strong>Mobile Terminal </strong>(iOS4)<br />
Allows me to access the shell on the iPhone</li>
<li><strong>My3G</strong><br />
This app tricks applications / iOS into thinking they are connected to WiFi instead of 3G. Facetime, iTunes downloads, Podcast Downloads and high quality YouTube to name a few are all enabled when using this app.</li>
<li><strong>Notified Pro</strong><br />
Notified for iPhone is a notification app it allows users to have more of an Android-style notification system. Something I&#8217;m surprised that Apple hasn&#8217;t improved on yet.&nbsp;</p>
<ul>
<li><strong>Statusbar Notification</strong><br />
When<strong> </strong>a new notification comes in instead of the popup being displayed (once disabled using Popup Blocker below) it displays the notification on the top status bar until clicked.</li>
<li><strong>Popup Blocker</strong><br />
Allows you to control just about every popup that you could get on an iPhone and/or iPod touch. Once installed, you can get to the app in your stock Settings application. Here you have the options to enable/disable the application, Block Away Items, turn on/off Wake On Alert (this turns on your screen when you receive an alert) and set Alerts. My favorites here are disabling the popup when the iPhone is in an active state (being used, playing a game) and disable that annoying popup when I plug my iPhone into an &#8220;unsupported dock&#8221;.</li>
</ul>
</li>
<li><strong>SBSettings</strong><br />
SBSettings is not like the regular iPhone app that can be launched from the home screen by tapping on its icon. To launch it, you have to swipe on iPhone&#8217;s status bar or tap the status bar using two fingers. Once SBSettings is launched, you&#8217;ll see various toggle switches that are available in the Settings app such as Wi-Fi, 3G, EDGE, Bluetooth, Brightness etc.</li>
<li><a href="http://www.intelliborn.com/mywi.html">MyWi</a><br />
This is an extremely powerful application that allows you to create a wifi hotspot (currently only Ad-Hoc is available, Infrastructure coming soon). This is something that is pretty popular in the Android community primarily with the Android Evo.</li>
</ul>
<p>In later posts I&#8217;ll review each of these apps so you can see what justified me jailbreaking my device. Let me know if the comments what JB apps you use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasontucker.us/2323/return-of-the-iphone-jailbreak/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4 not syncing photos and videos with iPhoto</title>
		<link>http://www.jasontucker.us/2246/iphone-4-not-syncing-photos-and-videos-with-iphoto</link>
		<comments>http://www.jasontucker.us/2246/iphone-4-not-syncing-photos-and-videos-with-iphoto#comments</comments>
		<pubDate>Mon, 27 Sep 2010 05:30:59 +0000</pubDate>
		<dc:creator>Jason Tucker</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.jasontucker.us/?p=2246</guid>
		<description><![CDATA[Since I got my iPhone 4 my single most frustrating issue with it has been with iPhoto stalling and not syncing photos and videos from the iPhone 4. When I connect the iPhone 4 OS X kicks off iPhoto and tell it to scan the iPhone and prepare to download photos from it. When I tell it to proceed it pretends to<a class="moretag" href="http://www.jasontucker.us/2246/iphone-4-not-syncing-photos-and-videos-with-iphoto"> ...continue reading the story called iPhone 4 not syncing photos and videos with iPhoto</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jasontucker.us/wp-content/uploads/2010/09/iPhoto.png" alt="" title="iPhoto" width="240" height="240" class="alignnone size-full wp-image-2248" /><br />
Since I got my iPhone 4 my single most frustrating issue with it has been with iPhoto stalling and not syncing photos and videos from the iPhone 4. When I connect the iPhone 4 OS X kicks off iPhoto and tell it to scan the iPhone and prepare to download photos from it. When I tell it to proceed it pretends to start syncing then just drops the ball and stalls. Sometimes rebooting the iPhone would fix it and sometimes just closing the iPhone apps that are running would solve it too. One time I even rebooted both my iPhone and the Mac and had it begin syncing the photos fine.  Today I took a bunch of video using the iPhone and wanted to post them on online but iPhoto starting doing the stalling thing again. I gave up and looked on Apple&#8217;s Discussion forums for help. I found a post that stated the following:</p>
<blockquote><p>Quit iPhoto Open Activity Monitor (Applications &gt; Utilities &gt; Activity Monitor.app)<br />
In the search window at the top right, search for PTPCamera<br />
Click on PTPCamera in the list of results to highlight it<br />
Click on Quit Process (the red stopsign icon in the upper left of Activity Monitor)<br />
Choose “Quit” If you don’t already see “Image Capture Extension” in the list, search for it in the search box.<br />
Click on “Image Capture Extension” in the list of results to highlight it Choose “Quit”<br />
Go to Macintosh HD &gt; System &gt; Library &gt; Image Capture &gt; Devices and open PTPCamera.app back up<br />
Unplug and re-plug the iPhone 4.<br />
iPhoto should open, if you’ve set it to do so when a camera is plugged in.<br />
Otherwise, open it.<br />
You should see your media available for import from the iPhone 4 when you click on the iPhone 4 in the devices list. [<a href="http://discussions.apple.com/thread.jspa?threadID=2489460&amp;start=60&amp;tstart=0">Forum Post</a>]</p></blockquote>
<p>I hate doing manual processes such as this and wrote a quick Applescript to do the above:</p>
<pre lang="applescript">

tell application "iPhoto"
	quit
end tell

set app_name to "Finder"
set PTPCameraRunning to (do shell script "ps ax | grep " &#038; "PTPCamera" &#038; " | grep -v grep | awk '{print $1}'")
if PTPCameraRunning is not "" then do shell script ("killall  'PTPCamera'" &#038; PTPCameraRunning)

set ImageCaptureExtensionRunning to (do shell script "ps ax | grep " &#038; "Image Capture Extension'" &#038; " | grep -v grep | awk '{print $1}'")
if PTPCameraRunning is not "" then do shell script ("killall  'Image Capture Extension'" &#038; ImageCaptureExtensionRunning)
</pre>
<p><i>Like with any code there is a 101 ways to do the same thing and any code I&#8217;d write I&#8217;d imagine you can write better feel free to leave a comment with your own Applescript suggestion<i></p>
<p>So now all I need to do is click that script, it closes iPhoto, PTPCamera and Image Capture Extension. Then I can plugin my iPhone and do my thing.<br />
<!--22bdc0133ef54690a9b7c71bfefcb60a--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasontucker.us/2246/iphone-4-not-syncing-photos-and-videos-with-iphoto/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Square payment device for iPhone (with iPhone 4 fix)</title>
		<link>http://www.jasontucker.us/2238/square-payment-device-for-iphone-with-iphone-4-fix</link>
		<comments>http://www.jasontucker.us/2238/square-payment-device-for-iphone-with-iphone-4-fix#comments</comments>
		<pubDate>Sat, 25 Sep 2010 23:43:11 +0000</pubDate>
		<dc:creator>Jason Tucker</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[iphone 4]]></category>
		<category><![CDATA[payment]]></category>
		<category><![CDATA[square]]></category>

		<guid isPermaLink="false">http://www.jasontucker.us/?p=2238</guid>
		<description><![CDATA[Today I received my Square device from SquareUp.com which allows me to accept credit cards as payment for services that I do for my customers.  The device plugs into the iPhone and when used with the Square app for iPhone lets me specify a charge amount, type a not and then swipe the customers credit/debit card. Once swiped (correctly, more<a class="moretag" href="http://www.jasontucker.us/2238/square-payment-device-for-iphone-with-iphone-4-fix"> ...continue reading the story called Square payment device for iPhone (with iPhone 4 fix)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jasontucker.us/wp-content/uploads/2010/09/IMG_0619.jpg"><img class="alignnone size-medium wp-image-2242" title="Square" src="http://www.jasontucker.us/wp-content/uploads/2010/09/IMG_0619-224x300.jpg" alt="" width="224" height="300" /></a></p>
<p>Today I received my Square device from <a href="http://www.SquareUp.com">SquareUp.com</a> which allows me to accept credit cards as payment for services that I do for my customers.  The device plugs into the iPhone and when used with the Square app for iPhone lets me specify a charge amount, type a not and then swipe the customers credit/debit card. Once swiped (correctly, more on that later) the a new screen appears in landscape and requests the customer to sign their name using their finger. Press one final button and it shows the transaction is complete.</p>
<p><img class="alignnone size-medium wp-image-2240" title="IMG_0618" src="http://www.jasontucker.us/wp-content/uploads/2010/09/IMG_0618-200x300.png" alt="" width="200" height="300" /></p>
<p>Optionally you can send the customer a receipt via email which will contain a link that shows a map of where the transaction took place, when, my picture and the note that what specified when starting the transaction.</p>
<p><img class="alignnone size-medium wp-image-2243" title="Receipt from Jason Tucker" src="http://www.jasontucker.us/wp-content/uploads/2010/09/Receipt-from-Jason-Tucker-297x300.jpg" alt="" width="297" height="300" /></p>
<p>When testing this $1.00 test transaction I received $0.82 in my bank account.</p>
<p>Square states the following <a href="https://squareup.com/features">on their site regarding the service fees per transaction</a>:</p>
<p><strong>Card-present (swiped) rate:</strong> 2.75% + 15¢</p>
<p><strong>Card-not-present (keyed-in) rate:</strong> 3.5% + 15¢</p>
<h2>Problems (and the solution to the iPhone 4 issue)</h2>
<p>One problem I had with swiping the card is that the device kinda &#8220;shorts out&#8221; when the Square is plugged in to an iPhone 4. Previous iPhones don&#8217;t have the antenna external to the unit which is how it &#8220;shorts out&#8221;. I applied a small amount of clean nail polish to the gold base of the headphone jack which creates a small barrier between the iphone and the gold base of the Square.</p>
<p><a href="http://www.jasontucker.us/wp-content/uploads/2010/09/Square-with-arrows-1.jpg"><img class="alignnone size-medium wp-image-2244" title="Square with arrows-1" src="http://www.jasontucker.us/wp-content/uploads/2010/09/Square-with-arrows-1-300x278.jpg" alt="" width="300" height="278" /></a></p>
<p>I added the red there to show where I put the small amount of clear nail polish.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasontucker.us/2238/square-payment-device-for-iphone-with-iphone-4-fix/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Geekery at its finest</title>
		<link>http://www.jasontucker.us/900/geekery-at-its-finest</link>
		<comments>http://www.jasontucker.us/900/geekery-at-its-finest#comments</comments>
		<pubDate>Wed, 21 Nov 2007 16:57:44 +0000</pubDate>
		<dc:creator>Jason Tucker</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jasontucker.us/2007/11/21/geekery-at-its-finest/</guid>
		<description><![CDATA[I was on Geek Week #4 for the podcast A Geek and his Wife. Kevin and Heather do a couple cast where every other week Kevin invites a geek to be on the show and geek it up. This week its was ME! We talked about my background, my podcasts, MAME, Xbox hacking, Asterisk, WRT45G hacking (with DD-WRT) and other<a class="moretag" href="http://www.jasontucker.us/900/geekery-at-its-finest"> ...continue reading the story called Geekery at its finest</a>]]></description>
			<content:encoded><![CDATA[<p>I was on Geek Week #4 for the podcast <a href="http://www.ageekandhiswife.net">A Geek and his Wife</a>. Kevin and Heather do a couple cast where every other week Kevin invites a geek to be on the show and geek it up. This week its was ME!</p>
<p>We talked about my background, my podcasts, MAME, Xbox hacking, Asterisk, WRT45G hacking (with DD-WRT) and other fun stuff.</p>
<p>Give it a listen:<br />
<a href="http://www.ageekandhiswife.net/2007/11/geek_week_show_4_tucker_time.php">Geek Week on A Geek and his Wife podcast &#8211; Tucker Time</a><br />
<a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=256515567">Subscribe via iTunes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasontucker.us/900/geekery-at-its-finest/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPod Dock Extender</title>
		<link>http://www.jasontucker.us/839/ipod-dock-extender</link>
		<comments>http://www.jasontucker.us/839/ipod-dock-extender#comments</comments>
		<pubDate>Tue, 20 Feb 2007 17:44:17 +0000</pubDate>
		<dc:creator>Jason Tucker</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.jasontucker.us/2007/02/20/ipod-dock-extender/</guid>
		<description><![CDATA[Man, one of my biggest pet peeves is that Apple made this cool ass universal dock connector with interchangeable dock sleeves. The Nano has a smaller one with the connector off to one side, the video has a bigger space so its rotund aass can fit in there. The mini and various others have different connectors too. I bought the<a class="moretag" href="http://www.jasontucker.us/839/ipod-dock-extender"> ...continue reading the story called iPod Dock Extender</a>]]></description>
			<content:encoded><![CDATA[<p>Man, one of my biggest pet peeves is that Apple made this cool ass universal dock connector with interchangeable dock sleeves. The Nano has a smaller one with the connector off to one side, the video has a bigger space so its rotund aass can fit in there. The mini and various others have different connectors too. I bought the Agent18 iPod video case it came with its own modified dock sleeve so it would fit into the ipod dock with no problems. The case makes the ipod just a bit bigger (about 1/16th inch on either side) and the modified sleeve allows for it to fit. Unfortunatly if you buy a non official ipod dock they dont use the same layout as the ipod univeral dock connector sleeves. I suppose Apple has this patented so companies cant make this feature avail in their docks. But WHY!?!?! <strong>WHY! </strong>I have no idea why.</p>
<p>I bought Jen a dock for her computer off ebay. its called the iDock or something like that. The box it came in look like it was from apple, they even made the packaging complicated like apple would. Jen has an Agent18 acrylic case for her iPod Nano too, it too came with a modified dock sleeve. We tried to put the dock sleeve into the space provided and it didnt fit. I even cut off some pieces to make it fit. It was never 100%. See, the faux iDock has its own &#8220;standard&#8221; of dock connector sleeves, theirs were more square and the apple one is a bit oval like. 2 grat concepts but non &#8220;universal&#8221; or &#8216;interchangeable&#8221;</p>
<p>Later I bought a dock for my 30gig iPod video, it too wasnt an Apple made device. Unlike the faux iDock I got Jen it didnt have the univeral sleeve setup. It had size and thats it. The Agent18 case i have doesnt fit a standard dock (thats why it came with its own universal sleeve). The dock I bought has a 10 card reader on it so I thought killing 2 birds with 1 stone would be cool. Since my iPod doesnt fit in it unless I take off the Agent18 case I thought about hacking it apart and making the walls of the dock where the ipod rests a bit wider.</p>
<p>Today I was reading the usual blogs I read and found this device called the <a href="http://www.sendstation.com/us/products/dockextender/">Dock Extender</a>. Someone had the same problem I have and figures out a way to solve it.</p>
<p><img src="http://www.abstrakone.com/wp-content/uploads/2007/02/dockextender2.thumbnail.jpg" alt="dockextender2.jpg" /><img src="http://www.abstrakone.com/wp-content/uploads/2007/02/dockextender1.thumbnail.jpg" alt="dockextender1.jpg" /><img src="http://www.abstrakone.com/wp-content/uploads/2007/02/dockextender3.thumbnail.jpg" alt="dockextender3.jpg" /></p>
<p>The Dock Extender goes between the ipod in its case and the dock. It allows for the ipod to be docked and it also comes with a metal back support so it wont over extend and break your dock or dock extender.</p>
<p>The device isnt for sell yet and its maker looks to be in Europe. Hopefully some one out in the States will  pickup this product.</p>
<p><a href="http://www.sendstation.com/us/products/dockextender/">http://www.sendstation.com/us/products/dockextender/</a></p>
<p>Since this product is most likely the same price that I spent on the dock, I may just get my hack on and dremel it to fit. I still wouldnt mind reviewing this unit for <a href="http://www.EverythingTech.tv">EverythingTech.tv</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasontucker.us/839/ipod-dock-extender/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding ONLY playable videos in Google Video</title>
		<link>http://www.jasontucker.us/495/finding-only-playable-videos-in-google-video</link>
		<comments>http://www.jasontucker.us/495/finding-only-playable-videos-in-google-video#comments</comments>
		<pubDate>Thu, 27 Oct 2005 16:13:53 +0000</pubDate>
		<dc:creator>Jason Tucker</dc:creator>
				<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://www.jasontucker.us/2005/10/27/finding-only-playable-videos-in-google-video/</guid>
		<description><![CDATA[Google Video is cool but I got tired of wading through all the non playable videos. After looking around a bit I found the query option to only find playable videos: Just add playable:true to your search query and the result will be playable videos. I submitted this tip to Livehacker.com and they posted it here: http://www.lifehacker.com/software/google-school/google-school-video-search-tricks-133613.php]]></description>
			<content:encoded><![CDATA[<p>Google Video is cool but I got tired of wading through all the non playable videos. After looking around a bit I found the query option to only find playable videos:<br />
<a href="http://video.google.com/videosearch?q=%22mustang%22+playable%3Atrue"><img src='http://www.abstrakone.com/blogimages/googlevideoplayable.jpg' alt='text_to_search_for playable:true' /></a><br />
Just add <i>playable:true</i> to your search query and the result will be playable videos.</p>
<p>I submitted this tip to Livehacker.com and they posted it here: <a href="http://www.lifehacker.com/software/google-school/google-school-video-search-tricks-133613.php">http://www.lifehacker.com/software/google-school/google-school-video-search-tricks-133613.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasontucker.us/495/finding-only-playable-videos-in-google-video/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

