<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://corememory.exidy.org/index.php?/feeds/atom10.xml" rel="self" title="Core Memory" type="application/atom+xml" />
    <link href="http://corememory.exidy.org/"                        rel="alternate"    title="Core Memory" type="text/html" />
    <link href="http://corememory.exidy.org/rss.php?version=2.0"     rel="alternate"    title="Core Memory" type="application/rss+xml" />
    <title type="html">Core Memory</title>
    <subtitle type="html">Flipping the bits in my brain</subtitle>
    <icon>http://corememory.exidy.org/templates/default/img/s9y_banner_small.png</icon>
    <id>http://corememory.exidy.org/</id>
    <updated>2010-08-10T01:37:39Z</updated>
    <generator uri="http://www.s9y.org/" version="1.4.1-1">Serendipity 1.4.1-1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/34-RTFM.html" rel="alternate" title="RTFM" />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2010-08-08T04:42:25Z</published>
        <updated>2010-08-10T01:37:39Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=34</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/1-geek" label="geek" term="geek" />
    
        <id>http://corememory.exidy.org/index.php?/archives/34-guid.html</id>
        <title type="html">RTFM</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a class='serendipity_image_link' href='http://corememory.exidy.org/uploads/photos/JDVI_HDMI.jpg' onclick="F1 = window.open('/uploads/photos/JDVI_HDMI.jpg','Zoom','height=2007,width=3015,top=-396,left=-540,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes'); return false;"><!-- s9ymdb:4 --><img class="serendipity_image_left" width="110" height="73" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://corememory.exidy.org/uploads/photos/JDVI_HDMI.serendipityThumb.jpg" alt="" /></a><p>When putting together the new mythfrontend I hit a little trap for young players with the J&W JW-G82UM-PVHD+ motherboard that I thought I might blog about and maybe make for some Google bait. This motherboard has built in nvidia video, with a choice of VGA, DVI and HDMI connectors. You can't use DVI and HDMI simultaneously, you have to choose which one is active.
</p><p>
Although there is a BIOS switch that claims to control this selection, it is nothing but a filthy lie put in by bored BIOS programmers. Whether DVI or HDMI is enabled on this motherboard (and probably other J&W motherboards) is controlled by the <em>completely undocumented</em> JDVI_HDMI jumper. It is a large 3x9 pin jumper block located immediately behind the HDMI connector. As shipped, with the jumper in position 2-3, DVI is enabled. Move the jumper to 1-2, and HDMI is enabled.
</p><p>
I've taken a picture of the motherboard with the relevant jumper block circled. The jumper block is in position 1-2, i.e. HDMI enabled.</p>

 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/33-ffmpeg-0.5.html" rel="alternate" title="ffmpeg 0.5" />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2010-01-24T10:16:36Z</published>
        <updated>2010-01-31T10:13:33Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=33</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/1-geek" label="geek" term="geek" />
    
        <id>http://corememory.exidy.org/index.php?/archives/33-guid.html</id>
        <title type="html">ffmpeg 0.5</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Upgraded ffmpeg to 0.5 and was amused to see that the x264 developers have actually put in place some defensive programming against ffmpeg brokeness.
<blockquote>[libx264 @ 0x8b7d8b0]broken ffmpeg default settings detected
[libx264 @ 0x8b7d8b0]use an encoding preset (vpre)</blockquote>
This messages indicates that the best way to tune the output is to use one or more of the included presets, in my case located in <tt>/opt/local/share/ffmpeg/</tt>. The new iPhone/iPod encoding line therefore becomes:
<blockquote><tt>ffmpeg -deinterlace -y -threads 3 -async 5000 -i <i>inputfile</i>  -cropleft 56 -cropright 56 -acodec libfaac -ab 128k -vcodec libx264 -crf 20 -vpre default -vpre baseline -f mp4 -s 480x320 -r 25 -aspect 480:320 -level 30 -metadata title="<i>Title</i>" <i>filename.mp4</i></tt></blockquote>
Note the use of two presets, the first to select the default set of parameters, the second to disallow features not found in "baseline" H.264 as  the iPhone and iPod touch only support baseline H.264, not main. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/32-New-Mythfrontend.html" rel="alternate" title="New Mythfrontend" />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2010-01-20T10:23:20Z</published>
        <updated>2010-01-22T00:02:11Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=32</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/1-geek" label="geek" term="geek" />
    
        <id>http://corememory.exidy.org/index.php?/archives/32-guid.html</id>
        <title type="html">New Mythfrontend</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Old mythfrontend died. I suspect the IGP was overheating, because it became unreliable, and sometimes on reboot it would not display any red. This despite the cables being firmly plugged in. New mythfrontend is new. <br /><a href="http://corememory.exidy.org/index.php?/archives/32-New-Mythfrontend.html#extended">Continue reading "New Mythfrontend"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/31-Myki.html" rel="alternate" title="Myki" />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2010-01-18T10:35:38Z</published>
        <updated>2010-01-18T10:35:38Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=31</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/8-trains" label="trains" term="trains" />
    
        <id>http://corememory.exidy.org/index.php?/archives/31-guid.html</id>
        <title type="html">Myki</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a href="http://www.myki.com.au/">Myki</a> allows you to load your card with days of travel (pass) or value (money), or both. But the information available does not clearly identify when it is most economical to use pass or money.

For the common case (adult travelling at least twice a day within Zone 1), myki money is better value for anything up to 4 days of travel a week. Any more than that, you're better off getting a 28 day+ myki pass. 7 day myki passes cost the same as 5 days worth of myki money travel, so unless you plan to travel at least 6 days in a single week, but not the following week, they are poor value.

The above also applies for travel with Zone 2.

For travel within Zones 1 &amp; 2, the break point is at 3 days, i.e. myki money is better value for up to 3 days travel a week, after that you're better off with a 28 day+ myki pass. The comments about 7 day myki passes still apply, though. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/30-Sandringham-ride.html" rel="alternate" title="Sandringham ride" />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2009-07-20T09:54:00Z</published>
        <updated>2009-07-24T12:19:13Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=30</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/7-cycling" label="cycling" term="cycling" />
    
        <id>http://corememory.exidy.org/index.php?/archives/30-guid.html</id>
        <title type="html">Sandringham ride</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I need to get a bit fitter otherwise the 100 km Around the Bay is going to be painful. So I rode from home to my parents' place in Sandringham on Sunday. The strong northerly helped most of the time, but it is annoying to see that the trails are still blocked off for construction in quite a few places. I've marked them on the map below.

<iframe width="350" height="460" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=108532457255742531642.00046f1ff108faa8f9123&amp;ll=-37.837445,144.94606&amp;spn=0.249449,0.240326&amp;z=11&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=108532457255742531642.00046f1ff108faa8f9123&amp;ll=-37.837445,144.94606&amp;spn=0.249449,0.240326&amp;z=11&amp;source=embed" style="color:#0000FF;text-align:left">Ride 19/07/2009</a> in a larger map</small> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/29-Concrete-Evidence.html" rel="alternate" title="Concrete Evidence" />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2009-04-16T11:57:10Z</published>
        <updated>2009-04-16T11:57:10Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=29</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/8-trains" label="trains" term="trains" />
    
        <id>http://corememory.exidy.org/index.php?/archives/29-guid.html</id>
        <title type="html">Concrete Evidence</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                In the recent Melbourne heatwave, track buckling was one of the many problems that contributed to problems on the network. Buckling is an issue with modern continuous welded rail (CWR) as it lacks expansion gaps. The traditional method of trail construction was to use lengths of rail joined with <a href="http://en.wikipedia.org/wiki/Fishplate">fishplates</a>. These could be left slightly loose one one side so that the rail could expand and contract a little bit in response to the prevailing conditions.

The correct way to lay CWR is to stress (stretch) it to its length at the hottest expected temperature and then fix it to the sleepers, preventing it from contracting. However, this requires heavy concrete sleepers firmly fixed in the road bed, wooden sleepers wont take the strain.

So with that in mind, its good to see that maintenance work at Pascoe Vale Station has been done with an eye to the future. No wait, that would be what happens in some city with competently-run public transport.

<a class='s9y_import_image_link' href='http://corememory.exidy.org/uploads/photos/IMG_0128.jpg' onclick="F1 = window.open('/uploads/photos/IMG_0128.jpg','Zoom','height=1215,width=1615,top=0,left=160,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes'); return false;"><!-- s9ymdb:2 --><img width="110" height="83" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://corememory.exidy.org/uploads/photos/IMG_0128.serendipityThumb.jpg" alt="" /></a><a class='s9y_import_image_link' href='http://corememory.exidy.org/uploads/photos/IMG_0129.jpg' onclick="F1 = window.open('/uploads/photos/IMG_0129.jpg','Zoom','height=1215,width=1615,top=0,left=160,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes'); return false;"><!-- s9ymdb:3 --><img width="110" height="83" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://corememory.exidy.org/uploads/photos/IMG_0129.serendipityThumb.jpg" alt="" /></a> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/28-For-the-record-....html" rel="alternate" title="For the record ..." />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2009-04-10T11:49:13Z</published>
        <updated>2009-04-10T11:50:35Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=28</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/7-cycling" label="cycling" term="cycling" />
            <category scheme="http://corememory.exidy.org/index.php?/categories/1-geek" label="geek" term="geek" />
    
        <id>http://corememory.exidy.org/index.php?/archives/28-guid.html</id>
        <title type="html">For the record ...</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                The following line does what I want:
<blockquote>gpsbabel -t -i garmin -f /dev/ttyUSB0 -o kml,points=0,units=m -F route2.kml</blockquote>
Quite interesting to see how closely (or not) the GPS and google maps line up.
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/27-Detour.html" rel="alternate" title="Detour" />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2009-04-04T10:20:39Z</published>
        <updated>2009-04-04T10:20:39Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=27</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=27</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/7-cycling" label="cycling" term="cycling" />
    
        <id>http://corememory.exidy.org/index.php?/archives/27-guid.html</id>
        <title type="html">Detour</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Due to the continued unavailability of a locker at work, I don't get to ride as much as I used to. In fact, casual clothes Friday is about the only opportunity I get. So I need to make it count.

Moonee Ponds Creek trail is the most direct route, but it is hardly the most scenic. There are a few nice parts, but mainly it is a concrete ditch that weaves in and out of Citylink. So Friday I took a detour via Merri Ck and the Yarra trail. This makes for a nice roundabout route as can be seen in the map below:


 <br /><a href="http://corememory.exidy.org/index.php?/archives/27-Detour.html#extended">Continue reading "Detour"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/26-Fall.html" rel="alternate" title="Fall" />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2009-02-02T10:10:46Z</published>
        <updated>2009-02-06T04:21:03Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=26</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/6-photography" label="photography" term="photography" />
    
        <id>http://corememory.exidy.org/index.php?/archives/26-guid.html</id>
        <title type="html">Fall</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I assume this is due to heat stress; else Autumn has come real early this year.
<a class='s9y_import_image_link' href='http://corememory.exidy.org/uploads/photos/IMG_0020.jpg' onclick="F1 = window.open('/uploads/photos/IMG_0020.jpg','Zoom','height=1615,width=1215,top=-200,left=360,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes'); return false;"><!-- s9ymdb:1 --><img width="83" height="110" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://corememory.exidy.org/uploads/photos/IMG_0020.serendipityThumb.jpg" alt="" /></a> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/25-The-case-of-the-waterlogged-Fuji.html" rel="alternate" title="The case of the waterlogged Fuji" />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2009-01-23T22:41:45Z</published>
        <updated>2009-01-27T00:01:41Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=25</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=25</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/6-photography" label="photography" term="photography" />
    
        <id>http://corememory.exidy.org/index.php?/archives/25-guid.html</id>
        <title type="html">The case of the waterlogged Fuji</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Sofie has a rather nice compact camera I bought her, a <a href="http://www.dpreview.com/reviews/fujifilmf50fd/">Fujifilm FinePix F50fd</a>. On Monday, Gillian decided to give it a bath. We're not sure exactly how long it was in there, but it got a good dunking.

On Monday night, the camera wouldn't turn on at all.

On Tuesday morning, the camera would turn on but it was in a pretty bad way. It made sad beeping noises and refused to extend the lens, throwing up a "zoom error."

Tuesday night the lens would extend most of the time, but the rear LCD was showing inverted colours and was flickery.

Wednesday morning the LCD came good and the camera would take pictures but it was having trouble with AF lock, and the pictures came out <a href="http://www.exidy.org/gallery/v/misc/DSCF1803.JPG.html">all blurry</a>.

Thursday the blurriness had disappeared and Sofie used it to take <a href="http://www.exidy.org/gallery/v/family/Ripponlea/">these pictures</a> at Ripponlea. The pictures out of the camera look fine, all that remained was a little blotchiness on the rear LCD.

Friday even the blotchiness had disappeared. Pretty amazing, eh? 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/24-Broken-Windows.html" rel="alternate" title="Broken Windows" />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2008-12-14T11:38:04Z</published>
        <updated>2008-12-15T05:01:05Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=24</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/1-geek" label="geek" term="geek" />
    
        <id>http://corememory.exidy.org/index.php?/archives/24-guid.html</id>
        <title type="html">Broken Windows</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I've been fixing up a Sony Vaio laptop for a friend of Sof's. Having wasted much time on this black hole in the past, I normally avoid this sort of work, but when the missus says "Jump", I say "What colour?"

The problem report was to the effect that they couldn't connect to the Internet. However, I quickly discovered the real problem was that Windows had been reinstalled, leaving the laptop devoid of drivers. Pretty much everything except basic VESA video was non-functional, no wireless, network, bluetooth, 3D graphics, sound, media reader, power management, sleep function or modem.

Normally this problem can be solved by a visit to the vendor website. I tried Sony Australia first, but they led me to believe that <a href="http://www.sony.com.au/faq.jsp?id=190&section=faq&term=drivers">no drivers were available for download</a>. A bit of Googling led me to the Sony APac site, where I discovered a helpful link to the original drivers. <a href="http://www.css.ap.sony.com/vaio/Vista/General/Download.aspx?ID=52117&Model=VGN-FE15GP">All 29 of them.</a>

This includes such essential "drivers" as the "Sony Shared Library" and "OpenMG Setup", all of which I downloaded. At about 6 kb/sec. You'd think Sony might be able to afford a decent Internet connection, but apparently not. Installing the 29 drivers solved most problems, although as there were undocumented dependencies between them, I just had to keep installing each one until it worked. The sound drivers wouldn't install, failing with an obscure error message until I found an <a href="http://geekswithblogs.net/lorint/archive/2006/06/11/81540.aspx">unofficial download</a> of a <a href="http://support.microsoft.com/kb/888111">Microsoft hotfix</a> that allowed it to continue.

I was also asked if I wanted to install in U.S. English, French or Spanish about six million times. Apparently having a system locale of English doesn't mean you wouldn't like your power driver to be in French. Just to liven things up a bit. I imagine that the usual shutdown options of Suspend and Hibernate would be replaced by "Surrender" and "Run Away" or something like that.

None of the 29 drivers enable the Bluetooth, by the way. Apparently to get that working you need to <a href="http://ridwan.chendarma.com/2007/06/09/presenter-mouse/">edit an INF file.</a> I kid you not.

So after all of this, I'm left with a laptop that more or less works. It locks instead of powering off, and the battery never stops charging, but the owners, raised on low expectations of Windows-based machines, will no doubt be delighted. And Sony are supposed to be the Apple of Wintel hardware! Next time some moron spouts that line about Apple needing to license its OS to Dell and Sony et al in order to succeed, just knee him in the nuts. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/23-Nanny-State.html" rel="alternate" title="Nanny State" />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2008-12-02T00:04:40Z</published>
        <updated>2008-12-02T00:04:40Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=23</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=23</wfw:commentRss>
    
    
        <id>http://corememory.exidy.org/index.php?/archives/23-guid.html</id>
        <title type="html">Nanny State</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Conversation with Dan via IM:
<blockquote>Dan: Haha. "Save the Children" are against Internet filtering.<br />
Ian: I wish somebody would think of the children.<br />Ian: No wait.<br />Ian: Isn't that the problem?<br />
Dan: Ewww!</blockquote> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/22-More-ffmpeg.html" rel="alternate" title="More ffmpeg" />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2008-10-12T01:05:25Z</published>
        <updated>2008-10-12T01:05:25Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=22</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/1-geek" label="geek" term="geek" />
    
        <id>http://corememory.exidy.org/index.php?/archives/22-guid.html</id>
        <title type="html">More ffmpeg</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Encoding for iPod on my Athlon 64 3000+ ran at about 25 fps. On the new 3.0 GHz hackintosh, it is doing about 72 fps. Have to add an extra argument to use both cores though, "-threads 2". Also, they changed the name of the h264 vcodec, from "h264" to "libx264" (obviously!)

Current encoding line is:
<blockquote>ffmpeg -deinterlace -y -threads 2 -async 5000 -i <i>input filename</i> -cropleft 56 -cropright 56 -acodec libfaac -ab 128k -vcodec libx264 -crf 20 -flags +loop -cmp +chroma -me_range 16 -g 250 -partitions +parti4x4+partp8x8+partb8x8 -me hex -subq 5 -f mp4 -s 480x320 -r 25 -aspect 480:320 -level 30 -title "<i>Title</i>" <i>output-filename.mp4</i></blockquote>

 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/21-EFI-X.html" rel="alternate" title="EFI-X" />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2008-10-10T04:33:15Z</published>
        <updated>2008-10-10T04:37:22Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=21</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=21</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/9-apple" label="apple" term="apple" />
    
        <id>http://corememory.exidy.org/index.php?/archives/21-guid.html</id>
        <title type="html">EFI-X</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>What do you say about something that "just works" ? That is what <a href="http://www.efi-x.com/">EFI-X</a> does. I built a machine with components only from the (short) HCL, connected the EFI-X module to a spare motherboard USB header, switched on and then installed from a retail Mac OSX X 10.5 DVD.
</p><p>Once past the EFI-X boot screen, it is just like using a real Mac. Compared to the Power Mac G5, it is very fast, and somewhat quieter. There's no hacking, disabling, fiddling, modifying or other faffing about required, even updates to OS X install from Software Update as they would on a real Mac.
</p><p>No product is perfect, but the limitations are few and minor and include:
</p><ul><li>The EFI-X booter is not Open Firmware, and therefore cannot boot from Firewire (yet.)
</li><li>Windows and OS X can't share a single drive due to the different partitioning schemes required (MBR vs GPT)
</li><li>Booting into the EFI-X environment adds about 10 seconds to the bootup process.
</li><li>Audio doesn't automatically switch between line-out and headphone out when you plug headphones in.
</li><li>Scraping the bottom of the barrel here .. System Profiler shows the graphics card as 256 Mb when it is actually 512 Mb ... cosmetic only.
</li></ul><p>So for $1000, you can have your very own yum cha brand Mac Pro.
</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://corememory.exidy.org/index.php?/archives/20-Co-ordinates-locked-....html" rel="alternate" title="Co-ordinates locked ..." />
        <author>
            <name>Ian Donaldson</name>
                    </author>
    
        <published>2008-09-06T04:55:28Z</published>
        <updated>2008-09-06T04:55:28Z</updated>
        <wfw:comment>http://corememory.exidy.org/wfwcomment.php?cid=20</wfw:comment>
    
        <wfw:commentRss>http://corememory.exidy.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=20</wfw:commentRss>
    
            <category scheme="http://corememory.exidy.org/index.php?/categories/9-apple" label="apple" term="apple" />
    
        <id>http://corememory.exidy.org/index.php?/archives/20-guid.html</id>
        <title type="html">Co-ordinates locked ...</title>
        <content type="xhtml" xml:base="http://corememory.exidy.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                So now Street View has been enabled for many Australian cities and suburbs. I have a suspicion that the Street View car might've been doing some wardriving at the same time, because my entirely GPS-less iPod Touch can now locate me when at home (in the suburbs) to a high degree of precision.

"Locate Me" on the Touch used to only work in the CBD, and not that accurately either. 
            </div>
        </content>
        
    </entry>

</feed>