<?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>my web 0.2 website &#187; Uncategorized</title>
	<atom:link href="http://www.andyd.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andyd.net</link>
	<description>Andy Davidson\&#039;s tech blog</description>
	<lastBuildDate>Wed, 08 Jun 2011 14:10:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>New Top Level Domain redux</title>
		<link>http://www.andyd.net/2011/new-top-level-domain-redux/</link>
		<comments>http://www.andyd.net/2011/new-top-level-domain-redux/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 20:37:52 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.andyd.net/?p=281</guid>
		<description><![CDATA[<p>I read with interest (and strictly, a technical interest) that ICANN (The Internet Corporation for Assigned Names and Numbers &#8211; the people who run the &#8216;root&#8217; dns registry) had signalled to new registry, ICM, that they would <a href="http://blog.icann.org/2011/04/agreement-with-icm-on-xxx-registry/" onclick="javascript:urchinTracker ('/outbound/article/blog.icann.org');">delegate the .xxx top level domain</a>.  This now means that pornography will be available on the internet.  Or something.</p>
<p>This news made me want to look at what other top level domains had been proposed.  The ICANN fee to propose a new top level domain is $185,000, so it is clear that there must be an enormous amount of commercial support for any proposal, before it reaches the ICANN process.</p>
<p>The proposed top level domains are normally proposed for the following reasons:</p>
<ul>
<li>Specialist language content (e.g. .cymru for Welsh speakers, .ker for Cornish speakers, in the same way that <a href="http://nic.cat/" onclick="javascript:urchinTracker ('/outbound/article/nic.cat');">.cat </a>was approved for Catalan content)</li>
<li>Internationalised top-level domains, permitting non-latin script after the &#8216;dot&#8217;, e.g. <a href="https://www.hkirc.hk/pdf/form/Pre-Launch_Priority_Registration_Period_Rules_(final)_Eng.pdf" onclick="javascript:urchinTracker ('/outbound/article/www.hkirc.hk');">.香港</a> in Hong Kong or <a href="http://en.wikipedia.org/wiki/%D8%A7%D9%85%D8%A7%D8%B1%D8%A7%D8%AA."title="امارات."  onclick="javascript:urchinTracker ('/outbound/article/en.wikipedia.org');">‏</a><a href="http://عربي.امارات/en/" onclick="javascript:urchinTracker ('/outbound/article/عربي.امارات');">امارات.‎</a> for the UAE.</li>
<li>Regional (probably PR led!) content, e.g. <a href="http://www.dotberlin.de/" onclick="javascript:urchinTracker ('/outbound/article/www.dotberlin.de');">.berlin</a> or <a href="http://www.dotnyc.net/" onclick="javascript:urchinTracker ('/outbound/article/www.dotnyc.net');">.nyc</a> for new york.</li>
<li>Social groups, like <a href="http://dotgay.com/" onclick="javascript:urchinTracker ('/outbound/article/dotgay.com');">.gay</a></li>
<li>Professional interests, like .wine, or <a href="http://doteco.info/" onclick="javascript:urchinTracker ('/outbound/article/doteco.info');">.eco</a> for environmental groups</li>
</ul>
<p>Not all of these bids will be successful, and many will only be successful bids after many years (.xxx was first seriously proposed around ten years ago).  We are also likely to see consultancies born who specialise in taking new registries through the ICANN processes, and even companies which can host full new-registry systems.</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2011/new-top-level-domain-redux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Escaping a pipe inside xargs</title>
		<link>http://www.andyd.net/2009/escaping-a-pipe-inside-xargs/</link>
		<comments>http://www.andyd.net/2009/escaping-a-pipe-inside-xargs/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 10:49:46 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.andyd.net/?p=142</guid>
		<description><![CDATA[<p>I&#8217;ve got a nasty dose of bashfail this morning.  I had a bash one-liner which generated a list of strings.  I needed to iterate over that list in xargs, but the command in xargs was itself a dirty multi-command one-liner :</p>
<p>crazy | stuff | xargs -i {}  <em>this {} | that {}</em> (with this and that expanded by xargs, not the shell)</p>
<p>I solved it by generating the command in xargs using &#8216;echo&#8217;, and then passing that into the shell.  Example :</p>
<p>crazy | stuff | xargs -i {} echo &#8221; this {} | that {} &#8221; | sh</p>
<p>Is this the cleanest way of doing it ?  This works fine, but loses readability points !</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2009/escaping-a-pipe-inside-xargs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Internet TV is ace</title>
		<link>http://www.andyd.net/2009/internet-tv-is-ace/</link>
		<comments>http://www.andyd.net/2009/internet-tv-is-ace/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 16:17:39 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[The 'net]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[non-tech]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2009/01/04/internet-tv-is-ace/</guid>
		<description><![CDATA[<p>Lots of people have been telling me that IP delivered video will be big.  For a long time, I have disagreed because innovations like the PVR (and therefore simple timeshifting) and the coming of age of multiplexing (and therefore multi channel tv) have expanded choice and allowed me to fit good TV that I like around my schedule.</p>
<p>I disagreed on the grounds that unicast IP is a fairly bad way to broadcast large volumes of data.  When wrapped with TCP to guarantee delivery and ensure quality, the infrastructure to handle the volumes of viewers for major tv series or live events, makes it hard to imagine it being possible to deliver real-time internet TV. This is before we consider the bandwidth requirements for high-definition video and audio.<br />
So why the change of mind ?</p>
<p>I previously assumed internet delivery was the <em>Raison d&#8217;etre</em> for Net Video.  Its not.  The internet might not have proved itself as the most viable platform for broadcast video, but it has proved itself time and again as the perfect platform for publishing content.  Internet TV is going to mean that &#8220;TV&#8221; gets some of the &#8220;wisdom of crowds&#8221; treatment, and that organisations with interesting things to say will be able to launch video content to worldwide audiences.  Previously, content makers would have needed to work with a huge machine of tens of organisations before video hit the airways, and they&#8217;d need to work with hundreds if they wanted to distribute to a worldwide audience.  Today ?  All you need is a bit of content, a bit of tallent and some hosting.</p>
<p>The second benefit to internet video is how portable it is.  I have syndicated three shows from <a href="http://www.revision3.com"title="Revision 3 - internet tv"  onclick="javascript:urchinTracker ('/outbound/article/www.revision3.com');">Revision3</a> (<a href="http://revision3.com/diggnation/"title="Diggnation"  onclick="javascript:urchinTracker ('/outbound/article/revision3.com');">Diggnation</a>, Systm, and Scam School), Scobleizer TV, and some other geeky video stuff.  It is downloaded to my laptop, and copied to my iPhone.  I can watch this on a normal TV at home in high quality, via a cheap phone to tv cable, or on the move via laptop or phone.  I can watch my usual TV if I am staying away by plugging the phone into a tv in a hotel room.<br />
In the future, I expect to watch niche stuff that is downloaded, and popular things that are spooled to disk via a broadcast system.  I would like to see some really neat devices shipping this year which allow me to combine recorded broadcast TV with downloaded Internet video, and let me carry broadcast TV in the same portable manner.</p>
<p>Also would love to hear what internet TV people are watching via the comments on the blog!</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2009/internet-tv-is-ace/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Might Xen die?</title>
		<link>http://www.andyd.net/2008/might-xen-die/</link>
		<comments>http://www.andyd.net/2008/might-xen-die/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 20:44:22 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2008/03/30/might-xen-die/</guid>
		<description><![CDATA[<p>I&#8217;m somewhat worried about the future of <a href="http://www.citrixxenserver.com/Pages/default.aspx" onclick="javascript:urchinTracker ('/outbound/article/www.citrixxenserver.com');">Xen</a>.  I&#8217;ve spent the last few years being worried about the future of Xen, because it&#8217;s been a project that&#8217;s been relatively encumbered by politics.  So much so that (and in fairness, partly because) the Linux kernel developers have been keen to work on their own virtualisation projects.</p>
<p>I installed some new Xen hosts for a customer last week, and used it as an opportunity to catch up with Xen news.  Although I used to use the xensource open source version to build xen hosts, I saw the free &#8216;xen-on-a-cd&#8217; downloadable ISO as an extremely important project that dropped the barrier for Xen adoption.</p>
<p>This free CD image is now limited to only <a href="http://www.citrixxenserver.com/products/Pages/XenExpress.aspx" onclick="javascript:urchinTracker ('/outbound/article/www.citrixxenserver.com');">four guest OSes</a> &#8211; need more on this platform ?  Or need to use more than 4GB of ram ?  These features now cost.</p>
<p>I acknowledge that open source <em>free</em>, does not mean <em>costless</em>.  But there have been two business models that are prevalent in the open source world, and Citrix are starting to behave like less like my favourite one.</p>
<p>The good model is like Red Hat&#8217;s &#8211; lending developers, money, and a strong name into a popular open source project which is largely feature compatible with a commercial version.  The company is backed by licensing the commercial version, and paid for support/training.  I say lending, because the return to the company should be quality feedback, software, and advocation in the community.<br />
The other is more like MySQL&#8217;s.  Although the code is published and shared between the community, the company work hard to limit the distribution of simple-to-install binary versions to enterprises who will not pay for it, for example &#8211; by their own admission &#8211; they <a href="http://dev.mysql.com/downloads/mysql/5.0.html#downloads" onclick="javascript:urchinTracker ('/outbound/article/dev.mysql.com');">withhold features, and essential bug fixes from the community version</a> for an unspecified time.</p>
<p>Limiting features, and specifying the free edition must run on lower grade hardware, might herald a sad death to any project&#8217;s status as a free project.  If, like with MySQL, the community editions and enterprise editions embark upon a long drawn out divorce, then pay for the software, or bin it at the beginning of the process.  I don&#8217;t know what will happen to the majority of Xen installations if some people need to make the choice .. but look out for some KVM articles in the coming days.</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2008/might-xen-die/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internationalisation of DNS continues</title>
		<link>http://www.andyd.net/2008/internationalisation-of-dns-continues/</link>
		<comments>http://www.andyd.net/2008/internationalisation-of-dns-continues/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 23:22:30 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[The 'net]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[non-tech]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2008/02/08/internationalisation-of-dns-continues/</guid>
		<description><![CDATA[<p>Like most original internet standards, the DNS was designed to initially suit the needs of any section of the world that could communicate using 7-bit ASCII and Latin character sets.  Then the internet became really popular.  Everywhere.  The DNS had to evolve to cope with naming schemes that came from alphabets all over the world.</p>
<p>All successful internet protocols are elegant and simple by design.  This makes it possible to retro-fit great ideas someone has one.  Internationalisation was proposed in 1992, and it eventually became <a href="http://www.verisign.com/static/002495.pdf" onclick="javascript:urchinTracker ('/outbound/article/www.verisign.com');">possible to register Internationalised Domain Names (IDNs) in the .com space</a> in 2003.  Standards move slowly on the internet!</p>
<p>IDN is up for discussion again at the <a href="http://www.icann.org/announcements/announcement-07feb08.htm" onclick="javascript:urchinTracker ('/outbound/article/www.icann.org');">31st ICANN meeting</a> on Monday.  This time, the world&#8217;s registry community are meeting in New Delhi, one of the most significant IT regions of the non-Latin world, to discuss the remaining &#8220;glitch&#8221; in the IDN system.  An IDN might look like this: <span class="Body-0020Text--Char" style="font-family: 'Verdana','Arial'; font-size: 10pt"><img width="62" height="13" alt="image" src="http://www.verisign.com/stellent/%3C$HttpWebRoot$%3Egroups/www_naming/documents/web_content/%7Eexport/001386%7E000025/124362_2.gif" /></span>.com.  Therefore any user still needs to be able to type .com in order to reach the resource they request.  There is a proposal at the ICANN meeting to add Internationalised top-level domains, actual complimentary TLDs to .com, that will mean that resources can be reached in any supported alphabet.</p>
<p>This is interesting stuff.  One school of thought is that this could significantly assist the development of electronic enterprise in many more pockets of the world.  The supremacy of Silicon Valley as the web&#8217;s main economy would then be broken.  I think differently &#8211; I think that .com is now too established as the main ecommerce &#8216;brand&#8217; TLD, and attempts to localise the meaning of .com will be fruitless.  .com means &#8220;I trade online&#8221;.  Despite .biz and similar TLDs being equal in technical terms, they are not equal in the eyes of shoppers or traders.  .com now has specific global meaning, and can&#8217;t be diluted.</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2008/internationalisation-of-dns-continues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vodafone&#8217;s legal challenge to fast porting.</title>
		<link>http://www.andyd.net/2008/vodafones-legal-challenge-to-fast-porting/</link>
		<comments>http://www.andyd.net/2008/vodafones-legal-challenge-to-fast-porting/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 13:01:25 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[non-tech]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[telecoms]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2008/02/04/vodafones-legal-challenge-to-fast-porting/</guid>
		<description><![CDATA[<p>I tried to open some dialogue with colleague members of the <a href="http://www.itspa.org.uk/" onclick="javascript:urchinTracker ('/outbound/article/www.itspa.org.uk');">ITSPA</a> about <a href="http://business.timesonline.co.uk/tol/business/industry_sectors/telecoms/article3280588.ece" onclick="javascript:urchinTracker ('/outbound/article/business.timesonline.co.uk');">Vodafone&#8217;s legal challenge to Ofcom&#8217;s two-hour number port ruling</a>.  Instead I got a number of offlist replies suggesting Vodafone&#8217;s challenge is still news to many in the industry.</p>
<p>Today, if you want to port your number from one service provider to another, it relies on two major coincidences &#8211; firstly that your old and new provider have an agreement in place to manage the technical transfer between the two networks, and secondly that your old provider remains fully willing to forward all calls destined from your old number, to your new service provider.</p>
<p>There are several issues with such a system &#8211; the first is that your old provider are still very much involved, so their technical or commercial failure causes a problem long after you have ported away, another is that the process is slow and manual, and a third is that not all service providers have agreements to permit number porting (called a Mutual Porting Agreement in the industry).</p>
<p>Vodafone are concerned about the costs of the new system, even though an industry group UKPorting has only just begun to gather information about how the system should work.  I think that it&#8217;s a flawed premise to argue that a system is too expensive before a system is selected (and associated costs are announced).  Instead Vodafone should get involved with designing a perfect system.</p>
<p>The UKporting system to facilitate fast, reliable, and simple porting must happen, and must succeed.  We have to protect consumers who port their number from failures caused by their former service provider.</p>
<p>I am concerned that the system may mean all multihomed telephone networks will need to move to any all-call-query model that&#8217;s run by one natural monopoly.  If a single entity holds the industry to ransom, we have not moved forward &#8211; there&#8217;s still a single commercial or technical position that can fail to break your port.  The single All-Call-Query model also lends itself well to governments having access to a single point where recording of most call attempts can be made.</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2008/vodafones-legal-challenge-to-fast-porting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Net Neutrality debate gets traction</title>
		<link>http://www.andyd.net/2007/net-neutrality-debate-gets-traction/</link>
		<comments>http://www.andyd.net/2007/net-neutrality-debate-gets-traction/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 13:15:47 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[The 'net]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[non-tech]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2007/09/16/net-neutrality-debate-gets-traction/</guid>
		<description><![CDATA[<p>I cited a DoJ statement in a <a href="http://www.andyd.net/index.php/2007/09/06/a-license-to-do-something-bad-isnt-reason-to/" >previous article</a> that was destined to stagnate or kill all innovation on the web, by permitting ISPs to end the end-to-end nature of the internet.</p>
<p>I&#8217;ve been trying to draw the attention of some other technical people by talking about NN on mailing lists.  Sadly some people have got the wrong end of the stick &#8211; they think that the rule simply states that ISPs will be allowed to carry customer Quality of Service preferences to the edge of their ISP networks.  This is not the case &#8211; the Net Neutrality debate is about whether an ISP should be permitted to be un-neutral irrespective of, or even against their customers&#8217; wishes.</p>
<p>One company that stands to loose most from an un-neutral net is Google who have been quick to earn column inches supporting the neutral net.</p>
<p>Peter Norvig, Google&#8217;s Director of Research speaks from the front cover of this weeks&#8217; Computing arguing that the only reason &#8220;the net has grown far beyond the original perception bounds&#8221; was in fact &#8221; because it is open, and because services can be launched without being fettered by higher level control.  At Google, we think it is good for competition to try to keep services this way, and that is what we are going to push for.&#8221;</p>
<p>I don&#8217;t want an internet dominated only by companies with deep pockets.  Google, the archetypal company with the deepest pockets don&#8217;t even want an internet dominated only by companies with deep pockets.  The only parties that stand to gain from the NN war as the ISPs that have been the most aggressive at driving down consumer internet charges, to un-sustainable points.  Don&#8217;t give them a life line.  Let&#8217;s have a fair internet.</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2007/net-neutrality-debate-gets-traction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Municipally Provided Wifi Must Never Be Allowed</title>
		<link>http://www.andyd.net/2007/why-municipally-provided-wifi-must-never-be-allowed/</link>
		<comments>http://www.andyd.net/2007/why-municipally-provided-wifi-must-never-be-allowed/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 18:03:58 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[The 'net]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[non-tech]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2007/09/05/why-municipally-provided-wifi-must-never-be-allowed/</guid>
		<description><![CDATA[<p>I have twice now had to defend an unpopular premise &#8211; that local governments should not provide free wifi to residents and visitors.  A recent thread on the <a href="http://www.openrightsgroup.org/"title="Open Rights Group"  onclick="javascript:urchinTracker ('/outbound/article/www.openrightsgroup.org');">Open Rights Group</a> discussion list almost got pretty out of hand between a few people who thought it was dangerous for the government to be providing IP services, and the majority who wanted it.</p>
<p>To provide &#8220;free&#8221; wifi to residents, a council must spend our money on many more items than simply wifi access points located in strategic points around the city. They need to provide onward connectivity (expensive), operational support, technical support, security systems, subscriptions to professional groups such as the IWF, monitoring and maintenance and much more.  The council can&#8217;t afford to fix the pot-holes on my road, despite billing me each April on the promise of doing just that, so where will the money come from in order to pay or this infrastructure?</p>
<p>I also do not want the council competing with my local ISP.  Government is not designed to compete with private enterprises.  Turfing council tax paying employees out of work by competing with their employers is surely counter-productive.</p>
<p>I also don&#8217;t want the general public to be led to believe that internet access is free to provide.  Its bad enough that Carphone Warehouse, Orange, and other companies are trying to their best to leave customers of &#8216;free&#8217; broadband services with that theory without my local government joining in.</p>
<p>Some people believe that free municipal wifi could be a positive externality achieved when a city is &#8216;wifi&#8217;d&#8217; for public sector employees to use when doing their job.  I would love to see any cost/benefit analysis that demonstrated that the applications that drive our public sector are cheaper to run over ubiquitous wifi rather than store-and-forward messaging systems that take advantage of wifi at strategic points or 3G data connectivity.  I then want to see the figures that suggest opening up a private local government network for public use wont cost any more money.</p>
<p>Then followed the argument that if local government can provide street-lights, then why shouldn&#8217;t they provide wifi using the same rationale.  The problem with this logic is that streetlights and IP connectivity are not similar enough to compare.  Street lighting is a public good; in economic terms, that means that we all are required to pay for it and we all get it, irrespective of our purchase preferences as free economic agents. People wouldn&#8217;t &#8216;buy&#8217; street lighting in normal circumstances, even though there is a compelling reason to deploy it.  Internet connectivity is not like this, where IP is useful, it is already widely deployed.</p>
<p>Firms <strong>need</strong> to fight in order to be the best at providing services, so that they can feed innovation and value.  Consumers need to choose which service meets their needs the best.  I would wager that you demand very different things from your domestic internet connection than I do.  If I had to buy SheffieldCityBroadband (which I <em>do</em> have to buy, if I get taxed for its provision &#8211; tax is of course demanding money with menaces), it probably wont do what I need.<br />
Free wifi isn&#8217;t free.  Someone has to pay.  And if that someone is the taxpayer, then why can&#8217;t we just pay &#8220;the best&#8221; private company in our area to provide the service.  Perhaps I will be lucky and get two providers to fight it out to be the best!</p>
<p>Lastly, the concept of buying internet access from the Government is extremely frightening to me.  Check out the <a href="http://publicaffairs.linx.net/news/?cat=43"title="Content Blocking"  onclick="javascript:urchinTracker ('/outbound/article/publicaffairs.linx.net');">content blocking section of the LINX Public Affairs site</a> if you want some evidence that the government are desperate to filter our internet connections.  If everyone buys their state-IP the government have a simple place to block our content!</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2007/why-municipally-provided-wifi-must-never-be-allowed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Event Expression.</title>
		<link>http://www.andyd.net/2007/common-event-expression/</link>
		<comments>http://www.andyd.net/2007/common-event-expression/#comments</comments>
		<pubDate>Tue, 29 May 2007 19:34:26 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[non-tech]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2007/05/29/common-event-expression/</guid>
		<description><![CDATA[<p>I am getting quite excited about some of the material I have been reading on <a href="http://raffy.ch/blog/wp-content/uploads/2007/05/cee-r2.pdf" onclick="javascript:urchinTracker ('/outbound/article/raffy.ch');">Common Event Expression (pdf)</a>.  CEE is a desire to standardise the way that events are described.  I can see this being of significant advantage to sysadmins who need to produce large scale monitoring systems.</p>
<p>We already all use syslog-ng or rsyslogd or similar to aggregate our logs centrally, but it would be great to be able to aggregate logs inside our monitoring systems in such a way that when we add servers to our networks, any issues that they raise, in the application layer, or in hardware, are described to monitoring systems in a common and expected way.</p>
<p>If the taxonomy of error handling was equivalent on, say, routing kit as well as desktop systems, this allows sysadmins to deploy complex monitoring systems with less effort.  Understand how to handle a mistake with system-X and every single system you deploy from then on benefits from tried and tested monitoring and management.</p>
<p>Its early days for CEE, but I am optimistic about the benefits we could all realise if there was a desire to standardise logging.  <a href="http://measurablesecurity.mitre.org/" onclick="javascript:urchinTracker ('/outbound/article/measurablesecurity.mitre.org');">Looking forward to what happens next.</a></p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2007/common-event-expression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Laserjet 1022n and Mac OS/X</title>
		<link>http://www.andyd.net/2007/hp-laserjet-1022n-and-mac-osx/</link>
		<comments>http://www.andyd.net/2007/hp-laserjet-1022n-and-mac-osx/#comments</comments>
		<pubDate>Wed, 16 May 2007 08:15:37 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.andyd.net/index.php/2007/05/16/hp-laserjet-1022n-and-mac-osx/</guid>
		<description><![CDATA[<p>I was trying to print from a mac to the HP Laserjet 1022n printer.  Bonjour could see the printer, but couldn&#8217;t find a driver.</p>
<p>All of the blogs I found when googling recommended to plug the printer into the mac directly, let it detect it as a local printer, then plug it back into the network.  Frankly, that&#8217;s pants.</p>
<p>Just pick the &#8216;HP Laserjet 5 Series&#8217; gimp-print driver from the drop down.  It works fine then.</p>
<p></p>
<p></p>
]]></description>
		<wfw:commentRss>http://www.andyd.net/2007/hp-laserjet-1022n-and-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

