<?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>ryanschwartz.net &#187; General</title>
	<atom:link href="http://ryanschwartz.net/category/general/feed" rel="self" type="application/rss+xml" />
	<link>http://ryanschwartz.net</link>
	<description>Some pages about some stuff and things...</description>
	<lastBuildDate>Tue, 20 Dec 2011 23:16:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>On hiatus</title>
		<link>http://ryanschwartz.net/2011/12/20/on-hiatus</link>
		<comments>http://ryanschwartz.net/2011/12/20/on-hiatus#comments</comments>
		<pubDate>Tue, 20 Dec 2011 23:16:13 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ryanschwartz.net/?p=619</guid>
		<description><![CDATA[I haven&#8217;t updated this site in quite a while, and while the information on here was correct at the time of publishing, it may no longer be accurate. Please excuse the dust and I may start writing here one day &#8230; <a href="http://ryanschwartz.net/2011/12/20/on-hiatus">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t updated this site in quite a while, and while the information on here was correct at the time of publishing, it may no longer be accurate. Please excuse the dust and I may start writing here one day in the future. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanschwartz.net/2011/12/20/on-hiatus/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iPad is not a standalone computing platform</title>
		<link>http://ryanschwartz.net/2010/01/29/the-ipad-is-not-a-standalone-computing-platform</link>
		<comments>http://ryanschwartz.net/2010/01/29/the-ipad-is-not-a-standalone-computing-platform#comments</comments>
		<pubDate>Fri, 29 Jan 2010 18:28:32 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ryanschwartz.net/?p=576</guid>
		<description><![CDATA[One thing I&#8217;ve not read with all the buzz on Apple&#8217;s new iPad is this simple fact that you must connect the iPad to another computer to perform backups and updates via iTunes. This statement means, unceremoniously, that you cannot &#8230; <a href="http://ryanschwartz.net/2010/01/29/the-ipad-is-not-a-standalone-computing-platform">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One thing I&#8217;ve not read with all the buzz on Apple&#8217;s new iPad is this simple fact that you must connect the iPad to another computer to perform backups and updates via iTunes.</p>
<p>This statement means, unceremoniously, that you cannot ONLY have an iPad as your sole computing device. If you want to have the magical experience that the iPhone OS experience gives you, with automatic backup of all your applications, music purchased OTA or via wifi, your personal settings, notes, audio recordings, (and now) downloaded iBooks, you must connect it to another computer to sync that information to an iTunes installation.</p>
<p>And when the next new iPad OS is released, if you want those new features and functionality, you had better not have pitched that clunky old Dell or old iMac you &#8220;used to use everyday, but haven&#8217;t in months&#8221; because of the new freedom granted by your spanky new iPad.</p>
<p>All the talk of the freedom to chuck the traditional OS in favor of the stable, predictable, controlled existence of the iPad (iPhone) OS which seems to be the huge buzz now misses the fact that you, at least in the current form and for the foreseeable future, simply cannot live with an iPad as your only computer.</p>
<p>I&#8217;d like to think that someday Apple will provide a <del>.mac</del> MobileMe experience that will negate the need for a &#8220;real computer&#8221; in your home, backing up and installing OS updates over the air, but that may not be the case. Apple is in the business of selling hardware <em>as well as</em> the underlying software and media (conveniently downloadable via the App Store or mobile iTunes). Why would they give up the revenue stream of selling computers for one that will be arguably smaller, even though it would be subscription based?</p>
<p>Maybe someday this will be your only computer, but today is not that day. So let&#8217;s all tether up and sync away.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanschwartz.net/2010/01/29/the-ipad-is-not-a-standalone-computing-platform/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Compiling monit in 64-bit on Mac OS X Leopard 10.5</title>
		<link>http://ryanschwartz.net/2009/09/23/compiling-monit-in-64-bit-on-mac-os-x-leopard-10-5</link>
		<comments>http://ryanschwartz.net/2009/09/23/compiling-monit-in-64-bit-on-mac-os-x-leopard-10-5#comments</comments>
		<pubDate>Wed, 23 Sep 2009 18:34:18 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ryanschwartz.net/2009/09/23/compiling-monit-in-64-bit-on-mac-os-x-leopard-10-5</guid>
		<description><![CDATA[download the source, untar, cd into expanded directory and CFLAGS=&#8217;-m64&#8242; LDFLAGS=&#8217;-m64&#8242; ./configure &#038;&#038; make &#038;&#038; make install &#038;&#038; cp monitrc /etc/monitrc]]></description>
			<content:encoded><![CDATA[<p>download the source, untar, cd into expanded directory and<br />
CFLAGS=&#8217;-m64&#8242; LDFLAGS=&#8217;-m64&#8242; ./configure &#038;&#038; make &#038;&#038; make install &#038;&#038; cp monitrc /etc/monitrc</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanschwartz.net/2009/09/23/compiling-monit-in-64-bit-on-mac-os-x-leopard-10-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building mod_xsendfile on Mac OS X</title>
		<link>http://ryanschwartz.net/2009/07/08/building-mod_xsendfile-on-mac-os-x</link>
		<comments>http://ryanschwartz.net/2009/07/08/building-mod_xsendfile-on-mac-os-x#comments</comments>
		<pubDate>Wed, 08 Jul 2009 19:25:00 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ryanschwartz.net/?p=570</guid>
		<description><![CDATA[Copying this here, in case it ever disappears and I need it again. Today I needed to compile mod_xsendfile for OS X on Intel. The standard command for this, apxs -cia mod_xsendfile.c resulted in a module that was for i386 &#8230; <a href="http://ryanschwartz.net/2009/07/08/building-mod_xsendfile-on-mac-os-x">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Copying <a href="http://iprog.com/posting/2008/04/compiling_mod_xsendfile_for_mac_os_x">this</a> here, in case it ever disappears and I need it again.</p>
<blockquote><p>Today I needed to compile mod_xsendfile for OS X on Intel. The standard command for this,</p>
<p>apxs -cia mod_xsendfile.c</p>
<p>resulted in a module that was for i386 only.</p>
<p>Apache on Leopard (untested on Tiger) doesn’t appreciate this, throwing this error:</p>
<p>    4/7/08 5:08:08 PM org.apache.httpd[ 15990] httpd: Syntax error on line 116 of /private/etc/apache2/httpd.conf: Cannot load /usr/libexec/apache2/mod_xsendfile.so into server: dlopen(/usr/libexec/apache2/mod_xsendfile.so, 10): no suitable image found. Did find:\n\t/usr/libexec/apache2/mod_xsendfile.so: mach-o, but wrong architecture</p>
<p>Turns out the solution is pretty simple. Just change the command to apxs to this:</p>
<p><code>apxs -cia -Wc,"-arch x86_64 -arch ppc -arch i386 -arch ppc64" -Wl,"-arch x86_64 -arch ppc -arch i386 -arch ppc64" mod_xsendfile.c</code></p>
<p>This will generate a fat-binary for all four current Mac architectures.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ryanschwartz.net/2009/07/08/building-mod_xsendfile-on-mac-os-x/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Not often you see this on an Apple subdomain&#8230;</title>
		<link>http://ryanschwartz.net/2009/03/17/not-often-you-see-this-on-an-apple-subdomain</link>
		<comments>http://ryanschwartz.net/2009/03/17/not-often-you-see-this-on-an-apple-subdomain#comments</comments>
		<pubDate>Tue, 17 Mar 2009 21:31:01 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ryanschwartz.net/2009/03/17/not-often-you-see-this-on-an-apple-subdomain</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://img.skitch.com/20090317-gpd77np88ebthk9qi5ry2iug2t.png" title="oops" class="alignnone" width="690" height="130" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ryanschwartz.net/2009/03/17/not-often-you-see-this-on-an-apple-subdomain/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wow &#8211; mail for root on OS X goes to /dev/null by default</title>
		<link>http://ryanschwartz.net/2009/03/11/wow-mail-for-root-on-os-x-goes-to-devnull-by-default</link>
		<comments>http://ryanschwartz.net/2009/03/11/wow-mail-for-root-on-os-x-goes-to-devnull-by-default#comments</comments>
		<pubDate>Wed, 11 Mar 2009 17:46:26 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ryanschwartz.net/2009/03/11/wow-mail-for-root-on-os-x-goes-to-devnull-by-default</guid>
		<description><![CDATA[Color me stymied. What a poor choice. So, if you&#8217;re wondering why root doesn&#8217;t get any mail for cron jobs or the like, /var/root/.forward contains /dev/null If you want root to get mail so you can see it, rm /var/root/.forward &#8230; <a href="http://ryanschwartz.net/2009/03/11/wow-mail-for-root-on-os-x-goes-to-devnull-by-default">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Color me stymied. What a poor choice.</p>
<p>So, if you&#8217;re wondering why root doesn&#8217;t get any mail for cron jobs or the like, /var/root/.forward contains /dev/null</p>
<p>If you want root to get mail so you can see it, rm /var/root/.forward (or edit it and put in a real email address)</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanschwartz.net/2009/03/11/wow-mail-for-root-on-os-x-goes-to-devnull-by-default/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling the desktop environment in Solaris</title>
		<link>http://ryanschwartz.net/2008/11/24/disabling-the-desktop-environment-in-solaris</link>
		<comments>http://ryanschwartz.net/2008/11/24/disabling-the-desktop-environment-in-solaris#comments</comments>
		<pubDate>Mon, 24 Nov 2008 20:11:58 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ryanschwartz.net/?p=546</guid>
		<description><![CDATA[To disable the GUI startup: /usr/dt/bin/dtconfig -d And, to enable it again: /usr/dt/bin/dtconfig -e I never remember this and have to google it. Hope it helps someone besides me.]]></description>
			<content:encoded><![CDATA[<p>To disable the GUI startup: /usr/dt/bin/dtconfig -d<br />
And, to enable it again: /usr/dt/bin/dtconfig -e</p>
<p>I never remember this and have to google it. Hope it helps someone besides me. <img src='http://ryanschwartz.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ryanschwartz.net/2008/11/24/disabling-the-desktop-environment-in-solaris/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I can never get into the BIOS under vmware</title>
		<link>http://ryanschwartz.net/2008/11/12/i-can-never-get-into-the-bios-under-vmware</link>
		<comments>http://ryanschwartz.net/2008/11/12/i-can-never-get-into-the-bios-under-vmware#comments</comments>
		<pubDate>Wed, 12 Nov 2008 20:41:59 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ryanschwartz.net/?p=540</guid>
		<description><![CDATA[Just paste the following text into the image&#8217;s vmx file while it&#8217;s shut down: bios.forceSetupOnce = &#8220;TRUE&#8221; # The VMware Fusion BIOS posts too quickly to access. Most users will not need to access the BIOS, but advanced users might &#8230; <a href="http://ryanschwartz.net/2008/11/12/i-can-never-get-into-the-bios-under-vmware">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just paste the following text into the image&#8217;s vmx file while it&#8217;s shut down:</p>
<p>bios.forceSetupOnce = &#8220;TRUE&#8221;</p>
<p><code><br />
# The VMware Fusion BIOS posts too quickly to access.<br />
Most users will not need to access the BIOS, but advanced users might want to do so, to change the boot order, set a boot password, or enable a second floppy drive. To work around this problem, use a text editor to add the following line to the configuration (.vmx) file of the virtual machine:<br />
bios.forceSetupOnce = "TRUE"<br />
The next time you boot up the virtual machine, it will automatically boot into the BIOS. This configuration option then reverts to FALSE. You must set the option to TRUE each time you want to boot the virtual machine into the BIOS.<br />
</code><br />
via <a href="http://www.vmware.com/support/fusion/doc/releasenotes_fusion.html">http://www.vmware.com/support/fusion/doc/releasenotes_fusion.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ryanschwartz.net/2008/11/12/i-can-never-get-into-the-bios-under-vmware/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Little Story</title>
		<link>http://ryanschwartz.net/2008/11/12/a-little-story</link>
		<comments>http://ryanschwartz.net/2008/11/12/a-little-story#comments</comments>
		<pubDate>Wed, 12 Nov 2008 15:45:45 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ryanschwartz.net/?p=539</guid>
		<description><![CDATA[I am Ms. F. I am happy to have come your way. RRR. Said Mr. R. I do not like you Ms. F. Not at all. And Ms. F went to Ms. T and said, &#8220;Mr. R does not like &#8230; <a href="http://ryanschwartz.net/2008/11/12/a-little-story">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://skitch.com/ryanschwartz/5ctw/emma-letter-people-story"><img src="http://img.skitch.com/20081112-bjt1syhrfipafk3p3phhqr8jxd.preview.jpg" alt="Emma Letter People Story" /></a></p>
<blockquote><p>
I am Ms. F. I am happy to have come your way.<br />
RRR. Said Mr. R. I do not like you Ms. F. Not at all.<br />
And Ms. F went to Ms. T and said, &#8220;Mr. R does not like me.&#8221;<br />
&#8220;Not all letter people like each other&#8221;<br />
The End
</p></blockquote>
<p>Just a little story my 5 year old Emma made up. They&#8217;re <em>learning the alphabet</em> in kindergarten and the letter people are the stars, and she&#8217;s writing stories about them already. By herself.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanschwartz.net/2008/11/12/a-little-story/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GObama</title>
		<link>http://ryanschwartz.net/2008/11/04/gobama</link>
		<comments>http://ryanschwartz.net/2008/11/04/gobama#comments</comments>
		<pubDate>Wed, 05 Nov 2008 05:25:21 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ryanschwartz.net/2008/11/04/gobama</guid>
		<description><![CDATA[Congratulations President-elect Barack Obama! Yes We Can!]]></description>
			<content:encoded><![CDATA[<p>Congratulations President-elect Barack Obama! Yes We Can!</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanschwartz.net/2008/11/04/gobama/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

