<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Beyond Abstraction</title>
	<link>http://beyondabstraction.net</link>
	<description>Meanderings and Such...</description>
	<lastBuildDate>Sun, 04 Apr 2010 14:16:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>When Less is More</title>
		<description><![CDATA[Hmmm&#8230; you would think the empty set resulting from the intersection of the product title and product features would have been a clue that something was awry.]]></description>
		<link>http://beyondabstraction.net/2010/02/08/when-less-is-more/</link>
			</item>
	<item>
		<title>On topics such as how to run sudo from a cron job</title>
		<description><![CDATA[If you want to run sudo from any part of a cron job make sure you comment out the &#8220;Defaults requiretty&#8221; from /etc/sudoers. Bit me twice now so hopefully I&#8217;ll remember next time. Ed: Apologies to those who have read this before but I had to restore from backup and my last post wasn&#8217;t in [...]]]></description>
		<link>http://beyondabstraction.net/2009/12/20/on-topics-such-as-how-to-run-sudo-from-a-cron-job%e2%80%a6/</link>
			</item>
	<item>
		<title>Entourage Apple Script for Moving IMAP Mail</title>
		<description><![CDATA[In my last post I described a VB Script for moving IMAP email from my inbox to an archive folder. As an interesting Apples to Oranges (or Apple to Microsoft?) comparison here is the Apple Script I use with Entourage to perform the same task. I will post two versions: one that performs the exact [...]]]></description>
		<link>http://beyondabstraction.net/2009/08/16/entourage-apple-script-for-moving-imap-mail/</link>
			</item>
	<item>
		<title>Outlook VB macro for moving mail</title>
		<description><![CDATA[Been meaning to post this quickie for awhile. Took me a good bit of searching and tweaking but I&#8217;ve been using this macro for about two months to move email in my IMAP account in Outlook (2007) to my archive folder. Then I bound it to a hotkey combo by adding it to my menu [...]]]></description>
		<link>http://beyondabstraction.net/2009/08/14/outlook-vb-macro-for-moving-mail/</link>
			</item>
	<item>
		<title>Social Networking vs. Social Matrices</title>
		<description><![CDATA[In a social networking site that is truly extensible and robust we wouldn&#8217;t feel the urge to move on. Restarting on a shiny new site or culling or pruning your &#8220;friends&#8221; on an existing site wouldn&#8217;t be necessary. But we have been misled. Social networking doesn&#8217;t have to be all or nothing. We shouldn&#8217;t feel [...]]]></description>
		<link>http://beyondabstraction.net/2009/04/27/social-matrices/</link>
			</item>
	<item>
		<title>Solid State Devices (SSD) and journaling</title>
		<description><![CDATA[A few things all of us are probably interested in: SSD Write Amplification: http://www.extremetech.com/article2/0,2845,2329594,00.asp Journaling and write performance in ext4: http://thunk.org/tytso/blog/2009/03/01/ssds-journaling-and-noatimerelatime/ The bottom-line as far as wear and tear: vfat is basically the same as a journaled FS from a wear-leveling standpoint, both are worst case. Thankfully vfat, being the worst case, forced the manufacturers [...]]]></description>
		<link>http://beyondabstraction.net/2009/03/02/solid-state-devices-ssd-and-journaling/</link>
			</item>
	<item>
		<title>Disabling file access time updates using noatime in OS X</title>
		<description><![CDATA[The past few days people in Linux blogosphere have been bringing back up the noatime/nodiratime mount options. These options disable the updating of file and directory access times. On many standard systems when you read file a &#8220;last read,&#8221; or access time, timestamp is written to disk. Disabling the writing of access times can provide [...]]]></description>
		<link>http://beyondabstraction.net/2008/11/06/noatime-mount-option-in-os-x/</link>
			</item>
	<item>
		<title>My favorite shell completion of all time&#8230;</title>
		<description><![CDATA[My favorite BASH shell completion of all time is hostname completion for all of my favorite commands: SSH_COMPLETE=( $(cat ~/.ssh/known_hosts &#124; \ cut -f 1 -d &#8216; &#8216; &#124; \ sed -e s/,.*//g &#124; \ uniq &#124; \ egrep -v [0123456789]) ) complete -o default -W &#8220;${SSH_COMPLETE[*]}&#8221; ssh scp sftp rsync nmap traceroute ping nslookup [...]]]></description>
		<link>http://beyondabstraction.net/2008/10/21/my-favorite-shell-completion-of-all-time/</link>
			</item>
	<item>
		<title>Red Hat RHN SSL certificate verification error</title>
		<description><![CDATA[I was trying to connect to RHN from Yum/up2date in Red Hat Enterprise Linux 5. I kept getting fatal invalid SSL cert errors. The strange part &#8211; out of all of the machines I tested it was only occuring on a single RHEL 5 laptop. The really strange part &#8211; it was happening on the [...]]]></description>
		<link>http://beyondabstraction.net/2008/10/02/red-hat-rhn-ssl-certificate-verification-error/</link>
			</item>
	<item>
		<title>Deleting All Messages in Exchange OWA</title>
		<description><![CDATA[Ran into a problem with Exchange. I created a server-side rule to place spam messages in a folder that didn&#8217;t exist. All spam was instead going to the root folder, the folder above my inbox. Well if you use Entourage to access Exchange you will not be able to access this folder. If you go [...]]]></description>
		<link>http://beyondabstraction.net/2008/10/02/deleting-all-messages-in-exchange-owa/</link>
			</item>
</channel>
</rss>
