<?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>sugardeath &#187; Linux</title>
	<atom:link href="http://sugardeath.net/category/computer/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://sugardeath.net</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 05:42:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Some Software I Found</title>
		<link>http://sugardeath.net/09/2010/some-software-i-found</link>
		<comments>http://sugardeath.net/09/2010/some-software-i-found#comments</comments>
		<pubDate>Sun, 19 Sep 2010 02:34:51 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=2357</guid>
		<description><![CDATA[Luakit Luakit is a really light weight browser built upon the webkit engine.&#160; All user configuration is done via lua files (samples are provided).&#160; It is another of those "micro-browsers" that has popped up recently, with a twist: It's designed to more of a framework for a micro-browser than a browser itself.&#160; The entire interface [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://luakit.org" title="Luakit">Luakit</a></strong><br />
Luakit is a really light weight browser built upon the webkit engine.&nbsp; All user configuration is done via lua files (samples are provided).&nbsp; It is another of those "micro-browsers" that has popped up recently, with a twist:  It's designed to more of a framework for a micro-browser than a browser itself.&nbsp; The entire interface is created by the user.&nbsp; It claims to be similar to other micro-browsers like <a href="http://pwmt.org/projects/jumanji">jumanji</a>, <a href="http://uzbl.org/">uzbl</a>, and <a href="http://surf.suckless.org/">surf</a>.</p>
<p>Using the browser will feel a bit like using vim, with both buffer commands and a full command mode.&nbsp; To fill out forms on a webpage one must enter insert mode.&nbsp; It is extremely keyboard centric.&nbsp; Because of this and how light weight the browser is, it has become the default browser on my netbook.&nbsp; Opera has been my default browser since version 8.5 released ad-free in 2005.&nbsp; I am even using it right now on my desktop along side Opera.</p>
<p>It does have a few problems: Downloading files is a little wonky because it simply executes wget.&nbsp; It may be that I've messed with some of the configs, but I don't get any download notifications.&nbsp; The files do download to the directory defined in my <em>globals.lua</em>, but the browser does not indicate this.&nbsp; The javascript engine is also really slow.&nbsp; Sites like netflix will crawl to a halt in luakit.&nbsp; Other webkit browsers like <a href="http://code.google.com/p/arora/">Arora</a> and Chromium/Chrome behave just fine on this and other sites with lots of javascript.&nbsp; Of course I am <a href="http://lifehacker.com/5577951/browser-speed-tests-the-latest-chrome-firefox-opera-and-safarion-a-mac">spoiled</a> when it comes to Javascript experience, using Opera as my main browser and all.&nbsp; This issue has been <a href="http://luakit.org/issues/23">brought up</a> and is hopefully being looked into.</p>
<p><strong><a href="http://jonls.dk/redshift/" title="Redshift">Redshift</a></strong><br />
Redshift is a great little tool that will change the color temperature of your monitor based on time of day.&nbsp; The reason for this is that daylight tends to be blue and monitors generally display at a very blue color.&nbsp; But at night, when you're using lights, the color temperature of these lights tend to be more in the red range.&nbsp; Another tool called <a href="http://www.stereopsis.com/flux/">f.lux</a> exists, and I would recommend this one for OSX and Windows users (Redshift's Windows version is "highly experimental").&nbsp; The Linux version of f.lux, however, lacks a GUI and seems to eat a ton of CPU (at least for me) when it's actually transitioning from day to night.&nbsp; Redshift does not chew through cycles during the transition (it is, in fact, very smooth and pretty) and does have a fairly competent graphical interface (it just wraps around the CLI version, in usual Unix/Linux style).&nbsp; I used to use f.lux and it worked wonders for my eyes at night.&nbsp; Redshift provides the same benefits for reducing eyestrain, I just feel it is a nicer program to work with for Linux users.</p>
<p><strong><a href="http://www.nomachine.com/download.php">NX</a></strong><br />
Here's a nice program for everyone who needs a remote desktop connection.&nbsp; NX is a relatively new method of remote access.&nbsp; What sets it apart from VNC or X over SSH is that it is far, far faster.&nbsp; In various spots around campus, the wireless network is incredibly slow due to the volume of users.&nbsp; In these locations, <a href="http://code.google.com/p/partiwm/wiki/xpra">xpra</a>, VNC, and X over SSH performed quite poorly.&nbsp; NX, on the other hand, was quite usable.&nbsp; When I am at work on an ethernet connection, the responsiveness of the NX server nears local speeds.&nbsp; It is quite an impressive tool.&nbsp; It allows for desktop virtualization, akin to VNC as well as blending the applications in with your current display ala X over SSH or xpra.&nbsp; Either style of session can be disconnected and reconnected anywhere.&nbsp; The Free server exists for Linux and Solaris with clients for Windows, Linux, OSX, and Solaris.&nbsp; One can even install the "Web Companion" that provides a java applet that behaves as a client.</p>
<p><strong><a href="http://freshmeat.net/projects/xchainkeys">xchainkeys</a></strong><br />
Xchainkeys replicates behavior found in various window managers.&nbsp; It basically provides keyboard shortcuts to launch programs and run commands.&nbsp; It also allows for one to set up a chain of commands.&nbsp; For example, if I press Windows+Q, I enter a chain I set up for browsers.&nbsp; If I press Q again, Opera launches.&nbsp; A launches luakit, W chromium, and S firefox.&nbsp; All of this can be done in, for example, Openbox.&nbsp; It has native support for these key chains.&nbsp; On my desktop, however, I run Compiz as a window manager, and it provides only 11 commands, one of which had to be used for the desktop menu (compiz-deskmenu).&nbsp; It also has no support for key chains.&nbsp; This means I am very limited in the number of commands I can bind to keyboard shortcuts.&nbsp; I now have 15 different commands being executed via keyboard shortcuts, with twelve of them being under various chains.&nbsp; An incredibly useful program for those that desire a little more flexibility out of their keyboard shortcuts and are limited by their current window manager.&nbsp; <a href="http://dropbox.sugardeath.net/config/xchainkeys.conf/ophiuchus.xchainkeys.conf">My config</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/09/2010/some-software-i-found/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One of the Odd Things I Miss About Andy</title>
		<link>http://sugardeath.net/06/2009/one-of-the-odd-things-i-miss-about-andy</link>
		<comments>http://sugardeath.net/06/2009/one-of-the-odd-things-i-miss-about-andy#comments</comments>
		<pubDate>Wed, 03 Jun 2009 09:22:08 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[AndrAIa]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Feldspar]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ophiuchus]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=2213</guid>
		<description><![CDATA[From feldspar, the alias to ssh into andy was candy, as in connect to andraia.&#160; The alias for ophiuchus is cophi.&#160; I mean, it keeps with the edibles theme, but.. I don't drink coffee :/]]></description>
			<content:encoded><![CDATA[<p>From feldspar, the alias to ssh into andy was <em>candy</em>, as in <em> connect to andraia</em>.&nbsp; The alias for ophiuchus is <em>cophi</em>.&nbsp; I mean, it keeps with the edibles theme, but.. I don't drink coffee :/</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/06/2009/one-of-the-odd-things-i-miss-about-andy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting from ophiuchus</title>
		<link>http://sugardeath.net/05/2009/posting-from-ophiuchus</link>
		<comments>http://sugardeath.net/05/2009/posting-from-ophiuchus#comments</comments>
		<pubDate>Sun, 31 May 2009 15:20:36 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ophiuchus]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[Openbox]]></category>
		<category><![CDATA[toaster]]></category>
		<category><![CDATA[XFCE]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=2206</guid>
		<description><![CDATA[Pulled all the data off AndrAIa's 250GB and onto ophiuchus' 320GB.&#160; Not much of a space upgrade, but whatever, I need to be conscious of the amount of data I'm hoarding anyway. Took pretty much the whole day to get ophi set up.&#160; Well, Linux anyway.&#160; Building him and installing / setting up Win7 was [...]]]></description>
			<content:encoded><![CDATA[<p>Pulled all the data off AndrAIa's 250GB and onto ophiuchus' 320GB.&nbsp; Not much of a space upgrade, but whatever, I need to be conscious of the amount of data I'm hoarding anyway.</p>
<p>Took pretty much the whole day to get ophi set up.&nbsp; Well, Linux anyway.&nbsp; Building him and installing / setting up Win7 was mostly painless (just a few CDs lost in the drive...) and that was the day prior, surrounding Casey's meat party (not gay).&nbsp; The onboard audio is nice in only one way: It has a headphone jack on the front of the computer that plugs directly into the onboard audio card.&nbsp; This is actually only half of one way: The headphone cuts out the back speaker port in Windows (as it should).&nbsp; They both run in Linux.&nbsp; OK, that's not so much of a problem, just a minor annoyance.&nbsp; I don't even feel like moving my speakers over to the computer yet anway, might just keep them hooked up to the Gamecube.&nbsp; The onboard audio sucks in that alsa won't give me built in bass/treble sliders for the card.&nbsp; It did for the Sound Blaster PCI512 and the Audigy ZX.&nbsp; I just popped the Audigy into ophi and, while it detects that the card is plugged in (<em>lspci</em>), alsa doesn't detect it.&nbsp; Oh well.&nbsp; I'll probably just let it sit there, or rip it out later and ebay it or something.&nbsp; Even though the Audigy would put out such better sound, I dont really feel like fighting with anything more right now.&nbsp; </p>
<p>Jeremy might give me something for the GeForce 7600GT from Andy as well.&nbsp; </p>
<p>I found a software equalizer solution, and the settings given on the Arch wiki are a lot better than it normally sounds, but I need to learn how to play with equalizers and what each band means / effects (I'm just given numbers that correspond to each band... no sliders for me).&nbsp; Also, the software equalizer eats some CPU.&nbsp; With only Opera, mpd, and the equalizer running, both cores are idling around 4%.&nbsp; Without the equalizer, with Opera, they'd both be at 1% or below.&nbsp; But hey, at least the cores are being used, yeah??&nbsp; I see it fluctuate between three and six percent on the first and four and five on the second.&nbsp; I love seeing two arch logos on boot representing the two cores and having two percentage/usage bars in conky :D</p>
<blockquote><p>
<strong>(03:47:16 AM) Jeremy:</strong> you put about as much time into switching arch around as i do my windows, its just a matter of what your primary os is
</p></blockquote>
<p>Sort of.&nbsp; I spent most of the day just trying to get shit downloaded and installed on this shitty stolen wifi (cocmast dude comes on Tuesday).&nbsp; Afterwards I spent a lot of time fighting with sound and a couple other things (why does gnome-settings-daemon set my background on the laptop but not on the desktop?&nbsp; Both machines start it when openbox runs, so they should behave the same).</p>
<p>I think it's just about done.&nbsp; This means I can go about looking for jobs again.&nbsp; Or playing Team Fortress 2 with Casey, Matt, Sarah, David, or whoever else come Tuesday.&nbsp; I think I might have a "Happy Real Internet Day!" party on Tuesday.&nbsp; I think I'll have been stealing wifi for nearly two weeks by that point!</p>
<p>Anyway, fucker is <strong><a href="http://photos-e.ak.fbcdn.net/photos-ak-snc1/v4702/174/89/54303280/n54303280_30767148_7161900.jpg">orange</a></strong>.&nbsp; See the bottom part of the white section?&nbsp; The dvd tray pops up VERTICALLY FROM THERE.&nbsp; LIKE A GODDAMN TOASTER.&nbsp; HOLY SHIT IT'S AWESOME.&nbsp; Except when I lose the teeth that are supposed to hold the disc in and drop a disc or two IN the drive.&nbsp; It's a pain in the ass to get those fuckers out of there.</p>
<ul>
<li>Intel Core 2 Duo @ 2.8GHz</li>
<li>2GB DDR2 PC6400 RAM</li>
<li>Geforce 8800GTS 512MB (with free copy of <em>Call of Duty: World at War</em>, normally a $50 game)</li>
<li>1 160GB SATA II HDD</li>
<li>1 320GB SATA II HDD</li>
</ul>
<p>I think that's all the important stuff?&nbsp; Clearly decidely a mid-range machine.&nbsp; That's all I need.&nbsp; It'll play TF2 beautifully.&nbsp; It was only $500.&nbsp; Andy was $800 when I bought her years ago.&nbsp; The motherboard is your standard microATX motherboard.&nbsp; I was originally planning on going for a smaller case (similar to Mom's new one), but most of them don't hold graphics cards, let alone beasts like the 8800 and above.&nbsp; My case is not as deep as most, though, so it is still easier to carry around and it just feels lighter that both andy AND Mom's new one (thing is DENSE!)!</p>
<p>I'm using andy's old 19" display in the middle of my desk.&nbsp; Got Sarah's 19" off to the left and am displaying the laptop on that.&nbsp; The laptop itself sits on the elevated laptop stand to the right, but I couldn't read the display from there.&nbsp; It serves as a place to set things for now.</p>
<p>Got synergy and hamachi all set up, had to change a few aliases on feldspar's end and change the synergy config, but otherwise it was pretty easy to migrate from andy to ophi.&nbsp; </p>
<p>Somehow in playing around with oss (not much better than alsa for what I want) and reinstalling alsa, I got sound working in Doom3.&nbsp; The standard Quake3 engine maxes at 1000 frames per second, but refuses to give sound (not able to map /dev/dsp for whatever reason).&nbsp; Even though I set the cap at 9000, the game hardcaps at 1000.&nbsp; I think with the 6600GT (never tryed the 7600GT) I was able to get around 300-400 frames.&nbsp; If I uncap the frames from 60, my character constantly looks at the floor.&nbsp; If I cap it again, I can only look up or down.&nbsp; If I restart the game and keep the frames capped at 60, I can look around like normal until I uncap it again.&nbsp; The ioquake engine refuses to run, giving some OpenAL (like OpenGL, but for audio, derp) error that I don't feel like dealing with yet.</p>
<p>I, sadly, deleted UT2k4 quite some time ago.&nbsp; I would love to play that game right now.&nbsp; I need more native Linux games.</p>
<p>I opted to put Openbox on ophi instead of going the XFCE+Compiz route.&nbsp; I would like to have the flash of Compiz, but since both Openbox and Compiz are window managers... that can't happen.&nbsp; The main reason I switched was because XFCE 4.6 no longer has customizable right-click menus (on the desktop).&nbsp; Since that is my main method of launching programs, I'd rather have a menu that has only what I need instead of the generic crap that the new XFCE menu gave.&nbsp; Customizability > eye-candy.&nbsp; Plus Openbox is light.&nbsp; XFCE was already light for a desktop environment, but Openbox ain't even that.&nbsp; Just a straight up window manager, nothing more.&nbsp; Shit is snappy on the laptop, it SCREAMS on the desktop.&nbsp; </p>
<p>The case is really pretty.&nbsp; I love it.&nbsp; The blue power light on the front has a red LED in it for HDD access.&nbsp; I just LOVE the way it looks.</p>
<p>I think the most CPU intensive game I have under either operating system is actually Dwarf Fortress.&nbsp; For some reason the Windows version through wine runs better than the native Linux one..&nbsp; I haven't actually ever run the game under Windows.&nbsp; While it doesn't take advantage of multi cores, the second core should at least prevent the game from grinding my system to a halt.&nbsp; I could barely browse the web on andy while playing dorfs.</p>
<p>Shit yeah it runs well now.&nbsp; I wonder how many people get new rigs just to run dorffort well.</p>
<p>I should also figure out sleep/hibernate under linux.&nbsp; </p>
<p>It's ten in the morning.&nbsp; Sarah woke me up by calling me at four in the afternoon...&nbsp; My sleep schedule is so nasty right now.</p>
<p>I was all type type type for the longest time with this post.&nbsp; Now I've run out of steam.&nbsp; I think it's time to call it a day.</p>
<p>Also, six days from now marks seven years of journal-y-ness.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/05/2009/posting-from-ophiuchus/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>This is why I love Linux/Opensource</title>
		<link>http://sugardeath.net/11/2008/this-is-why-i-love-linuxopensource</link>
		<comments>http://sugardeath.net/11/2008/this-is-why-i-love-linuxopensource#comments</comments>
		<pubDate>Sat, 29 Nov 2008 16:58:51 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=2058</guid>
		<description><![CDATA[Jeremy was playing around on ShinyCat trying to get Compiz installed for some nifty orange glows around his windows.&#160; Well, ShinyCat has crappy integrated ATI drivers and we couldn't get any of the drivers properly installed so Compiz kept giving stupid errors.&#160; He was kind of bothered that we couldn't get this to work, so [...]]]></description>
			<content:encoded><![CDATA[<p>Jeremy was playing around on ShinyCat trying to get Compiz installed for some nifty orange glows around his windows.&nbsp; Well, ShinyCat has crappy integrated ATI drivers and we couldn't get any of the drivers properly installed so Compiz kept giving stupid errors.&nbsp; He was kind of bothered that we couldn't get this to work, so jokingly I said "The xfce compositor does shadows, just change the color in the source code."</p>
<p>That joke turned into the project for the next ten minutes which included hunting down the XFCE Window Manager source code and finding where in said code the color for the shadow was defined.&nbsp; Jeremy now has orange "glows" around his windows and pop up menus without the bloat and resource eating that Compiz would bring to ShinyCat.</p>
<p>It was fun.</p>
<p>On the todo list for the window manager is "selectable shadow colors."&nbsp; I'm pretty sure I could patch it so that it accepts arguments from the command line for colors, but I wouldn't quite know how to bring it into the GUI (though maybe I should attempt that over break?&nbsp; If it's still on the todo list (which is only a couple of months old?), that possibly means that someone hasn't submitted a patch to implement such a thing yet?).</p>
<p>The changelog for the latest 4.6 beta (current stable release is 4.4.3) says that they've implemented changing the opacity value but not color yet. =P</p>
<p><img src="/images/xfwm.png" title="orange glows version" /></p>
<p><strong>Before (on white):</strong><br />
<img src="/images/blackshadow.png" /></p>
<p><strong>After (on black):</strong><br />
<img src="/images/orangeshadow.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/11/2008/this-is-why-i-love-linuxopensource/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Why do I do the things I do?</title>
		<link>http://sugardeath.net/11/2008/why-do-i-do-the-things-i-do</link>
		<comments>http://sugardeath.net/11/2008/why-do-i-do-the-things-i-do#comments</comments>
		<pubDate>Wed, 12 Nov 2008 21:51:14 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[stuff no one cares about]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=1988</guid>
		<description><![CDATA[Yesterday I was googling for some conky (system monitoring tool for Linux) stuff and came across a forum post on the Arch Linux site.&#160; I dunno why, but I downloaded Arch Linux and wiped Ubuntu from the desktop and installed Arch.&#160; I honestly can't tell you why I did that.&#160; What's worse is that I [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was googling for some conky (system monitoring tool for Linux) stuff and came across a forum post on the Arch Linux site.&nbsp; I dunno why, but I downloaded Arch Linux and wiped Ubuntu from the desktop and installed Arch.&nbsp; I honestly can't tell you why I did that.&nbsp; What's worse is that I was upgrading the laptop from Ubuntu 8.04 to 8.10 via the graphical upgrade utility (which broke my desktop when I tried to go to either 7.10 or 8.04), so if anything happened to the laptop I'd be completely out of luck, because I knew not a thing about Arch while I was  installing it.&nbsp; Well, I did know that a fresh install would give me a bash shell and minimal utilities (that's it), hence why I needed the laptop up and running to follow the guides on the website.&nbsp; Following the guides and familiarizing myself with the package manager (which is awesomely called <strong>pacman</strong>) has given me a usable system in a very short amount of time.&nbsp; The only issues I have right now are that some of the <a href="/images/operaarch.png" title="Opera in Arch">fonts in Opera</a> don't display as <a href="/images/operaubu.png" title="Opera in Ubuntu">nicely as they did under Ubuntu</a>...&nbsp; From what I can tell, they're the same goddamn fonts, just rendered differently for some reason.&nbsp; Well, they SHOULD be the same fonts because the settings for opera are the exact same as they were before I installed Arch.&nbsp; I love having my home directory on a totally different harddrive.&nbsp; Makes migrating so goddamn easy.&nbsp; I installed X and xfce with pacman, ran it, and everything was here, all set up.&nbsp; Easy peasy.</p>
<p>I need to work on the font issue, but more importantly I need to study for psych exam tomorrow :/</p>
<p><a href="http://io9.com/5084491/the-alternate-history-theme-park-where-dinosaurs-fought-in-the-civil-war" title="This is why the North won">This is why the North won</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/11/2008/why-do-i-do-the-things-i-do/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In the middle of the night</title>
		<link>http://sugardeath.net/07/2008/in-the-middle-of-the-night</link>
		<comments>http://sugardeath.net/07/2008/in-the-middle-of-the-night#comments</comments>
		<pubDate>Wed, 23 Jul 2008 09:31:53 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=1717</guid>
		<description><![CDATA[In the middle of the night I go walking in my sleep From the mountains of faith To the river so deep I must be lookin' for something Something sacred I lost But the river is wide And it's too hard to cross even though I know the river is wide I walk down every [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>In the middle of the night<br />
I go walking in my sleep<br />
From the mountains of faith<br />
To the river so deep<br />
I must be lookin' for something<br />
Something sacred I lost<br />
But the river is wide<br />
And it's too hard to cross<br />
even though I know the river is wide<br />
I walk down every evening and stand on the shore<br />
I try to cross to the opposite side<br />
So I can finally find what I've been looking for<br />
In the middle of the night<br />
I go walking in my sleep<br />
Through the valley of fear<br />
To a river so deep<br />
I've been searching for something<br />
Taken out of my soul<br />
Something I'd never lose<br />
Something somebody stole<br />
I don't know why I go walking at night<br />
But now I'm tired and I don't want to walk anymore<br />
I hope it doesn't take the rest of my life<br />
Until I find what it is I've been looking for </p>
<p>In the middle of the night<br />
I go walking in my sleep<br />
Through the jungle of doubt<br />
To the river so deep<br />
I know I'm searching for something<br />
Something so undefined<br />
That it can only be seen<br />
By the eyes of the blind<br />
In the middle of the night</p>
<p>I’m not sure about a life after this<br />
God knows I've never been a spiritual man<br />
Baptized by the fire, I wade into the river<br />
That is runnin' to the promised land </p>
<p>In the middle of the night<br />
I go walking in my sleep<br />
Through the desert of truth<br />
To the river so deep<br />
We all end in the ocean<br />
We all start in the streams<br />
We're all carried along<br />
By the river of dreams<br />
In the middle of the night</p></blockquote>
<p>I don't do lyrics.&nbsp; Why am I doing lyrics?</p>
<p>The Taiwanese kids are surprisingly good at basketball.&nbsp; My arm is scratched to hell from trying to fish the volleyball out from the canopy of a fucking thorn tree.&nbsp; Sat atop some taller girl's shoulders (musta been taller than Casey).&nbsp; I counted at least sixteen scratches on my left arm and hand and a puncture in the palm (thankfully nothing broke off in me, unlike that poor kid... like half an inch of thorn.. goddamn).&nbsp; Like... two on my right.&nbsp; Despite my right-handedness, I do a surprising number of tasks with my left.&nbsp; That was twenty dollars right there.</p>
<p>Tonight is fireworks at Navy Pier.&nbsp; Should be pretty awesome.&nbsp; </p>
<p>There's so much crap on my bed that I just shove it all to the side so that it's half on the window sill, half eating up bed space.&nbsp; I've got... a towel, a few shirts, socks, my bag, perhaps my khaki pants? (I need to find those..), my pajama pants..&nbsp; Usually my bed has to be empty save for a blanket or two and a pillow.&nbsp; I dunno why I don't care at the moment.&nbsp; </p>
<p>There's stuff on my glasses...&nbsp; Usually I'm OCD about having clean glasses too but...&nbsp; Whatever.&nbsp; I've gotten so lazy and laidback lately it's terrible.&nbsp; It will come to bite me in the ass BIGTIME, I can see it coming.</p>
<p>This theme looks better in Opera than it does in Firefox, maybe it's a default fonts thing.&nbsp; Or maybe I changed Opera's display fonts?&nbsp; I don't recall.</p>
<p>The kids are surprisingly good at English, I think the main problem is that they're shy or unconfident in their abilities.&nbsp; Usually they'll say little blurbs of keywords to me, but perhaps that's because this is only the second time they've seen me.&nbsp; </p>
<p>Late night talks are good, fun, a little detrimental to waking up on time; but hey, that's alright.&nbsp; </p>
<p>Somehow by using the auto update for the BBCode plugin, I managed to break the TTF Titles plugin that gave me pretty rendered titles in any font I wanted.&nbsp; It still displayed and stuff, but I couldn't get into the settings manager to change width limitations.&nbsp; Screw it, the ttf titles looked a bit out of place in this theme anyway.&nbsp; I keep thinking I see daylight out the window, but we've got about an hour until that happens...</p>
<p>I get to take my SOC302 exam early today due to hangin' with the kids tonight.</p>
<blockquote><p>
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do.&nbsp; So throw off the bowlines.&nbsp; Sail away from the safe harbor.&nbsp; Catch the trade winds in your sails.&nbsp; Explore.&nbsp; Dream.&nbsp; Discover.<br />
-Mark Twain
</p></blockquote>
<p>Found this quote while looking for another one... in my backgrounds folder.&nbsp; </p>
<blockquote><p>
life sucks. music doesnt.
</p></blockquote>
<p>There we go.&nbsp; It's kinda true.&nbsp; I love music.&nbsp; It's amazing.&nbsp; I can't play it... (bad experiences, probably scarred for life, <a href="/images/mad_piano.jpg" "ho shit">pianos haunt my dreams</a>) But I sure can enjoy it.&nbsp; I like to think that I enjoy a wide variety of music, just as long as it isn't beggars banging in rhythm on the floor of the trains trying to get money.&nbsp; That or Rap.&nbsp; And newer Country.&nbsp; But like Jazz, Classical, Rock, Alternative, Pop, whatever Enya falls under (though I've only heard one of her songs).&nbsp; Oh, and not Christian Rock.&nbsp; God no.&nbsp; (hahaha)  The train rides to/from work would be immesely boring and long were it not for my Zune.&nbsp; Work itself would be immensly boring and long were it not for my Zune.&nbsp; Though lately I've been listening to podcasts more than music.&nbsp; Last week and the week before I caught up on a ton of Leo Laporte's <em>This Week in Tech</em> radio shows and this week I've started listening to the <em>Paranormal Cafe</em>.&nbsp; They had some decent stuff on the <a href="http://en.wikipedia.org/wiki/Betty_and_Barney_Hill_abduction" title="Betty and Barney Hill Abduction - Wikipedia">Betty and Barney Hill abduction</a>, and the <a href="http://en.wikipedia.org/wiki/Philadelphia_Experiment" title="Philadelphia Experiment">Philadelphia Experiment</a> and <a href="http://en.wikipedia.org/wiki/Montauk_Project" title="Montauk Project">Montauk Project</a>.&nbsp; Though the guy talking about the latter two was obviously a loon (he was a bird?), as he claimed to have seen a <a href="http://en.wikipedia.org/wiki/Thunderbird_(mythology)" title="Thunderbird (Mythology)">Thunderbird</a> (and therefore became a Shaman in his native american circle) as well as to having multiple conversations with someone who is supposedly him from the future.&nbsp; He had some neat information about the actual topic of the interview, but the rest of it kind of made me think about him... less.&nbsp; </p>
<p>The interview about <a href="http://johntitor.com" title="John Titor - Time Traveler">John Titor</a> (<a href="http://en.wikipedia.org/wiki/John_Titor" title="John Titor - Wikipedia">wiki</a>) was especially interesting.&nbsp; I had read about him once before somewhere several years ago.&nbsp; Basically the story goes something like this:  Baby John Titor is born in 1998.&nbsp; In 2036 the military sends him back in time to 1975 to recover an IBM 5100 computer because I guess it could interface with the mainframes they had or something?&nbsp; He made a pitstop in 2000/1 ish and spent some time with his parents (who were suprisingly understanding).&nbsp; It was during this time that a serious of posts made by "John Titor" appeared on various time travel forums.&nbsp; He made a lot of predictions, many cryptic, many not so.&nbsp; One of his was that the methods to time travel will be discovered at CERN.&nbsp; Shortly after he predicted that, CERN announced the developmment of the <a href="http://en.wikipedia.org/wiki/Large_Hadron_Collider" title="Large Hadron Collider">Large Hadron Collider</a> (which some believe will end the world, but that's a different story).&nbsp; The gigantic hard-ons (if someone could get me the motivational of the "Large Hardon Collider," I would appreciate it  :mrgreen: ) will be colliding in roughly <a href="http://www.lhcountdown.com/" title="LHCountdown.com">sixteen days</a>.&nbsp; Perhaps they'll find a way to harness the power of the mini-blackholes that supposedly allow Titor's time machine to do it's thing?&nbsp; He also stated that there would be no more Olympic games after the 2004 summer games.&nbsp; There WERE 2006 winter games, but appprently it looks like the 2008 summer games in Beijing are on shaky ground?&nbsp; The reason Titor needed the IBM 5100 was because of a special function it had that very few people knew about.&nbsp; Later a member of the team who developed the machine came forward and confirmed that the machine did have that functionality and that only ten or so members knew about it.&nbsp; There's also a bunch of other little things.</p>
<p>I'm uploading the two podcasts (it's one interview, just chopped up) to <a href="http://sugardeath.net/podcasts/paracafe/">http://sugardeath.net/podcasts/paracafe/</a>.&nbsp; They should be up by the time that most of you read this (hell, probably by the time that I'm done writing this).</p>
<p>Yeah, a lot of his predictions came true, but a good number of his predictions have also not come true.&nbsp; Or at least, not yet as some believe.&nbsp; Titor says that a second American civil war would start in 2004 or 5 (I don't remember), but that the actual shooting would not start until 2008.&nbsp; I haven't read anything anywhere that would indicate unrest, but my initial thought was that there might be some issues if Obama gets elected (the whitehouse would become a blackhouse, etc.).&nbsp; The dude in the interview actually suggests that it might be related to immigration or illegal aliens near Mexico.&nbsp; In response to a question a forumer asked of him, Titor responded with something along the lines of "Well, let's just say that Spanish is popular in that region [Texas]."</p>
<p>I haven't looked through the johntitor.com website yet, but I hope to eventually.&nbsp; The podcast should provide enough information to pique fascination.&nbsp; I mean, sure, the whole thing is probably some retarded prank; but you have to admit that it is damn <em>fascinating</em>.</p>
<p>I think...&nbsp; I think I should get some sleep now.&nbsp; Jacki was all "I should get to bed, it's almost 4AM" (wuss).&nbsp; Well, it's almost 4:30 now here, so I should probably get too (wuss).</p>
<p>I hope they have some more interesting stuff like this on the Paranormal Cafe.&nbsp; UFOs and stuff are interesting here or there, but I want to learn more about things like the Philladelphia Experiment, the Montauk Project (which if you haven't read about yet, is supposedly very related to the Philadelphia Experiment...), people like John Titor, etc.&nbsp; I'd be especially stoked if they did any of the cryptids I've been reading about lately.&nbsp; I never use the word stoked.&nbsp; </p>
<p>Seriously though, if you have nothing to do for about an hour and a half or so, or can easily divide your attention, listen to the two podcasts I uploaded (in order, please, they're labeled).&nbsp; The host is kind of annoying in the beginning, but once they get into it, it's some good shit.</p>
<p>With that, I'm probably out of here.&nbsp; Gotta be rested for examination in the afternoon.</p>
<p>I was finally able to get my hotkeys for MPD set up like I used to have Winamp/Foobar in Windows.&nbsp; Because I don't use KDE, I could never get the Amarok hotkeys to work when the window wasn't focused, and so I had to open the window all the time and it was annoying when playing a game if I wanted to change the song...&nbsp; Poop like that.&nbsp; Well, there's a client for MPD called MPC (how imaginative).&nbsp; It's a simple command line program that just sends chosen commands to MPD when executed.&nbsp; Set up ALT+CTRL+KP_INS in your favorite window mananger to execute <em>mpc toggle</em> and you have an easy access play/pause button.&nbsp; Hot shit.&nbsp; I am really digging this server/client interface for a freaking music manager.&nbsp; </p>
<p>I don't believe I have a category that all this paranormal stuff fits under...&nbsp; and I don't feel like creating a specific 'paranormal' category, so... welcome the 'interesting' category!&nbsp; Maybe it'll be used more than 'humor.'&nbsp; Maybe I should start using tags, too.&nbsp; Maybe I should tag/categorize my old blogger.com posts (of which there are roughly three-hundred or so?&nbsp; Only about a fifth of my current post count  :eek: (the post count in the theme lies... it's the post ID, I've deleted/not published many posts...&nbsp; I'll maybe fix it)</p>
<p>I am extremely amused by my new [two week old] mouse theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/07/2008/in-the-middle-of-the-night/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>If it ain&#8217;t broke&#8230; break it</title>
		<link>http://sugardeath.net/08/2007/if-it-aint-broke-break-it</link>
		<comments>http://sugardeath.net/08/2007/if-it-aint-broke-break-it#comments</comments>
		<pubDate>Wed, 29 Aug 2007 08:58:49 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[AndrAIa]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://sugardeath.net/08/2007/if-it-aint-broke-break-it/</guid>
		<description><![CDATA[I decided, oddly, to update my graphics driver under Linux.&#160; Why?&#160; Fuck if I know.&#160; The newest .run from nvidia's site installs, but breaks a few things for me (notably X, which complains of a version mismatch between the loaded module and the desired module).&#160; Well, I uninstalled that and got the old drivers working [...]]]></description>
			<content:encoded><![CDATA[<p>I decided, oddly, to update my graphics driver under Linux.&nbsp; Why?&nbsp; Fuck if I know.&nbsp; The newest .run from nvidia's site installs, but breaks a few things for me (notably X, which complains of a version mismatch between the loaded module and the desired module).&nbsp; Well, I uninstalled that and got the old drivers working and X was back and all was well.&nbsp; Except I lost OpenGL...&nbsp; What?&nbsp; How?&nbsp; Currently I am (re)installing the linux-restricted-drivers package from command line as well as posting this from command line.&nbsp; Fun stuff, eh?</p>
<p>Oh, look.&nbsp; X is back.&nbsp; Still don't have GLX, though, despite the <em>apt-get install nvidia-glx-new</em> I just did.&nbsp; Argh.&nbsp; Not that OpenGL is much use with a broken graphics card, but I don't like the fact that it just doesn't work for seemingly no reason at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/08/2007/if-it-aint-broke-break-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freaking A</title>
		<link>http://sugardeath.net/08/2007/freaking-a</link>
		<comments>http://sugardeath.net/08/2007/freaking-a#comments</comments>
		<pubDate>Tue, 07 Aug 2007 09:38:19 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Din]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Vacation]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sugardeath.net/08/2007/freaking-a/</guid>
		<description><![CDATA[I finally got mysql-server and mythtv to play together (and with me, and not sexually)!&#160; I wiped the old Debian install on Din and tried to install Knoppmyth, but it wouldn't install LILO properly.&#160; I never did like LILO, Grub has always handled booting better in my opinion.&#160; Easier to use, too.&#160; I was then [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got mysql-server and mythtv to play together (and with me, and not sexually)!&nbsp; I wiped the old Debian install on Din and tried to install <a href="http://www.mysettopbox.tv/knoppmyth.html" title="Knoppmyth">Knoppmyth</a>, but it wouldn't install LILO properly.&nbsp; I never did like LILO, Grub has always handled booting better in my opinion.&nbsp; Easier to use, too.&nbsp; I was then gonna try <a href="http://g-ding.tv/" title="MythDora">MythDora</a>, but a Fedora / Red Hat system has never appealed to me...&nbsp; I like Debian-based distros too much, which explains why I just reinstalled Debian and gave it another shot.&nbsp; Worked fine this time.&nbsp; I got the thing running mythfrontend on bootup and everything.&nbsp; Now I just need a TV card to test things with.&nbsp; </p>
<p>I have a slight problem where Debian dumps me to an "oh shit" shell (what's the real name for that thing?) because it can't find <a href="http://everything2.org/?node=/dev/cake" title="/dev/cake">/dev/hda</a>.&nbsp; Everything is on /dev/hde, and it <em>knows</em> this, yet one step during bootup is looking for /dev/hda.&nbsp; I can make symbolic links for it and it works fine and everything, but they never stay.. so I have to do this on every bootup.&nbsp; There must be some permanent solution.&nbsp; </p>
<p>The differences between Debian and Ubuntu are amazing.&nbsp; I find that even if I chose to install all the extra Debian things I still had to do some work to get the system <em>useable</em>.&nbsp; Ubuntu, despite being based on Debian, just <em>works</em>.&nbsp; Then again, so did SUSE for the most part.</p>
<p>I uploaded photos of the Delta II rocket launch to Facebook.&nbsp; They'll find their way here eventually, and when they do they'll be in their full 2592x1944 resolution, not the crap by crap res that Facebook scales them too.&nbsp; Not that it matters much, though..&nbsp; The shots didn't really come out too well.&nbsp; </p>
<p>In other news, I added about eight hours of play time to my <a href="http://everything2.org/?node=Star Wars Knights of the Old Republic" title="Star Wars Knights of the Old Republic">KOTOR</a> save.&nbsp; I have become so dark sided that on my character sheet I don't have just have a red glow behind me, I have a red glow that sort of explodes into a fiery.. thing.&nbsp; Black smoke all over the bottom and these hot ember like particles floating up.&nbsp; It's neat.&nbsp; I wonder what it looks like when you become just as light sided.</p>
<p>My car died on me when I was on my way to pick up Dad from the Chevy dealership.&nbsp; Wouldn't start until after Brian came to get me and we had picked up Dad.&nbsp; Thankfully a nice couple helped me push it into the Speedway at Riverland and Van Dyke.&nbsp; It died in the left turn lane JUST before the Riverland driveway.&nbsp; Started up just fine for Dad on his first try and gave us no more problems.&nbsp; He's borrowing my car for the day tomorrow because apparently the van has this big electrical problem and will be at the dealership all day.&nbsp; I hope my car doesn't give us anymore shit.</p>
<p>I just had to make a change to the <a href="http://sugardeath.net/wordpress/wp-content/plugins/e2pipe.phps" title="E2 Pipe Link Plugin">pipe link plugin</a>..&nbsp; The regular expression was using \w to catch alphanumeric characters.&nbsp; "/" is not alphanumeric.&nbsp; A quick search on Google revealed that \W will catch nonalphanumerics.&nbsp; Just copy and paste what I had..&nbsp; change one set of \w's to \W's and all is good.&nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/08/2007/freaking-a/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>D:</title>
		<link>http://sugardeath.net/06/2007/d</link>
		<comments>http://sugardeath.net/06/2007/d#comments</comments>
		<pubDate>Sun, 17 Jun 2007 05:56:35 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Din]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://sugardeath.net/06/2007/d-2/</guid>
		<description><![CDATA[What the hell did I catch?!&#160; And from whom?!&#160; I stole (as in, used) some ibuprofin from work today, Dad is going to have to buy a new bottle for the house after I go grab the last two tablets in a couple of (few, several, many, lots, too many) minutes...&#160; Elyse got me to [...]]]></description>
			<content:encoded><![CDATA[<p>What the hell did I catch?!&nbsp; And from whom?!&nbsp; I stole (as in, used) some ibuprofin from work today, Dad is going to have to buy a new bottle for the house after I go grab the last two tablets in a couple of (few, several, many, lots, too many) minutes...&nbsp; </p>
<p>Elyse got me to sign up to anonidate D:  There are a few females in the Sterling Heights area, but I suspect most of them of being traps.&nbsp; I found <em>two</em> in the entire Chicago area.&nbsp; Not that I would really want to get to know a female /b/tard anyway...&nbsp; That would be extremely weird...</p>
<p>I am slowly learning the language of Quake III shaders...</p>
<p>At least I made it through my entire shift at work today.&nbsp; Had energy this time.&nbsp; The new managers (three of them) officially started at the Forum as of Friday.&nbsp; I thought there were a lot of changes before...&nbsp; There are going to be a shitton now.&nbsp; Sam stopped making usher gameplans for some reason.&nbsp; She asked if I made tonight's, I said yes, she enthusiastically approved.&nbsp; Whenever I see Kevin on the schedule, my default action is to have him be the lead in a section if there are not enough leads.&nbsp; However, Holly, Kristy, and Adam also applied for promotion.&nbsp; I have yet to see Holly actually own a section, so I gave A section to her.&nbsp; I left shortly after she got there, but I have faith in her.&nbsp; </p>
<p>I was so out of it at work today.&nbsp; I had the energy... but not the focus.&nbsp; It was weird.&nbsp; I disliked it.&nbsp; </p>
<p>I am off until Thursday.&nbsp; When I first saw that, I was upset because I need the hours.&nbsp; However, with this sickness that is having fun with me, I need the downtime.&nbsp; I think I may stay at Dad's for the next week as well, just to recooperate...</p>
<p>I have had the chills for the past five hours, now this blanket is suddenly too warm for me.</p>
<p>I wish I brought my Wii over, I need to play some good old Resident Evil 4.&nbsp; </p>
<p>I have installed MythTV on Din!&nbsp; I just need to acquire my TV card from Jason and figure out why the hell the MySQL server is giving me such problems.&nbsp; I really like the idea of having a DVR at school next semester.&nbsp; Imagine never missing an episode of <em>Stargate: Atlantis</em> or <em>The Office</em> because I am at dinner or hanging out with friends or, god forbid, studying.&nbsp; Corey declared love to me because this will allow him to get NCIS as soon as it airs, rather than torrenting it and waiting hours, sometimes days.&nbsp; Is it bad form to declare on your public web journal that you or someone you know torrents TV shows (that have not yet been released otherwise)?&nbsp; If I get a letter from any major TV networks or the MPAA, I will be sure to inform everyone.</p>
<p>The earphones I got with my Sansa c240 are surprisingly decent when plugged into my computer.&nbsp; Sure, they are not my big-ass amazing headphones, but they are portable and easy.&nbsp; </p>
<p>I talked with Alyssa about things..&nbsp; with Linda about things.. with Nicole about things..&nbsp; I was antisocial for the majority of Brian's grad party today (hence how I talked with those three), due to being sick.&nbsp; Dad ordered two ice cream cakes because the one that he got for my graduation party disappeared in no time.&nbsp; The second one is sitting, cut up (it is huge) in his fridge because no one touched it.&nbsp; There were FAR less people at Brian's grad party than mine.&nbsp; Oddly, I have always assumed Brian to have more friends than I.&nbsp; Friends outside of our shared friend group, that is.&nbsp; </p>
<p>I find myself having a hard time listening to Rammstein these days..&nbsp; If I need something heavy, I opt for the Dragonforce and just ignore the lyrics (which are surprisingly lifting and upbeat).&nbsp; Corey recommends Nickelback or Metallica, but I have a severe lack of both bands' music.&nbsp; Lost Prophets is usually pretty good, too.&nbsp; If I am feeling <em>especially</em> emo.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/06/2007/d/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NOM NOM NOM</title>
		<link>http://sugardeath.net/06/2007/nom-nom-nom</link>
		<comments>http://sugardeath.net/06/2007/nom-nom-nom#comments</comments>
		<pubDate>Mon, 04 Jun 2007 12:41:00 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Din]]></category>
		<category><![CDATA[LAN Party]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://sugardeath.net/06/2007/nom-nom-nom/</guid>
		<description><![CDATA[The LAN was pretty cool (more on that later... maybe...&#160; I will say that the Wii Photo Channel is absolutely hilarious with a basement full of sleep-deprived /b/tards...).&#160; I now have very little hair on my head (it is cold...&#160; i could feel the rain yesterday). So now that I have made my decision (it [...]]]></description>
			<content:encoded><![CDATA[<p>The LAN was pretty cool (more on that later... maybe...&nbsp; I will say that the Wii Photo Channel is absolutely hilarious with a basement full of sleep-deprived /b/tards...).&nbsp; I now have very little hair on my head (it is cold...&nbsp; i could feel the rain yesterday).</p>
<p>So now that I have made my decision (it was really decision1, which, in turn, made decision0 (call me dumb, call me hopeless) a whole lot easier to make), I am mostly going to try to just float through the summer, trying to earn as much money as possible and just generally have as much fun as possible (we shall see how well both of those go, though).&nbsp; </p>
<p>Din is up and running using Brian's old hardware.&nbsp; The new stuff should be here tomorrow or so.&nbsp; It was in Baldwin Park, California on Friday, when the order was placed, and is now in Louisville, Kentucky (where it has been sitting since I last checked Saturday).&nbsp; Why is it that I always seem to order things from Newegg just before the weekend?&nbsp; Had a little bit of trouble getting X to start again, just had to download and install the nvidia drivers, which was kind of tricky thanks to a few of the Debian repositories not being enabled.&nbsp; I got that working, so now the graphical display runs a LOT smoother than it used to, thanks to Brian's old GeForce FX 5200 (like it will ever be needed, anyway, headless and what-not).&nbsp; Everything that I <em>need</em> works, but it sure would be nice to get the thing out of dependency hell.&nbsp; Apparently I have the front harddrive light connector flipped around.&nbsp; Din is also now equipped with a second ethernet card AND a shitty sound blaster that...&nbsp; I do not ever remember Brian using.&nbsp; I just need to find my old TV card and I could install MythTV on this thing.&nbsp; </p>
<p>I open the theatre in two and a half hours.&nbsp; I think the LAN Party kind of fixed my sleeping schedule:  I got up on my own at six-twenty.&nbsp; </p>
<p>My head is fuzzy.</p>
<p>Breakfast time.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/06/2007/nom-nom-nom/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

