<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
<title>Hackszine: Productivity</title>
<link>http://www.hackszine.com/blog/archive/productivity/</link>
<description>O&apos;Reilly&apos;s Hacks Series reclaims the term &apos;hacking&apos; for the good guys--innovators who explore and experiment, unearth shortcuts, create useful tools, and come up with fun things to try on their own</description>
<language>en-us</language>
<copyright>Copyright 2008, O'Reilly Media, Inc.</copyright>
<lastBuildDate>Tue, 22 Jul 2008 22:24:06 -0800</lastBuildDate>
<pubDate>Fri, 29 Aug 2008 18:55:18 -0800</pubDate>
<generator>http://www.movabletype.org/?v=4.1</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<itunes:author>O'Reilly Media, Inc.</itunes:author>
<itunes:subtitle>Clever solutions to interesting problems.</itunes:subtitle>
<itunes:summary>Hackszine Podcast</itunes:summary>
<itunes:owner>
<itunes:email>webmaster@makezine.com</itunes:email>
</itunes:owner>
<category>Technology</category>
<itunes:category text="Technology">
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Gadgets" />
</itunes:category>
<itunes:category text="Games &amp; Hobbies" >
</itunes:category>
<itunes:category text="Science">
</itunes:category>
<itunes:image href="http://makezine.com/images/hackszine/rss_icon.jpg" />
<itunes:explicit>no</itunes:explicit>


<item>
<title>PocketMod and Mapufacture: the anti-iPhone</title>
<itunes:summary> Here&apos;s a clever way to fold an 8.5x11 sheet of paper into a small book. The way it&apos;s folded, all of the book&apos;s 8 outward-facing pages are from the same side of the sheet of paper. This allows you...</itunes:summary>
<description>
<![CDATA[<p><object width="500" height="390"><param name="movie" value="http://www.youtube.com/v/IAb31rIeGZo&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/IAb31rIeGZo&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="500" height="390"></embed></object></p>

<p>Here's a clever way to fold an 8.5x11 sheet of paper into a small book. The way it's folded, all of the book's 8 outward-facing pages are from the same side of the sheet of paper. This allows you to easily construct a handy little daily planner by printing a single sheet of paper. When you're done folding, the first and third leaf will have a little pouch that you can shove a business card or two inside. </p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="pocketmod_20080722.jpg" src="http://www.hackszine.com/pocketmod_20080722.jpg" width="500" height="304" class="mt-image-none" style="" /></span></p>

<p>The PocketMod website has a flash application that lets you quickly build a layout for your planner. You can drag calendars, todo-lists, grids, conversion tables, and even RSS feed articles to the page and print it directly from your browser.</p>

<p>I love it. It's the iPhone for the mobile Luddite.</p>

<p>You're probably thinking: this pocketmod thing is awesome and all, but what about maps? Well, PocketMod does maps too. Or rather, a cool Web2.0 mapping service does PocketMods.</p>

<p>At mapufacture.com, you can create and manage custom maps and import data layers from news sources, geo blogging services, and Google My Maps. In addition to all the normal embedding and sharing tools that you'd expect, they also have a PocketMod export, allowing you to convert your map into a handy format that you can put in your back pocket.</p>

<p>You can't make phone calls on your PocketMod and it doesn't hold any songs you can't sing or whistle yourself. On the other hand, it's crazy slim, 3rd party application writing is a cinch, the data plan is affordable, and you won't believe the battery life.</p>

<p><a href="http://www.pocketmod.com/">PocketMod</a><br />
<a href="http://mapufacture.com/">Mapufacture - create custom multilayer maps (with pocketmod output support)</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/07/pocketmod_and_mapufacture_the.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/07/pocketmod_and_mapufacture_the.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/07/pocketmod_and_mapufacture_the.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/07/pocketmod_and_mapufacture_the.html?CMP=OTC-7G2N43923558</guid>
<category>Productivity</category>
<pubDate>Tue, 22 Jul 2008 22:24:06 -0800</pubDate>

</item>

<item>
<title>HOWTO - read RSS with a POP email client using FreePOPs</title>
<itunes:summary> FreePOPs is an open source, plugin-based POP proxy that you can run on your local machine. It was originally designed to allow you to use a normal POP email client to read your mail on a multitude of webmail...</itunes:summary>
<description>
<![CDATA[<p><img alt="rssemail_20071003.jpg" src="http://hackszine.com/rssemail_20071003.jpg" width="500" height="349" /></p>

<p>FreePOPs is an open source, plugin-based POP proxy that you can run on your local machine.  It was originally designed to allow you to use a normal POP email client to read your mail on a multitude of webmail systems.  You point your mail client at the FreePOPs server, and it connects and screen-scrapes your webmail account so that you can read your email in the comfort of your favorite mail reader.</p>

<p>The great thing about FreePOPs is its filter plugin architecture.  There are a number of different plugins to support the specific requirements of most of the popular web-based email systems.  There's even an RSS plugin that will pull an RSS feed and make it look like a normal POP mailbox. Thankfully, you don't need to configure anything on the server.  Instead, you connect to the FreePOPs server using a particular username and password format to activate the appropriate plugin.</p>

<p>Here's how to set up an RSS-to-POP mailbox using FreePOPs and the standard OS X Mail.app email client.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/10/howto_read_rss_with_a_pop_emai.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/10/howto_read_rss_with_a_pop_emai.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/10/howto_read_rss_with_a_pop_emai.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/10/howto_read_rss_with_a_pop_emai.html?CMP=OTC-7G2N43923558</guid>
<category>Web</category>
<pubDate>Wed, 03 Oct 2007 20:38:41 -0800</pubDate>

</item>

<item>
<title>How Scoble reads 622 RSS feeds every morning</title>
<itunes:summary> Every morning Robert Scoble starts his day by sifting through 622 RSS feeds. In this interview, he describes the tools and tricks that enable him to accomplish the immense task of personally aggregating the live web. Here are a...</itunes:summary>
<description>
<![CDATA[<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="370" id="viddler"><param name="movie" value="http://www.viddler.com/player/6be21c4f/" /><param name="allowScriptAccess" value="always" /><embed src="http://www.viddler.com/player/6be21c4f/" width="437" height="370" type="application/x-shockwave-flash" allowScriptAccess="always" name="viddler" /></object></p>

<p>Every morning Robert Scoble starts his day by sifting through 622 RSS feeds.  In this interview, he describes the tools and tricks that enable him to accomplish the immense task of personally aggregating the live web.  Here are a few spoiler tips:</p>

<ul><li>Use Google Reader (keyboard commands make browsing faster)</li><li>Use "all items view" to see the full river of news in chronological order</li><li>Filter out potentials in the first pass. Take a top level filter for topic, information density, author, and quality of post.  Only articles that make the cut are looked at in more detail.</li><li>Superhuman abilities help</li></ul>

<p>How Scoble Reads 622 RSS Feeds Each Morning - <a href="http://www.fourhourworkweek.com.nyud.net:8080/blog/2007/05/16/how-scoble-reads-622-rss-feeds-each-morning/">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/05/how_scoble_reads_622_rss_feeds.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/05/how_scoble_reads_622_rss_feeds.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/05/how_scoble_reads_622_rss_feeds.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/05/how_scoble_reads_622_rss_feeds.html?CMP=OTC-7G2N43923558</guid>
<category>Productivity</category>
<pubDate>Fri, 25 May 2007 20:39:50 -0800</pubDate>

</item>

<item>
<title>Bubbl.us: online brainstorming tool</title>
<itunes:summary> Bubbl.us is a simple online tool for making flowcharts. It&apos;s easy to use, which makes it a nice way to quickly brainstorm ideas without getting too caught up in the details with Dia/Xfig or Visio. It&apos;ll also allow you...</itunes:summary>
<description>
<![CDATA[<p><img alt="bubbleus_20070511.jpg" src="http://hackszine.com/bubbleus_20070511.jpg" width="500" height="433" /><br />
Bubbl.us is a simple online tool for making flowcharts.  It's easy to use, which makes it a nice way to quickly brainstorm ideas without getting too caught up in the details with Dia/Xfig or Visio.  It'll also allow you to export your sessions as a png, jpg, xml, or html, so that you can archive or share them with others - <a href="http://www.bubbl.us/edit.php">Link.</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/05/bubblus_online_brainstorming_t.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/05/bubblus_online_brainstorming_t.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/05/bubblus_online_brainstorming_t.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/05/bubblus_online_brainstorming_t.html?CMP=OTC-7G2N43923558</guid>
<category>Productivity</category>
<pubDate>Fri, 11 May 2007 20:31:34 -0800</pubDate>

</item>

<item>
<title>Skitch Screencast</title>
<itunes:summary> Click To Play A couple months ago, I mentioned the new (Mac-only) Skitch screen-capture and annotation app from Plasq. At the time, I wasn&apos;t able to register for their mailing list (the captcha issue is fixed now, so do...</itunes:summary>
<description>
<![CDATA[<center>															<script type="text/javascript" src="http://blip.tv/scripts/pokkariPlayer.js"></script><script type="text/javascript" src="http://blip.tv/syndication/write_player?skin=js&posts_id=200702&source=3&autoplay=true&file_type=flv&player_width=&player_height="></script><div id="blip_movie_content_200702"><a href="http://blip.tv/file/get/Hackszine-SkitchScre187.mov" onclick="play_blip_movie_200702(); return false;"><img src="http://hackszine.com/skitch_still.jpg" border="0" title="Click To Play" /></a><br /><a href="http://blip.tv/file/get/Hackszine-SkitchScre187.mov" onclick="play_blip_movie_200702(); return false;">Click To Play</a></div>										</center>

<p><br>A couple months ago, I <a href="http://www.hackszine.com/blog/archive/2007/02/skitch_it.html">mentioned</a> the new (Mac-only) <a href="http://plasq.com/skitch">Skitch</a> screen-capture and annotation app from Plasq. At the time, I wasn't able to <a href="http://plasq.com/register">register for their mailing list</a> (the captcha issue is fixed now, so do head over to sign up), but I just got a sneak peak at the private beta, and it's everything I'd hoped it would be. Check out the screencast for a quick walkthrough and my initial impressions. In brief, I can think of many productive uses for it, but the time I waste playing with it will likely negate all of them.- <a href="http://cachefly.oreilly.com/make/hacks/screencasts/Skitch_Screencast.mov">Link to video download</a>.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/skitch_screencast.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/skitch_screencast.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/04/skitch_screencast.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/04/skitch_screencast.html?CMP=OTC-7G2N43923558</guid>
<category>Hackszine Podcast</category>
<pubDate>Wed, 11 Apr 2007 07:13:54 -0800</pubDate>
<enclosure url="http://blip.tv/file/get/Hackszine-SkitchScre187.mov" length="8070087" type="video/quicktime" /><enclosure url="http://cachefly.oreilly.com/make/hacks/screencasts/Skitch_Screencast.mov" length="8070087" type="video/quicktime" />
</item>

<item>
<title>(10+2)*5 - Procrastination Hack</title>
<itunes:summary> This productivity hack caught my attention because it&apos;s very similar to the strategy I find myself using to help maintain focus and forward progress, despite my proclivities for procrastination. The scheme is called (10+2)*5, and it breaks down like...</itunes:summary>
<description>
<![CDATA[<p><img alt="1025hack_20070315.jpg" src="http://hackszine.com/1025hack_20070315.jpg" width="500" height="296" /><br />
This productivity hack caught my attention because it's very similar to the strategy I find myself using to help maintain focus and forward progress, despite my proclivities for procrastination.  The scheme is called (10+2)*5, and it breaks down like this:<br />
<ol><li>Work hard on a discrete, small task for 10 minutes.</li><li>Take a 2 minute break.</li><li>Repeat the first two steps 5 times</li></ol><br />
Before you know it, an hour will have passed, you'll have gotten a lot done, and you'll be looking forward to the next work/play session.  If you follow an agile/iterative software development methodology, you'll probably notice some similarities here, in that the focus is on maintaining forward momentum while achieving small, manageable goals.</p>

<p>The key to this hack is to reward yourself with a break regardless of whether the task was completed or not.  You are rewarding progress made, not work completed, and this makes even the most daunting tasks seem more manageable (especially when the hardest part is getting started).  </p>

<p>I think what's probably going on here is that you are structuring for yourself a positive reinforcement conditioning system.  By keeping the increments short, it's much easier to form the association between the work stimulus and the break reward.  Compare this to the 2 week cycle on the typical pay check reward, or the 30 day invoice roundabout if you're a freelancer, or even no reward for those thankless around the house tasks that always need to be done...  Procrastinators just need something more immediate and obvious as encouraging reinforcement.</p>

<p>What do you think about this?  Have a productivity hack that works better for you?  Chat about it in the comments!</p>

<p>43 Folders' Procrastination hack: "(10+2)*5" -<a href="http://www.43folders.com/2005/10/11/procrastination-hack-1025/">Link.</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/1025_procrastination_hack.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/1025_procrastination_hack.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/03/1025_procrastination_hack.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/03/1025_procrastination_hack.html?CMP=OTC-7G2N43923558</guid>
<category>Productivity</category>
<pubDate>Thu, 15 Mar 2007 20:46:54 -0800</pubDate>

</item>

<item>
<title>Scanning and Whiteboard Archive Via Cell Phone</title>
<itunes:summary> scanR is a free service that transforms phonecam photos of documents, business cards, or whiteboards into cleaned-up PDFs that it will then fax or email on your behalf. Documents are placed through an OCR process, so the text is...</itunes:summary>
<description>
<![CDATA[<p><img alt="scanr_20070308.jpg" src="http://hackszine.com/scanr_20070308.jpg" width="500" height="284" /><br />
scanR is a free service that transforms phonecam photos of documents, business cards, or whiteboards into cleaned-up PDFs that it will then fax or email on your behalf.</p>

<p>Documents are placed through an OCR process, so the text is selectable and searchable (though I'd probably rather have my documents converted to plain text or html).  For whiteboards, you don't even need to take the shot head on.  The software will take cues from the whiteboard's edge to transform the image into proper alignment.</p>

<p>Save a trip to the fax machine, and never write "Do Not Erase" again -<a href="http://www.scanr.com/">Link.</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/scanning_and_whiteboard_archiv.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/scanning_and_whiteboard_archiv.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/03/scanning_and_whiteboard_archiv.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/03/scanning_and_whiteboard_archiv.html?CMP=OTC-7G2N43923558</guid>
<category>Productivity</category>
<pubDate>Thu, 08 Mar 2007 00:19:10 -0800</pubDate>

</item>

<item>
<title>Simplify Blogging Tasks with TextExpander</title>
<itunes:summary> Over at the SmileOnMyMac Blog, Gordon Meyer (author of Smart Home Hacks) offers a great tip for speeding up tedious blogging tasks with TextExpander (Mac only): Here&apos;s a great tip for bloggers and the like. I use TextExpander to...</itunes:summary>
<description>
<![CDATA[<p><img alt="TextExpander for Amazon Affiliate Links" src="http://hackszine.com/textexpander.jpg" width="481" height="271" /></p>

<p>Over at the SmileOnMyMac Blog, Gordon Meyer (author of <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596007221">Smart Home Hacks</a>) <a href="http://smileonmymac.net/blog/2007/03/06/textexpander-simplify-tasks-with-clipboard/">offers a great tip</a> for speeding up tedious blogging tasks with <a href="http://www.smileonmymac.com/textexpander/">TextExpander</a> (Mac only):<br />
<blockquote>Here's a great tip for bloggers and the like. I use TextExpander to create a handy macro for creating Amazon Affiliate links. It's much easier than using Amazon's web interface.</blockquote>After defining a shortcut in TextExpander, adding an Amazon product link to <a href="http://www.gordonmeyer.com/">his blog</a> with his unique Amazon Affiliate information is as easy as copying the product's ISBN or ASIN the clipboard and activating the defined trigger, a task that could be repurposed for a variety of other repetitive processes.</p>

<p><br><strong>Related:</strong><br />
<ul><li><a href="http://www.twit.tv/mb63">Merlin Mann's TextExpander video tutorial for MacBreak</a></ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/simplify_blogging_tasks_with_t.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/simplify_blogging_tasks_with_t.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/03/simplify_blogging_tasks_with_t.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/03/simplify_blogging_tasks_with_t.html?CMP=OTC-7G2N43923558</guid>
<category>Productivity</category>
<pubDate>Wed, 07 Mar 2007 08:54:46 -0800</pubDate>

</item>

<item>
<title>Three Solid Gmail Productivity Tips</title>
<itunes:summary> Matt Cutts shares three solid Gmail productivity tips to help keep your inbox under control, including keeping mailing lists out of there (using filters), prioritizing messages (using Greasemonkey and persistent searches), and excluding messages from certain accounts (using filters...</itunes:summary>
<description>
<![CDATA[<p><img alt="Gmail Productivity" src="http://hackszine.com/gmail_productivity.jpg" width="499" height="182" /></p>

<p>Matt Cutts shares <a href="http://www.mattcutts.com/blog/three-solid-gmail-productivity-tips/">three solid Gmail productivity tips</a> to help keep your inbox under control, including keeping mailing lists out of there (using filters), prioritizing messages (using Greasemonkey and persistent searches), and excluding messages from certain accounts (using filters and labels).</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/three_solid_gmail_productivity.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/three_solid_gmail_productivity.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/03/three_solid_gmail_productivity.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/03/three_solid_gmail_productivity.html?CMP=OTC-7G2N43923558</guid>
<category>Gmail</category>
<pubDate>Tue, 06 Mar 2007 08:27:17 -0800</pubDate>

</item>

<item>
<title>Teach via IM with One-Way Video Chat</title>
<itunes:summary> Click To Play Over at O&apos;Reilly&apos;s Mac DevCenter, Erica Sadun points out a little-known (at least to me) feature in the current version of iChat:By control-clicking (right-clicking) a buddy&apos;s name, a contextual menu pops up offering the option to...</itunes:summary>
<description>
<![CDATA[<center>															<script type="text/javascript" src="http://blip.tv/scripts/pokkariPlayer.js"></script><script type="text/javascript" src="http://blip.tv/syndication/write_player?skin=js&posts_id=166978&source=3&autoplay=true&file_type=flv&player_width=&player_height=470"></script><div id="blip_movie_content_166978"><a href="http://blip.tv/file/get/Hackszine-TeachViaIMWithOneWayVideoChat691.mov" onclick="play_blip_movie_166978(); return false;"><img src="http://farm1.static.flickr.com/179/412658168_2b2c705444.jpg" border="0" title="Click To Play" /></a><br /><a href="http://blip.tv/file/get/Hackszine-TeachViaIMWithOneWayVideoChat691.mov" onclick="play_blip_movie_166978(); return false;">Click To Play</a></div>										</center>

<p><br>Over at O'Reilly's Mac DevCenter, <a href="http://www.oreillynet.com/mac/blog/2007/03/my_digital_life_ipodcasting_re.html">Erica Sadun points out</a> a little-known (at least to me) feature in the current version of iChat:<blockquote>By control-clicking (right-clicking) a buddy's name, a contextual menu pops up offering the option to invite that person to a one-way video chat. This means that they can watch your video but will not send video back to you in return.</blockquote>How have I missed this option for so long? Though Erica wants to use this feature to <em>iPodcast</em> (stream via IM) movies and TV shows to her friends, I see this as a great opportunity for "hands-on" instruction you normally don't have access to when you're not physically in the same room with someone. </p>

<p><br>For example, crafts like knitting are notoriously hard to teach without visual cues, and even the most detailed books often suffer from their lack of moving pictures. When I learned to knit, I used books as a crutch, but actually <em>learning</em> required sitting next to my mother-in-law to <em>see</em> how it was done. Even now, when I hit a roadblock with a new technique, I need to wait till the next time we're together. But if we had a feature like this, we likely wouldn't have to wait. I could just "look over her shoulder" as she described what she was doing.</p>

<p>The most obvious benefit of one-way video is that it doesn't require the recipient to have a video camera on their end, but as Erica notes, for instructional content as with streaming movies, one-way video has another notable advantage over two-way video conferencing:<blockquote>you don't have to watch the other person watching your video. You don't have to see them adjusting their hair, performing nasal maintenance, or any of the other unconscious things people do when they get involved in watching TV as opposed to engaging actively in a social situation.</blockquote>The pedagogical opportunities for this feature are virtually limitless, and it will add a whole new dimension to tech support with the release of Mac OS X Leopard, when we finally get <a href="http://www.apple.com/macosx/leopard/ichat.html">iChat Screen Sharing</a>. - <a href="http://cachefly.oreilly.com/make/hacks/screencasts/One_Way_Video_IM.m4v">Link to video download</a>.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/teach_via_im_with_oneway_video.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/teach_via_im_with_oneway_video.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/03/teach_via_im_with_oneway_video.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/03/teach_via_im_with_oneway_video.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Tue, 06 Mar 2007 06:38:14 -0800</pubDate>
<enclosure url="http://blip.tv/file/get/Hackszine-TeachViaIMWithOneWayVideoChat691.mov" length="27498628" type="video/quicktime" /><enclosure url="http://cachefly.oreilly.com/make/hacks/screencasts/One_Way_Video_IM.m4v" length="12632176" type="video/mp4" />
</item>

<item>
<title>Pass the Ly Detector</title>
<itunes:summary> Writing wonks and anal editors rejoice! Gina Trapani just released her Ly Detector as a Greasemonkey script!If you&apos;re at all familiar with Strunk and White, you know that excessive use of adverbs - words that end in -ly -...</itunes:summary>
<description>
<![CDATA[<p><img alt="Ly Detector" src="http://hackszine.com/Ly%20Detector.jpg" width="500" height="101" /></p>

<p>Writing wonks and anal editors rejoice! Gina Trapani just released her <a href="http://lifehacker.com/software/lifehacker-code/lifehacker-code--the-ly-detector-greasemonkey-user-script-240522.php">Ly Detector</a> as a Greasemonkey script!<blockquote>If you're at all familiar with <a href="http://www.bartleby.com/141/">Strunk and White</a>, you know that excessive use of adverbs - words that end in -ly - isn't a sign of strong writing. All of us writers struggle with sentence-weakening generally's and relatively's at times, but now there's a Greasemonkey script that highlights adverbial transgressions on the web automatically. (Whoops!)</p>

<p><br>Once it's installed, The Ly Detector Greasemonkey script takes a yellow highlighter to adverbs, like obviously and previously to help web writers stay on their non-adverbial toes. The Ly Detector's great for bloggers who are trying to improve their skills with the quill - or just those who want to make fun of them. After the jump, the script download, and some more details of how this works.</blockquote>I've been a longtime fan of Gina's Ly Detector, from way back (before Greasemonkey existed) when it was published as a bookmarklet to her (now defunct) personal site, so I'm incredibly thrilled to see it so amazingly updated (transgressions intentional, to throw off the yellow flag for readers putting me to the test).</p>

<p><br><strong>Related:</strong></p>

<ul><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596101651">Greasemonkey Hacks</a></ul]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/pass_the_ly_detector.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/pass_the_ly_detector.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/03/pass_the_ly_detector.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/03/pass_the_ly_detector.html?CMP=OTC-7G2N43923558</guid>
<category>Life</category>
<pubDate>Thu, 01 Mar 2007 04:49:10 -0800</pubDate>

</item>

<item>
<title>Browse Craigslist Photos with Listpic</title>
<itunes:summary> Over at Parent Hacks, Asha Dornfest points to Listpic, a &quot;visual Craigslist browser&quot; that lets you search your city&apos;s Craigslist listings by keyword or category and display the results as image thumbnails. Price and location are included with the...</itunes:summary>
<description>
<![CDATA[<p><img alt="Listpic" src="http://hackszine.com/Listpic.jpeg" width="496" height="199" /></p>

<p>Over at <a href="http://www.parenthacks.com/2007/02/browse_craigsli.html">Parent Hacks</a>, Asha Dornfest points to <a href="http://www.listpic.com/">Listpic</a>, a "visual Craigslist browser" that lets you search your city's Craigslist listings by keyword or category and display the results as image thumbnails. Price and location are included with the photo, mousing over reveals some details on the item, and clicking the image opens a pop-up of the detailed listing. This view helps weed out the listings with generic promotional photos, getting right to items that appear to be real, and becomes a big help for those of us who have a "no photo, no interest" policy for online bargain hunting.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/browse_craigslist_photos_with.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/browse_craigslist_photos_with.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/03/browse_craigslist_photos_with.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/03/browse_craigslist_photos_with.html?CMP=OTC-7G2N43923558</guid>
<category>Shopping</category>
<pubDate>Thu, 01 Mar 2007 03:52:52 -0800</pubDate>

</item>

<item>
<title>Send Company Email From Gmail</title>
<itunes:summary> When my access to O&apos;Reilly&apos;s email server went out today, I still managed to send a message to tech support from my O&apos;Reilly email address. Since I&apos;d already added my other address to Gmail, here&apos;s all I needed to...</itunes:summary>
<description>
<![CDATA[<p><img alt="Customized From Address" src="http://hackszine.com/Customized%20From%20Address.jpg" width="498" height="160" /></p>

<p>When my access to O'Reilly's email server went out today, I still managed to send a message to tech support from my O'Reilly email address. Since I'd already <a href="http://mail.google.com/support/bin/answer.py?answer=22370">added my other address to Gmail</a>, here's <a href="http://mail.google.com/support/bin/answer.py?answer=22376">all I needed to do</a>:<ol><li>Log in to your Gmail account at mail.google.com.<br />
<li>Click <strong>Compose</strong>.<br />
<li>Use the drop-down menu in the <strong>From</strong> field to select the address you'd like to use to send the message.<br />
<li>Compose and send!</ol>Sure, it's more of a tip than a hack, since it's built into Gmail, but it sure saved me in a pinch today, so I thought it qualified for a Hackszine mention.</p>

<p><br><strong>Related:</strong><br />
<ul><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596527063">Google Hacks, 3E</a></ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/send_company_email_from_gmail.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/send_company_email_from_gmail.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/send_company_email_from_gmail.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/send_company_email_from_gmail.html?CMP=OTC-7G2N43923558</guid>
<category>Gmail</category>
<pubDate>Mon, 26 Feb 2007 07:05:46 -0800</pubDate>

</item>

<item>
<title>Intelligent Snooze Button Agent</title>
<itunes:summary> Have you ever gotten to work early due to light traffic and wished you&apos;d slept in a bit later? Or maybe you&apos;ve left on time, but arrived late because of a traffic jam? Greg McCarroll is working on the...</itunes:summary>
<description>
<![CDATA[<p><img alt="smartclock_20070224.jpg" src="http://www.hackszine.com/blog/archive/smartclock_20070224.jpg" width="240" height="180" /><br />
Have you ever gotten to work early due to light traffic and wished you'd slept in a bit later?  Or maybe you've left on time, but arrived late because of a traffic jam?  Greg McCarroll is working on the second iteration of a wired alarm clock that adjusts your wake-up time depending on traffic conditions.</p>

<p>Greg writes,<br />
<blockquote>The original idea was simply to take the data I could access via the live departure boards feature of our railway network's website, which contained information about train departure times and all too often delays and apply it to the wake-up time of an "alarm clock".</p>

<p>Ever since, I've been wondering how I could apply my alarm clock hack to my daily drive and when I recently discovered the TFL Traffic Alerts Service I knew how to reawaken the project. Basically I intend to build a journey time predictor based on the following data,<br />
<ul><li>The amount, proximity and severity of traffic alerts to my daily route.</li><li>Wheter or not it's a school holiday or not.</li><li>The day of the week (I have a pet theory that people start earlier on a Monday and slowly get later towards the friday).</li></ul></blockquote></p>

<p>A screen scraping agent, LEGO snooze button interface, airport express wake-up tunes, getting to sleep in, and never being late to work again.  I love it.</p>

<p><b>Links:</b><br />
<ul><li><a href="http://drinkbroken.typepad.com/drink_broken/2005/10/weve_been_talki.html">Intelligent alarm clock v1</a></li><li><a href="http://www.oreillygmt.eu/2007/02/ive_been_strugg.html">Version 2 - in progress</a></li></ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/intelligent_snooze_button_agen.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/intelligent_snooze_button_agen.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/intelligent_snooze_button_agen.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/intelligent_snooze_button_agen.html?CMP=OTC-7G2N43923558</guid>
<category>Life</category>
<pubDate>Sat, 24 Feb 2007 00:10:06 -0800</pubDate>

</item>

<item>
<title>Unclutter Your Desk</title>
<itunes:summary> Here&apos;s a great way to rid your desk of device clutter. Take everything but the monitor, keyboard, and mouse and zip-tie it all to the underside. - Link....</itunes:summary>
<description>
<![CDATA[<p><img alt="unclutterdesk_20070222.jpg" src="http://www.hackszine.com/blog/archive/unclutterdesk_20070222.jpg" width="500" height="391" /><br />
Here's a great way to rid your desk of device clutter.  Take everything but the monitor, keyboard, and mouse and zip-tie it all to the underside. - <a href="http://kooki.ca/van/">Link.</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/unclutter_your_desk.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/unclutter_your_desk.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/unclutter_your_desk.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/unclutter_your_desk.html?CMP=OTC-7G2N43923558</guid>
<category>Productivity</category>
<pubDate>Fri, 23 Feb 2007 00:11:54 -0800</pubDate>

</item>

<item>
<title>IMify to Stikkit</title>
<itunes:summary> IMified and Stikkit seem to have heard my request. You can now post to Stikkit via IM....</itunes:summary>
<description>
<![CDATA[<p><img alt="IMify Stikkit" src="http://www.hackszine.com/blog/archive/IMify%20Stikkit.png" width="415" height="419" /></p>

<p><a href="http://imified.com">IMified</a> and <a href="http://stikkit.com">Stikkit</a> seem to have heard <a href="http://www.hackszine.com/blog/archive/2007/02/imify_your_web_apps.html">my request</a>. You can now <a href="http://blog.imified.com/index.php/2007/02/09/stikkit-and-livejournal-integration/">post to Stikkit via IM</a>.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/imify_to_stikkit.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/imify_to_stikkit.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/imify_to_stikkit.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/imify_to_stikkit.html?CMP=OTC-7G2N43923558</guid>
<category>Productivity</category>
<pubDate>Fri, 09 Feb 2007 17:00:09 -0800</pubDate>

</item>

<item>
<title>Call for Hacks: Help the Hacks Team Collaborate</title>
<itunes:summary> We at Hackszine are all about collaboration, and lately our geographically distributed team has been working on web-based and decidedly non-MS Office ways of doing so. We&apos;ve been paying particular attention to the Google suite made up of Google...</itunes:summary>
<description>
<![CDATA[<p><img alt="Google Docs" src="http://www.hackszine.com/blog/archive/gdocs.jpg" width="499" height="146" /></p>

<p>We at Hackszine are all about collaboration, and lately our geographically distributed team has been working on web-based and decidedly non-MS Office ways of doing so. We've been paying particular attention to the Google suite made up of Google Docs & Spreadsheets, Gmail, and Google Calendar (and rumored to <a href="http://blogs.zdnet.com/Google/?p=465">soon include a PowerPoint alternative</a>), which have generally worked well but have caused some significant hitches as well. Once we all get together on the same document, things have moved smoothly, but it usually takes many failed invitations, foiled uploads, and redirects before we get there.</p>

<p>Ever since Google acquired Writely, the "Email to Google Docs" feature has consistently failed for me when sent from my work email address, requiring me to upload everything from the web interface instead of copying Google Docs with a message that I send to our group with a Word attachment, which would really speed things up for us. So, just getting a document started has been a tedious hassle. But the hassle hasn't ended once the document is online.</p>

<p>This week, <a href="http://radar.oreilly.com/dale/">Dale Dougherty</a> sent this Google Docs/Calendar request to our group, which I've decided to share with our competent Hackszine readers, since I've been unable to find a workable solution myself:</p>

<blockquote>I've been trying to share a Google Doc with the two Brians. When I use their O'Reilly email, they don't get the message. So I have to use their Gmail addresses. Should I be able to invite anyone with an email address to view or edit a Google doc? Bre sent me an invitation to his calendar using my O'Reilly address and it didn't work--it complained that it couldn't link his calendar to mine. My Google account is set up with my Gmail address. Can someone explain this set of problems--using a non-Gmail email address and your Gmail address interchangeably?</blockquote>

<p><img alt="Gcal" src="http://www.hackszine.com/blog/archive/gcal.jpg" width="499" height="151" /></p>

<p>Dale's message highlights a problem we've encountered with all of Google's services--namely, that when you're invited to join a document at one email address (that is, when the message actually makes it through spam filters), but the rest of your life is attached to another, you're out of luck. Since I maintain a Google Calendar (shared with others and including others' calendars) associated with my Gmail account, I'm not going to maintain an entirely separate calendar (is that even possible, or wouldn't that still require another Google account?) for collaborations with people who use my @oreilly.com address as their primary means of contact, and there doesn't appear to be any way to merge online identities within the Google system.</p>

<p><a href="http://radar.oreilly.com/tim/">Tim O'Reilly</a> puts a finer point on this issue:</p>

<blockquote>The only hack I've been able to figure out is to get people to send me the invitation to both accounts. (I forward all my *****@oreilly.com mail to Gmail, but not the other way around, as that would create a loop, yet I use *****@gmail.com for calendar et al. The alternative would be to make *****@gmail.com my primary email address and forward to *****@oreilly.com.)  Seems to me that this is a hidden (maybe even unconscious) power play by Google. There's a race on to get your sticky identity from one site to become your default identity.</blockquote>

<p>This is a good point. Is Google attempting to keep their system closed, locking us into a single online identity associated with their services? If that's the case, it wouldn't be that much better for collaboration than being locked into the MS Office suite, the unfortunate de facto standard for most professional collaboration right now.</p>

<p>So, does anyone have any solutions to this tangled nest of questions? Any specific hacks to help out the Hacks team? In addition to these specific concerns, we'd also love to see any general hacks that help get you use other tools to get things done that would normally require MS Office. This is a hot space on our radar (especially with the launch of <a href="http://www.businessweek.com/magazine/content/07_07/b4021070.htm">Google Apps for Your Domain</a>), both behind the scenes and in terms of what we'd like to cover.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/call_for_hacks_help_the_hacks.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/call_for_hacks_help_the_hacks.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/call_for_hacks_help_the_hacks.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/call_for_hacks_help_the_hacks.html?CMP=OTC-7G2N43923558</guid>
<category>Google</category>
<pubDate>Fri, 09 Feb 2007 07:57:19 -0800</pubDate>

</item>

<item>
<title>Everyday Stoicism or: How I Learned to Stop Worrying and Enjoy the Show</title>
<itunes:summary> Contrary to what you might think, based on the focus of most of the posts on this site, we don&apos;t necessarily believe there&apos;s always a technological solution to every problem. In fact, for many areas in life, I&apos;ve often...</itunes:summary>
<description>
<![CDATA[<p><img alt="Everyday Stoicism" src="http://www.hackszine.com/blog/archive/Everyday%20Stoicism.jpg" width="500" height="298" /></p>

<p>Contrary to what you might think, based on the focus of most of the posts on this site, we don't necessarily believe there's always a technological solution to every problem. In fact, for many areas in life, I've often found the right life hack for my particular need may be discovered at perhaps the opposite end of the spectrum: philosophy.</p>

<p>In particular, the Ancients really knew how to live well and started hacking great ways to deal with the effects of technology from the moment Prometheus gave us fire. For example, I don't make it to the theater as much as I'd like anymore, but whenever I do, I take a page from <a href="http://www.amazon.com/exec/obidos/ASIN/0915145693/qid=1063905522/sr=2-1/ref=sr_2_1/104-2725603-7727962">Epictetus</a>:<br />
<blockquote>When you are going about any action, remind yourself what nature the action is. If you are going to bathe, picture to yourself the things which usually happen in the bath: some people splash the water, some push, some use abusive language, and others steal. Thus you will more safely go about this action if you say to yourself, "I will now go bathe, and keep my own mind in a state conformable to nature." And in the same manner with regard to every other action. For thus, if any hindrance arises in bathing, you will have it ready to say, "It was not only to bathe that I desired, but to keep my mind in a state conformable to nature; and I will not keep it if I am bothered at things that happen."</blockquote>Okay, so we don't have public baths anymore, but this technique works well in movie theaters, lines at amusement parks, restaurants, or pretty much anywhere you intend to enjoy yourself around other people. Seriously, I consider this passage with many deep breaths at almost every movie I attend. It works.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/everyday_stoicism_or_how_i_lea.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/everyday_stoicism_or_how_i_lea.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/everyday_stoicism_or_how_i_lea.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/everyday_stoicism_or_how_i_lea.html?CMP=OTC-7G2N43923558</guid>
<category>Life</category>
<pubDate>Fri, 09 Feb 2007 05:48:49 -0800</pubDate>

</item>

<item>
<title>Reply with Commenter Name at Lifehacker</title>
<itunes:summary> Inspired by our post about personalizing your Flickr replies, the ever-resourceful and reader-focused Gina Trapani just whipped up her own code to add similar functionality to Lifehacker comments. Her Lifehacker Reply with Commenter Name Greasemonkey script adds a &quot;[reply...</itunes:summary>
<description>
<![CDATA[<p><img alt="Lifehacker Comments" src="http://www.hackszine.com/blog/archive/Lifehacker%20Comments.jpg" width="499" height="242" /></p>

<p>Inspired by our post about <a href="http://www.hackszine.com/blog/archive/2007/01/personalize_your_flickr_replie.html">personalizing your Flickr replies</a>, the ever-resourceful and reader-focused Gina Trapani just <a href="http://lifehacker.com/software/greasemonkey/lifehacker-code--reply-with-commenter-name-greasemonkey-script-234879.php">whipped up her own code</a> to add similar functionality to <a href="http://Lifehacker.com">Lifehacker</a> comments. Her <a href="http://www.lifehacker.com/assets/resources/lhcode/lifehacker-reply-to-commenter.0.2.user.js">Lifehacker Reply with Commenter Name</a> Greasemonkey script adds a "[reply by name]" link to each comment on Lifehacker.com and inserts the commenter's name (prepended with an @ in v 0.2) into your response when you click that link.</p>

<p>Taking it one step further (thanks to the GNU Public License assigned to Gina's original code), Lifehacker reader Ali Karbassi <a href="http://lifehacker.com/software/greasemonkey/lifehacker-code--reply-with-commenter-name-greasemonkey-script-234879.php#c946732">modified the script</a> to include links to the actual comment boxes you're replying to.</p>

<p>Nice work all around. It adds a nice personal touch to the comments thread, and it's great to see community improvements to the site's innovation. I know it makes my reader experience more enjoyable, both functionally and emotionally.</p>

<p><strong>Links to Lifehacker Greasemonkey Scripts:</strong></p>

<ul><li><a href="http://lifehacker.com/software/greasemonkey/lifehacker-code--reply-with-commenter-name-greasemonkey-script-234879.php">Lifehacker post about the script</a>
<li>Gina's <a href="http://www.lifehacker.com/assets/resources/lhcode/lifehacker-reply-to-commenter.0.2.user.js">Lifehacker Reply with Commenter Name</a>
<li><a href="http://lifehacker.com/commenter/mrWoot/">Ali Karbassi</a>'s <a href="http://karbassi.com/code/lifehackerreplycommenternameplus0.3.user.js">modified script</a></ul>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/reply_with_commenter_name_at_l.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/reply_with_commenter_name_at_l.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/reply_with_commenter_name_at_l.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/reply_with_commenter_name_at_l.html?CMP=OTC-7G2N43923558</guid>
<category>Life</category>
<pubDate>Thu, 08 Feb 2007 05:52:07 -0800</pubDate>

</item>

<item>
<title>IMify Your Web Apps</title>
<itunes:summary> Thanks to Lifehacker for tipping us off to IMified:an instant messenger buddy that works accross all major IM networks and offers access to a growing number of web applications, as well as productivity tools like notes, reminders, and todo&apos;s....</itunes:summary>
<description>
<![CDATA[<p><img alt="IMified.jpeg" src="http://www.hackszine.com/blog/archive/IMified.jpeg" width="497" height="405" /></p>

<p>Thanks to <a href="http://lifehacker.com/software/instant-messaging/im-your-favorite-web-apps-with-imified-234339.php">Lifehacker</a> for tipping us off to <a href="http://www.imified.com/">IMified</a>:<blockquote>an instant messenger buddy that works accross all major IM networks and offers access to a growing number of web applications, as well as productivity tools like notes, reminders, and todo's. Imified helps you get things done faster.</blockquote>To get started, just send a message in AIM/iChat/Yahoo! Messenger to the IMified buddy (imified@imified.com for MSN or imified@gmail.com on Google Talk/Jabber). Following a few prompts will soon allow you to IM your favorite web apps, including Google Calendar, Backpack, Remember the Milk, Blogger, and more (here's hoping <a href="http://www.hackszine.com/blog/archive/2007/02/stikkit_open_for_hacking_1.html">Stikkit</a> is next).</p>

<p><br>I can confirm that it works seamlessly and easily with WordPress (though I couldn't get it to work with Blogger). Setup was easy and I composed and posted this test message in just a minute or so entirely through iChat:</p>

<p><img alt="IMified Wordpress" src="http://www.hackszine.com/blog/archive/IMified%20Wordpress.jpg" width="499" height="181" /></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/imify_your_web_apps.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/imify_your_web_apps.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/imify_your_web_apps.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/imify_your_web_apps.html?CMP=OTC-7G2N43923558</guid>
<category>Blogging</category>
<pubDate>Tue, 06 Feb 2007 12:38:02 -0800</pubDate>

</item>

<item>
<title>Automate Your Backups</title>
<itunes:summary> There&apos;s a classic horror story that keeps me from sleeping at night sometimes. I&apos;ve heard it told a few different ways. I&apos;ve even told the story myself more than once, but Phil&apos;s version that he posted yesterday morning was...</itunes:summary>
<description>
<![CDATA[<p><img alt="mooninitehd_20070204.jpg" src="http://www.hackszine.com/blog/archive/mooninitehd_20070204.jpg" width="500" height="250" /><br />
There's a classic horror story that keeps me from sleeping at night sometimes.  I've heard it told a few different ways.  I've even told the story myself more than once, but <a href="http://www.makezine.com/blog/archive/2007/02/500_gb_poof.html">Phil's version</a> that he posted yesterday morning was one of the most frightening:</p>

<blockquote>A couple weeks ago a flood hit my apartment/office area and soaked the desktop system, monitors, equipment *and* back up drive (along with a ton of other stuff) - luckily I have a daily back up on a Powerbook. But, of course the Powerbook decided to completely stop working while at our ETSY event before that could be backed up too. Zapping the PRAM revealed the hard drive failed, so the usual steps of Disk Util, TechTool and then finally drive removal and DiskWarrior were attempted - for the most part the drive seems completely dead - there might be a chance to recover some data under linux, or from a data recovery shop, but it's not looking good.</blockquote>

<p>According his latest update, the backup drives dried out okay and appear to be working fine, so I guess that means he's managed to survive the perfect storm, but it got me thinking - how many of us ever keep a regular, daily backup in the first place?  I've suffered several near-misses in the past, and I'm still guilty of not keeping good backups.</p>

<p><b>Never Again</b><br />
So, February isn't too late for a new year's resolution.  Don't go another day without your important files backed up.  Let's sit down for 15 minutes, right now, and set up an automated backup system for ourselves.  All you need is an external hard disk or a remote server with sufficient storage for a couple copies of your data.  Based on Phil's story, you might want to situate your backup system on an elevated surface and not beneath any water pipes.</p>

<p>We're not focusing on a perfect backup solution here, with off-site, fire proof, vault storage.  Don't let the nay-sayers stop you with the long list of things that can go wrong with a simple back-up solution, or explanations of how to do it the "right way".  In 15 minutes you are going to be significantly more protected from data loss, and this will give you the time you need to relax and find a good price on your fire proof vault.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/automate_your_backups.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/automate_your_backups.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/automate_your_backups.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/automate_your_backups.html?CMP=OTC-7G2N43923558</guid>
<category>Data</category>
<pubDate>Mon, 05 Feb 2007 01:14:41 -0800</pubDate>

</item>

<item>
<title>Stikkit: Open for Hacking</title>
<itunes:summary> Apropos of my previous post today, in which I mentioned that Stikkit would &quot;likely be the source of great productivity hacks in the future,&quot; I&apos;m happy to report that the future begins in earnest now. Just in from Stikkit...</itunes:summary>
<description>
<![CDATA[<p><img alt="Stikkit API News" src="http://www.hackszine.com/blog/archive/stikkit_todo.jpg" width="499" height="218" /></p>

<p>Apropos of <a href="http://www.hackszine.com/blog/archive/2007/02/life_hacking_news.html">my previous post today</a>, in which I mentioned that <a href="http://stikkit.com">Stikkit</a> would "likely be the source of great productivity hacks in the future," I'm happy to report that the future begins in earnest <i>now</i>. <a href="http://www.valuesofn.com/blog/2007/02/stikkit-awaits-your-api-calls.html">Just in from Stikkit HQ</a>, Rael tips us off to the brand-new <a href="http://www.stikkit.com/api">Stikkit API</a>:<blockquote><a href="http://stikkit.com/api"><img alt="stikkit_api_logo.jpg" src="http://www.hackszine.com/blog/archive/stikkit_api_logo.jpg" align="right" width="180" height="59" /></a>As much as we believe in how Stikkit "thinks" about your data, only you know how to best organize your notes so they work for you. The Stikkit API lets you "get at" your Stikkit data so you can shape it, direct it, and mash it up with other applications.</blockquote>Remember, you heard it here first. Now, get hacking and report back with the ways you're extending, tweaking, or enhancing Stikkit to suit your personal organizational needs.</p>

<p><br><strong>Related:</strong></p>

<ul><li><a href="http://www.hackszine.com/blog/archive/2007/02/life_hacking_news.html">Life Hacking News: Mann to Stikkit</a>
<li><a href="http://www.43folders.com/2007/02/01/merlin-stikkit-board/">Merlin Joins Stikkit Advisory Board</a>
<li><a href="http://inik.net/node/109">Search for Stikkits on Your Mac</a>
<li><a href="http://inik.net/taxonomy/term/199">Stikkit Tricks</a></ul>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/stikkit_open_for_hacking.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/stikkit_open_for_hacking.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/stikkit_open_for_hacking.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/stikkit_open_for_hacking.html?CMP=OTC-7G2N43923558</guid>
<category>Productivity</category>
<pubDate>Thu, 01 Feb 2007 18:37:40 -0800</pubDate>

</item>

<item>
<title>Life Hacking News: Mann to Stikkit</title>
<itunes:summary> In life hacking news, I just learned that Merlin Mann (life hacking pioneer and one-person productivity guru behind 43 Folders) is now an adviser for Values of n (founded by former Hacks series editor Rael Dornfest), the company behind...</itunes:summary>
<description>
<![CDATA[<p><img alt="Merlin Mann" src="http://www.hackszine.com/blog/archive/merlin.jpg" width="499" height="285" /></p>

<p>In life hacking news, I just learned that Merlin Mann (life hacking pioneer and one-person productivity guru behind <a href="http://43folders.com">43 Folders</a>) is <a href="http://www.valuesofn.com/blog/2007/01/merlin-mann-advises.html">now an adviser for Values of n</a> (founded by former Hacks series editor <a href="http://raelity.org/">Rael Dornfest</a>), the company behind the impressive new <a href="http://stikkit.com">Stikkit</a> productivity app. I'm looking forward to seeing some great results from this collaboration between two of my favorite life hackers. If you haven't tried out Stikkit yet, do so now. It's a great life hack in itself, which is just getting better and better as it develops, but will also likely be the source of great productivity hacks in the future (note: some power users are <a href="http://inik.net/taxonomy/term/199">already hacking it</a>).</p>

<p>As a bit of an aside, there's a hack to be found in the links from the Values of n announcement too, a hack in  which I have some personal involvement in the telling. Though Merlin was kind enough to leave my name out of his <a href="http://www.43folders.com/2006/06/11/perfect-apostrophe/">43 Folders podcast on "the perfect apostrophe,"</a> I am, in fact, the "very nice man whose life [he] temporarily ruined." While he overstates the damage done by just a tad, his depiction of me as "a character out a 30s screwball comedy" is uncanny:</p>

<p><embed src="http://odeo.com/flash/audio_player_black.swf" quality="high" width="322" height="54" name="odeo_player_black" align="middle" allowScriptAccess="always" wmode="transparent"  type="application/x-shockwave-flash" flashvars="type=audio&id=1315297" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed><br /><a style="font-size: 9px; padding-left: 110px; color: #f39; letter-spacing: -1px; text-decoration: none" href="http://odeo.com/audio/1315297/view">powered by <strong>ODEO</strong></a></p>

<p><br>The link to Merlin's hilarious podcast isn't simply gratuitous or intended to feed my own vanity. If you listen carefully, you'll find a valuable life hack in there, a perhaps more nuanced and intereresting way to "not sweat the small stuff" or, more accurately, to recognize the right stuff to sweat and just get it done. Beyond my obvious involvement as a character in his story, it resonated with me on a number of other levels as well, which I explained in a bit more detail a while back on <a href="http://briansawyer.wordpress.com/2006/06/14/productivity-and-the-perfect-apostrophe/">my personal blog</a> (note: this link, unlike the previous links, is indeed intentionally gratuitous).</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/life_hacking_news_mann_to_stik.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/life_hacking_news_mann_to_stik.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/life_hacking_news_mann_to_stik.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/life_hacking_news_mann_to_stik.html?CMP=OTC-7G2N43923558</guid>
<category>Life</category>
<pubDate>Thu, 01 Feb 2007 06:36:24 -0800</pubDate>

</item>

<item>
<title>Access Gmail Behind a Firewall</title>
<itunes:summary> Without getting into the ethics of employers blocking access to certain sites on company machines (and without comment on the ethics of subverting those filters), if you need to access your personal Gmail account from an office that restricts...</itunes:summary>
<description>
<![CDATA[<p><img alt="account_information.jpg" src="http://www.hackszine.com/blog/archive/account_information.jpg" width="499" height="311" /></p>

<p>Without getting into the ethics of employers blocking access to certain sites on company machines (and without comment on the ethics of subverting those filters), if you need to access your personal Gmail account from an office that restricts access, engtech has a number of <a href="http://engtech.wordpress.com/2006/10/04/how-to-access-gmail-when-its-blocked-at-work-or-school/">solutions for getting around the firewall</a>. Check out the linked post for details, but here's a quick rundown of your options (the last of which I hope is entirely tongue-in-cheek, which might save it from being offensive):</p>

<ol><li>Use different web addresses.
<li>Configure your mail program to access Gmail (through POP).
<li>Access Gmail through Google Desktop.
<li>Use a web server with Gmail Lite installed.
<li>Bribe the IT guys at your work.</ol>

<p>If nothing else, this hack would help on days when the company email fails and you still need to reach someone urgently on professional business.</p>

<p><br><strong>Related:</strong><br />
<ul><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596527063">Google Hacks, 3E</a><br />
<li><a href="http://www.hackszine.com/blog/archive/2007/01/use_google_to_view_myspace_or.html">Use Google to View MySpace or Any Restricted Site</a></ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/access_gmail_behind_a_firewall.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/access_gmail_behind_a_firewall.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/01/access_gmail_behind_a_firewall.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/01/access_gmail_behind_a_firewall.html?CMP=OTC-7G2N43923558</guid>
<category>Gmail</category>
<pubDate>Thu, 25 Jan 2007 06:50:48 -0800</pubDate>

</item>

<item>
<title>Shopping Sniper: Score a PS3 or Wii Online</title>
<itunes:summary> Posted before the holidays, Sean Alexander&apos;s article on how-to snipe a PS3 or Wii online (or, originally, an Xbox 360) should still be valuable for gamers who have yet to get their hands on the out-of-stock console of their...</itunes:summary>
<description>
<![CDATA[<p><img alt="Xbox 360_Tracker.jpg" src="http://www.hackszine.com/blog/archive/Xbox%20360_Tracker.jpg" width="500" height="211" /></p>

<p>Posted before the holidays, Sean Alexander's <a href="http://www.seanalexander.com/2006/11/22/HowToProvenMethodToScoreAPS3OrWiiOnline.aspx">article on how-to snipe a PS3 or Wii online</a> (or, originally, an Xbox 360) should still be valuable for gamers who have yet to get their hands on the out-of-stock console of their choice:<blockquote>Here's a fool-proof way to get notified when PS3/Wii/etc  are available for online ordering--no online auctions required.  I've tested it personally--and  received my premium system in time for Christmas.</blockquote>His method relies on configuring <a href="http://URLyWarning.net">URLyWarning</a> to notify you of status changes with retailer-tracking sites specific to the console you're still drooling over.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/shopping_sniper_score_a_ps3_or.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/shopping_sniper_score_a_ps3_or.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/01/shopping_sniper_score_a_ps3_or.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/01/shopping_sniper_score_a_ps3_or.html?CMP=OTC-7G2N43923558</guid>
<category>Shopping</category>
<pubDate>Thu, 25 Jan 2007 05:08:23 -0800</pubDate>

</item>

<item>
<title>Automatically Ignore Entire Conversations in Gmail</title>
<itunes:summary> Anyone who&apos;s a part of a mailing list has been party to email threads that just went on way too long. If you use Gmail, did you know you can mute the conversation to keep all future additions out...</itunes:summary>
<description>
<![CDATA[<p><img alt="Mute Gmail Conversation.jpg" src="http://www.hackszine.com/blog/archive/Mute%20Gmail%20Conversation.jpg" width="498" height="225" /></p>

<p>Anyone who's a part of a mailing list has been party to email threads that just went on <em>way too long</em>. If you use Gmail, did you know you can <em>mute</em> the conversation to <a href="https://mail.google.com/support/bin/answer.py?answer=47787&topic=1565">keep all future additions out of your inbox</a>:<blockquote>By using the 'm' shortcut key, new messages added to the conversation bypass your inbox so that the conversation stays archived. If your address appears in the to or cc field, though, the conversation will pop back into your inbox ready for your attention.</blockquote>The muted messages you never see remain marked as unread and you can still find them with standard Gmail search syntax. There's even a special search syntax that returns muted messages only:</p>

<pre>is:muted</pre>

<p>If you later discover that some interesting talk has been going on behind your back, unmuting the conversation is as easy as selecting the conversation and choosing "Move to inbox" from the "More actions..." menu.</p>

<p>Now, what I <em>really</em> want to see is a way to mute conversations where my address is just on the cc line, for those many times when I'm copied on a message that never should have gone to me in the first place, or when friends or colleagues hijack a relevant message with off-topic chatter. Anyone have a hack for that?</p>

<p><em>(Via <a href="http://diveintomark.org/archives/2007/01/24/links-for-2007-01-24">Mark Pilgrim</a>)</em></p>

<p><strong>Related:</strong><br />
<ul><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596527063">Google Hacks, 3E</a><br />
<li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596101651">Greasemonkey Hacks</a></ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/automatically_ignore_entire_co.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/automatically_ignore_entire_co.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/01/automatically_ignore_entire_co.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/01/automatically_ignore_entire_co.html?CMP=OTC-7G2N43923558</guid>
<category>Gmail</category>
<pubDate>Wed, 24 Jan 2007 08:37:18 -0800</pubDate>

</item>

<item>
<title>Skeleton Barcode Card</title>
<itunes:summary> In the Hacks Instructables pool, tracydanger provides a great life hack for downsizing your wallet:I got sick and tired of having a dozen little &quot;bonus&quot; cards to carry around, so I made this simple fix. Basically, I just scanned...</itunes:summary>
<description>
<![CDATA[<p><img alt="Skeleton Barcode Card.jpg" src="http://www.hackszine.com/blog/archive/Skeleton%20Barcode%20Card.jpg" width="499" height="207" /></p>

<p>In the <a href="http://www.instructables.com/group/hacks/">Hacks Instructables pool</a>, <a href="http://www.instructables.com/member/tracydanger/">tracydanger</a> provides a great life hack for <a href="http://www.instructables.com/id/ESHQI2SL5FEWZMJIZW?ALLSTEPS">downsizing your wallet</a>:<blockquote>I got sick and tired of having a dozen little "bonus" cards to carry around, so I made this simple fix. Basically, I just scanned in all my barcodes, fit them nicely into a row in photoshop and then printed them out onto a card.</blockquote>Check out <a href="http://www.instructables.com/id/ESHQI2SL5FEWZMJIZW?ALLSTEPS">the Instructable</a> for detailed instructions and troubleshooting tips.<br />
<br><strong>UPDATE: </strong><a href="http://www.instructables.com/member/jeff_1868/">jeff_1868</a> comments:<br />
<blockquote>Someone has come up with an online service. Simply, go to <a href="http://www.justoneclubcard.com/">http://www.justoneclubcard.com/</a> and enter in the barcode numbers for 8 of your club cards. The service generates a card, front & back, with the barcodes for those 8 cards. It's free and you can create as many as you would like. If you cannot find a store listed, just e-mail him photocopies of your card & he will add it to the service.</blockquote></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/skeleton_barcode_card.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/skeleton_barcode_card.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/01/skeleton_barcode_card.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/01/skeleton_barcode_card.html?CMP=OTC-7G2N43923558</guid>
<category>Productivity</category>
<pubDate>Tue, 23 Jan 2007 06:15:18 -0800</pubDate>

</item>


</channel>
</rss>