<?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>Lomohut - idiotically genius &#187; Technology</title>
	<atom:link href="http://www.lomohut.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lomohut.com</link>
	<description>ジェームスヴァンダインのブローグ</description>
	<lastBuildDate>Sat, 15 Aug 2009 15:57:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter and Foodblog</title>
		<link>http://www.lomohut.com/2008/12/09/twitter-and-foodblog/</link>
		<comments>http://www.lomohut.com/2008/12/09/twitter-and-foodblog/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 22:24:13 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.lomohut.com/?p=508</guid>
		<description><![CDATA[I&#8217;ve been cleaning up the CSS a bit on lomohut and adding some new features. I haven&#8217;t had time to write a serious post on lomohut in a while both because I&#8217;ve been busy and nothing too terribly interesting going on. 

I have added a few things though that is neat for me and you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been cleaning up the CSS a bit on lomohut and adding some new features. I haven&#8217;t had time to write a serious post on lomohut in a while both because I&#8217;ve been busy and nothing too terribly interesting going on. </p>

<p>I have added a few things though that is neat for me and you might enjoy too. First is <a href="http://www.twitter.com" target="_new" alt="Twitter">Twitter</a>  support. Twitter is a kind of &#8220;Microblogging&#8221; website, that is it is a blog that is limited for 140 characters per &#8220;post&#8221; and excells at being updated fairly often. Notes during the day, random thoughts etc.  </p>

<p>What&#8217;s more, there are some awesome apps for iPhone and such that allow me to update Twitter without being in front of my computer of anywhere near WiFi (thanks to intertube connection on my iPhone). As such, I found myself updating Twitter more often than my full-strength blog and decided to go ahead and integrate Twitter into Lomohut, which you can see above. </p>

<p>The other is what I&#8217;m deeming a &#8220;Foodblog&#8221;. The idea is, since I am always taking photos of food anyway, I might as well use it to keep track of what I am eating day in and day out. It also adds some accountability so I &#8220;can&#8217;t&#8221; go out and eat a gallon of ice cream without posting (not that I&#8217;ve done that before). Maybe it will help me eat healthier. My current idea is anything and everything I eat. </p>

<p>I will be continuing to tweak this more throughout the week as I have time so be on the lookout. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lomohut.com/2008/12/09/twitter-and-foodblog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache on Leopard</title>
		<link>http://www.lomohut.com/2008/01/14/apache-on-leopard/</link>
		<comments>http://www.lomohut.com/2008/01/14/apache-on-leopard/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 11:33:58 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lomohut.com/2008/01/14/apache-on-leopard/</guid>
		<description><![CDATA[Just a quick note &#8211; perhaps this might help somebody googling around for the problem I was having. 

If you upgraded from Tiger to Leopard and you are playing around with Apache you will notice that if you try to access http://localhost/~username it will give you a forbidden message. 

Problem: There is no username.conf in [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note &#8211; perhaps this might help somebody googling around for the problem I was having. </p>

<p>If you upgraded from Tiger to Leopard and you are playing around with Apache you will notice that if you try to access http://localhost/~username it will give you a forbidden message. </p>

<p><strong>Problem:</strong> There is no username.conf in /private/etc/apache2/users/</p>

<p><strong>Reason:</strong> I assume this is because it is genereated only when you create a new user. Since Apple upgraded to Apache 2 with Leopard the paths are slightly different.</p>

<p><strong>Solution:</strong> Simply run the following command to copy your old username.conf to the current directory:
    <pre>sudo cp /private/etc/httpd/users/[your username here].conf /private/etc/apache2/users/</pre>
    After copying the file restart apache.</p>

<p><strong>Result:</strong> Hopefully a working apache install. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lomohut.com/2008/01/14/apache-on-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
