<?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; Computer</title>
	<atom:link href="http://sugardeath.net/category/computer/feed" rel="self" type="application/rss+xml" />
	<link>http://sugardeath.net</link>
	<description></description>
	<lastBuildDate>Tue, 13 Dec 2011 19:10:31 +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>Posting from feldspar</title>
		<link>http://sugardeath.net/05/2009/posting-from-feldspar</link>
		<comments>http://sugardeath.net/05/2009/posting-from-feldspar#comments</comments>
		<pubDate>Thu, 28 May 2009 08:57:26 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Feldspar]]></category>
		<category><![CDATA[Ophiuchus]]></category>
		<category><![CDATA[cats]]></category>
		<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=2204</guid>
		<description><![CDATA[OK, so, I got X working on feldspar.&#160; Compiz, for some reason, refuses to run and instead locks the whole computer.&#160; OK, well, Compiz + XFCE is a bit heavy for this computer anyway.. so I decided to finally give OpenBox a shot.&#160; It's really fast, everything is up in no time and it's amazingly [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so, I got X working on feldspar.&nbsp; Compiz, for some reason, refuses to run and instead locks the whole computer.&nbsp; OK, well, Compiz + XFCE is a bit heavy for this computer anyway.. so I decided to finally give OpenBox a shot.&nbsp; It's really fast, everything is up in no time and it's amazingly customizable.&nbsp; I haven't even started playing around with the scripts that other people have written yet.&nbsp; I think I'm gonna forgo Compiz + XFCE for OpenBox on Ophiuchus when he gets here.</p>
<p>I got the deal with newegg sorted out, newegg was still looking for my old card, but I had put in the details for my new card (the old one expires at the end of this month).&nbsp; He should be here tomorrow (Thursday) or Friday.</p>
<p>There are two cats here now.&nbsp; Black one is Uhura, the Orange one is Zoey.&nbsp; They hate each other.&nbsp; Orangey likes to rub up against everything in site, including me.&nbsp; She'll rub her body along my legs while I'm cooking or washing the dishes, which is not the ideal time for such an activity.&nbsp; It's really funny the way she leans her body when she does it, though.&nbsp; Also, she sheds like crazy.&nbsp; These two activities may or may not be related.</p>
<p>I just burned myself trying to light this candle with a standard bic lighter... ugh.&nbsp; Ow ow ow.&nbsp; I hope this doesn't blister.</p>
<p>I was gonna write more but the cat and customizing OpenBox has distracted me so much I forgot what else I was gonna say.</p>
<p>Good night.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/05/2009/posting-from-feldspar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting from Wii</title>
		<link>http://sugardeath.net/05/2009/posting-from-wii</link>
		<comments>http://sugardeath.net/05/2009/posting-from-wii#comments</comments>
		<pubDate>Tue, 26 May 2009 08:10:18 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[AndrAIa]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Feldspar]]></category>
		<category><![CDATA[Ophiuchus]]></category>
		<category><![CDATA[blows]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=2200</guid>
		<description><![CDATA[AndrAIa dead.&#160; Feldspar no X (few sites work well with links), flaky stolen wifi.&#160; Ordered Ophiuchus.&#160; I hope.&#160; Money I need for rent.. newegg/Charter One constantly declining my card.&#160; Newegg claims C1's fault; C1 newegg. CMC still hasn't approved resume.&#160; Cannot upload files (to monster.com) from Wii. Dumb. I miss Sarah.]]></description>
			<content:encoded><![CDATA[<p>AndrAIa dead.&nbsp; Feldspar no X (few sites work well with links), flaky stolen wifi.&nbsp; </p>
<p>Ordered Ophiuchus.&nbsp; I hope.&nbsp; Money I need for rent.. newegg/Charter One constantly declining my card.&nbsp; Newegg claims C1's fault; C1 newegg.</p>
<p>CMC still hasn't approved resume.&nbsp; Cannot upload files (to monster.com) from Wii.</p>
<p>Dumb.</p>
<p>I miss Sarah.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/05/2009/posting-from-wii/feed</wfw:commentRss>
		<slash:comments>2</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>Oh no..</title>
		<link>http://sugardeath.net/10/2008/oh-no</link>
		<comments>http://sugardeath.net/10/2008/oh-no#comments</comments>
		<pubDate>Thu, 23 Oct 2008 06:54:24 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[stupidity]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=1943</guid>
		<description><![CDATA[I just changed my password on both AndrAIa and feldspar in an effort to get away from using the SAME BASE PASSWORD FOR EVERYTHING.&#160; Let's see how long it takes me before I'm locked out of my computers :(]]></description>
			<content:encoded><![CDATA[<p>I just changed my password on both AndrAIa and feldspar in an effort to get away from using the SAME BASE PASSWORD FOR EVERYTHING.&nbsp; Let's see how long it takes me before I'm locked out of my computers :(</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/10/2008/oh-no/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wow</title>
		<link>http://sugardeath.net/09/2008/wow</link>
		<comments>http://sugardeath.net/09/2008/wow#comments</comments>
		<pubDate>Tue, 30 Sep 2008 14:23:21 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Friends]]></category>
		<category><![CDATA[sci-fi]]></category>
		<category><![CDATA[Stargate]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=1852</guid>
		<description><![CDATA[So these Atlantis episodes are getting really good.&#160; I can't believe they're ending it after this season.&#160; Then again, I guess that's part of the whole reimaging of the Sci-Fi channel.&#160; Ugh.&#160; At least Wright and Glassner intend on doing movies with Atlantis like they did / are doing with SG-1, and with the experience [...]]]></description>
			<content:encoded><![CDATA[<p>So these <em>Atlantis</em> episodes are getting <em>really</em> good.&nbsp; I can't believe they're ending it after this season.&nbsp; Then again, I guess that's part of the whole <a href="http://io9.com/5056091/sci-fi-channel-turns-to-the-dark-side-with-more-reality-programming" title="Sci Fi Channel: Sci Fi Channel Turns to the Dark Side with More Reality Programming | io9.com">reimaging</a> of the Sci-Fi channel.&nbsp; Ugh.&nbsp; At least Wright and Glassner intend on doing movies with <em>Atlantis</em> like they did / are doing with <em>SG-1</em>, and with the experience they've already gained there they're sure to make some damned fine movies about the Pegasus galaxy.&nbsp; I just wish it didn't have to end so soon.&nbsp; Daniel Jackson was on Friday's episode!&nbsp; He appears again this Friday too, in the second part.&nbsp; It's pretty fun to see him and McKay go back and forth.</p>
<p>Oh.&nbsp; My.&nbsp; God.&nbsp; I just realized that I am similar to Amber when it comes to Stargate...&nbsp; Well, I don't so much know (or care) about the writers or what the directors are doing, but I <em>have</em> become very involved in the <em>Stargate</em> universe (not to be confused with the third show, <em>Stargate: Universe</em>) just as she is with.. well, every show she watches.&nbsp; Mostly <em>Doctor Who</em>.&nbsp; That's all she really talks about, she relates far too many topics to <em>Doctor Who</em>.. but when someone starts talking <em>Stargate</em>, whether it be Richard or Stephanie or Joy sometimes, I am <strong>so</strong> there.&nbsp; I think it's something about the universe and its lore that draws me into the show.&nbsp; Same for Amber with her shows.&nbsp; There's just something that pulls you in, makes you want to know more.&nbsp; I think <em>Stargate</em> has been the root cause of most theoretical scientific discussions in my house.&nbsp; Which is not a bad thing at all.&nbsp; It gets your mind working, your imagination flowing.</p>
<p>I don't really have anything else.&nbsp; Today is my poopy class day.&nbsp; Started eating the candies that Galina, Linda, and Pat dropped off.&nbsp; God I love Air Heads.&nbsp; I need a can opener so I can drink this Jarritos :( No offense or anything, I guess.. but it really surprised me that Linda remembered how much I love Jarritos.&nbsp; Then again, she met Yee and Nate (and Tim?) and they made us go to Meijer for some Jarritos...&nbsp; I'm sure that moment stood out for her, meeting my weird friends and goofing off in a gigantic south-eastern Michigan grocery store  :razz: </p>
<p>I can never find good bass/treble levels for my sound card...&nbsp; It's annoying.&nbsp; And then the bass knob on my speaker controls only helps to frustrate me.&nbsp; </p>
<p>I finally found a program that will let me use the extra buttons on the wireless Logitech mouse that Casey gave me for my laptop (the mousewheel is wonky and he has like a million other mice, so he let me take this one for the laptop).&nbsp; Now I just need to figure out what I want those buttons to do...</p>
<p>I've been talking with Mary, Brian's ex, a lot lately, since like mid to early August at least.&nbsp; Her boyfriend broke up with her about.. a week before Jacki broke up with me.&nbsp; Is.. is it bad that I have some sort of satisfaction that she feels she can come to me in this time?&nbsp; I mean, that is a good thing, and I am sympathetic to her and am trying to help her.. but I just think I want for people to come to me with their problems far more than I should.&nbsp; </p>
<p>I wish I had two line-in's on Andraia's sound card.&nbsp; Sometimes I just wanna run my DS or Zune through my main speakers at the same time I have the laptop as well as the desktop going.&nbsp; Usually the desktop is for music or whatever show I'm watching or game I'm playing at the moment.&nbsp; The laptop is for AIM, most youtube videos, and sometimes a movie or show depending on what I'm doing on the desktop and is therefore always hooked up through Andy's line in.&nbsp; It would be nice to run the DS through the speakers so I get some decent sound quality, and sometimes I wanna listen to the radio, so the Zune is great for that.&nbsp; Too bad the laptop doesn't have a line-in..&nbsp; Wait.. my sound control thingy has a slider for "Line 2."&nbsp; This may be perfect!</p>
<p>Ugh.. time to shower.. then class, class, lunch, homework, dinner, class, lab, homework.</p>
<p>I need to start working out.&nbsp; I'd say on a regular basis, but all I ever do is just a lame amount of push-ups.&nbsp; I'd like to get a fair amount of push-ups down before I actually start going to Keating though, for some reason.&nbsp; I don't know, it makes sense to me.&nbsp; Push-ups are easy, something I can settle myself into everyday, ideally.&nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/09/2008/wow/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>What I am doing:</title>
		<link>http://sugardeath.net/09/2008/what-i-am-doing</link>
		<comments>http://sugardeath.net/09/2008/what-i-am-doing#comments</comments>
		<pubDate>Tue, 16 Sep 2008 05:16:39 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=1786</guid>
		<description><![CDATA[Setting up compiz on the laptop. What I should be doing: Studying for chem exam at 10am. Working on chem lab write up due at 6:25pm.]]></description>
			<content:encoded><![CDATA[<p>Setting up compiz on the laptop.</p>
<p><strong>What I should be doing</strong>:<br />
Studying for chem exam at 10am.<br />
Working on chem lab write up due at 6:25pm.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/09/2008/what-i-am-doing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

