<?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>/home/todd &#187; Technology</title>
	<atom:link href="http://dropline.net/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://dropline.net</link>
	<description>Musings, music, food and photography</description>
	<lastBuildDate>Fri, 17 Jun 2011 19:42:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Yet Another WordPress Flash Uploader Problem (with solution!)</title>
		<link>http://dropline.net/2010/12/yet-another-wordpress-flash-uploader-problem-with-solution/</link>
		<comments>http://dropline.net/2010/12/yet-another-wordpress-flash-uploader-problem-with-solution/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 05:14:25 +0000</pubDate>
		<dc:creator>Todd Kulesza</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dropline.net/?p=416</guid>
		<description><![CDATA[This was a new one for me. Every time I tried to upload a photo to a WordPress site, I received a very informative &#8220;HTTP Error&#8221; message while the upload progress bar read &#8220;Crunching&#8230;&#8221;. Thanks in part to the stunningly generic error message, it took a while to figure out exactly what was going on. [...]]]></description>
			<content:encoded><![CDATA[<p>This was a new one for me.  Every time I tried to upload a photo to a WordPress site, I received a very informative &#8220;HTTP Error&#8221; message while the upload progress bar read &#8220;Crunching&#8230;&#8221;.  Thanks in part to the stunningly generic error message, it took a while to figure out exactly what was going on.  The problem, it turns out, was HTTP authentication; I had enabled Apache&#8217;s basic HTTP login for the site, but being a plugin, Adobe Flash was not similarly authenticated.  So, trying to use the Flash-based image uploader kept silently failing because it couldn&#8217;t authenticate with the server.  The fix is simple: just tell Apache not to use authentication for the script that handles Flash-based uploads.  You can do this by modifying the .htaccess file in the root of your WordPress directory like so:</p>
<pre>&lt;FilesMatch "(async-upload\.php)$"&gt;
    Satisfy Any
    Order allow,deny
    Allow from all
    Deny from none
&lt;/FilesMatch&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://dropline.net/2010/12/yet-another-wordpress-flash-uploader-problem-with-solution/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Making the Apple Keyboard Play Nice with Windows</title>
		<link>http://dropline.net/2010/11/making-the-apple-keyboard-play-nice-with-windows/</link>
		<comments>http://dropline.net/2010/11/making-the-apple-keyboard-play-nice-with-windows/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 23:03:05 +0000</pubDate>
		<dc:creator>Todd Kulesza</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bootcamp]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[media keys]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dropline.net/?p=414</guid>
		<description><![CDATA[After a long, long love affair with Logitech, I&#8217;ve finally finished a slow migration toward Apple&#8217;s input devices.  Their aluminum keyboard took some getting used, but once I&#8217;d grown accustomed to it on my Macbook, I decided to get one for my Windows 7 desktop.  It seemed like everything was working perfectly until I pressed [...]]]></description>
			<content:encoded><![CDATA[<p>After a long, long love affair with Logitech, I&#8217;ve finally finished a slow migration toward Apple&#8217;s input devices.  Their <a href="http://www.apple.com/keyboard/">aluminum keyboard</a> took some getting used, but once I&#8217;d grown accustomed to it on my Macbook, I decided to get one for my Windows 7 desktop.  It seemed like everything was working perfectly until I pressed the mute button; nothing happened.  Volume down?  No go.  In fact, all of the media keys (volume up/down, mute, play/pause, etc.) refused to do anything. For whatever reason, <a href="http://www.randyrants.com/sharpkeys/">SharpKeys</a> and other keyboard mapping utilities don&#8217;t recognize Apple&#8217;s media keys.  The solution, it turns out, is to install a pair of Bootcamp files from your Mac OS X installation DVD.</p>
<p>Here are the steps that worked for me.  I&#8217;m running Windows 7 x64 with a 2010 Apple aluminum keyboard, and have a Mac OS X 10.6 Snow Leopard installation disc.  As always, your mileage may vary:</p>
<ol>
<li>Insert your Mac OS X installation disc.  If it tries to auto-run anything, cancel it.</li>
<li>Open Windows Explorer, right-click on your DVD drive, and select <strong>Open </strong>from the menu.</li>
<li>Navigate to the <em>Boot Camp\Drivers\Apple </em>folder.</li>
<li>Copy <em>BootCamp.msi</em> (or <em>BootCamp64.msi</em> for x64 systems) to your desktop.</li>
<li>Copy <em>AppleKeyboardInstaller.exe</em> (or <em>x64/AppleKeyboardInstaller64.exe</em> for x64 systems) to your desktop.</li>
<li>Use a tool such as <a href="http://7-zip.org/">7-zip</a> to extract the <em>AppleKeyboardInstaller.exe</em> file.
<ol>
<li>With 7-zip, can you do this by right-clicking on the file and selecting <strong>7-Zip-&gt;Extract to &#8220;AppleKeyboardInstaller&#8221;</strong>.</li>
</ol>
</li>
<li>Navigate to the folder you extracted <em>AppleKeyboardInstaller.exe</em> to and run the <em>DPInst.exe</em> file to install the Apple keyboard driver for Windows.</li>
<li>Click <strong>Start-&gt;All Programs-&gt;Accessories</strong>, right-click on <strong>Command Prompt</strong>, and select <strong>Run as administrator</strong>.</li>
<li>In the command prompt, type &#8220;<strong>cd Desktop</strong>&#8220;.</li>
<li>Install BootCamp by typing &#8220;<strong>BootCamp.msi</strong>&#8221; (or <strong>&#8220;BootCamp64.msi</strong>&#8221; for x64 systems) in the command prompt.</li>
<li>Once the installation completes, you can delete the files on your desktop and remove the Mac OS X installation disc.  Reboot your computer and enjoy your new media keys!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://dropline.net/2010/11/making-the-apple-keyboard-play-nice-with-windows/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PHP ZIP Extension for MAMP</title>
		<link>http://dropline.net/2010/10/php-zip-extension-for-mamp/</link>
		<comments>http://dropline.net/2010/10/php-zip-extension-for-mamp/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 04:22:32 +0000</pubDate>
		<dc:creator>Todd Kulesza</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mamp]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://dropline.net/?p=410</guid>
		<description><![CDATA[Do you use MAMP as a web development testing environment on your Mac? Do you need the PHP ZIP extension for dealing with archive files? Are you running Mac OS X 10.6 Snow Leopard? I do, and found making these tools play nice together to be far harder than it should have.  If you need [...]]]></description>
			<content:encoded><![CDATA[<p>Do you use <a href="http://www.mamp.info">MAMP</a> as a web development testing environment on your Mac?</p>
<p>Do you need the PHP ZIP extension for dealing with archive files?</p>
<p>Are you running Mac OS X 10.6 Snow Leopard?</p>
<p>I do, and found making these tools play nice together to be far harder than it should have.  If you need to fix a similar setup, here are the steps that finally worked for me (on Mac OS X 10.6.4 with MAMP 1.9):</p>
<ol>
<li>Install <a href="http://developer.apple.com/technologies/tools/xcode.html">XCode</a> if you don&#8217;t already have it (we&#8217;re going to be doing a bit of compiling).</li>
<li>Download the <a href="http://www.mamp.info/en/downloads/index.html">MAMP source code components</a> (available towards the bottom of the page).</li>
<li>When the MAMP source code package opens, go into the MAMP_src folder and double-click the <em>php-5.3.2.tar.gz</em> file (if you are using a different version of PHP, replace <em>5.3.2</em> with your actual version number).</li>
<li>You should now have a <em>php-5.3.2</em> folder in your <em>Downloads</em> folder.  Open up Terminal and cd to <em>~/Downloads/php-5.3.2</em>.:<br />
<code>cd ~/Downloads/php-5.3.2/</code></li>
<li>Install the <em>pcre.h</em> header file (we need it to compile the extension):<br />
<code>sudo cp ext/pcre/pcrelib/pcre.h /usr/include/php/ext/pcre/</code></li>
<li>Configure PHP for i386 architecture:<br />
<code>CFLAGS="-arch i386" ./configure</code></li>
<li>Configure the ZIP extension for i386 architecture:<br />
<code>cd ext/zip; CFLAGS="-arch i386" ./configure</code></li>
<li>Build the extension:<br />
<code>make</code></li>
<li>Install the extension:<br />
<code>cp modules/zip.so /Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/</code></li>
<li>Enable the extension by opening <em>/Applications/MAMP/conf/php5.3/php.ini</em> and appending the following line:<br />
<em>extension=zip.so </em></li>
<li>Remove the <em>pcre.h</em> header file we installed earlier, we don&#8217;t need it anymore.</li>
<li>Restart MAMP.  If everything worked properly, you&#8217;ll be able to goto http://localhost/MAMP, click on <em>phpInfo</em>, and see <em>zip </em>in the list of enabled extensions.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://dropline.net/2010/10/php-zip-extension-for-mamp/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>StrayLight Photography</title>
		<link>http://dropline.net/2010/02/straylight-photography/</link>
		<comments>http://dropline.net/2010/02/straylight-photography/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 19:15:36 +0000</pubDate>
		<dc:creator>Todd Kulesza</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Website Administration]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[interzone]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[straylight photography]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://dropline.net/?p=405</guid>
		<description><![CDATA[I&#8217;ve been meaning to revamp the photography section of this site for a while now; this weekend, I finally found the time to do it. I registered a new domain, straylightphotography.com, and put together a portfolio consisting of my 20 favorite shots (&#60;shamelessPlug&#62;many of which are currently on display at Interzone through February 28th!&#60;/shamelessPlug&#62;). I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to revamp the photography section of this site for a while now; this weekend, I finally found the time to do it. I registered a new domain, <a title="StrayLight Photography" href="http://straylightphotography.com/">straylightphotography.com</a>, and put together a portfolio consisting of my 20 favorite shots (&lt;shamelessPlug&gt;many of which are currently on display at <a href="http://interzoneorganic.com/">Interzone</a> through February 28th!&lt;/shamelessPlug&gt;). I&#8217;m hoping to quickly expand the site with themed portfolios (portraits, urban decay, etc.), but&#8230; first things first.</p>
<p>Also, the new portfolio has been an excuse to play with CSS3 and jQuery 1.4.  Visitors using Firefox, Safari, Chrome, or Opera should see a site that <em>behaves</em> like it was created with Adobe Flash, but is fully accessible and doesn&#8217;t require the proprietary Flash plug-in.  Visitors using Internet Explorer&#8230; well&#8230; it at least degrades cleanly.  Mostly.</p>
]]></content:encoded>
			<wfw:commentRss>http://dropline.net/2010/02/straylight-photography/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mapping Caps Lock to Control without Admin Access</title>
		<link>http://dropline.net/2009/05/mapping-caps-lock-to-control-without-admin-access/</link>
		<comments>http://dropline.net/2009/05/mapping-caps-lock-to-control-without-admin-access/#comments</comments>
		<pubDate>Tue, 19 May 2009 17:42:20 +0000</pubDate>
		<dc:creator>Todd Kulesza</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[caps lock]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dropline.net/?p=389</guid>
		<description><![CDATA[Somewhere along the line, I picked up the habit of mapping the otherwise utterly useless caps lock key to act as another control key.  If you&#8217;re an Emacs user, this is sort of critical to avoid the wrist strain of constant pinky-stretches to the lower-left corner of the keyboard.  Its become second nature now, so [...]]]></description>
			<content:encoded><![CDATA[<p>Somewhere along the line, I picked up the habit of mapping the otherwise utterly useless caps lock key to act as another control key.  If you&#8217;re an Emacs user, this is sort of critical to avoid the wrist strain of constant pinky-stretches to the lower-left corner of the keyboard.  Its become second nature now, so when I recently found myself working on a Windows-based lab computer where caps lock actually performed as-advertised, the result was a lot of code THAT lOOKED LIKE thIS.  Unpleasant, to be sure.</p>
<p>Linux and Mac OS X make remapping this key extremely easy.  System Preferences on the Mac and the GNOME keyboard control panel on Linux include a simple option to enable.  Tada!  No more wasted space west of &#8216;A&#8217;.  Windows, of course, is a different beast.</p>
<p>The good news: there&#8217;s a very simple registry hack to remap caps to control.  Seriously, it&#8217;s floating <a href="http://www.traceback.org/2006/06/14/remap-caps-lock-and-left-control-on-windows-xp/">all</a> <a href="http://www.usnetizen.com/fix_capslock.php">over</a> <a href="http://c2.com/cgi/wiki?RemapCapsLock">the</a> <a href="http://www.jonlee.ca/remap-capslock-the-most-useless-key/">internet</a>.  Except, there&#8217;s a wrinkle&#8211;you need administrative access to edit the HKEY_LOCAL_MACHINE registry tree, which is what all of these hacks do.  For whatever reason, our school has decided computer science graduate students aren&#8217;t to be trusted with administrative access to their own computers [another rant for another time], so what&#8217;s a wrist-strained user to do?</p>
<p>Muck around in the Windows registry, of course!  It turned out to be pretty straight forward.  There&#8217;s a duplicate of the keyboard mapping registry key under HKEY_CURRENT_USER, which non-administrators <em>can</em> modify, and it appears to behave exactly like the key under HKEY_LOCAL_MACHINE.  So, for anyone in a similar position, here&#8217;s the registry key to modify:<br />
<code>
<pre>HKEY_CURRENT_USER\Keyboard Layout\Scancode Map =
hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00</pre>
<p></code><br />
You can download a registry update file <a href="http://dropline.net/wp-content/uploads/2009/05/caps_lock_to_control.reg">here</a>.  Save it to your computer, double-click it to update your registry, then reboot and enjoy your vastly-improved keyboard.</p>
]]></content:encoded>
			<wfw:commentRss>http://dropline.net/2009/05/mapping-caps-lock-to-control-without-admin-access/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Automating Spellcheck (SpellCorrect?)</title>
		<link>http://dropline.net/2009/03/automating-spellcheck-spellcorrec/</link>
		<comments>http://dropline.net/2009/03/automating-spellcheck-spellcorrec/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 22:52:12 +0000</pubDate>
		<dc:creator>Todd Kulesza</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[machine-learned programs]]></category>
		<category><![CDATA[spellcheck]]></category>
		<category><![CDATA[spellcorrect]]></category>

		<guid isPermaLink="false">http://dropline.net/?p=346</guid>
		<description><![CDATA[Let&#8217;s start this off by admitting a dark secret: my spelling is atrocious. As an example, I initially typed that sentence as, &#8220;Let&#8217;s start this off by admiting a dark secret: my spelling is attrocious.&#8220;  Built-in spell checking serves as a constant face-saver, but repeatedly finishing a sentence, switching from keyboard to mouse, right-clicking on [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s start this off by admitting a dark secret: my spelling is atrocious.  As an example, I initially typed that sentence as, &#8220;<em>Let&#8217;s start this off by <span style="color: #800000;">admiting</span> a dark secret: my spelling is <span style="color: #800000;">attrocious</span>.</em>&#8220;  Built-in spell checking serves as a constant face-saver, but repeatedly finishing a sentence, switching from keyboard to mouse, right-clicking on the freshly-underlined words, and choosing what is nearly <em>always</em> the top choice from the built-in dictionary gets old.  The fact that the computer&#8217;s first suggestion is almost always exactly what I tried to type makes me wonder: why can&#8217;t the machine automatically correct misspellings?  Spell-checkers already rank the possible solutions, so it seems logical that if the delta of the ranking values between the top two choices is sufficiently large, it would be pretty safe to automatically make the replacement.  If the action was accompanied by some sort of animation or color change (like the highlighting Mac OS X&#8217;s Preview performs when searching text in PDF files), the user would be aware the change had been made and could quickly evaluate whether it was correct.  If it is, no need to switch over to the mouse and lose your train of thought; you can keep merrily typing away.  If the correction was wrong, the highlight should remain for a while so that the user can finish typing, then come back to fix any mistaken spelling corrections.</p>
<p>Combining this technique with a machine learning system to detect patterns in a particular user&#8217;s misspellings (including the actual word they wanted) you could quickly end up with a highly-accurate spellcorrecter tailored to the end user.  This brings the idea into my area of research, since the result would be a machine-learned program that could hold significant time-saving value to users.  I&#8217;ll have to take a closer look at this at some point soon.  In the meantime, I&#8217;m just frustrated that such a system doesn&#8217;t already exist.</p>
]]></content:encoded>
			<wfw:commentRss>http://dropline.net/2009/03/automating-spellcheck-spellcorrec/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding New Lines to Cells in Excel for the Mac</title>
		<link>http://dropline.net/2009/02/adding-new-lines-to-cells-in-excel-for-the-mac/</link>
		<comments>http://dropline.net/2009/02/adding-new-lines-to-cells-in-excel-for-the-mac/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 21:30:11 +0000</pubDate>
		<dc:creator>Todd Kulesza</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://dropline.net/?p=322</guid>
		<description><![CDATA[In case anyone else had as much trouble figuring this out as I did&#8230; if you want to break up a cell in the Mac edition of Microsoft Excel into multiple lines, you need to hold down the Option and Command keys while pressing Return.  This is a little different than the Windows edition of [...]]]></description>
			<content:encoded><![CDATA[<p>In case anyone else had as much trouble figuring this out as I did&#8230; if you want to break up a cell in the Mac edition of Microsoft Excel into multiple lines, you need to hold down the Option and Command keys while pressing Return.  This is a little different than the Windows edition of Excel, where you hold down Alt while pressing Return.  Anyway, it seems to work well, and now I can get nicely-formatted text into my Excel documents!</p>
]]></content:encoded>
			<wfw:commentRss>http://dropline.net/2009/02/adding-new-lines-to-cells-in-excel-for-the-mac/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>My High School Music Collection</title>
		<link>http://dropline.net/2009/02/my-high-school-music-collection/</link>
		<comments>http://dropline.net/2009/02/my-high-school-music-collection/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 06:52:35 +0000</pubDate>
		<dc:creator>Todd Kulesza</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[high school]]></category>
		<category><![CDATA[nostalgia]]></category>
		<category><![CDATA[wierdness]]></category>

		<guid isPermaLink="false">http://dropline.net/?p=318</guid>
		<description><![CDATA[Backstory: Today in the lab, I found myself listening to some of the old local Detroit bands in my music collection.   It got me feeling a bit nostalgic, especially when some tracks came on from an old friend&#8217;s punk band, the Bourgeois Filth.  Shortly before the band split, he&#8217;d given me a demo tape [...]]]></description>
			<content:encoded><![CDATA[<p>Backstory: Today in the lab, I found myself listening to some of the old local Detroit bands in my music collection.   It got me feeling a bit nostalgic, especially when some tracks came on from an old friend&#8217;s punk band, the Bourgeois Filth.   Shortly before the band split, he&#8217;d given me a demo tape of some very rad, very different stuff the band was working on, but I must have lost it years ago&#8230; I can&#8217;t even remember the last time I had a cassette <em>player</em>, let alone anything to play <em>in</em> one.  I still have their sole CD release, but this afternoon I <em>really</em> wanted to listen through that old tape again.</p>
<p>So anyway, tonight I Googled around a bit.  The band&#8217;s old webpage is <a href="http://www.angelfire.com/mo/bfilth/">still up on AngelFire</a> (Seriously?  I had no idea AngelFire was still around&#8230;), but hasn&#8217;t been updated since their reunion show 9 years ago.  Seems like they never got much attention outside of Detroit; I really can&#8217;t seem to find anything useful on the Internets about them.  What I <em>did</em> find, however, was an <a href="http://home.wtal.de/dagoofer/german/member/ftpmp3z.htm">old-school German FTP listing</a> of MP3 sites that probably went dark a decade ago.  Including, I think, my old dual Pentium Pro basement server.  Near the top of the list is an entry for ftp://216.25.7.132/, sharing albums from such fine musicians as Nine Inch Nails, Green Day, Orbital, and the Bourgeois Filth.  I&#8217;m reading through this thinking, &#8220;Wow, that&#8217;s exactly what I used to listen to&#8230;&#8221; when I notice one of the band names: Semblance of Self.  That was the name I released my own material under!  Seriously!  As much as I&#8217;d like to think that someone found those tunes cool enough to bother mirroring them on their own FTP server, I really can&#8217;t believe anyone did.  So&#8230; someone&#8217;s still linking to an FTP site I ran during the 90&#8242;s, and specifically mentions my old band name.  Bizarre!</p>
<p>Tragically, I still can&#8217;t seem to find anyone who had a copy of that Bourgeois Filth tape and bothered to encode it into MP3s <img src='http://dropline.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><strong>Update:</strong> Since a few of you have expressed interest, I&#8217;ve uploaded <a href="http://dropline.net/wp-content/uploads/2009/10/Bourgeois_Filth.zip">the original Bourgeois Filth album</a>.  If anyone has MP3s of their last demo tape, I&#8217;d love to get a copy!</p>
]]></content:encoded>
			<wfw:commentRss>http://dropline.net/2009/02/my-high-school-music-collection/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Cubase 4 and Norton Antivirus</title>
		<link>http://dropline.net/2009/01/cubase-4-and-norton-antivirus/</link>
		<comments>http://dropline.net/2009/01/cubase-4-and-norton-antivirus/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 06:06:46 +0000</pubDate>
		<dc:creator>Todd Kulesza</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cubase]]></category>
		<category><![CDATA[norton]]></category>
		<category><![CDATA[recording]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[steinberg]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://dropline.net/?p=284</guid>
		<description><![CDATA[For the past couple of weeks I&#8217;ve been experiencing horrible performance from Cubase 4.  Audio was popping and crackling like mad, and since it had been a few months since I&#8217;d recorded anything, I was going crazy trying to figure out exactly what changed on my computer that was causing the issue.  It seems pretty [...]]]></description>
			<content:encoded><![CDATA[<p>For the past couple of weeks I&#8217;ve been experiencing horrible performance from Cubase 4.  Audio was popping and crackling like mad, and since it had been a few months since I&#8217;d recorded anything, I was going crazy trying to figure out exactly what changed on my computer that was causing the issue.  It seems pretty obvious in retrospect, but it was the on-access scanner included with Norton Antivirus.  For anyone else experiencing a similar problem, try adding your top-level Cubase project directory to the list of folders excluded from your virus scanner.  That seemed to clear everything up for me.</p>
<p>Sadly I&#8217;m still having trouble with the MP3 export functionality&#8211;ID3 tags aren&#8217;t included in anything that comes out of Cubase.  Searching around the Steinberg forums reveals plenty of other users with the same issue, though people with the full version seem to be able to hack around it by copying an older version of the MP3 codec from their installation disc.  As a lowly Cube Essential user, I had to buy the codec separately and the only version I have is obviously buggy.  I put in a support request a couple of days ago but still haven&#8217;t heard anything.  Pretty disappointing after spending a couple hundred dollars on their software.</p>
]]></content:encoded>
			<wfw:commentRss>http://dropline.net/2009/01/cubase-4-and-norton-antivirus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

