<?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>HR Geeks &#187; apple</title>
	<atom:link href="http://www.hrgeeks.com/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hrgeeks.com</link>
	<description>Hampton Roads Geek community</description>
	<lastBuildDate>Tue, 04 Oct 2011 18:48:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Stupid iPhone Tricks</title>
		<link>http://www.hrgeeks.com/2010/03/06/stupid-iphone-tricks/</link>
		<comments>http://www.hrgeeks.com/2010/03/06/stupid-iphone-tricks/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 16:01:57 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=316</guid>
		<description><![CDATA[I learned something interesting today &#8211; you can get access to a bunch of logs from your iPhone, without jailbreaking it!  There are number of SQLite databases stored in ~/Library/Application Support/MobileSync/Backup/ on your OS X machine that the iPhone syncs with. The filenames are SHA1 sums of their location on the iPhone [src]. Through trial [...]]]></description>
			<content:encoded><![CDATA[<p>I learned something interesting today &#8211; you can get access to a bunch of logs from your iPhone, without jailbreaking it!  There are number of SQLite databases stored in<br />
<code>~/Library/Application Support/MobileSync/Backup/</code><br />
on your OS X machine that the iPhone syncs with.<br />
The filenames are SHA1 sums of their location on the iPhone [<a href="http://jwz.livejournal.com/1180242.html?thread=21803346#t21803346">src</a>].  Through trial and error, I&#8217;ve figured out the following files that should be common to every iPhone:</p>
<p><code>992df473bbb9e132f4b3b6e4d33f72171e97bc7a.mddata	 Voicemail list<br />
ff1324e6b949111b2fb449ecddb50c89c3699a78.mddata	 Call log<br />
3d0d7e5fb2ce288813306e4d4636395e047a3d28.mddata	 SMS Log<br />
740b7eaf93d6ea5d305e88bb349c8e9643f48c3b.mddata	 Notes database<br />
31bb7ba8914766d4ba40d6dfb6113c8b614be442.mddata  Contact List</code></p>
<p>The schema for most of these can be found here: <a href="http://damon.durandfamily.org/archives/000487.html ">http://damon.durandfamily.org/archives/000487.html </a>(although he references their on-phone location, and talks about jailbroken phones, these SQLite DB files are accessible on your desktop machine, and are updated in place every time you sync your phone.</p>
<p>In addition to these, a few interesting DBs I found that are specific to apps installed on my phone are:<br />
<code>6639cb6a02f32e0203851f25465ffb89ca8ae3fa.mddata  Facebook friends list<br />
970922f2258c5a5a6d449f85b186315a1b9614e9.mddata  Flightstats<br />
5ad81c93601ac423bc635c7936963ae13177147b.mddata	 Daily Burn food log<br />
</code></p>
<p>Each of these database can be accessed via the <code>sqlite3</code> command line tool for interactive use.  For bulk processing and playing with stuff in a spreadsheet or other DB, you can dump whole tables to CSV easily with <code>sqlite3</code><br />
<code>sqlite3 -csv -separator , 3d0d7e5fb2ce288813306e4d4636395e047a3d28.mddata "select * from message" > smshistory.csv</code><br />
you can dump your SMS history to a CSV file.</p>
<p>I&#8217;m writing a few scripts to generate &#8216;top talkers&#8217; and some other statistics, and will post those later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2010/03/06/stupid-iphone-tricks/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>757Studio Presents an upcoming event, Nov 5th 2009</title>
		<link>http://www.hrgeeks.com/2009/09/30/757studio-presents-an-upcoming-event-nov-5th-2009/</link>
		<comments>http://www.hrgeeks.com/2009/09/30/757studio-presents-an-upcoming-event-nov-5th-2009/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 17:14:15 +0000</pubDate>
		<dc:creator>Ethan</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=278</guid>
		<description><![CDATA[The local Hampton Roads Ruby/Cocoa Users Groups / Ken Collins is throwing an event friends, and it looks like it&#8217;s going to be good! &#8220;On November 5th, 2009 Hampton Roads&#8217; premier learning and network event for software developers, interactive agencies, and technology entrepreneurs will be held at Grow Interactive, Norfolk.&#8221; Speakers: Pragmatic Thinking and Learning: [...]]]></description>
			<content:encoded><![CDATA[<p>The local Hampton Roads Ruby/Cocoa Users Groups / Ken Collins is throwing an event friends, and it looks like it&#8217;s going to be good!</p>
<p>&#8220;On November 5th, 2009 Hampton Roads&#8217; premier learning and network event for software developers, interactive agencies, and technology entrepreneurs will be held at Grow Interactive, Norfolk.&#8221;</p>
<p>Speakers:</p>
<p>Pragmatic Thinking and Learning: Refactor Your Wetware<br />
by Andy Hunt<br />
Author &#038; Co-Founder Pragmatic Bookshelf</p>
<p>The Joy of Ruby<br />
Clinton R. Nixon<br />
Development Director at Viget Labs</p>
<p>iPhone Development: Touching Cocoa<br />
Jamie Pinkham<br />
Software Engineer at Mobelux</p>
<p>Sounds like a great event. It&#8217;s free, seating limited to 50. RSVP today!!</p>
<p>More information at <A href="www.757studio.org" target="new2">www.757studio.org</A></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2009/09/30/757studio-presents-an-upcoming-event-nov-5th-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple Time Capsule</title>
		<link>http://www.hrgeeks.com/2008/03/17/apple-time-capsule/</link>
		<comments>http://www.hrgeeks.com/2008/03/17/apple-time-capsule/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 05:07:34 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/2008/03/17/apple-time-capsule/</guid>
		<description><![CDATA[I bought a 1TB Apple Time Capsule today. I plan on replacing my Linksys WRT54G and a Dell Linux Samba server I have. As usual, Apple nails the out-of-box experience. Pop the CD in, run the utility, follow the directions presented, and the Time Capsule was up and running in about 5 minutes (3 of [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a <a href="http://www.apple.com/timecapsule/">1TB Apple Time Capsule</a> today.  I plan on replacing my Linksys WRT54G and a Dell Linux Samba server I have.</p>
<p>As usual, Apple nails the out-of-box experience.  Pop the CD in, run the utility, follow the directions presented, and the Time Capsule was up and running in about 5 minutes (3 of which were spent rearranging cables to accommodate the new machine).</p>
<blockquote><p><img src="http://www.hrgeeks.com/wp-content/uploads/2008/03/backup_withdata_20080115.jpg" alt="backup_withdata_20080115.jpg" /></p></blockquote>
<p>The utility software picked up the un-configured Time Capsule and walked me through the configuration in just a few simple steps.  After confirming that my cable modem used DHCP, entering a password for disk access, and entering a WPA2 password, everything was up and online.A nice little touch, the utility software that configured the Time Capsule&#8217;s wireless network automatically reconfigured my Airport card to connect to the WPA2 secured <a href="http://en.wikipedia.org/wiki/IEEE_802.11">802.11N</a> network on the Time Capsule.</p>
<p>After getting online, I opened up the <a href="http://www.apple.com/macosx/features/timemachine.html">Time Machine </a>configuration setting pane, selected &#8216;Change Disk&#8217;, picked the Time Capsule out of the list, and that was it &#8211; it&#8217;s now doing DHCP, Wifi, NAS, TimeMachine hosting (for both Macbooks), and routing/NAT&#8217;ing my cable modem, with a grand total of 5 minutes of configuration and maybe half a dozen clicks.  Fairly impressive!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/03/17/apple-time-capsule/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MacFUSE and sshFS</title>
		<link>http://www.hrgeeks.com/2007/09/21/macfuse-and-sshfs/</link>
		<comments>http://www.hrgeeks.com/2007/09/21/macfuse-and-sshfs/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 04:38:49 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/2007/09/21/macfuse-and-sshfs/</guid>
		<description><![CDATA[Here&#8217;s a cool tool for everybody using OS X that needs to work with files on other UNIXy machines. It&#8217;s called &#8216;MacFUSE&#8216;, and is based on the work done for the Linux FUSE user-space file system driver. Basically, it provides a framework for userspace file system drivers in OS X, using a plugin style architecture. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hrgeeks.com/wp-content/uploads/2007/09/picture-1.png" title="sshfs demo shot"><img src="http://www.hrgeeks.com/wp-content/uploads/2007/09/picture-1.thumbnail.png" alt="sshfs demo shot" /></a></p>
<p>Here&#8217;s a cool tool for everybody using OS X that needs to work with files on other UNIXy machines.  It&#8217;s called &#8216;<a href="http://code.google.com/p/macfuse/">MacFUSE</a>&#8216;, and is based on the work done for the <a href="http://fuse.sourceforge.net/">Linux FUSE</a> user-space file system driver.  Basically, it provides a framework for userspace file system drivers in OS X, using a plugin style architecture.  There are quite a few plugins available already, but the most useful by far is &#8216;sshfs&#8217;.  The sshfs plugin uses the MacFUSE system to provide OS X system mounts to remote file systems using ssh/scp.  Once you install it, and give it connection details, the remote filesystem shows up just like any other SMB / network share mount in Finder.  Drag / drop works, assuming you have permissions on the remote side to create/modify files.  Opening files, mime detection, etc all appear to work flawlessly.  It also hasn&#8217;t crashed or locked my mac up yet (I&#8217;ve been using it for a few hours with TextMate, to do remote editing without getting frustrated by Terminal.app).</p>
<p><a href="http://code.google.com/p/macfuse/">MacFUSE Site</a> &#8211; http://code.google.com/p/macfuse/</p>
<p><a href="http://macfuse.googlecode.com/files/sshfs-0.3.0.dmg">SSHfs installer</a> | <a href="http://code.google.com/p/macfuse/wiki/MACFUSE_FS_SSHFS">read_me </a> (requires MacFUSE first)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2007/09/21/macfuse-and-sshfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

