<?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>Мой веб-журнал &#187; Other</title>
	<atom:link href="http://blog.johnford.info/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johnford.info</link>
	<description>John Ford</description>
	<lastBuildDate>Fri, 02 Jul 2010 23:55:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mobile on the new try server!</title>
		<link>http://blog.johnford.info/mobile-on-the-new-try-server/</link>
		<comments>http://blog.johnford.info/mobile-on-the-new-try-server/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 23:55:22 +0000</pubDate>
		<dc:creator>John Ford</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://blog.johnford.info/?p=229</guid>
		<description><![CDATA[Mobile support for the new try server has just landed!  Any push after now will have an Android, Maemo 4, Maemo5 GTK and Maemo5 QT build done.  I have also added support for two magic files &#8216;mobile-repo&#8217; and &#8216;mobile-rev&#8217;.  Both of these files should be in the root directory of your mozilla-central clone.  The [...]]]></description>
			<content:encoded><![CDATA[<p>Mobile support for the new try server has just landed!  Any push after now will have an Android, Maemo 4, Maemo5 GTK and Maemo5 QT build done.  I have also added support for two magic files &#8216;mobile-repo&#8217; and &#8216;mobile-rev&#8217;.  Both of these files should be in the root directory of your mozilla-central clone.  The &#8216;mobile-repo&#8217; file should contain a string with no whitespace or newlines that is a path relative to http://hg.mozilla.org/ referencing a mobile-browser repository.  The &#8216;mobile-rev&#8217; file should contain anything that can be used with the &#8211;rev flag to mercurial.  In-repo branches or changeset identifiers work great here.  Just like on desktop try, you can also have a special mozconfig for your mobile platforms.  In the top level directory, create a mozconfig-extra file which contains options that are added to *all* platforms and a mozconfig-extra-android-r7, mozconfig-extra-maemo4, mozconfig-extra-maemo5-gtk and/or mozconfig-extra-maemo5-qt.  I could add a check for a mozconfig-mobile that would add things to all mobile builds if that is desired.</p>
<p>An example of a push to try session to build against my user repository copy of mobile-browser might look like:</p>
<pre>hg clone http://hg.mozilla.org/mozilla-central
cd mozilla-central
rm README.txt
echo 'users/jford_mozilla.com/mobile-browser' &gt; mobile-repo
echo 'default' &gt; mobile-rev
hg add mobile-repo mobile-rev
hg commit -m 'Testing to see if we build without a readme file'
hg push -f ssh://hg.mozilla.org/try</pre>
<p>With this marks the end of the old try server.  It also means that we have fully transitioned our try server build infrastructure to Buildbot 0.8.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.johnford.info/mobile-on-the-new-try-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Screensaver Hang</title>
		<link>http://blog.johnford.info/mac-os-x-screensaver-hang/</link>
		<comments>http://blog.johnford.info/mac-os-x-screensaver-hang/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 07:03:54 +0000</pubDate>
		<dc:creator>John Ford</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://blog.johnford.info/?p=198</guid>
		<description><![CDATA[I was trying to get into my personal Macbook a couple minutes ago but the screen was black and I had a spinning beach ball.  I couldn&#8217;t remember if I had anything important open so I didn&#8217;t want to force a reboot.  I hadn&#8217;t used the computer for a couple hours so I [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to get into my personal Macbook a couple minutes ago but the screen was black and I had a spinning beach ball.  I couldn&#8217;t remember if I had anything important open so I didn&#8217;t want to force a reboot.  I hadn&#8217;t used the computer for a couple hours so I guessed that the screen saver had hung or VLC froze in full screen.  I logged into my Macbook through ssh and ran <code>ps -e</code>.  VLC wasn&#8217;t there, so I looked for screen-saver-y things and found <code> 5827 ??         0:00.22 /System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine</code>.  I ended up killing it with <code>sudo killall ScreenSaverEngine</code> which immediately brought me back to my desktop.  I am guessing I won&#8217;t have a screensaver back until I reboot.  Hope this helps!  Oh, and make sure that you already have SSH enabled (Remote Login in the Sharing preference pane) and know the IP/Domain of your laptop.  I used <code>johns-macbook.local</code> which the OS set up for me automatically.  My guess is that it is some sort of bonjour/zeroconf to dns bridge.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.johnford.info/mac-os-x-screensaver-hang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Credit Card Fraud</title>
		<link>http://blog.johnford.info/credit-card-fraud/</link>
		<comments>http://blog.johnford.info/credit-card-fraud/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 06:09:12 +0000</pubDate>
		<dc:creator>John Ford</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://blog.johnford.info/?p=164</guid>
		<description><![CDATA[I checked my Visa account tonight and found out that my bill was $2100 more than it is supposed to be.  Turns out that someone though it&#8217;d be fun to order a $1500 Vacation from something that looks like a front and $600 from Rogers Wireless.  I have spoken to RBC and Rogers Wireless and [...]]]></description>
			<content:encoded><![CDATA[<p>I checked my Visa account tonight and found out that my bill was $2100 more than it is supposed to be.  Turns out that someone though it&#8217;d be fun to order a $1500 Vacation from something that looks like a front and $600 from Rogers Wireless.  I have spoken to RBC and Rogers Wireless and explained the situation.  RBC is reversing the charges and conducting an investigation.  Rogers Wireless is launching a fraud investigation.</p>
<p>I also did an Equifax and Trans Union credit check tonight.  The Equifax one comes up clean as does the majority of the Trans Union one.  Unfortunately, the Trans Union report shows that Rogers has done a credit check on me.  This negatively impacts my credit rating and is the last thing I need right now.  I called the non-emergency number of the Police to report the fraud and was greeted by an apparent wall.  I wasn&#8217;t speaking to an officer though.  This person informed me that even though I live in Toronto normally, and that BOTH charges on my card show as Toronto, ON it isn&#8217;t a matter for Toronto Police unless I am physically in Toronto.  Nice to see my tax dollars hard at work!  This numpty suggested that I visit the local police here to give a report.  I don&#8217;t understand this.  Why on earth would a Mountain View police officer be the one to deal with a crime committed against a Canadian, in Canada with Canadian companies.  I doubt that it would even make its way up to Toronto.</p>
<p>This couldn&#8217;t have come at a worse time.  I wonder if the false credit check will be removed from my credit history as I absolutely didn&#8217;t request it, the $600 charge or the $1503 charge!  As I sit here, I wonder what I can do regarding this situation.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.johnford.info/credit-card-fraud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wisdom Teeth</title>
		<link>http://blog.johnford.info/wisdom-teeth/</link>
		<comments>http://blog.johnford.info/wisdom-teeth/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 03:44:00 +0000</pubDate>
		<dc:creator>John Ford</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://johnford.info/blog/?p=36</guid>
		<description><![CDATA[I am getting my wisdom teeth taken out this reading week.  They are partially impact and need to go.  I am going to be having it done an an Oral Surgeon&#8217;s office using sedation.  This makes me a little nervous as I have never been sedated before.  Anyway, I snapped a [...]]]></description>
			<content:encoded><![CDATA[<p>I am getting my wisdom teeth taken out this reading week.  They are partially impact and need to go.  I am going to be having it done an an Oral Surgeon&#8217;s office using sedation.  This makes me a little nervous as I have never been sedated before.  Anyway, I snapped a shot of my smile <img src='http://blog.johnford.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_8ipG4VXvP2c/SZD4woXXsKI/AAAAAAAAADc/pL80KmtDDlA/s1600-h/Photo+1.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_8ipG4VXvP2c/SZD4woXXsKI/AAAAAAAAADc/pL80KmtDDlA/s400/Photo+1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5301010275767922850" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.johnford.info/wisdom-teeth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today</title>
		<link>http://blog.johnford.info/today/</link>
		<comments>http://blog.johnford.info/today/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 01:55:00 +0000</pubDate>
		<dc:creator>John Ford</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://johnford.info/blog/?p=25</guid>
		<description><![CDATA[I just found an application called Today and wanted to share it.  It is unfortunately freeware, but it addresses a key complaint I have with the included groupware applications.  iCal has a horible interface for adding tasks and Mail.app is such a strange place to have task lists, but no calendars.  Today [...]]]></description>
			<content:encoded><![CDATA[<p>I just found an application called <a href="http://secondgearllc.com/today/">Today</a> and wanted to share it.  It is unfortunately freeware, but it addresses a key complaint I have with the included groupware applications.  iCal has a horible interface for adding tasks and Mail.app is such a strange place to have task lists, but no calendars.  Today gives a view very similar to the &#8220;Outlook Today&#8221; interface in Outlook 2007 which I am accustomed to and love.  I am currently using the trial version and will have to decide soon if I want to spend $15USD for this product.  This is one thing I dislike about the Mac,  there are tons of really neat applications for sale but each one costs enough that it isn&#8217;t worth it to buy each one.  It is better than in the windows world, where there are tons of choices, all not doing what you want them to.  It would be great if they could do an &#8220;App Store&#8221; for the mac platform for all these neat to have applications that are done by companies I don&#8217;t know if I trust with my credit card</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.johnford.info/today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing VMWare 6.5 in Fedora 10</title>
		<link>http://blog.johnford.info/installing-vmware-6-5-in-fedora-10/</link>
		<comments>http://blog.johnford.info/installing-vmware-6-5-in-fedora-10/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 19:47:00 +0000</pubDate>
		<dc:creator>John Ford</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://johnford.info/blog/?p=14</guid>
		<description><![CDATA[I decided to install VMware 6.5 on my Fedora Rawhide (just about at Fedora 10) machine.  The binary kernel modules that are included with VMware are of little use to me because I don&#8217;t run an ancient version of the linux kernel.  I used the .bundle installer to install the program.  I [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to install VMware 6.5 on my Fedora Rawhide (just about at Fedora 10) machine.  The binary kernel modules that are included with VMware are of little use to me because I don&#8217;t run an ancient version of the linux kernel.  I used the .bundle installer to install the program.  I let it run through and when it finished i was left with a problem of not being able to start VMware or VMware player because of the required kernel modules.  You are going to need dependencies to build a kernel module.  In Fedora, I beleive this is <code>yum groupinstall "Development Tools"</code> and <code>yum install kernel-devel</code>.</p>
<p>To fix this I ran the following commands:<br /><code>cp /usr/lib/vmware/modules/source/ ~/vmware-modules </code> &#8211; So as not to pollute the program&#8217;s installed versions of the module source.<br />For each tar file I untarred it and ran make in the resulting directory.  This compiled all the modules i needed.  After this, it is just a matter of copying the kernel modules to the appropriate place: <code>sudo cp `find . -name "*.ko" | xargs` /lib/modules/`uname -r`/misc</code>, running <code>depmod -a</code> and <code>sudo /etc/init.d/vmware restart</code>.  After this, starting and running VMware now works.  The downside to this is that you have to recompile the modules every time your kernel is updated, unless you write a script or turn those tar files into akmod rpm packages.</p>
<p>I don&#8217;t know if i like VMware more than VirtualBox or KVM, but if I do, I will consider writing some specfiles to automate this.</p>
<p>Also, if you are going to be running on a host with PulseAudio and want sound in your guests, <a href="http://platan.vc.cvut.cz/ftp/pub/vmware/vmwaredsp-1.3.tar.gz">vmwaredps-1.3.tar.gz</a> is really helpful!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.johnford.info/installing-vmware-6-5-in-fedora-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes Store Arrows in iTunes 8</title>
		<link>http://blog.johnford.info/itunes-store-arrows-in-itunes-8/</link>
		<comments>http://blog.johnford.info/itunes-store-arrows-in-itunes-8/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 03:29:00 +0000</pubDate>
		<dc:creator>John Ford</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://johnford.info/blog/?p=7</guid>
		<description><![CDATA[I hate the little arrow links that take you to the iTunes store.  I could disable them in iTunes 7, but now apple seems to think I should choose between locking myself from the iTunes Music Store and seeting those anoying things.  If it weren&#8217;t for the automatic cover downloader, i&#8217;d do that [...]]]></description>
			<content:encoded><![CDATA[<p>I hate the little arrow links that take you to the iTunes store.  I could disable them in iTunes 7, but now apple seems to think I should choose between locking myself from the iTunes Music Store and seeting those anoying things.  If it weren&#8217;t for the automatic cover downloader, i&#8217;d do that in a heartbeat, but it is really useful.  I found a bunch of articles about how to do this on a Mac, but I am not running a mac.  I ended up finding this article on how to <a href="http://www.tech-recipes.com/rx/3031/xp_vista_how_to_remove_arrow_links_to_itunes_store_in_itunes_8">remove the links</a> and I also found one on the same site that <a href="http://www.tech-recipes.com/rx/3030/itunes_8_xp_vista_how_to_remove_genre_browser">gets rid of the genre column from the browser</a>.  Why on earth did Apple remove these settings?  This is why over-simplifying UI can be a bad choice in my opinion.</p>
<p>In case the original article dissappears, here are the basic steps:<br />Open <span style="font-weight: bold;">%AppData%\Apple Computer\iTunes\iTunesPrefs.xml</span> in a proper text editor, the article&#8217;s author recomends Notepad++ then right underneath. Note: the
<pre>&lt;keyUser Preferences&lt;/key&gt;&lt;dict&gt;</pre>
<p>add
<pre>&lt;key&gt;show-store-arrow-links&lt;/key&gt;      &lt;data&gt;      AA==      &lt;/data&gt;</pre>
<p>and/or
<pre>&lt;key&gt;show-genre-when-browsing&lt;/key&gt;&lt;data&gt;AA==&lt;/data&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.johnford.info/itunes-store-arrows-in-itunes-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Battery Degredation</title>
		<link>http://blog.johnford.info/hp-battery-degredation/</link>
		<comments>http://blog.johnford.info/hp-battery-degredation/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 20:18:00 +0000</pubDate>
		<dc:creator>John Ford</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://johnford.info/blog/?p=5</guid>
		<description><![CDATA[I just realised that my battery is only holding 91% of its designed charge.  This laptop is less than 9 months old and it came with a 12cell battery.  I am the following values from acpitool -B
[jhford@dv2727ca mozilla]$ acpitool -B  Battery #1     : present    Remaining [...]]]></description>
			<content:encoded><![CDATA[<p>I just realised that my battery is only holding 91% of its designed charge.  This laptop is less than 9 months old and it came with a 12cell battery.  I am the following values from acpitool -B
<pre>[jhford@dv2727ca mozilla]$ acpitool -B  Battery #1     : present    Remaining capacity : 8042 mAh, 100.0%    Design capacity    : 8800 mAh    Last full capacity : 8042 mAh, 91.39% of design capacity    Capacity loss      : 8.614%    Present rate       : 0 mA    Charging state     : charged    Battery type       : rechargeable, LION    Model number       : Akita    Serial number      :  2945</pre>
<p>I was just on the online chat with their agent was telling me that i have to have something called HP Total Care Advisor to be able to diagnose the problem to their satisfaction.  The catch:  You have to have the pre-installed version of vista!!! The same version that has a million trials and adware things, the vista that has a 400pixel tall yahoo search bar!  Then they tell me that you can&#8217;t download a setup program for this thing!</p>
<p>This is insane!  Why would you ever buy an HP Computer with &#8217;support&#8217; like this?</p>
<p>Luckily, the agent was nice enough to send me a link to download this application<br /><a href="http://www.esnips.com/doc/a170c9a5-2baa-4a4b-8dbe-2a60584389a2/hp-total-care_advisor">hp tca</a> but i just hope that everything works and i don&#8217;t have any issues with this.  What irks me is that this happens after i just purchased 3 hp laptops for me and family members!</p>
<p>Useful links:</p>
<p>http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&#038;dlc=en&#038;cc=us&#038;docname=c00821536</p>
<p>http://h10025.www1.hp.com/ewfrf/wc/genericDocument?docname=c00817650&#038;cc=us&#038;dlc=en&#038;lc=en&#038;jumpid=reg_R1002_USEN</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.johnford.info/hp-battery-degredation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
