<?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>Evilsoft.org &#187; Lifehacks</title>
	<atom:link href="http://www.evilsoft.org/category/lifehacks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.evilsoft.org</link>
	<description>We're everywhere....</description>
	<lastBuildDate>Wed, 08 Sep 2010 12:18:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>wealth-lab</title>
		<link>http://www.evilsoft.org/2005/12/09/wealth-lab</link>
		<comments>http://www.evilsoft.org/2005/12/09/wealth-lab#comments</comments>
		<pubDate>Fri, 09 Dec 2005 16:58:07 +0000</pubDate>
		<dc:creator>metauser</dc:creator>
				<category><![CDATA[Lifehacks]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.evilsoft.org/?p=52</guid>
		<description><![CDATA[I was catching up on some of my Wired reading this morning when I came across an article about automagic stock investing. One of the links from the article was to a site called Wealth-lab. It is essentially a trading simulator/community where people can develop trading scripts and strategies and then simulate their usage. For [...]]]></description>
			<content:encoded><![CDATA[<p>I was catching up on some of my Wired reading this morning when I came across an article about automagic stock investing. One of the links from the article was to a site called Wealth-lab. It is essentially a trading simulator/community where people can develop trading scripts and strategies and then simulate their usage. For example here is a script titled <a href="http://www.wealth-lab.com/cgi-bin/WealthLab.DLL/editsystem?id=29676">&#8220;BREAD &#038; BUTTER #6: Swing Trading the Gap&#8221; </a> written by somebody named <a href="http://www.wealth-lab.com/cgi-bin/WealthLab.DLL/profile?user=quester">quester</a> ( I love the grown up names people use on the internet&#8230;)</p>
<blockquote><p>var Bar,QClose,QOpen:integer;<br />
var gap,Qgap:float;<br />
QClose:=GetExternalSeries(&#8217;QQQQ&#8217;,#Close);<br />
QOpen:=GetExternalSeries(&#8217;QQQQ&#8217;,#Open);</p>
<p>for Bar:=2 to BarCount-1 do<br />
begin<br />
  Qgap:=100*(@QClose[Bar-1]-@QOpen[Bar])/@QClose<br />
        [Bar-1];<br />
  gap:= 100*(PriceClose(Bar-1)-PriceOpen(Bar))/<br />
         PriceClose(Bar-1);</p>
<p>  if not LastPositionActive then<br />
   if (gap > 5) and (Qgap > 0.5) then<br />
    if PriceClose(Bar-1)
<priceclose (Bar-2) then<br />
      BuyAtMarket(Bar,'');</p>
<p>  if LastPositionActive then<br />
    SellAtStop(Bar+1,PriceClose(Bar),LastPosition,<br />
      '');<br />
end; </p></blockquote>
<p>The above script (code) encodes the following rules:</p>
<blockquote><p>&#8220;Buy a stock when the stock is down the day before, QQQ is gapping down more than half a percent, and the stock is gapping down more than 5 percent.&#8221;</p>
<p>&#8220;Hold the stock at least until the next morning.&#8221;</p>
<p>&#8220;Sell when the stock goes lower than the prior day&#8217;s close.&#8221; </p></blockquote>
<p>Without examining this language and the whole site in great detail (which I assure you gentle reader, I will be looking into this&#8230;) I gather that this script is run at the start and end of each trade day to determine what action should take place for a given stock. This is fantastic, it takes the emotional element out of stock trades. As anybody who has ridden a stock all the way to it being delisted just hoping that it will turn around, you know how important it is to have specific rational trading rules for when to sell and when to buy. </priceclose></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.evilsoft.org/2005/12/09/wealth-lab/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On &#8211; Surviving P2P usage</title>
		<link>http://www.evilsoft.org/2005/05/31/on-surviving-p2p-usage</link>
		<comments>http://www.evilsoft.org/2005/05/31/on-surviving-p2p-usage#comments</comments>
		<pubDate>Tue, 31 May 2005 18:37:25 +0000</pubDate>
		<dc:creator>metauser</dc:creator>
				<category><![CDATA[Lifehacks]]></category>

		<guid isPermaLink="false">http://www.evilsoft.org/?p=14</guid>
		<description><![CDATA[Now I am not saying I use or advocate using P2P tools/networks for downloading anything other than say&#8230;Porn. But if you do perhaps indulge in a bit of the downloading&#8230; well check out PeerGuardian2. It blocks IP address for known monitoring agencies of P2P networks. Once agains the arms race heats up. Then again you [...]]]></description>
			<content:encoded><![CDATA[<p>Now I am not saying I use <span style="font-style: italic;">or</span> advocate using P2P tools/networks for downloading anything other than say&#8230;<a href="http://www.fleshbot.com/">Porn</a>. But if you do perhaps indulge in a bit of the downloading&#8230; well check out <a href="http://www.methlabs.org/">PeerGuardian2</a>. It blocks IP address for known monitoring agencies of P2P networks. Once agains the arms race heats up. Then again you could just use <a href="http://waste.sourceforge.net/">Waste</a> and stop using the public networks all together.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evilsoft.org/2005/05/31/on-surviving-p2p-usage/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mediawiki</title>
		<link>http://www.evilsoft.org/2005/05/18/mediawiki</link>
		<comments>http://www.evilsoft.org/2005/05/18/mediawiki#comments</comments>
		<pubDate>Wed, 18 May 2005 23:43:41 +0000</pubDate>
		<dc:creator>Soulcatcher</dc:creator>
				<category><![CDATA[Lifehacks]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.evilsoft.org/?p=18</guid>
		<description><![CDATA[So my compatriot is using the GTD Tiddly Wiki to try and organize his life and notes, but I have taken a different wiki road. The GTD Tiddly Wiki certainly has a lot of eye candy, and can be very easy to use, but I am finding I need a more featureful solution to dealing [...]]]></description>
			<content:encoded><![CDATA[<p>So my compatriot is <a href="http://www.evilsoft.org/?p=20">using </a>the <a href="http://shared.snapgrid.com/gtd_tiddlywiki.html">GTD Tiddly Wiki</a> to try and organize his life and notes, but I have taken a different wiki road. The GTD Tiddly Wiki certainly has a lot of eye candy, and can be very easy to use, but I am finding I need a more featureful solution to dealing with my notes about umm, well, everything I do. So I chose <a href="http://wikipedia.sourceforge.net/">Mediawiki</a>.  It has a lot going for it:</p>
<ul>
<li>Easy to install (if like me you have a web server running linux.  Gentoo makes installing mediawiki a breeze)</li>
<li>You have access to it from anywhere, using anyone&#8217;s computer</li>
<li>You don&#8217;t have to worry as much about losing your data. A server is easy to keep backed up. When is the last time *you* backed up your thumb drive?</li>
<li>Rock solid &#8211; this is after all the software that runs the gigantic <a href="http://en.wikipedia.org/">Wikipedia</a>.</li>
<li>Support for media &#8211; so I can upload related photos/drawings/other media and attach that to my notes.</li>
<li>Lots of good patches are available, like the one I installed that lets you <a href="http://conseil-recherche-innovation.net/index.php/1974/04/10/31-restrict-pages-under-mediawiki">make pages private</a>.</li>
<li>Running this on a webserver means it&#8217;s simple to make any part of it accessible to other people &#8211; and you can give them accounts if you want to collaborate with people on an idea.
</li>
</ul>
<p>Course, now the software engineer in me wants to do all sorts of stuff with it, which is always dangerous. Ideas so far include finding a way to integrate it with <a href="http://gallery.sourceforge.net/">Gallery</a>, and writing a wiki that allows Game information to be stored in a wiki &#8211; with privledged accounts for referees/GMs, and accounts with lower permissions for players.</p>
<p>Hrm&#8230; Wonder if I can write a plugin for <a href="http://pcgen.sourceforge.net/">PCGen</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evilsoft.org/2005/05/18/mediawiki/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>all your tasks are belong to you</title>
		<link>http://www.evilsoft.org/2005/05/13/all-your-tasks-are-belong-to-you</link>
		<comments>http://www.evilsoft.org/2005/05/13/all-your-tasks-are-belong-to-you#comments</comments>
		<pubDate>Fri, 13 May 2005 20:00:00 +0000</pubDate>
		<dc:creator>metauser</dc:creator>
				<category><![CDATA[Lifehacks]]></category>

		<guid isPermaLink="false">http://www.evilsoft.org/?p=20</guid>
		<description><![CDATA[Another damn thats cool moment. These seem to be happening more and more lately.
This time I ran across another clever tool intended to help implement the GTD system. It is a clever little one page personal wiki. At first I was confused with the simplicity of this tool. I kept looking for the application to [...]]]></description>
			<content:encoded><![CDATA[<p>Another damn thats cool moment. These seem to be happening more and more lately.<br />
This time I ran across another clever tool intended to help implement the GTD system. It is a clever little <a href="http://shared.snapgrid.com/gtd_tiddlywiki.html">one page personal wiki</a>. At first I was confused with the simplicity of this tool. I kept looking for the application to download, the zip or the exe. And I never did find it, instead I finally got it, all this clever little tool consists of is a single large HTML page (114k!) that can modify its own contents. It uses some slick javascript to be pretty <span style="font-style: italic;">and</span> functional. I am going to keep a copy on my USB keydrive and use it to keep notes, todos, goals, links, etc. With periodic check-ins to SVN for backup this will rapidly become a very useful little tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evilsoft.org/2005/05/13/all-your-tasks-are-belong-to-you/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Snail (mail) trails</title>
		<link>http://www.evilsoft.org/2005/05/10/snail-mail-trails</link>
		<comments>http://www.evilsoft.org/2005/05/10/snail-mail-trails#comments</comments>
		<pubDate>Tue, 10 May 2005 19:33:13 +0000</pubDate>
		<dc:creator>Soulcatcher</dc:creator>
				<category><![CDATA[Lifehacks]]></category>

		<guid isPermaLink="false">http://www.evilsoft.org/?p=22</guid>
		<description><![CDATA[Part 2 of my series of articles on how to tame the mass of paperwork and other crap we have to deal with in the modern age.
Here is part 1.
I guess I&#8217;m a true child of the computer revolution, because I am *far* more comfortable as to what to do with email then I am [...]]]></description>
			<content:encoded><![CDATA[<p>Part 2 of my series of articles on how to tame the mass of paperwork and other crap we have to deal with in the modern age.<br />
Here is <a href="http://www.evilsoft.org/?p=26">part 1</a>.</p>
<hr />I guess I&#8217;m a true child of the computer revolution, because I am *far* more comfortable as to what to do with email then I am with snail mail. I hate mail, and not just a little. For years, I have had issues as my mail comes in, and forms piles on any horizontal surface (or as metauser calls them, &#8220;horizontal shit catchers&#8221;) in my house. These piles form as I don&#8217;t really want to take time to meticulously file them, but some of this mail *could* be important, so I keep it. Thus, piles on top of all my horizontal shit catchers. I decided last month that I had had enough of this, and I deployed a new strategy designed to combat the snail mail trails that were being left everywhere.</p>
<p>This strategy needed to meet the following criteria:</p>
<ol>
<li>Quick and as easy as leaving the mail in a pile on one of my horizontal shit catchers.</li>
<li>Must be easy to find stuff if I need it in the future.</li>
<li>Needs to highlight action items</li>
</ol>
<p> So after some thinking, I came up with a strategy that seems to be working pretty well a month later. You need the following items:</p>
<ul>
<li>A <a href="http://www.officedepot.com/textSearch.do?uniqueSearchFlag=true&#038;Ntt=File+Box&amp;x=0&#038;y=0">file box</a>, preferably with a little container on the top to hold a sharpie and the file folder labels. Make sure it&#8217;s large enough to hold all your mail for a year &#8211; count on getting a new one every January
</li>
<li><a href="http://www.officedepot.com/ddSKU.do?level=SK&amp;id=810929&#038;uniqueSearchFlag=true&amp;Ntt=Hanging+Folders&amp;x=0&#038;y=0&amp;An=text">Hanging file folders</a></li>
<li>1-2 <a href="http://www.officedepot.com/ddSKU.do?level=SK&#038;id=450031&amp;Nr=FILTER%28domestic%29&#038;N=1000000337+10324+4294951744+373&amp;Ne=6+1+10313&#038;An=browse">Hanging file pockets</a></li>
<li>A <a href="http://www.officedepot.com/ddSKU.do?level=SK&amp;id=435616&#038;uniqueSearchFlag=true&amp;amp;amp;amp;amp;amp;Ntt=magazine+holder&#038;x=0&amp;y=0&#038;An=text">Magazine holder</a>
</li>
</ul>
<p> Take the file folder, and set it somewhere that is easy to get to, preferably on the surface you currently toss your mail onto, so that you can leverage the existing habit. Set the magazine holder next to the file box. In the file box, you want a folder for each important subject, plus 1 hanging pocket for misc mail, and one more for receipts (if you want to store receipts as well). When you get home, toss any mail that you don&#8217;t want to deal with on top of the file box. When you are ready to deal with it, grab the mail and the file box, and then sort through the mail. You will likely want to file things related to certain subjects on their own (for me it&#8217;s mortgage, home owners association, and retirement accounts). All other mail either goes in the hanging pouch or gets thrown away when you are done with it.  Many letters get tossed in unopened, but really, you should try to at least *look* at most of the mail that goes in the random mail pouch.  Any things that are action items you toss into the magazine holder. If you want to keep receipts, toss them in their own hanging pouch.</p>
<p>The end result is that you have a box for each year with essentially everything that is important to that year in it, and you have no snail mail trails on your horizontal shit catchers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evilsoft.org/2005/05/10/snail-mail-trails/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Instruction pamphlet overload</title>
		<link>http://www.evilsoft.org/2005/05/06/instruction-pamphlet-overload</link>
		<comments>http://www.evilsoft.org/2005/05/06/instruction-pamphlet-overload#comments</comments>
		<pubDate>Fri, 06 May 2005 20:23:23 +0000</pubDate>
		<dc:creator>Soulcatcher</dc:creator>
				<category><![CDATA[Lifehacks]]></category>

		<guid isPermaLink="false">http://www.evilsoft.org/?p=26</guid>
		<description><![CDATA[So as mentioned in my twist tie art post I buy a lot of gadgets. Cell phones, palm pilots, cameras, video cards, motherboards, label makers, automatic kitty litter boxes&#8230;. If it&#8217;s a gadget that doesn&#8217;t suck, I&#8217;m your audience. Well, this leads to a problem. All these things come with instructions booklets, adapters, driver CDs, [...]]]></description>
			<content:encoded><![CDATA[<p>So as mentioned in my <a href="http://www.evilsoft.org/?p=29">twist tie art</a> post I buy a lot of gadgets. Cell phones, palm pilots, cameras, video cards, motherboards, label makers, automatic kitty litter boxes&#8230;. If it&#8217;s a gadget that doesn&#8217;t suck, I&#8217;m your audience. Well, this leads to a problem. All these things come with instructions booklets, adapters, driver CDs, screen covers, receipts, and a bunch of other crap. Now, I know that I could keep the CDs in one place, and the adapters with all my other cables and crap, but I&#8217;m finding that with enough time of this stuff spending in a drawer, the less common cables and adapters can lose their association in my mind as to what they are for. CDs disappear into the living mound of junk on my desk, instruction booklets go missing, and forget about the receipts.<br />
<img src="http://www.officedepot.com/pictures/SK/MD/844738_sk_md.jpg" /><br />
Well, this problem has a rather simple and elegant solution that my father showed me a few months ago.  What you will need:</p>
<ul>
<li><a href="http://www.officedepot.com/ddMain.do?level=FM&#038;id=6233&amp;location_info=SG_1_DV_12_CT_1202_SC_1202002_FM_6233">Clasp Envelopes</a></li>
<li>A <a href="http://evilsoft.blogspot.com/2005/04/sharpie-mini.html">Sharpie</a></li>
<li>Some sort of filing cabinet
</li>
</ul>
<p> I suspect the solution is fairly obvious based on the list of materials. With every item you purchase that has more then one related item (receipt, cables, instructions, etc) whip out a clasp envelope, write the name of the object on the face of the envelope, and then stick the whole thing in your filing cabinet/file box. This has a number of benefits. First off, it keeps everything that is related together, and these envelopes can normally fit everything that comes with most gadgets. Second, they are just over 8 1/2 x 11, so they can pretty much fit in any filing cabinet either as their own files, or in a thicker handing folder. Third, do you really need to fill your CD cases with a bunch of driver CDs that you use at most what? *maybe* two, three times&#8230;.*ever*. Fourth when you are done with the object, this makes it really easy to sell/give it away/<a href="http://freecycle.org/">freecycle</a> it.</p>
<p>Since I have started doing this, it&#8217;s really helped tame my office, hope it helps tame yours.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evilsoft.org/2005/05/06/instruction-pamphlet-overload/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Keep an installer repository</title>
		<link>http://www.evilsoft.org/2005/04/28/keep-an-installer-repository</link>
		<comments>http://www.evilsoft.org/2005/04/28/keep-an-installer-repository#comments</comments>
		<pubDate>Thu, 28 Apr 2005 22:42:54 +0000</pubDate>
		<dc:creator>Soulcatcher</dc:creator>
				<category><![CDATA[Lifehacks]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.evilsoft.org/?p=36</guid>
		<description><![CDATA[I have 3 current problems with my windows usage:

I happen to be a member of the camp of people who believe that Windows really should be re-installed ever 6-12 months. It frankly just gets to crufty, performance drops, errors increase, in general it just sucks after it&#8217;s been used for to long.
As a half and [...]]]></description>
			<content:encoded><![CDATA[<p>I have 3 current problems with my windows usage:</p>
<ol>
<li>I happen to be a member of the camp of people who believe that Windows really should be re-installed ever 6-12 months. It frankly just gets to crufty, performance drops, errors increase, in general it just sucks after it&#8217;s been used for to long.</li>
<li>As a half and half Linux/XP user, windows in it&#8217;s default install is barely usable. I need at least Cygwin, Firefox, Putty and a handful of other apps; lest I tear open the case, snap the motherboard in half, and gouge out my eyes like a half crazed King Lear.</li>
<li>I like to run current software on the 3 XP pcs I use on a regular basis: Work, Home and Laptop &#8211; but if I install an update on one, I have a tendency to forget to install it on the others.</li>
</ol>
<p>One piece of software has stepped in to fill much of the void waiting to be filled for these three issues: Subversion. Now, I realize it&#8217;s nothing new to check files into a version control repository, but Subverion is the first piece of free (as in beer, as well as in the Open Source meaning) software that doesn&#8217;t suck when applied to the problem of keeping track of one&#8217;s installers.</p>
<p>Setup of a server for subversion is fairly easy if you already have an apache server, but it can also run using the apache portable runtime, in pretty much any environment apache can run on, including windows. O&#8217;Reilly has even made it&#8217;s excellent book on configuring and using Subversion available for free on the web.</p>
<p>After getting the server set up on a system that you can access from most, if not all the computers you have to use, you will want to install TortoiseSVN. This app integrates with explorer, and it makes it bloody simple to check in files, update them, and pull them down elsewhere.</p>
<p><img src="blogimages/svn.jpg" alt="Figure 1: Subversion" /><br />
Figure 1: Subversion</p>
<p>So what I tend to do is I keep a directory tree of various types of software. Networking, Programming, Applications, Multimedia, etc. When I realize that an app is something I will want to keep installed (or when I download an update to something I already keep installed on all my boxen), I make a directory for it in my New Install folder, under the appropriate type, and then check it in. When I switch to a different computer, hit update, and bam &#8211; all my installers are updated to the current version with the added benefit that I can see what all I need to update on that computer based on which files TortoiseSVN says got updated. If I decide I no longer want to use a particular package, removal is easy, as is moving files around the directory structure (since Subversion actually supports renaming directories and files.)</p>
<p>Now, my three computers all basically keep the same environment, so I can sit down at any one of them and feel confident that I will have the tools I need.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evilsoft.org/2005/04/28/keep-an-installer-repository/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tasty Treats</title>
		<link>http://www.evilsoft.org/2005/04/22/tasty-treats</link>
		<comments>http://www.evilsoft.org/2005/04/22/tasty-treats#comments</comments>
		<pubDate>Fri, 22 Apr 2005 23:36:32 +0000</pubDate>
		<dc:creator>metauser</dc:creator>
				<category><![CDATA[Lifehacks]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.evilsoft.org/?p=45</guid>
		<description><![CDATA[Two quick articles that made me happy about science today:
Garlic Compound Used as Anticancer Ammo
Breast Cancer Gene Permanently Silenced
Both from here. Check out memewatch for the highlights&#8230;

]]></description>
			<content:encoded><![CDATA[<p>Two quick articles that made me happy about science today:<br />
<a href="http://www.betterhumans.com/News/news.aspx?articleID=2005-04-22-1">Garlic Compound Used as Anticancer Ammo</a></p>
<div style="text-align: justify;"><a href="http://www.betterhumans.com/News/news.aspx?articleID=2005-04-21-1">Breast Cancer Gene Permanently Silenced</a></p>
<p>Both from <a href="http://www.betterhumans.com/">here</a>. Check out <a href="http://www.betterhumans.com/Memewatch/index.aspx">memewatch</a> for the highlights&#8230;
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.evilsoft.org/2005/04/22/tasty-treats/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Credit as a Patron</title>
		<link>http://www.evilsoft.org/2005/04/20/on-credit-as-a-patron</link>
		<comments>http://www.evilsoft.org/2005/04/20/on-credit-as-a-patron#comments</comments>
		<pubDate>Wed, 20 Apr 2005 21:04:58 +0000</pubDate>
		<dc:creator>Soulcatcher</dc:creator>
				<category><![CDATA[Lifehacks]]></category>

		<guid isPermaLink="false">http://www.evilsoft.org/?p=42</guid>
		<description><![CDATA[So this is a simple life hack I&#8217;ve been using for a year or two, but seems to be pretty uncommon. Let me set the scene. You and your 6 best friends go out to dinner, and have a grand old time. After 3 hours eating, drinking and chatting it up, the waitstaff comes to [...]]]></description>
			<content:encoded><![CDATA[<p>So this is a simple life hack I&#8217;ve been using for a year or two, but seems to be pretty uncommon. Let me set the scene. You and your 6 best friends go out to dinner, and have a grand old time. After 3 hours eating, drinking and chatting it up, the waitstaff comes to you all with the check, and what do you know? 5 of the 6 people whip out credit cards. The waitron is irritated cause they have to remember 5 credit card values, odds are, some of them will be off as two cards accidentally get swapped, and then you guys have a hard time determining if you left enough tip, because person 6 left cash, and the waitress left with the cash.</p>
<p>Well, here is what you do:</p>
<ol>
<li>You&#8217;re carrying a pen, right? If not, ask the waiter for one.</li>
<li>On the back of the reciept, write down each person&#8217;s credit card, and the total amount of cash put in.</li>
<li>Hand the waitperson the credit cards, and show them the receipt with the values for each card on them.</li>
<li>Ask them to bring that receipt back with the credit card slips so you can make sure the bill is totaled correctly.</li>
</ol>
<p> The bills won&#8217;t get screwed up, the server will really appreciate it as it makes their job a little easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evilsoft.org/2005/04/20/on-credit-as-a-patron/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deals life-hack</title>
		<link>http://www.evilsoft.org/2005/04/18/deals-life-hack</link>
		<comments>http://www.evilsoft.org/2005/04/18/deals-life-hack#comments</comments>
		<pubDate>Mon, 18 Apr 2005 23:53:37 +0000</pubDate>
		<dc:creator>Soulcatcher</dc:creator>
				<category><![CDATA[Lifehacks]]></category>

		<guid isPermaLink="false">http://www.evilsoft.org/?p=48</guid>
		<description><![CDATA[There are a ton of great resources on the net for finding deals, especially for computer related items. The problem is, that it takes a lot of time to follow SlickDeals and Techbargains and all the other great deals sites out there. Well, as luck would have it, there is a way to tame this [...]]]></description>
			<content:encoded><![CDATA[<p>There are a ton of great resources on the net for finding deals, especially for computer related items. The problem is, that it takes a lot of time to follow SlickDeals and Techbargains and all the other great deals sites out there. Well, as luck would have it, there is a way to tame this mess. Through the beauty of RSS, and <a href="http://www.mozilla.org/products/thunderbird/">Thunderbird</a>, it is no problem to find the deals you want, without having to spend hours a day watching these sites.</p>
<p>So first off, if you are not using Thunderbird for mail, you really should be.  If you don&#8217;t have it, go out and <a href="http://download.mozilla.org/?product=thunderbird-1.0.2&#038;os=win&amp;lang=en-US">download<br />it</a>. Even if you don&#8217;t want to do that, you can still use it for RSS feeds. So first thing is first, you want to subscribe to a number of deal websites. So far the ones I have found that use RSS are:
<ul>
<li><a href="http://slickdeals.net/">SlickDeals.net</a>: http://slickdeals.net/rss.php</li>
<li><a href="http://www.techbargains.com/">Techbargains.com</a>: http://www.techbargains.com/rss.xml</li>
<li><a href="http://www.edealinfo.com/">eDealinfo.com</a>: http://www.edealinfo.com/ddrss.xml</li>
<li><a href="http://www.dealnews.com/">dealnews.com</a> (Thanks Rob): http://content.dealnews.com/dealnews/rss/todays-edition.xml</li>
<li><a href="http://bensbargains.net/">Bensbargains.net</a> (Thanks Jason): http://bensbargains.net/rss.xml</li>
<li><a href="http://dealcatcher.com/">Dealcatcher.com</a> (Thanks Jason): http://www.dealcatcher.com/rss.asp</li>
<li><a href="http://www.xpbargains.com/">xpBargains.com</a>: http://www.xpbargains.com/rss.php</li>
<li><a href="http://woot.com/">Woot.com</a>:   http://rss.woot.com/feed.aspx</li>
<li><a href="http://www.passwird.com/" rel="nofollow" _base_href="http://evilsoft.blogspot.com">passwird.com</a> (Thanks Patrick): http://www.roosster.com/rstr/f/passwird/rss.xml</li>
<li><a href="http://www.roosster.com/rstr/deals/">  Roosster.com</a> (Thanks Ryan): (Tons of rss feeds, go there)</li>
<li><a href="http://cheap.typepad.com/cheapster/">Cheap Stingy Bastard</a> (Thanks Jared): http://cheap.typepad.com/cheapster/index.rdf </li>
<li>If you know of more that have RSS feeds, mail me and I&#8217;ll post them.</li>
</ul>
<p> Finally, you will want to create a separate folder to filter the deals to.   I called mine &#8220;Watched for deals&#8221;.</p>
<p><a href="http://www.evilsoft.org/blogimages/thunderbird.jpg"><img style="border: 1px solid ; margin: 2px;" src="http://www.evilsoft.org/blogimages/thunderbird.jpg" border="0" /></a><br />Figure 1: Thunderbird </p>
<p>After you have subscribed to these in Thunderbird, we are now going to set up some mail filters. This is the root of getting this to work for you. See Thunderbird lets you use the full power of it&#8217;s mail filtering on the blogs you subscribe to. So, go to Tools->Message Filters.</p>
<p><a href="http://www.evilsoft.org/blogimages/filters.jpg"><img style="border: 1px solid rgb(0, 0, 0); margin: 2px;" src="http://www.evilsoft.org/blogimages/filters.jpg" border="0" /></a><br />Figure 2: Thunderbird Filters</p>
<p>For each type of thing you are interested for, you will need to create one filter for each deal site you are subscribed to (unless you don&#8217;t use Thunderbird for other RSS feeds, then you only need one rule per &#8216;thing&#8217;) This is so that you don&#8217;t accidentally catch messages unrelated to deals in the filters. Inside the filter, you will want to do the following:
<ul>
<li>Determining the text you are searching for.  In the case of Figure 3, I&#8217;m looking for Dell deals.</li>
<li>Hit the more button, and in the second filter, you want to select &#8220;Sender&#8221;. the text should be set to whatever is listed in the &#8220;Sender&#8221; column in the normal Thunderbird view (See Figure 1).</li>
<li>Set the &#8220;For incoming messages that: radio button to &#8220;Match all of the following&#8221;</li>
<li>Finally, you want to check the Move to folder checkbox, and then use the drop down to select your &#8220;watched for deals&#8221; folder</li>
</ul>
<p><a href="http://www.evilsoft.org/blogimages/filter.jpg"><img style="border: 1px solid rgb(0, 0, 0); margin: 2px;" src="http://www.evilsoft.org/blogimages/filter.jpg" border="0" /></a><br />Figure 3: Editing a Filter </p>
<p>Now, instead of spending a bunch of time watching these sites, you only have to keep an eye on the &#8220;watched for deals&#8221; folder. If it&#8217;s ever bold, then it means there is something in the folder that is of interest to you.</p>
<p>Happy deal hunting.</p>
<p>April 22: Reader Billy noted: You could also use Thunderbird&#8217;s &#8220;Saved Searches&#8221; for this. Type in your search terms, tell it where to search, then click the &#8220;Save Search&#8221; button and create a virtual folder with your search results in it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evilsoft.org/2005/04/18/deals-life-hack/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
