<?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>jamesoff.net &#187; my stuff</title>
	<atom:link href="http://jamesoff.net/site/category/my-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesoff.net/site</link>
	<description>you heard</description>
	<lastBuildDate>Thu, 01 Sep 2011 17:39:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>iPhone apps, Xcode and Dropbox</title>
		<link>http://jamesoff.net/site/2011/01/10/iphone-apps-xcode-and-dropbox/</link>
		<comments>http://jamesoff.net/site/2011/01/10/iphone-apps-xcode-and-dropbox/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 12:33:27 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[my stuff]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/?p=428</guid>
		<description><![CDATA[A while back I put some of my Xcode bits (i.e. the Random Recipe Generator) into my Dropbox to make it easier to stay up to date on my laptop and my desktop. (Yes, I know, source control blah blah blah :) However, building the Distribution version of the app gave me this warning: &#8220;The [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I put some of my Xcode bits (i.e. the <a href="http://itunes.com/apps/jamesseward/randomrecipegenerator">Random Recipe Generator</a>) into my <a href="http://db.tt/ojcracC">Dropbox</a> to make it easier to stay up to date on my laptop and my desktop. (Yes, I know, source control blah blah blah :)</p>

<p>However, building the Distribution version of the app gave me this warning:</p>

<blockquote>&#8220;The CodeResources file must be a symbolic link to _CodeSignature/CodeResources&#8221;</blockquote>

<p>which I duly ignored. However, the Application Loader (used to push the new binary to the App Store) also complained about that and wouldn&#8217;t upload it.</p>

<p>It looks like Dropbox&#8217;s replication may have been to blame for the symlink stopping being a symlink, so the solution is to use the handy new selective sync option in Dropbox and not sync the build/ directory between my machines (which is pretty much pointless anyway and certainly generates a lot of network overhead when you build). Having done that and built a clean copy it worked fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2011/01/10/iphone-apps-xcode-and-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Service to use b.oooom.net</title>
		<link>http://jamesoff.net/site/2010/12/31/mac-os-x-service-to-use-b-oooom-net/</link>
		<comments>http://jamesoff.net/site/2010/12/31/mac-os-x-service-to-use-b-oooom-net/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 11:03:43 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[internets]]></category>
		<category><![CDATA[my stuff]]></category>
		<category><![CDATA[apple scripting boooom]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/?p=425</guid>
		<description><![CDATA[Use this Mac OS X Hints tip and use the following URL for the &#8220;download&#8221; line: http://b.oooom.net/shrink.php?api=1&#38;url=]]></description>
			<content:encoded><![CDATA[<p>Use this <a href="http://hints.macworld.com/article.php?story=20101223123552534">Mac OS X Hints tip</a> and use the following URL for the &#8220;download&#8221; line:</p>

<p><code>http://b.oooom.net/shrink.php?api=1&amp;url=</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2010/12/31/mac-os-x-service-to-use-b-oooom-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irssi typing speed script</title>
		<link>http://jamesoff.net/site/2008/04/10/irssi-typing-speed-script/</link>
		<comments>http://jamesoff.net/site/2008/04/10/irssi-typing-speed-script/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 13:40:45 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[my stuff]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[irssi]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/?p=351</guid>
		<description><![CDATA[I have written an irssi script which measures how fast you type on IRC and reports both words per minute and characters per minute. More details and download: WPM script.]]></description>
			<content:encoded><![CDATA[<p>I have written an irssi script which measures how fast you type on IRC and reports both words per minute and characters per minute.</p>

<p>More details and download: <a href="/site/irssi-scripts/wpm/">WPM script</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/04/10/irssi-typing-speed-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detecting memory type on FreeBSD</title>
		<link>http://jamesoff.net/site/2007/10/29/detecting-memory-type-on-freebsd/</link>
		<comments>http://jamesoff.net/site/2007/10/29/detecting-memory-type-on-freebsd/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 21:45:12 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[my stuff]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2007/10/29/detecting-memory-type-on-freebsd/</guid>
		<description><![CDATA[If you need to upgrade your RAM on a Windows machine, you can just use the Crucial Memory Advisor wotsit, which scans your computer using the power of, er, power to find out what your motherboard is, what RAM you already have, and then can tell you which overpriced Crucial RAM to buy. On FreeBSD, [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to upgrade your RAM on a Windows machine, you can just use the <a href="http://www.crucial.com/uk/">Crucial</a> Memory Advisor wotsit, which scans your computer using the power of, er, power to find out what your motherboard is, what RAM you already have, and then can tell you which overpriced Crucial RAM to buy.</p>

<p>On FreeBSD, this doesn&#8217;t work so well. However, you can tell manually tell the Crucial site what motherboard you have and it will tell you exactly what sort of RAM is best.</p>

<p>This is fine if you know what motherboard you have.</p>

<p>if you don&#8217;t, the answer is <code>dmidecode(8)</code> (<code>/usr/ports/sysutils/dmidecode</code>). This utility grabs the same information which the Crucial thingy does, so all you need to do is find the info you need.</p>

<p><span id="more-300"></span></p>

<p>This is pretty easy:</p>

<pre><code># dmidecode -t baseboard
SMBIOS 2.3 present.

Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
        Manufacturer: ABIT &lt;http ://www.abit.com.tw&gt;
        Product Name: 694X-686B (VP6)
        Version: v1.0 ~
        Serial Number:
</code></pre>

<p>Not masses of useful information returned from my old system, but still enough to identify the motherboard as an Abit VP6. This is all I need to know to find out what memory I should be buying.</p>

<p>I already know what size sticks of RAM I have, but just incase you need to check:</p>

<pre><code># dmidecode -t memory
SMBIOS 2.3 present.
...
Handle 0x0021, DMI type 17, 21 bytes
Memory Device
    Array Handle: 0x0020
    Error Information Handle: Not Provided
    Total Width: Unknown
    Data Width: Unknown
    Size: 512 MB
    Form Factor: DIMM
    Set: None
    Locator: BANK_0
    Bank Locator: Bank0/1
    Type: Unknown
    Type Detail: None
</code></pre>

<p>Again, not the most useful information ever seen, but enough to tell me I have a 512MB stick in bank 0. (On my newer desktop, I get much more useful information like the speed and voltage of the RAM.)
</http></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2007/10/29/detecting-memory-type-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A productive day</title>
		<link>http://jamesoff.net/site/2007/10/28/a-productive-day/</link>
		<comments>http://jamesoff.net/site/2007/10/28/a-productive-day/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 22:52:46 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[my stuff]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[bmotion]]></category>
		<category><![CDATA[ds]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2007/10/28/a-productive-day/</guid>
		<description><![CDATA[What a productive day (for a Sunday): Released bMotion 0.1.0 &#8211; only about 3 years after I planned on it originally. 0.1.0 is greatly improved over the previous version, and a few weeks ago I finally decided I should stop pointless tinkering with it and get a stable releasable version :) Finished Zelda: Phantom Hourglass [...]]]></description>
			<content:encoded><![CDATA[<p>What a productive day (for a Sunday):</p>

<ol>
<li><p>Released <a href="http://bmotion.net">bMotion 0.1.0</a> &#8211; only about 3 years after I planned on it originally. 0.1.0 is greatly improved over the previous version, and a few weeks ago I finally decided I should stop pointless tinkering with it and get a stable releasable version :)</p></li>
<li><p>Finished <a href="http://www.zelda.com/phantomhourglass/">Zelda: Phantom Hourglass</a> on the DS &#8211; mainly in celebration of releasing bMotion.</p></li>
<li><p>Started using my Simple Monitor project at home and on my colo, and it&#8217;s working well so far. The only problem was that both machines needed Python updating to support the native sqlite class. Once that was fixed, both worked fine and are now monitoring their services. Once I get some other features I&#8217;m planning on written in, I&#8217;ll release it for other people to try.</p></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2007/10/28/a-productive-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

