<?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>Richard Sandford &#187; geek</title>
	<atom:link href="http://www.richardsandford.net/category/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardsandford.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 24 Nov 2011 22:31:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Self-regulating behaviour</title>
		<link>http://www.richardsandford.net/2009/03/31/self-regulating-behaviour/</link>
		<comments>http://www.richardsandford.net/2009/03/31/self-regulating-behaviour/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 05:45:55 +0000</pubDate>
		<dc:creator>kokeshi</dc:creator>
				<category><![CDATA[ethics]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[humans]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://rich.headsnet.com/notebook/2009/03/31/self-regulating-behaviour/</guid>
		<description><![CDATA[I&#8217;m trying out Chrome for a bit, and liking it enough to get over my dislike of using products from the Man: it&#8217;s clean and fast, and seems to do everything I ask it well. It&#8217;s like a web butler. But one of the things I&#8217;ve noticed about it is that its default homepage is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying out <a href="http://google.com/chrome/">Chrome</a> for a bit, and liking it enough to get over my dislike of using products from the Man: it&#8217;s clean and fast, and seems to do everything I ask it well. It&#8217;s like a web butler. But one of the things I&#8217;ve noticed about it is that its default homepage is changing the way I browse.</p>
<p>Like <a href="http://opera.com/">Opera</a>, the homepage has nine slots in it, for screenshots of pages you find useful so you can click on them and get going. I like it in Opera, and thought quite hard about which sites I wanted to include (mail and twitter, obviously, and this blog, and work webmail, and a couple of other things). But in Chrome I don&#8217;t think I have that choice: it looks at my history and decides which ones I like most.</p>
<p>And as a result I&#8217;ve noticed that I spend less time on trivial or just plain uncool sites, in case someone sees my homepage and thinks that what I like. I&#8217;m sure that over time my &#8220;most visited&#8221; will be a genuine reflection of the sites that are most useful to me. But in the meantime, I&#8217;m a bit disturbed to find how easily I regulate my behaviour if I think other people will see it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.richardsandford.net/2009/03/31/self-regulating-behaviour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making bluetooth work</title>
		<link>http://www.richardsandford.net/2008/02/19/making-bluetooth-work/</link>
		<comments>http://www.richardsandford.net/2008/02/19/making-bluetooth-work/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 23:38:38 +0000</pubDate>
		<dc:creator>kokeshi</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://rich.headsnet.com/notebook/2008/02/19/making-bluetooth-work/</guid>
		<description><![CDATA[Riding through fields on the way to London, with the sun still low in a hazy sky, the shadows of trees leaving their frost behind in the sun and behind it all the pale mass of hills standing sentinel. I love this train journey, and if I was of a more literary turn I might [...]]]></description>
			<content:encoded><![CDATA[<p>Riding through fields on the way to London, with the sun still low in a hazy sky, the shadows of trees leaving their frost behind in the sun and behind it all the pale mass of hills standing sentinel. I love this train journey, and if I was of a more literary turn I might have been inspired to a haiku of some sort</p>
<p>places not reserved<br />
scenery outside not seen<br />
these people are vile</p>
<p>But instead I&#8217;m going to write down how I sorted out bluetooth on my laptop, because I tend to forget these things. I&#8217;m running Xubuntu, which is super, and using Synaptic had installed everything bluetooth that I could see, with the result that a bluetooth icon appeared on my panel with the title &#8220;Ready for Bluetooth file transfer&#8221;. Such enthusiasm, such breathless devotion to the movement of my data in a conveniently wire-free fashion, was entirely undermined by the absence of the promised right-click &#8220;Send to&#8221; bluetooth option that ought, according to all authorities, have been present.</p>
<p>Running <code>hcitool dev</code> showed an absence of bluetooth devices. I knew I had a device in there, but where? Cutting a long story short, it turned out that I had to turn it on. Always the way. Easy when you know. Having checked I had <code>toshset</code> installed, using synaptic, I used this Toshiba settings utility to turn bluetooth on: <code>sudo toshset -bluetooth on</code>. Done! <code>hcitool dev</code> showed that I had an internal bluetooth thing, ready to go.</p>
<p>This probably works best for Toshiba laptops, I would have thought, and not the more modern ones either. Mine is ancient, rescued from an illicit midnight dig at a local hillfort known to be the haunt of druids. If it doesn&#8217;t boot I have to hit it three times with a rowan twig.</p>
<p>So now I could transfer files from my machine to my mobile (mobile to laptop, I ought to have said, was straightforward and tickety-boo). All I had to do was look for my mobile (<code>hcitool scan</code>) and, using the MAC address this revealed, send files using the straightforward and convenient <code>gnome-obex-send -d [MAC address] [file straining to flee the confines of a flint-powered laptop and roam the world in my pocket]</code>. What could be more straightforward or convenient?</p>
<p>Well, having some kind of right-click option would be marginally more effificient. I found the docs for the xfce file manager Thunar, which helpfully told me exactly what to do: create a file <code>~/.local/share/Thunar/sendto/gnome-obex-send-generic.desktop</code> and fill it with this:<br />
<code><br />
[Desktop Entry]<br />
Type=Application<br />
Version=1.0<br />
Encoding=UTF-8<br />
Name=[my phone]<br />
Icon=internet-mail<br />
Exec=/usr/bin/gnome-obex-send -d xx:xx:xx:xx:xx:xx %f<br />
</code></p>
<p>and hurrah and three cheers, instantly &#8211; <em>instantly</em> &#8211; I was able to right-click on files and push them unceremoniously into a tiny cramped mobile disk. Nothing to it. Can&#8217;t understand why people say Ubuntu isn&#8217;t ready for the desktop.</p>
<p>So there we are, recorded for next time I need it. Coming into London now. I&#8217;m going to the British Museum for lunch and a talk about the future, surrounded by history and school field trips. Next writing should be about something less techy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.richardsandford.net/2008/02/19/making-bluetooth-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

