<?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>iohelix &#187; technology</title>
	<atom:link href="http://iohelix.net/blog/category/play/geek/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://iohelix.net/blog</link>
	<description>the blog with the best tagline ever</description>
	<lastBuildDate>Thu, 29 Jul 2010 19:09:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>hacking iTunes paths</title>
		<link>http://iohelix.net/blog/2009/04/hacking-itunes-paths/</link>
		<comments>http://iohelix.net/blog/2009/04/hacking-itunes-paths/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 23:57:05 +0000</pubDate>
		<dc:creator>benjam</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://iohelix.net/blog/?p=1838</guid>
		<description><![CDATA[so unless you&#8217;ve been living under a rock, you know that we&#8217;ve moved to Slovakia.  during the move, I was unable and unwilling to pack my computer up to bring with us. it was just too large to be feasible. the next best thing was to backup my digital life onto an external hard drive&#8211;which [...]]]></description>
			<content:encoded><![CDATA[<p>so unless you&#8217;ve been living under a rock, you know that we&#8217;ve moved to Slovakia.  during the move, I was unable and unwilling to pack my computer up to bring with us. it was just too large to be feasible. the next best thing was to backup my digital life onto an external hard drive&#8211;which chelsea so conveniently gave me for christmas&#8211;and bring that with us instead. one problem with this is that, as with every other time that I had to wipe my hard drive, I would be forced to re-import my entire iTunes library into iTunes, and if you&#8217;ve ever tried to import an iTunes library, it&#8217;s better than starting from scratch, but it sucks. playlists don&#8217;t sync properly, especially if they are based on other playlists. and the add date for all your songs becomes the same date, which I use in many of my playlists (recently added, etc.) but I think I found a solution to my problems&#8230;</p>
<p><span id="more-1838"></span>my parents were in a situation where they were using several user accounts on the computer, but wanted to share the iTunes library across all the accounts. this posed some problems, and I hacked in a workaround, where iTunes stored all the music in the same folder, but it wasn&#8217;t elegant, and it didn&#8217;t work quite right.</p>
<p>they recently had some computer issues which forced them to reformat their hard drive (ok, fine, forced ME to reformat their hard drive), and they again wanted to share the same iTunes library. so while thinking over how I could more easily get their iTunes library to work across multiple accounts, and be more elegant than the solution I tried last time, I realized that the same solution could possibly work for me.</p>
<p>the solution that I realized for my parents computer and their multiple accounts is as follows: &nbsp;on a *nix system, there is a thing you can do called a link (more precisely, a <a href="http://en.wikipedia.org/wiki/Symbolic_link">symbolic link</a>), where one location actually points to another location. for instance if I had a directory at /bin which has a symlink pointing to it at /home/usr/bin, when I go to /home/usr/bin, I&#8217;m actually getting the contents of /bin, but the computer thinks I&#8217;m getting /home/usr/bin. a bit confusing i know, but trust me, it&#8217;s cool and extremely useful.</p>
<p>if you are using windows, windows doesn&#8217;t have symlinks per se, but if you&#8217;re using the NTFS file system (and if you&#8217;re on anything above win 2000, you should be), there is an almost identical thing you can do called a junction. and it&#8217;s made easier by downloading a small utility called <a href="http://elsdoerfer.name/=ntfslink">NTFS Link</a>. &nbsp;with this, you can point any empty folder to any other folder on the computer, and when you navigate to that folder, the contents inside are actually in another location on the computer. this gave me an idea&#8230;</p>
<p>iTunes has a horrible habit of wanting to store it&#8217;s data files in the documents folder of the user. this poses a problem for trying to use the same library for multiple accounts, as each account has it&#8217;s own documents folder. what I did, was created a new folder in the root of the C: drive called &#8220;iTunes&#8221;, and created another folder inside that folder called &#8220;__iTunes Data&#8221; (the underscores are to keep it near the top of the folder when sorted). &nbsp;I then opened iTunes with one of the accounts on the computer, which created the folder \My Documents\My Music\iTunes. I then closed iTunes, and moved the contents of that folder into the __iTunes Data folder I just created. after that, I right clicked on the now empty \My Music\iTunes folder and symlinked it to the __iTunes Data folder. now, iTunes goes looking for it&#8217;s data in the \My Documents\My Music\iTunes folder, but it&#8217;s actually looking in the C:\iTunes\__iTunes Data folder, but it has no idea. I then get into iTunes, and set the advanced preferences and change my iTunes Music Folder location to C:\iTunes.</p>
<p>mission accomplished. iTunes now thinks that it&#8217;s accessing it&#8217;s data in the documents folder, when really it&#8217;s in a different location (__iTunes Data), which can easily be linked to from all the other iTunes &#8220;accounts&#8221;. &nbsp;just do the same thing for the other accounts, make a junction from \My Documents\My Music\iTunes to C:\iTunes\__iTunes Data, and set your library location in iTunes to point to C:\iTunes, and everybody is now using the same library. one thing to make sure you set, is while you&#8217;re setting the Music Library location, also check &#8220;Keep iTunes Music folder organized&#8221; and &#8220;Copy files to iTunes Music folder when adding to library&#8221; this keeps everything nice and tidy, and when one account adds music, it gets copied into the iTunes music folder, and all the other accounts can access it as well.</p>
<p>now on to how this helped me&#8230; &nbsp;I realized that, while this works perfectly for multiple accounts on the same computer, my problem is a bit different. I have only one account, and all of my data is on an external hard drive, including my library data files. so what did I do? &nbsp;I set up iTunes exactly as I had set up the iTunes for my parents, except that I then emptied out and linked the C:\iTunes folder to the location of my external hard drive library (which is at G:\Music\Benjam&#8217;s Music). &nbsp;so now I have a perfectly functioning iTunes library, with no import required, and to top it off, when I need to wipe my hard drive again, I just set this up as it is now on the &#8220;new&#8221; computer, and it will behave as if it had never changed. all I might have to change is where C:\iTunes is pointing to.</p>
<p>here are those instructions again, in a nice easy-to-follow list (this only works with NTFS on XP, although if you have another method of creating symlinks in your system (which Vista does, google &#8220;mklink&#8221;), that would work as well):</p>
<ol>
<li>download and install <a href="http://elsdoerfer.name/=ntfslink">NTFS Link</a></li>
<li>download and install, or update iTunes</li>
<li>create a folder in the root of your C drive called iTunes (or whatever)</li>
<li>[Optional step] right click on your new folder and link to the location of your iTunes music</li>
<li>create a folder inside C:\iTunes called __iTunes (or whatever)</li>
<li>[Skip this step if you have an existing library] open iTunes once (this creates the \My Music\iTunes directory and creates some initial files in there)</li>
<li>go to the iTunes preferences, and the Advanced tab, and set the location for the iTunes Music Library to C:\iTunes</li>
<li>check both of the boxes below that, save, and close iTunes</li>
<li>move all the files in \My Music\iTunes into C:\iTunes\__iTunes</li>
<li>alt click on \My Music\iTunes and NTFS link that to C:\iTunes\__iTunes</li>
<li>open iTunes, add your music, enjoy</li>
</ol>
<p>(this also works with pre-existing libraries, just move your music into the C:\iTunes folder, and move your \My Music\iTunes data into the __iTunes folder, and iTunes will see it like nothing changed)</p>]]></content:encoded>
			<wfw:commentRss>http://iohelix.net/blog/2009/04/hacking-itunes-paths/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>leap second added at end of 2008</title>
		<link>http://iohelix.net/blog/2008/12/leap-second-added-at-end-of-2008/</link>
		<comments>http://iohelix.net/blog/2008/12/leap-second-added-at-end-of-2008/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 15:41:47 +0000</pubDate>
		<dc:creator>benjam</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://iohelix.net/blog/?p=1066</guid>
		<description><![CDATA[for everybody who will be celebrating the coming new year, make sure you don&#8217;t start (or end) your new year&#8217;s countdown early. the international earth rotation and reference systems service (IERS) has announced that a leap second will be added at the end of 2008, making 2008 one second longer than it should be. so [...]]]></description>
			<content:encoded><![CDATA[<p>for everybody who will be celebrating the coming new year, make sure you don&#8217;t start (or end) your new year&#8217;s countdown early.</p>
<p>the international earth rotation and reference systems service (IERS) <a href="http://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat">has announced</a> that a <a href="http://en.wikipedia.org/wiki/Leap_second">leap second</a> will be added at the end of 2008, making 2008 one second longer than it should be.</p>
<p>so either start your countdown at 11, or end your countdown at -1, either way&#8230;</p>
<p>enjoy the extra long year! &nbsp;(it has both a leap day, and a leap second)</p>]]></content:encoded>
			<wfw:commentRss>http://iohelix.net/blog/2008/12/leap-second-added-at-end-of-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>thoughts on proprietary file formats</title>
		<link>http://iohelix.net/blog/2008/12/thoughts-on-proprietary-file-formats/</link>
		<comments>http://iohelix.net/blog/2008/12/thoughts-on-proprietary-file-formats/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 06:19:35 +0000</pubDate>
		<dc:creator>benjam</dc:creator>
				<category><![CDATA[rant]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://iohelix.net/blog/?p=1058</guid>
		<description><![CDATA[so we got a new camcorder for christmas (mrs. claus was nice enough to bring one by for us), and I broke it out, started using it, got it home, and tried to hook it up to the computer&#8230; &#160;well, that failed with a cryptic error message, but no big deal, the memory card is [...]]]></description>
			<content:encoded><![CDATA[<p>so we got a new camcorder for christmas (mrs. claus was nice enough to bring one by for us), and I broke it out, started using it, got it home, and tried to hook it up to the computer&#8230; &nbsp;well, that failed with a cryptic error message, but no big deal, the memory card is easily removed, and the camcorder conveniently came with a <acronym title="Universal Serial Bus">USB</acronym> card reader. so i plugged that in, attached it to the comp, and tried to open the files with my favorite in-a-hurry audio/video player, <a href="http://www.videolan.org/vlc/">VLC</a>&#8230;</p>
<p>nope. try again.</p>
<p><span id="more-1058"></span>I begin to look up information on the file format that the camera uses to record the movies (<a href="http://en.wikipedia.org/wiki/MOD_and_TOD_%28video_format%29">.MOD</a>), and apparently, nobody supports it. so now, in order to use the file (and subsequently, the camera), I have to either A. use the crappy software that came with the camera (which is slow and difficult), or B. buy some other software (also from the camcorder company, how convenient) that will allow me to convert the movie to some other easier-to-use format.</p>
<p>well, that does it, I&#8217;m thoroughly pissed at all software and hardware designers that decide that it&#8217;s okay to nickel and dime us by using proprietary file formats that are impossible to use otherwise. even if they don&#8217;t want to nickel and dime us, it still sucks when a company tries to &#8220;better&#8221; the current standards by creating a new format that only their software or hardware uses, and then fail to release the format details so others can use it as well (think <acronym title="Microsoft">MS</acronym> Word 2007 and the .docx format). &nbsp;well, at least with that one, OpenOffice.org finally supports it in v3.0, but .odt already existed and is more openly adopted by other word processing software anyway.</p>
<p>anywho&#8230;</p>
<p>point is, I doubt seriously that .MOD (which, I found out, is just .MPG with a different extension and some other <a href="http://en.wikipedia.org/wiki/MOI_%28file_format%29">.MOI</a> files to go with it) was really necessary. why not just use one of the other formats that are already out there and more widely used, why must you create your own? &nbsp;and if it&#8217;s absolutely necessary to create your own, at least release the details so that others may take advantage of your apparent excellence (think .7z files).</p>
<p>and if not, just use a format already available. my current camera records movies in .mov format, and everything I use can read an .mov file, and the pictures are .jpg&#8230; easy.</p>
<p>new camcorder&#8230; .MOD files&#8230; not so much.</p>
<p>NOTE: I finally found a small simple utility to convert my .MOD files to .MPG and set my widescreen marker at the same time: <a href="http://zyvid.com/smf/index.php?action=dlattach;topic=280.0;id=153">SDCopy</a></p>]]></content:encoded>
			<wfw:commentRss>http://iohelix.net/blog/2008/12/thoughts-on-proprietary-file-formats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;i told you so&#8221; just doesn&#8217;t sound strong enough&#8230;</title>
		<link>http://iohelix.net/blog/2008/12/i-told-you-so-just-doesnt-sound-strong-enough/</link>
		<comments>http://iohelix.net/blog/2008/12/i-told-you-so-just-doesnt-sound-strong-enough/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 17:30:23 +0000</pubDate>
		<dc:creator>benjam</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://iohelix.net/blog/?p=991</guid>
		<description><![CDATA[Microsoft Internet Explorer is about to ruin your day.  Read the story for more info: http://news.bbc.co.uk/2/hi/technology/7784908.stm Done reading? Now, do yourself a favor and grab one of these: Windows Firefox (Highly Recommended) Google Chrome (Also Recommended) Apple Safari Opera Mac Firefox (Highly Recommended) Apple Safari Opera Linux You&#8217;re good, no worries But grab Firefox, just [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Internet Explorer is about to ruin your day.  Read the story for more info:</p>
<p><a href="http://news.bbc.co.uk/2/hi/technology/7784908.stm">http://news.bbc.co.uk/2/hi/technology/7784908.stm</a></p>
<p>Done reading?</p>
<p>Now, do yourself a favor and grab one of these:</p>
<ul>
<li>Windows
<ul>
<li><a href="http://www.mozilla.com/en-US/firefox/all.html">Firefox</a> (Highly Recommended)</li>
<li><a href="http://www.google.com/chrome">Google Chrome</a> (Also Recommended)</li>
<li><a href="http://www.apple.com/safari/">Apple Safari</a></li>
<li><a href="http://www.opera.com/">Opera</a></li>
</ul>
</li>
<li>Mac
<ul>
<li><a href="http://www.mozilla.com/en-US/firefox/all.html">Firefox</a> (Highly Recommended)</li>
<li><a href="http://www.apple.com/safari/">Apple Safari</a></li>
<li><a href="http://www.opera.com/">Opera</a></li>
</ul>
</li>
<li>Linux
<ul>
<li>You&#8217;re good, no worries</li>
<li>But grab <a href="http://www.mozilla.com/en-US/firefox/all.html">Firefox</a>, just for the heck of it</li>
<li>You can also grab <a href="http://www.opera.com/">Opera</a>, if you want</li>
</ul>
</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://iohelix.net/blog/2008/12/i-told-you-so-just-doesnt-sound-strong-enough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linking to specific moments in a YouTube video</title>
		<link>http://iohelix.net/blog/2008/10/linking-to-specific-moments-in-a-youtube-video/</link>
		<comments>http://iohelix.net/blog/2008/10/linking-to-specific-moments-in-a-youtube-video/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 19:22:50 +0000</pubDate>
		<dc:creator>benjam</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.iohelix.net/blog/?p=798</guid>
		<description><![CDATA[A co-worker of mine pointed me towards this entry in a blog. It talks about linking to a specific time in a YouTube video. I&#8217;ll repeat here in case you don&#8217;t want to link offsite. Have you ever recieved links to videos that say something like &#8220;It gets really good around 1:47&#8243;, or something similar? [...]]]></description>
			<content:encoded><![CDATA[<p>A co-worker of mine pointed me towards <a href="http://www.seroundtable.com/archives/018548.html">this entry</a> in a blog.</p>
<p>It talks about linking to a specific time in a YouTube video. I&#8217;ll repeat here in case you don&#8217;t want to link offsite.</p>
<p>Have you ever recieved links to videos that say something like &#8220;It gets really good around 1:47&#8243;, or something similar?</p>
<p>Now you can link to a specific moment in that video by putting the time as follows in your link: <code>#t=1m47s</code></p>
<p>What this does, is when somebody goes to that link, it not only starts at the given time, but it doesn&#8217;t buffer all the stuff that comes before it, so you don&#8217;t have to wait for the part you&#8217;re interested in.</p>
<p>For instance, try the following link:<br />
<a href="http://www.youtube.com/watch?v=OP1-5uxZffE#t=5m45s">http://www.youtube.com/watch?v=OP1-5uxZffE#t=5m45s</a> (<acronym title="Safe For Work">SFW</acronym>)</p>
<p>That&#8217;s just awesome.</p>]]></content:encoded>
			<wfw:commentRss>http://iohelix.net/blog/2008/10/linking-to-specific-moments-in-a-youtube-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>site backups</title>
		<link>http://iohelix.net/blog/2008/08/site-backups/</link>
		<comments>http://iohelix.net/blog/2008/08/site-backups/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 04:54:57 +0000</pubDate>
		<dc:creator>benjam</dc:creator>
				<category><![CDATA[iohelix]]></category>

		<guid isPermaLink="false">http://www.iohelix.net/blog/?p=249</guid>
		<description><![CDATA[Since my wife and I started using a blog again, I was thinking it would be cool to go back in my archives and grab the old posts I had on here years ago, and try to find a way to import them back into the blog. So I started looking in my backups folder [...]]]></description>
			<content:encoded><![CDATA[<p>Since my wife and I started using a blog again, I was thinking it would be cool to go back in my archives and grab the old posts I had on here years ago, and try to find a way to import them back into the blog.</p>
<p>So I started looking in my backups folder for a database dump that would have the blog posts in it, and I searched and searched, but could not find the most recent version of it.  I have a coupe older ones, and some really old ones, but not any that were from right before I deleted the blogs.</p>
<p>I don&#8217;t know why I didn&#8217;t make a backup of them, or if I did, I don&#8217;t know why I didn&#8217;t keep it in a safe place, but I didn&#8217;t.</p>
<p>So I jumped on the <a href="http://www.archive.org/web/web.php">wayback machine</a>, and found one more post that I didn&#8217;t have in my backup.  I imported the backup into my database at home, installed the version of WordPress I had when the posts were made (also via the wayback machine), and posted that last one that was missing.  Then I installed the latest version of WordPress, made an export file, and imported them into this incarnation.</p>
<p>So now I have posts that go back about 5 years (albeit very sporadically), with the possibility of a few missing that are probably gone for good, unless I happen to find an old dump somewhere that I didn&#8217;t know about, but I doubt it&#8230;   oh well.</p>
<p>I&#8217;m off to make a backup of my site right now, and I&#8217;ll label it &#8216;Keep&#8217;, because obviously, the method I have now doesn&#8217;t work.</p>
<p>Maybe I should start putting my site backups in Subversion&#8230;</p>
<p>Anywho&#8230; enjoy the old posts.</p>]]></content:encoded>
			<wfw:commentRss>http://iohelix.net/blog/2008/08/site-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>broken site</title>
		<link>http://iohelix.net/blog/2006/03/broken-site/</link>
		<comments>http://iohelix.net/blog/2006/03/broken-site/#comments</comments>
		<pubDate>Mon, 06 Mar 2006 18:46:43 +0000</pubDate>
		<dc:creator>benjam</dc:creator>
				<category><![CDATA[iohelix]]></category>

		<guid isPermaLink="false">http://www.iohelix.com/wordpress/?p=74</guid>
		<description><![CDATA[so my webhosting company was recently bought out and decided in all thier wisdom to follow the old adage of &#8220;if it&#8217;s not broke, break it, then don&#8217;t fix it&#8221;.  ok, maybe it&#8217;s not an old adage, but it sure does fit the situation. the new company decided to move all the websites to new [...]]]></description>
			<content:encoded><![CDATA[<p>so my webhosting company was recently bought out and decided in all thier wisdom to follow the old adage of &#8220;if it&#8217;s not broke, break it, then don&#8217;t fix it&#8221;.  ok, maybe it&#8217;s not an old adage, but it sure does fit the situation.</p>
<p>the new company decided to move all the websites to new servers and in the process broke just about every one of the thousands of sites hosted on those servers, mine included.  and it doesn&#8217;t stop there.  in the past couple of weeks, my site has been off and on more than a newbie <acronym title="Disk Jockey">dj</acronym> mixing with cassette tapes.</p>
<p>it seems like every couple of hours the site goes down, only to be back up again (but with limited functionality) the next time i see it.  it&#8217;s getting really annoying.  and the support people are not really helping, but it&#8217;s not <em>entirely</em> thier fault, because it seems that the errors are not happening everywhere in the country.<br />
anywho&#8230;  the whole point of the post is to let everybody know why the site has been being stupid lately.</p>
<p>&#8230;and don&#8217;t host your site with WebHostPlus.</p>]]></content:encoded>
			<wfw:commentRss>http://iohelix.net/blog/2006/03/broken-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rss feeds update</title>
		<link>http://iohelix.net/blog/2005/06/rss-feeds-update/</link>
		<comments>http://iohelix.net/blog/2005/06/rss-feeds-update/#comments</comments>
		<pubDate>Mon, 20 Jun 2005 16:03:55 +0000</pubDate>
		<dc:creator>benjam</dc:creator>
				<category><![CDATA[iohelix]]></category>

		<guid isPermaLink="false">http://www.iohelix.com/wordpress/?p=70</guid>
		<description><![CDATA[since writing &#8216;rss feeds in your inbox&#8216;, the post letting people know how to get my blog in their inbox, i have upgraded the blogging software. this has changed the rss feed url. &#160;the new rss feed url is: http://www.iohelix.com/wordpress/?feed=rss2http://www.iohelix.net/blog/feed so there ya go, all fixed.]]></description>
			<content:encoded><![CDATA[<p>since writing &#8216;<a href="http://www.iohelix.net/blog/archives/216">rss feeds in your inbox</a>&#8216;, the post letting people know how to get my blog in their inbox, i have upgraded the blogging software.<br />
this has changed the <acronym title="Really Simple Syndication">rss</acronym> feed <acronym title="Universal Resource Locator">url</acronym>. &nbsp;the new rss feed url is:</p>
<p><code><del>http://www.iohelix.com/wordpress/?feed=rss2</del><br /><ins>http://www.iohelix.net/blog/feed</ins></code></p>
<p>so there ya go, all fixed.</p>]]></content:encoded>
			<wfw:commentRss>http://iohelix.net/blog/2005/06/rss-feeds-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>anonymity is hard to keep</title>
		<link>http://iohelix.net/blog/2005/06/anonymity-is-hard-to-keep/</link>
		<comments>http://iohelix.net/blog/2005/06/anonymity-is-hard-to-keep/#comments</comments>
		<pubDate>Wed, 15 Jun 2005 22:36:09 +0000</pubDate>
		<dc:creator>benjam</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.iohelix.com/wordpress/?p=69</guid>
		<description><![CDATA[so i&#8217;m sitting here, at work, playing on the interent, and come across a page that has really cool stuff to download for &#8220;free&#8221;. &#160;and because there is no such thing as &#8220;free&#8221;, they make you register for their site (for what reason, i have no idea) and give out your precious information, just to [...]]]></description>
			<content:encoded><![CDATA[<p>so i&#8217;m sitting here, at work, playing on the interent, and come across a page that has really cool stuff to download for &#8220;free&#8221;. &nbsp;and because there is no such thing as &#8220;free&#8221;, they make you register for their site (for what reason, i have no idea) and give out your precious information, just to download this &#8220;free&#8221; app that they are offering.</p>
<p>well, i say poo to that. and apparently, others have, too.</p>
<p>that&#8217;s when i <a href="http://www.stumbleupon.com/">stumbled upon</a> a couple of sites that help people keep thier anonymity while browsing sites that require a login or registration.</p>
<p>the first is <a href="http://www.bugmenot.com">bugmenot.com</a>. &nbsp;this site is awesome. when you come accross a site that requires you to log in, go to <a href="http://www.bugmenot.com">bugmenot.com</a> and enter the base <acronym title="Universal Resource Locator">url</acronym> into the field and click &#8216;Show Logins&#8217; and it will give you a list of logins for the site. that way, you never have to register for another site again.</p>
<p>but if you really must register for a site and it&#8217;s one of the sites that will be sending you a confirmation e-mail so that they know it&#8217;s really you, just use <del><a href="http://pookmail.com/">pookmail.com</a></del><ins><a href="http://www.mintemail.com">mintemail.com</a></ins>.<br />
what this site does is pretty cool as well. when you go to sign up for that annoying site that is forcing you to register, just go to <a href="http://mintemail.com/">mintemail.com</a>, it will automatically store a fresh email address in your clipboard, then enter that email address into the site you are visiting. the mail will be automatically updated and kept for 24 hours, then deleted. you never have to give out your address again, but you still get those important first few emails to the site you&#8217;re trying to access.</p>
<p>and for the sites where you may want to come back and be recognized as yourself, but don&#8217;t want to use that same password you&#8217;ve been using forever, check out the <a href="http://www.winguides.com/security/password.php">Secure Password Generator</a> or <a href="http://www.ipbrowser.net/passgenerator">Strong Password Generator</a>. &nbsp;just set your specs and hit the button and a crytographically strong password is generated at random for you.</p>
<p>so there ya go, no more worries.</p>]]></content:encoded>
			<wfw:commentRss>http://iohelix.net/blog/2005/06/anonymity-is-hard-to-keep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>computers&#8230;    blegh</title>
		<link>http://iohelix.net/blog/2005/04/computers-blegh/</link>
		<comments>http://iohelix.net/blog/2005/04/computers-blegh/#comments</comments>
		<pubDate>Thu, 28 Apr 2005 17:14:10 +0000</pubDate>
		<dc:creator>benjam</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.iohelix.com/wordpress/?p=64</guid>
		<description><![CDATA[i have been so frustrated by my computer at work lately that i about threw it out the window. i came into work a couple of weeks ago and my computer would not boot, it just kept restarting. so i booted into safe mode, but it never finished, just booted up to one point and [...]]]></description>
			<content:encoded><![CDATA[<p>i have been so frustrated by my computer at work lately that i about threw it out the window. i came into work a couple of weeks ago and my computer would not boot, it just kept restarting. so i booted into safe mode, but it never finished, just booted up to one point and stopped. i asked my <acronym title="Inforamtion Technology">it</acronym> boss what was going on and she gave me some pointers which i tried with no success, and finally reinstalled windows, but now the computer won&#8217;t recognize the hard drives.</p>
<p>there were two rather large drives in a <acronym title="Redundant Array of Independent Disks">raid</acronym> span and only one of them can be recognized at a time. sucky.</p>
<p>so i&#8217;m running this data recovery software and hoping that not all is lost, but i fear that it is, and if it is, then i&#8217;ll have to rebuild the computer and all my lost data from scratch and that will take me at least a week of solid working. not to mention all the little things that you always use but never think about&#8230; &nbsp;i&#8217;ll have to find those, too.</p>
<p>stupid computers, but at least my computer at home is being wierd, too</p>]]></content:encoded>
			<wfw:commentRss>http://iohelix.net/blog/2005/04/computers-blegh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
