<?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>Anesti</title>
	<atom:link href="http://anesti.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://anesti.org</link>
	<description>Revitalized and Risen</description>
	<lastBuildDate>Thu, 14 Jan 2010 16:54:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Landscape MOTD without Landscape</title>
		<link>http://anesti.org/2009/12/ubuntu-landscape-motd-without-landscape/</link>
		<comments>http://anesti.org/2009/12/ubuntu-landscape-motd-without-landscape/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 17:32:49 +0000</pubDate>
		<dc:creator>Sawyer</dc:creator>
				<category><![CDATA[Computers & Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://anesti.org/?p=270</guid>
		<description><![CDATA[SSH into a machine running Ubuntu Server 9.10 and witness a pretty slick new message of the day (MOTD).
Linux anesti 2.6.31-16-generic-pae #53-Ubuntu SMP Tue Dec 8 05:20:21 UTC 2009 i686
To access official Ubuntu documentation, please visit:
http://help.ubuntu.com/
System information as of Tue Dec 29 10:18:31 MST 2009
System load: 1.46               Memory usage: 50%   Processes:       93
Usage of /:  6.5% [...]]]></description>
			<content:encoded><![CDATA[<p>SSH into a machine running Ubuntu Server 9.10 and witness a pretty slick new message of the day (MOTD).</p>
<blockquote><p>Linux anesti 2.6.31-16-generic-pae #53-Ubuntu SMP Tue Dec 8 05:20:21 UTC 2009 i686</p>
<p>To access official Ubuntu documentation, please visit:</p>
<p>http://help.ubuntu.com/</p>
<p>System information as of Tue Dec 29 10:18:31 MST 2009</p>
<p>System load: 1.46               Memory usage: 50%   Processes:       93<br />
Usage of /:  6.5% of 184.12GB   Swap usage:   0%    Users logged in: 0</p>
<p>Graph this data and manage this system at https://landscape.canonical.com/</p></blockquote>
<p>The message at the bottom refers to <a title="Canonical" href="http://www.canonical.com/" target="_blank">Canonical</a>&#8217;s newest commercial offering for <a title="Ubuntu Server" href="http://www.ubuntu.com/products/whatIsubuntu/serveredition" target="_blank">Ubuntu servers</a>. Essentially, <a title="Landscape" href="https://landscape.canonical.com/" target="_blank">Landscape</a> is a web-based system monitoring interface hosted by Canonical. While the product/service itself is pretty useful, the cost of it could be prohibitive for many Ubuntu Server users. I had installed Landscape initially to play with it, but after seeing the screenshots and information about the product, decided not to bother. I did, however, like the MOTD displayed on login with the Landscape data and wanted to keep that while not wasting CPU cycles running the landscape-client. Here&#8217;s how I kept the informational MOTD, but removed Landscape from my box.</p>
<ol>
<li>Remove Landscape from the machine
<pre><span style="color: #ffffff;">sudo apt-get remove landscape-client</span></pre>
<p>Note: apt will inform you that packages are ready to be auto-removed.To ensure that the landscape-common package we need doesn&#8217;t get removed, force the package to install.</p>
<pre><span style="color: #ffffff;">sudo apt-get install landscape-common</span></pre>
<p>You can then auto-remove the remaining packages.</p>
<pre><span style="color: #ffffff;">sudo apt-get autoremove</span></pre>
</li>
<li>At this point, you&#8217;ll notice that the &#8220;Graph this data and manage this system at https://landscape.canonical.com/&#8221; message still shows. If it doesn&#8217;t bother you, you can stop here. If you want to get rid of it, you&#8217;ll need to edit the Python file that outputs this text.
<pre><span style="color: #ffffff;">sudo nano /usr/share/pyshared/landscape/sysinfo/landscapelink.py</span></pre>
<p>Comment out the <strike>two</strike> three lines:</p>
<pre><span style="color: #ffffff;">    def run(self):
        #self._sysinfo.add_footnote(
            #"Graph this data and manage this system at "
            #"https://landscape.canonical.com/")
        return succeed(None)</span>
</pre>
</li>
<li>Log out and log back in to see the changes!</li>
</ol>
<p><strong>Edit:</strong> It appears the location of this file has changed, as it&#8217;s actually a symlink to
<pre>/usr/share/pyshared/landscape/sysinfo/landscapelink.py</pre>
<p>. I&#8217;ve updated the instructions to fit this. On my system, there are symlinks in both /usr/lib/python2.5 and /usr/lib/python2.6 for this, so it&#8217;s easier just to edit the main file.</p>
]]></content:encoded>
			<wfw:commentRss>http://anesti.org/2009/12/ubuntu-landscape-motd-without-landscape/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Oatmeal</title>
		<link>http://anesti.org/2009/11/the-oatmeal/</link>
		<comments>http://anesti.org/2009/11/the-oatmeal/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 15:01:02 +0000</pubDate>
		<dc:creator>Sawyer</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://anesti.org/?p=266</guid>
		<description><![CDATA[Every once in a while, you find a website worth sharing with your friends. The Oatmeal is a fantastic humor site, addressing Twilight, the origins of coffee, and how to use apostrophes. My personal favorite is 7 Reasons to Keep Your Tyrannosaur OFF Crack Cocaine.
]]></description>
			<content:encoded><![CDATA[<p>Every once in a while, you find a website worth sharing with your friends. The Oatmeal is a fantastic humor site, addressing <a title="Twilight" href="http://theoatmeal.com/story/twilight" target="_blank">Twilight</a>, the <a title="origins of coffee" href="http://theoatmeal.com/comics/coffee" target="_blank">origins of coffee</a>, and <a title="how to use apostrophes" href="http://apostrophe.me/" target="_blank">how to use apostrophes</a>. My personal favorite is <a title="7 Reasons to Keep Your Tyrannosaur OFF Crack Cocaine" href="http://theoatmeal.com/comics/tyrannosaur_crack" target="_blank">7 Reasons to Keep Your Tyrannosaur OFF Crack Cocaine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://anesti.org/2009/11/the-oatmeal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter</title>
		<link>http://anesti.org/2009/07/twitter/</link>
		<comments>http://anesti.org/2009/07/twitter/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 16:17:33 +0000</pubDate>
		<dc:creator>Sawyer</dc:creator>
				<category><![CDATA[Computers & Technology]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://anesti.org/?p=251</guid>
		<description><![CDATA[Being the geek that I am and being on Twitter, many of you may have noticed I have setup a Twitter account for my server to &#8220;Tweet&#8221; information that could be useful to me. @anestidotorg tweets uptime, CPU usage, and users every hour thanks to a CRON job and a Python script I&#8217;ve written. I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-252" title="twitter-icon" src="http://anesti.org/wp-content/uploads/twitter-icon-150x150.jpg" alt="twitter-icon" width="150" height="150" />Being the geek that I am and being on Twitter, many of you may have noticed I have setup a Twitter account for my server to &#8220;Tweet&#8221; information that could be useful to me. <a href="http://twitter.com/anestidotorg">@anestidotorg</a> tweets uptime, CPU usage, and users every hour thanks to a CRON job and a Python script I&#8217;ve written. I originally started out with BASH script, moving to Python because of the flexibility in string handling. Most *nix servers should have Python installed. The script uses CURL to hit Twitter&#8217;s API. My server now &#8220;tweets&#8221; on reboot, and every hour, giving me a status update. I&#8217;m providing this script for free, do as you wish with it. <a href="http://anesti.org/uploads/uptime.py">Download Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://anesti.org/2009/07/twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Paperweight</title>
		<link>http://anesti.org/2009/06/iphone-paperweight/</link>
		<comments>http://anesti.org/2009/06/iphone-paperweight/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 03:40:16 +0000</pubDate>
		<dc:creator>Sawyer</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Computers & Technology]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://anesti.org/?p=247</guid>
		<description><![CDATA[Well, in case anyone manages to find my site via Google, I&#8217;ve just bricked my iPhone by installing SwirlyMMS and the MMS Enabler for the iPhone 2G. Or at least that&#8217;s what I&#8217;m thinking the problem is. My phone wouldn&#8217;t boot at all, so I managed to put the phone into DFU mode by holding [...]]]></description>
			<content:encoded><![CDATA[<p>Well, in case anyone manages to find my site via Google, I&#8217;ve just bricked my iPhone by installing SwirlyMMS and the MMS Enabler for the iPhone 2G. Or at least that&#8217;s what I&#8217;m thinking the problem is. My phone wouldn&#8217;t boot at all, so I managed to put the phone into DFU mode by holding down the power and home buttons for 10 seconds, then releasing the power button, leaving you with whatever recovery screen you have by default. Then restore with iTunes and you should be set.</p>
]]></content:encoded>
			<wfw:commentRss>http://anesti.org/2009/06/iphone-paperweight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invisible Children &#8211; Come to the Rescue</title>
		<link>http://anesti.org/2009/04/invisible-children-come-to-the-rescue/</link>
		<comments>http://anesti.org/2009/04/invisible-children-come-to-the-rescue/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 18:36:25 +0000</pubDate>
		<dc:creator>Sawyer</dc:creator>
				<category><![CDATA[Film]]></category>
		<category><![CDATA[Humanitarian]]></category>

		<guid isPermaLink="false">http://anesti.org/?p=224</guid>
		<description><![CDATA[A pre-teen boy holding an AK-47 tells of his brother being killed in front of him by the Lord&#8217;s Resistance Army. This is only one of the horrendous stories told by a young boy kidnapped and forced to fight an age-old war in Uganda. Invisible Children, the organization who originally documented the war in Uganda [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-229" style="float:left; margin: 10px;" title="I am abducted - Come to the rescue" src="http://anesti.org/wp-content/uploads/abducted.jpg" alt="I am abducted - Come to the rescue" width="269" height="162" />A pre-teen boy holding an AK-47 tells of his brother being killed in front of him by the Lord&#8217;s Resistance Army. This is only one of the horrendous stories told by a young boy kidnapped and forced to fight an age-old war in Uganda. Invisible Children, the organization who originally documented the war in Uganda is promoting a push to rescue the children forced into joining the army lead by Joseph Kony to kill.</p>
<p>What were you doing when you were about 11 years old? Certainly you weren&#8217;t killing and carrying an AK-47. You were probably running around in your back yard, playing with Legos and Barbies, and generally enjoying a carefree lifestyle. Not the Ugandan children of the LRA; they&#8217;re forced to kill or be killed. Any attempt to escape that results in being caught could result in death, or mutilation. The LRA has been known to literally cut out the mouths, eyes, noses, tongues and lips of those who attempt to defect and are caught. Despite this image of suffering and tragedy, you can help. By bringing this terrible situation to the light of the international world, you can help these children be rescued. You can watch the documentary on <a title="The Rescue" href="http://therescue.invisiblechildren.com/" target="_blank">The Rescue website</a>.</p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_226" class="wp-caption aligncenter" style="width: 312px;">
<dt class="wp-caption-dt"><a href="http://anesti.org/wp-content/uploads/invisible_children_wallpaper.jpg"><img class="size-medium wp-image-226" title="Invisible Children Wallpaper" src="http://anesti.org/wp-content/uploads/invisible_children_wallpaper-300x209.jpg" alt="Download the wallpaper by clicking on the image." width="300" height="209" /></a></dt>
</dl>
</div>
<p>Join Invisible Children. Come to the <a title="Invisible Children - The Rescue" href="http://therescue.invisiblechildren.com/">rescue</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://anesti.org/2009/04/invisible-children-come-to-the-rescue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Ringflash on the Cheap</title>
		<link>http://anesti.org/2009/03/diy-ringflash-on-the-cheap/</link>
		<comments>http://anesti.org/2009/03/diy-ringflash-on-the-cheap/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 03:29:09 +0000</pubDate>
		<dc:creator>Sawyer</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://anesti.org/?p=184</guid>
		<description><![CDATA[Upon seeing several photos on Flickr taken with the Ray Flash (link), I thought I could build my own ringflash for less than the $200 Ray Flash. Seeing numerous instructions on how to build a ringflash on Strobist (link), I began searching for parts. I found a salad bowl ($1 from Dollar Tree) and a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://anesti.org/wp-content/uploads/dsc_2665.jpg" target="_blank"><img class="size-thumbnail wp-image-206 alignleft" style="float:left; margin: 10px;" title="Flash Light Density" src="http://anesti.org/wp-content/uploads/dsc_2665-150x150.jpg" alt="Flash Light Density" width="150" height="150" /></a><br />
Upon seeing several photos on Flickr taken with the Ray Flash (<a href="http://www.ray-flash.com/">link</a>), I thought I could build my own ringflash for less than the $200 Ray Flash. Seeing numerous instructions on how to build a ringflash on Strobist (<a href="http://strobist.blogspot.com/2006/09/super-cheap-diy-ring-flash.html">link</a>), I began searching for parts. I found a salad bowl ($1 from Dollar Tree) and a toilet brush bowl holder ($1 from Dollar Tree), and some other components from Home Depot. At Home Depot, I picked up some reflective duct tape for use on the inside of the bowl.</p>
<p><strong>Step 1:</strong> Measure the holes to be cut from the salad bowl for the flash and brush holder.</p>
<p><strong>Step 2:</strong> Cut holes in both pieces of plastic (I used a Dremel Tool) and sand the edges with the same tool.</p>
<p><strong>Step 3:</strong> Apply the reflective tape in stripes from the bottom of the bowl to the top for the salad bowl, doing the same for the brush holder.</p>
<p><strong>Step 4:</strong> Put the pieces together, the brush holder inside the bowl from the bottom.</p>
<p><strong>Step 5:</strong> Drop in your flash and test!</p>
<p>Check out the rest after the break!</p>
<p><span id="more-184"></span></p>

<a href='http://anesti.org/2009/03/diy-ringflash-on-the-cheap/dsc_2623/' title='Bowl Setup'><img width="150" height="150" src="http://anesti.org/wordpress/wp-content/uploads/dsc_2623-150x150.jpg" class="attachment-thumbnail" alt="The bowl setup for the ringflash, prior to cutting anything." title="Bowl Setup" /></a>
<a href='http://anesti.org/2009/03/diy-ringflash-on-the-cheap/dsc_2625/' title='Bowls From Above'><img width="150" height="150" src="http://anesti.org/wordpress/wp-content/uploads/dsc_2625-150x150.jpg" class="attachment-thumbnail" alt="The bowls viewed from above, marked to cut. Make sure the hole in the bottom is big enough for your largest lens." title="Bowls From Above" /></a>
<a href='http://anesti.org/2009/03/diy-ringflash-on-the-cheap/dsc_2632/' title='Flash Template Cut'><img width="150" height="150" src="http://anesti.org/wordpress/wp-content/uploads/dsc_2632-150x150.jpg" class="attachment-thumbnail" alt="Trace your flash to make the correct template size. This will likely need to be sanded slightly bigger due to the curvature of the bowl." title="Flash Template Cut" /></a>
<a href='http://anesti.org/2009/03/diy-ringflash-on-the-cheap/dsc_2634/' title='Brush Holder Pieces'><img width="150" height="150" src="http://anesti.org/wordpress/wp-content/uploads/dsc_2634-150x150.jpg" class="attachment-thumbnail" alt="I had to cut the brush holder twice, in order for my Quantaray 55-200mm lens to fit through it." title="Brush Holder Pieces" /></a>
<a href='http://anesti.org/2009/03/diy-ringflash-on-the-cheap/dsc_2641/' title='Dremel Tool'><img width="150" height="150" src="http://anesti.org/wordpress/wp-content/uploads/dsc_2641-150x150.jpg" class="attachment-thumbnail" alt="Cutting the template out of the salad bowl with a Dremel tool." title="Dremel Tool" /></a>
<a href='http://anesti.org/2009/03/diy-ringflash-on-the-cheap/dsc_2646/' title='Finished Plastic Cuts'><img width="150" height="150" src="http://anesti.org/wordpress/wp-content/uploads/dsc_2646-150x150.jpg" class="attachment-thumbnail" alt="The finished plastic cut and aligned. Note that the setup is slightly different here. I changed my mind on which way the brush holder should sit." title="Finished Plastic Cuts" /></a>
<a href='http://anesti.org/2009/03/diy-ringflash-on-the-cheap/dsc_2650/' title='Adding tape to the big bowl.'><img width="150" height="150" src="http://anesti.org/wordpress/wp-content/uploads/dsc_2650-150x150.jpg" class="attachment-thumbnail" alt="Half of the bit bowl covered in the reflective tape." title="Adding tape to the big bowl." /></a>
<a href='http://anesti.org/2009/03/diy-ringflash-on-the-cheap/dsc_2652/' title='Inside Bowl'><img width="150" height="150" src="http://anesti.org/wordpress/wp-content/uploads/dsc_2652-150x150.jpg" class="attachment-thumbnail" alt="Shiny tape covering the inside bowl." title="Inside Bowl" /></a>
<a href='http://anesti.org/2009/03/diy-ringflash-on-the-cheap/dsc_2670/' title='Finished product'><img width="150" height="150" src="http://anesti.org/wordpress/wp-content/uploads/dsc_2670-150x150.jpg" class="attachment-thumbnail" alt="Lauren holding the semi-finished product. I&#039;m still thinking about adding a bracket mount from the tripod mount on my camera." title="Finished product" /></a>
<a href='http://anesti.org/2009/03/diy-ringflash-on-the-cheap/dsc_2665/' title='Flash Light Density'><img width="150" height="150" src="http://anesti.org/wordpress/wp-content/uploads/dsc_2665-150x150.jpg" class="attachment-thumbnail" alt="Note that the light density is a bit off. The reason for this is that my flash is pushed too far into the ring itself. I&#039;ll adjust for this later when building the mount." title="Flash Light Density" /></a>

<p>There are a few more things I&#8217;d like to do to improve this. Firstly, I&#8217;d like to add a diffuser, with a sight increase in thickness where the flash is. Secondly, a variable length mount from the tripod screw mount on my D50 is in the works.</p>
<p>I&#8217;m still waiting for some hotshoe flash triggers, and looking for a cheap hotshoe sync cable. I&#8217;ll post an update or a newer post when I find the other necessary parts.</p>
<blockquote><p>Update: If you want to see further construction/modification I do with this ringflash, check out <a title="Flickr - DIY Ringflash" href="http://www.flickr.com/photos/abandonedhero/sets/72157616181756824/" target="_blank">my set on Flickr</a> where I&#8217;m detailing the changes I&#8217;ve made.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://anesti.org/2009/03/diy-ringflash-on-the-cheap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drobo</title>
		<link>http://anesti.org/2009/03/drobo/</link>
		<comments>http://anesti.org/2009/03/drobo/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 17:27:32 +0000</pubDate>
		<dc:creator>Sawyer</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Computers & Technology]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://anesti.org/?p=182</guid>
		<description><![CDATA[There&#8217;s a Drobo giveaway going on at www.mydl.me. Want a Drobo? Just link to www.mydl.me!
]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a <a href="http://www.drobo.com/">Drobo</a> giveaway going on at <a href="http://www.mydl.me">www.mydl.me</a>. Want a Drobo? Just link to <a href="http://www.mydl.me">www.mydl.me</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://anesti.org/2009/03/drobo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Beta</title>
		<link>http://anesti.org/2009/03/live-beta/</link>
		<comments>http://anesti.org/2009/03/live-beta/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 05:03:08 +0000</pubDate>
		<dc:creator>Sawyer</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://anesti.org/?p=163</guid>
		<description><![CDATA[I&#8217;m working on another theme live on the site. Most features should be working. If you catch anything that looks odd, be sure to let me know.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on another theme live on the site. Most features should be working. If you catch anything that looks odd, be sure to let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://anesti.org/2009/03/live-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Update of Sorts</title>
		<link>http://anesti.org/2009/01/an-update-of-sorts/</link>
		<comments>http://anesti.org/2009/01/an-update-of-sorts/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 08:03:29 +0000</pubDate>
		<dc:creator>Sawyer</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Computers & Technology]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://anesti.org/?p=129</guid>
		<description><![CDATA[I know it&#8217;s been a while since I&#8217;ve actually posted anything here, and for that I must apologize. Life has been pretty busy and hectic and updating my blog simply wasn&#8217;t a priority. I just finished a new server rebuild and everything appears to be running smoothly. If you catch anything that&#8217;s broken, let me [...]]]></description>
			<content:encoded><![CDATA[<p>I know it&#8217;s been a while since I&#8217;ve actually posted anything here, and for that I must apologize. Life has been pretty busy and hectic and updating my blog simply wasn&#8217;t a priority. I just finished a new server rebuild and everything appears to be running smoothly. If you catch anything that&#8217;s broken, let me know &#8211; either in the comments or e-mail me.</p>
<h3>About the Server</h3>
<p>It&#8217;s now been updated to Ubuntu Server 8.10. I&#8217;ve added some new PHP anti-spam and security fixes, as well as implemented some referral spam blocking. I&#8217;m now using a new stats engine, in addition to Google Analytics. <a title="AW Stats - SourceForge" href="http://awstats.sourceforge.net/" target="_blank">AWStats</a> seems to work pretty well. As a warning to anyone on a Ubuntu server thinking of using it, the version in the repositories has an enormous security hole which could allow someone to execute terminal commands as root on your server. Updating to 6.9 fixes the known holes, and I reccomend it. I had personally tested the exploits available for AW Stats, and verified that they were an issue.</p>
<p>I&#8217;ve added WP-SuperCache to Wordpress, and it has appeared to speed things up incredibly well. I didn&#8217;t think it would be as much of an improvement as it is. I&#8217;ve also switched my permalinks to something more user-friendly, but all the old links should still work. If you stumble upon one that does not, let me know and I&#8217;ll manually add a redirect.</p>
<h3>My Life Lately</h3>
<p>Firstly, I reached a crossroads in my educational career and decided to change majors. I&#8217;ve taken enough Computer Science classes now for a minor in CS, and I should be able to graduate in Mass Communication with an emphasis in New Media by about this time next year &#8211; fingers crossed.</p>
<p>I&#8217;ve undertaken a handful of projects over the past year, and have finished them. I helped in the construction of <a title="Troy Champ's Blog" href="http://troychamp.com" target="_blank">Troy Champ</a>&#8217;s blog, hand-writing a custom look that matched the rest of the <a title="Capital Church" href="http://capitalchurch.com" target="_blank">Capital Church website</a>, produced by the incredibly talented <a title="Keldesign" href="http://www.keldesignonline.com/" target="_blank">Kelly Johnson</a>. In addition to this, I tailored a version of the theme for the 20-30 somethings blog for Capital Church.</p>
<p>I undertook a design for a friend of mine (also from Capital Church). I present to you <a title="Streamline Entertainment" href="http://streamlinetalent.com" target="_blank">Streamline Entertainment</a>. The client had a pretty good idea of the feel and look of the site. I worked with several ideas of my own before giving more of the creative design aspects to the client. He&#8217;s been tweaking it as he sees fit now, thanks to the ease of use of <a title="Wordpress" href="http://wordpress.org" target="_blank">WordPress</a> 2.7. I&#8217;m moderately satisfied with the look. The client wanted things exactly the way he had in mind, so I did it just how he wanted. There are a few things that I would have personally changed or left out, but it&#8217;s not my site. <img src='http://anesti.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3>School</h3>
<p>My classload is a bit heavier this semester. That being said, I think my classes are considerably less difficult than my previous semester. My current list of classes is below:</p>
<ul>
<li>COMM 3550 &#8211; Intro to Visual Communication</li>
<li>COMM 1500 &#8211; Intro to Mass Communication</li>
<li>COMM 3510 &#8211; Intro to Web Design &#8211; Seems like it should be easy enough for someone who has done web design as long as I have.</li>
<li>FCS 3450 &#8211; Family Economics</li>
</ul>
<p>I&#8217;m pretty happy with my schedule, despite having a killer 6pm-9pm Thursday night class. I&#8217;ve been trying to work out a work schedule with the library so I can have a decent level of income.</p>
<h3>Geeking Out</h3>
<p>I&#8217;ve been coding in <a title="Wikipedia - ActionScript" href="http://en.wikipedia.org/wiki/ActionScript" target="_blank">ActionScript</a> in <a title="Adobe Flex Builder 3" href="http://www.adobe.com/products/flex/" target="_blank">Adobe Flex Builder 3</a>, learning to build both Flex web applications and <a title="Adobe AIR" href="http://www.adobe.com/products/air/" target="_blank">Adobe AIR</a> applications. Flex Builder is built on top of <a title="Eclipse IDE" href="http://eclipse.org" target="_blank">Eclipse</a>, which brings a familiar environment to life for me with a new language. ActionScript isn&#8217;t terribly difficult to learn, and Flex Builder has a fantastic UI designer. Look to see some fun apps from me in the future. If you&#8217;re a student, you can get a free educational version of Flex Builder. There&#8217;s no difference between the full version and the educational version, from what I can tell. This is a great way to get some excellent Adobe software.</p>
]]></content:encoded>
			<wfw:commentRss>http://anesti.org/2009/01/an-update-of-sorts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr Etiquette</title>
		<link>http://anesti.org/2008/08/flickr-etiquette/</link>
		<comments>http://anesti.org/2008/08/flickr-etiquette/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 22:05:25 +0000</pubDate>
		<dc:creator>Sawyer</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://anesti.org/?p=115</guid>
		<description><![CDATA[A large percentage of bloggers online use Flickr for their image and photography hosting. Flickr is more than just an image host, though. It supports the creation of groups, discussion, comments, and geolocation. While these features build community and comradery, many of them are misused.
All-Out Spam
No doubt, there are spammers that infiltrate and attempt to [...]]]></description>
			<content:encoded><![CDATA[<p><img style="align:left;" title="Flickr Loves You" src="http://anesti.org/wp-content/uploads/flickrlovesyou.gif" alt="" width="98" height="26" /><br />
A large percentage of bloggers online use Flickr for their image and photography hosting. Flickr is more than just an image host, though. It supports the creation of groups, discussion, comments, and geolocation. While these features build community and comradery, many of them are misused.</p>
<p><strong>All-Out Spam</strong></p>
<p>No doubt, there are spammers that infiltrate and attempt to permeate any website with a medium to low level of traffic. (My site even gets hit pretty hard.) Spammers mass-produce accounts and post links in comments to draw immense amounts of traffic for ads. Firstly, don&#8217;t click on ads from websites that get spammed. You&#8217;re just giving the spammer more incentive to continue spamming. Secondly, don&#8217;t post links that are spammy or even look spammy. If your comment isn&#8217;t relevant, don&#8217;t post it.</p>
<p><strong>Badges, Awards, and Group Invitation </strong></p>
<p>Just by perusing through the Explore (popular) photos of Flickr, you will find many &#8220;Awards.&#8221; These usually consist of some awful animated GIF with glitter, sparkles, or seizure-causing color changes. Don&#8217;t post these on Flickr photo pages. They&#8217;re downright annoying and waste valuable space that could be filled with real content. Group invites should be saved for FlickrMail, the private messaging system on Flickr. Don&#8217;t waste my time and spam my photos with group invites that are usually irrelevant and self-promoting.</p>
<p><strong>Self-Promotion</strong></p>
<p>As a photographer, I enjoy admiring others&#8217; works. However, I don&#8217;t enjoy having them shoved down my throat by posting high-resolution version in the comments of my photos. If you photo has some relevance to the discussion or to my photo, post a simple link to it. Don&#8217;t try to rob even 400+ pixels of vertical space in the comments section with a link to your photo (or photos). <a href="http://www.flickr.com/photos/d10b/2738513303/" target="_blank">This Flickr page</a> clearly shows how annoying all of the previous problems can be.</p>
<p><strong>Notes</strong></p>
<p>I&#8217;m under the impression that most Flickr users don&#8217;t understand how to use &#8220;Flickr Notes&#8221; properly. Most use them as a bulletin board to overlay their <span style="text-decoration: line-through;">important</span> irrelevant comments on top of photos. These notes should be used to draw attention to a certain area of the photograph and make a point, such as: suggesting a better crop, suggesting  some modifications to be made in a certain area, or generally pointing out something in the photo. Here&#8217;s a mild example of <a href="http://www.flickr.com/photos/12296902@N03/2738698201/" target="_blank">note abuse</a>.</p>
<h3>To everyone who&#8217;s guilty of this: <em>KNOCK IT OFF</em>.</h3>
]]></content:encoded>
			<wfw:commentRss>http://anesti.org/2008/08/flickr-etiquette/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
