<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<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>open standards &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/open-standards/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Sat, 28 Mar 2026 06:34:47 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>open standards &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[.well-known/avatar]]></title>
		<link>https://shkspr.mobi/blog/2024/03/well-known-avatar/</link>
					<comments>https://shkspr.mobi/blog/2024/03/well-known-avatar/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sun, 17 Mar 2024 12:34:47 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[IETF]]></category>
		<category><![CDATA[open standards]]></category>
		<category><![CDATA[standards]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=49907</guid>

					<description><![CDATA[Hot on the heels of a post I wrote 4 years ago, wouldn&#039;t it be useful to have a well-known URl for user avatar images?  When I sign up to a web service, I don&#039;t want to faff around uploading an image to use as my avatar. I want that service to look at my email address or social-sign-in and automatically pick up my preferred graphic.  Here&#039;s how I see it working.   A user signs in to a service…]]></description>
										<content:encoded><![CDATA[<p>Hot on the heels of <a href="https://shkspr.mobi/blog/2020/03/one-avatar-to-rule-them-all/">a post I wrote 4 years ago</a>, wouldn't it be useful to have a <a href="https://en.wikipedia.org/wiki/Well-known_URI">well-known URl</a> for user avatar images?</p>

<p>When I sign up to a web service, I don't want to faff around uploading an image to use as my avatar. I want that service to look at my email address or social-sign-in and automatically pick up my preferred graphic.</p>

<p>Here's how I see it working.</p>

<ol>
<li>A user signs in to a service with the email address <code>username@example.com</code></li>
<li>In a similar way to <a href="https://www.rfc-editor.org/rfc/rfc7033">WebFinger</a>, the service makes a request to:

<ul>
<li><code>example.com/.well-known/avatar?resource=acct:username@example.com</code></li>
</ul></li>
<li>If the request's <code>Accept</code> header has a MIME type of <code>image/*</code>, then the server immediately returns an image.</li>
<li>If the request's <code>Accept</code> header has a MIME type of <code>application/json</code>, then the server can return a WebFinger-style document with <code>"rel":"http://webfinger.net/rel/avatar"</code> and, perhaps, a list of different images, formats, and sizes.</li>
</ol>

<p>This makes it incredibly simple for people to use the same avatar <em>everywhere</em>.</p>

<p>It also means that if you're designing a service which publicly shows usernames, you can make avatars available without an expensive API call. For example, Twitter could make user's avatars available at:
<code>twitter.com/.well-known/avatars?resource=acct:edent</code></p>

<h2 id="but-what-about"><a href="https://shkspr.mobi/blog/2024/03/well-known-avatar/#but-what-about">But what about...?</a></h2>

<p>This is a sketch of an idea. I'd like to know if people think it is useful before I take it any further.</p>

<p>I don't think it breaches privacy - a user's image is public on all services anyway.</p>

<p>Users should still be given the option of changing their avatar if they want.</p>

<p>A service shouldn't expose the user's email address - they should proxy the image.</p>

<p>Anything else I should have thought of?</p>

<p><ins datetime="2024-03-18T15:05:30+00:00">Updates</ins></p>

<p>To stave off some common points raised.</p>

<ul>
<li>No this isn't like <a href="https://shkspr.mobi/blog/2020/03/one-avatar-to-rule-them-all/">Gravatar</a>. That works by being a 3rd party service and using the MD5 of your email address.</li>
<li>No this isn't like <a href="https://www.libravatar.org/">Libravatar</a>. See above.</li>
<li>No this isn't like WebFinger. That only returns JSON.</li>
<li>No this isn't like h-card. That requires a server to parse HTML in order to find an image.</li>
<li>No this isn't like <a href="https://shkspr.mobi/blog/2022/08/dns-esoterica-bimi-svg-in-dns-txt-wtf/">BIMI</a>. That's expensive and only supports SVG.</li>
</ul>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=49907&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2024/03/well-known-avatar/feed/</wfw:commentRss>
			<slash:comments>31</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Why bother with What Three Words?]]></title>
		<link>https://shkspr.mobi/blog/2019/03/why-bother-with-what-three-words/</link>
					<comments>https://shkspr.mobi/blog/2019/03/why-bother-with-what-three-words/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Thu, 28 Mar 2019 12:26:58 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[open standards]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[what3words]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=31803</guid>

					<description><![CDATA[I&#039;ll be wording this post carefully as What 3 Words (W3W) have a tenacious PR team and, probably, have a lot more lawyers than I do.  W3W is a closed product. It is a for-profit company masquerading as an open standard. And that annoys me.  A brief primer.   The world is a sphere. We can reference any point on the surface of Earth using two co-ordinates, Longitude and Latitude. Long/Lat are…]]></description>
										<content:encoded><![CDATA[<p>I'll be wording this post carefully as <a href="https://what3words.com/">What 3 Words</a> (W3W) have a tenacious PR team and, probably, have a lot more lawyers than I do.</p>

<p>W3W is a closed product. It is a for-profit company masquerading as an open standard. And that annoys me.</p>

<p>A brief primer.</p>

<ul>
<li>The world is a <a href="https://simple.wikipedia.org/wiki/Oblate_spheroid">sphere</a>.</li>
<li>We can reference any point on the surface of Earth using two co-ordinates, Longitude and Latitude.</li>
<li>Long/Lat are numbers. They can be as precise or as vague as needed.</li>
<li>Humans can't remember long strings of numbers, and reading them out is difficult.</li>
</ul>

<p>W3W aims to solve this. It splits the world into a grid, and gives every square a unique three-word phrase.</p>

<p>So the location <code>51.50799,-0.12803</code> becomes <code>///mile.crazy.shade</code></p>

<p>Brilliant, right?</p>

<p>No.</p>

<p>Here's all the problems I have with W3W.</p>

<h2 id="it-isnt-open"><a href="https://shkspr.mobi/blog/2019/03/why-bother-with-what-three-words/#it-isnt-open">It isn't open</a></h2>

<p>The algorithm used to generate the words is proprietary. You are not allowed to see it. You cannot find out your location without asking W3W for permission.</p>

<p>If you want permission, you have to agree to some pretty <a href="https://what3words.com/terms/">long terms and conditions</a>. And understand their <a href="https://what3words.com/privacy/">privacy policy</a>. Oh, and an <a href="https://what3words.com/api-licence-agreement">API agreement</a>.  And then make sure you <a href="https://web.archive.org/web/20190401024948/https://what3words.com/patents/">don't infringe their patents</a>.</p>

<p>You cannot store locations. You have to let them analyse the locations you look up. Want to use more than 10,000 addresses? Contact them for prices!</p>

<p>It is the antithesis of open.</p>

<h2 id="cost"><a href="https://shkspr.mobi/blog/2019/03/why-bother-with-what-three-words/#cost">Cost</a></h2>

<p>W3W refuses to publish their prices. You have to contact their sales team if you want to know what it will cost your organisation.</p>

<p>Open standards are free to use.</p>

<h2 id="earthquakes"><a href="https://shkspr.mobi/blog/2019/03/why-bother-with-what-three-words/#earthquakes">Earthquakes</a></h2>

<p>When an earthquake struck Japan, street addresses didn't change <em>but</em> that <a href="https://slate.com/news-and-politics/2011/03/japanese-earthquake-when-tectonic-plates-shift-does-gps-still-work.html">their physical location did</a>.</p>

<p>That is, a street address is <em>still</em> 42 Acacia Avenue - but the Longitude and Latitude has changed.</p>

<p>Perhaps you think this is an edge case? It isn't. <a href="https://www.nationalgeographic.com/science/article/australia-moves-gps-coordinates-adjusted-continental-drift">Australia is drifting so fast that GPS can't keep up</a>.</p>

<p>How does W3W deal with this? Their grid is static, so <a href="https://web.archive.org/web/20191213153136/https://support.what3words.com/en/articles/2212848-how-does-what3words-handle-continental-drift">any tectonic activity means your W3W changes</a>.</p>

<h2 id="internationalisation"><a href="https://shkspr.mobi/blog/2019/03/why-bother-with-what-three-words/#internationalisation">Internationalisation</a></h2>

<p>Numbers are <em>fairly</em> universal. Lots of countries use 0-9. English words are <em>not</em> universal.  How does W3W deal with this?</p>

<p>Is "cat.dog.goose" straight translated into French? No! Each language has its own word list.</p>

<p>There is no way to translate between languages. You have to beg W3W for permission for access to their API.  They do not publish their word lists or the mappings between them.</p>

<p>So, if I want to tell a French speaker where <code>///mile.crazy.shade</code> is, I have to use <code>///embouchure.adjuger.saladier</code></p>

<p>Loosely translated back as <code>///mouth.award.bowl</code> an <a href="https://map.what3words.com/mouth.award.bowl">entirely different location</a>!</p>

<p>You're not allowed to know what word lists W3W use. They take a <a href="https://web.archive.org/web/20190401095946/https://support.what3words.com/hc/en-us/articles/203105521-Is-a-3-word-address-in-French-or-any-other-language-a-translation-of-the-same-3-words-in-English-">paternalistic attitude</a> to creating their lists - they know best. You cannot propose changes.</p>

<p>Anecdotally, their <a href="https://news.ycombinator.com/item?id=17423421">non-English word lists are confusing even for native speakers</a>.</p>

<h2 id="cultural-respect"><a href="https://shkspr.mobi/blog/2019/03/why-bother-with-what-three-words/#cultural-respect">Cultural Respect</a></h2>

<p>Numbers are (mostly) culturally neutral. Words are not.  Is "mile.crazy.shade" a respectful name for a war memorial?  How about <a href="https://map.what3words.com/tribes.hurt.stumpy"><code>///tribes.hurt.stumpy</code></a> for a temple?</p>

<p>How do you feel about <a href="https://map.what3words.com/weepy.lulls.emerge"><code>///weepy.lulls.emerge</code></a> and <a href="https://map.what3words.com/grouchy.hormone.elevating"><code>///grouchy.hormone.elevating</code></a> both being at Auschwitz?  Or <a href="https://map.what3words.com/klartext.bestückt.vermuten"><code>///klartext.bestückt.vermuten</code></a> - "cleartext stocked suspect"?</p>

<p>This is a classic computer science problem. Every sufficiently long word list can eventually be recombined into a potentially offensive phrase.</p>

<h2 id="open-washing"><a href="https://shkspr.mobi/blog/2019/03/why-bother-with-what-three-words/#open-washing">Open Washing</a></h2>

<p>W3W know that <a href="https://wiki.openstreetmap.org/wiki/What3words">the majority of technical people are not fooled</a> by their attempts to lock down addressing.</p>

<p>They include this paragraph to attempt to prove their openness:</p>

<blockquote><p>If we, what3words ltd, are ever unable to maintain the what3words technology or make arrangements for it to be maintained by a third-party (with that third-party being willing to make this same commitment), then we will release our source code into the public domain. We will do this in such a way and with suitable licences and documentation to ensure that any and all users of what3words, whether they are individuals, businesses, charitable organisations, aid agencies, governments or anyone else can continue to rely on the what3words system.</p></blockquote>

<p>I don't know how they propose to bind a successor organisation. They don't say <em>what</em> licences they will use. If they go bust, there's no guarantee they'll be legally able to release this code, nor may they have the time to do so.</p>

<p>There's nothing stopping W3W from releasing their algorithms now, subjecting them to scrutiny by the standards community.  They could build up a community of experts to help improve the system, they could work with existing mapping efforts, they could help build a useful and open standard.</p>

<p>But they don't. They guard their secrets and actively promote their proprietary product in the hope it will become widely accepted and then they can engage in rent-seeking behaviour.</p>

<h2 id="this-is-not-a-new-argument"><a href="https://shkspr.mobi/blog/2019/03/why-bother-with-what-three-words/#this-is-not-a-new-argument">This is not a new argument</a></h2>

<p>My mate <a href="https://blog.ldodds.com/2016/06/14/what-3-words-jog-on-mate/">Leigh wrote about this three years ago</a>. <a href="https://knowwhereconsulting.co.uk/blog/location-grid-not-an-address/">Lots</a> <a href="https://medium.com/@piesse/open-location-code-what3words-74a3f810c18d">of</a> <a href="https://news.ycombinator.com/item?id=18646650">people</a> <a href="https://www.quora.com/What-is-your-review-of-what3words">have</a> <a href="https://stiobhart.net/2016-01-15-stupidest-idea-ever/">criticised</a> <a href="https://web.archive.org/web/20160323130517/https://blog.telemapics.com/?p=589">W3W</a>.</p>

<blockquote class="social-embed" id="social-embed-753653845859962880" lang="en" itemscope="" itemtype="https://schema.org/SocialMediaPosting"><header class="social-embed-header" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><a href="https://twitter.com/gravitystorm" class="social-embed-user" itemprop="url"><img class="social-embed-avatar social-embed-avatar-circle" src="data:image/webp;base64,UklGRioCAABXRUJQVlA4IB4CAACQCwCdASowADAAPrVQoUunJKMhqqlY4BaJYwC9kcDbBRl9I9aJ1IulQrnBezYKZA7Tb4F4ZSvtPKxRN6Z9ut3m56tnhSx5femtVzw7zKLNrLf//NlDDtpGA/9Dc6aOWHcNsLa2wAD8/+1/lM6uvsc1ZQBbzfK2qc9ZZWPliCiCKdQsdhd13xbCLrYUVbL5TnDdmbN0jdjoqdczdEqUytIrvmJ9wEGNOoRAKC/uwxBFrWxjS707IimDPJ/UFMZ5UC/fMeYTGR3ZjFWzo4x73XOSL55x8PCWixzOT2PsZ2c/hn6pikKCb8lNVjMWVq7S233TASgprafVCgBqqGZD7PhbVTsNVhBhufNKHIb6BSoe8T0WOTxzbjudoGb50CMcuW4uYTYRUeZpGFJops8sP1KN6I351Z1t94AqHSAetcx/8sgvN8Tnj+0FsB8LizAzpzXyP63bPi3U7D3RbiftgDZnNIfgxZC5Yp54VXZ0h8XJBB0yOCcdQ3RdHFwfMzQCofRIZORGYSIZK5CEBZWMRxXgrrOS9NSBD3u4qp7OX3spOqdUCojLAe/uRThuRit6AfDOjAQGFHNj7JC6cPLPBYXMHoMT/GVqlsHzX71XNGddPjgwJ27mT4JNlQ4BooVtLds+Y8EkC9rH0n2iamEpq4tqXN8YjIZOzMYiMEpMLpiqyka/VvijX4gdLB0GIBy3sTwFetxLSNPpoyPjUxYAAA==" alt="" itemprop="image"><div class="social-embed-user-names"><p class="social-embed-user-names-name" itemprop="name">Andy Allan @gravitystorm@gravitystorm.co.uk</p>@gravitystorm</div></a><img class="social-embed-logo" alt="Twitter" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Aaria-label%3D%22Twitter%22%20role%3D%22img%22%0AviewBox%3D%220%200%20512%20512%22%3E%3Cpath%0Ad%3D%22m0%200H512V512H0%22%0Afill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%231d9bf0%22%20d%3D%22m458%20140q-23%2010-45%2012%2025-15%2034-43-24%2014-50%2019a79%2079%200%2000-135%2072q-101-7-163-83a80%2080%200%200024%20106q-17%200-36-10s-3%2062%2064%2079q-19%205-36%201s15%2053%2074%2055q-50%2040-117%2033a224%20224%200%2000346-200q23-16%2040-41%22%2F%3E%3C%2Fsvg%3E"></header><section class="social-embed-text" itemprop="articleBody">.<a href="https://twitter.com/what3words">@what3words</a> is bad technical idea, and ethically terrible too. But all VCs like patented economic rents so the juggernaut rolls on. <a href="https://twitter.com/hashtag/geomob">#geomob</a></section><hr class="social-embed-hr"><footer class="social-embed-footer"><a href="https://twitter.com/gravitystorm/status/753653845859962880"><span aria-label="29 likes" class="social-embed-meta">❤️ 29</span><span aria-label="6 replies" class="social-embed-meta">💬 6</span><span aria-label="0 reposts" class="social-embed-meta">🔁 0</span><time datetime="2016-07-14T18:14:13.000Z" itemprop="datePublished">18:14 - Thu 14 July 2016</time></a></footer></blockquote>

<p>But W3W have a great PR team - pushing press releases which are then reported as <a href="https://www.bbc.co.uk/news/technology-40935774">uncritical</a> <a href="https://www.bbc.co.uk/news/technology-47705912">news</a>.</p>

<p>The most recent press release contains a <em>ludicrous</em> example:</p>

<ul>
<li>Person dials the emergency services</li>
<li>Person doesn't know their location</li>
<li>Emergency services sends the person a link</li>
<li>Person clicks on link, opens web page</li>
<li>Web page geolocates user and displays their W3W location</li>
<li>Person reads out their W3W phrase to the emergency services</li>
</ul>

<p>Here's the thing... If the person's phone has a data connection - the web page can just send the geolocation directly back to the emergency services! No need to get a human to read it out, then another human to listen and type it in to a different system.</p>

<p>There is literally no need for W3W in this scenario. If you have a data connection, you can send your precise location without an intermediary.</p>

<h2 id="what-next"><a href="https://shkspr.mobi/blog/2019/03/why-bother-with-what-three-words/#what-next">What Next?</a></h2>

<p>W3W succeeds because it has a superficially simple solution to a complex problems. It is a brilliant lesson in how marketing and PR can help a technologically inferior project look like it is a global open solution.</p>

<p>I'm not joking. Their <a href="https://web.archive.org/web/20190401075718/https://www.edelman.co.uk/work/what3words/">branding firm says</a>:</p>

<blockquote><p>Edelman helped what3words frame their story to be compelling by tapping into human emotion.
We also created a story for CEO Chris Sheldrick about how having an address can drive social transformation and business efficiency, securing profiling and speaker opportunities.
Through paid social campaigns we re-targeted these stories, getting through to the decision makers that mattered most.
We articulated their purpose narrative and refined their strategy to engage investors and excite the media.</p></blockquote>

<p>It takes <a href="https://twitter.com/ziobrando/status/289635060758507521">too much time to refute all their claims</a> - but we must. Whenever you see people mentioning What3Words, politely remind them that it is not an open standard and should be avoided.</p>

<blockquote class="social-embed" id="social-embed-1110606981142925313" lang="en" itemscope="" itemtype="https://schema.org/SocialMediaPosting"><header class="social-embed-header" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><a href="https://twitter.com/edent" class="social-embed-user" itemprop="url"><img class="social-embed-avatar social-embed-avatar-circle" src="data:image/webp;base64,UklGRkgBAABXRUJQVlA4IDwBAACQCACdASowADAAPrVQn0ynJCKiJyto4BaJaQAIIsx4Au9dhDqVA1i1RoRTO7nbdyy03nM5FhvV62goUj37tuxqpfpPeTBZvrJ78w0qAAD+/hVyFHvYXIrMCjny0z7wqsB9/QE08xls/AQdXJFX0adG9lISsm6kV96J5FINBFXzHwfzMCr4N6r3z5/Aa/wfEoVGX3H976she3jyS8RqJv7Jw7bOxoTSPlu4gNbfXYZ9TnbdQ0MNnMObyaRQLIu556jIj03zfJrVgqRM8GPwRoWb1M9AfzFe6Mtg13uEIqrTHmiuBpH+bTVB5EEQ3uby0C//XOAPJOFv4QV8RZDPQd517Khyba8Jlr97j2kIBJD9K3mbOHSHiQDasj6Y3forATbIg4QZHxWnCeqqMkVYfUAivuL0L/68mMnagAAA" alt="" itemprop="image"><div class="social-embed-user-names"><p class="social-embed-user-names-name" itemprop="name">Terence Eden is on Mastodon</p>@edent</div></a><img class="social-embed-logo" alt="Twitter" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Aaria-label%3D%22Twitter%22%20role%3D%22img%22%0AviewBox%3D%220%200%20512%20512%22%3E%3Cpath%0Ad%3D%22m0%200H512V512H0%22%0Afill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%231d9bf0%22%20d%3D%22m458%20140q-23%2010-45%2012%2025-15%2034-43-24%2014-50%2019a79%2079%200%2000-135%2072q-101-7-163-83a80%2080%200%200024%20106q-17%200-36-10s-3%2062%2064%2079q-19%205-36%201s15%2053%2074%2055q-50%2040-117%2033a224%20224%200%2000346-200q23-16%2040-41%22%2F%3E%3C%2Fsvg%3E"></header><section class="social-embed-text" itemprop="articleBody">Your periodic reminder that W3W is a closed and proprietary system, with opaque licencing, hefty pricing, and poor internationalisation.<br>It does have a very good PR team though.<blockquote class="social-embed" id="social-embed-1110589231913730048" lang="en" itemscope="" itemtype="https://schema.org/SocialMediaPosting"><header class="social-embed-header" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><a href="https://twitter.com/BBCTech" class="social-embed-user" itemprop="url"><img class="social-embed-avatar social-embed-avatar-circle" src="data:image/webp;base64,UklGRhoCAABXRUJQVlA4IA4CAAAQCwCdASowADAAPrVIoEqnJCMhpzgO2OAWiWgAvgAwR6Yku8lf72gBbKsYMjesB0KeJP6j6wN3B5s/Qzzlag/SAPxEmFq+8wcewp4+scMbFcvsSkLeYOvPmIv669qRwRSgAP72gLISoUlr9Gubns/9T266/90eTO654nmf/sHf/6Dv/9B39zeqetfJ9bvnbpn49iyTKm6dkY464QJP/SpTzf+p7kbM0/cnucJhluCY+WG/yZioSiyPDUikPlla9soDUMk4lSkoz8GFwrCj6tPI3qvDvEu36Sjm2z9qT6r16pNDr1jj5OQRhHn2dgzCYjDpu3bf/mu8ibv8XJHhkaqpv4GMPWghU/OzOY2OMfMOQT1X6e+NkY6zK+Ti8VwlFGj+q4yQoAqyyJM2oJmWF41WU6IiXxCL2kFe16bciVA6b8TllGPSAOUzvXe8eLvipls+3l+utHFTwl+qe8kBVTo1KwD687WExY7gz04YnFxRQWP/a7Tc0p4OdJTaKbUDAZtB67lZm6+1zEBoCnbgaDaftx9CBTeKCfP+OctvGFp2uGlR/8JNCZQyRTuq3ATPPkbCHqyahUpd0cOHXgDvSqdfsGKEny2Z1bX08/v/d+qcdFpg2RGCho0B2j7afEbyhBa3Wfsav4S5l4vGYrEZw1AEMnYZQ6qv4ZQz+7Z68XrDz5RTtfa/vLJvZKKrRcAA" alt="" itemprop="image"><div class="social-embed-user-names"><p class="social-embed-user-names-name" itemprop="name">BBC News Technology</p>@BBCTech</div></a><img class="social-embed-logo" alt="Twitter" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Aaria-label%3D%22Twitter%22%20role%3D%22img%22%0AviewBox%3D%220%200%20512%20512%22%3E%3Cpath%0Ad%3D%22m0%200H512V512H0%22%0Afill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%231d9bf0%22%20d%3D%22m458%20140q-23%2010-45%2012%2025-15%2034-43-24%2014-50%2019a79%2079%200%2000-135%2072q-101-7-163-83a80%2080%200%200024%20106q-17%200-36-10s-3%2062%2064%2079q-19%205-36%201s15%2053%2074%2055q-50%2040-117%2033a224%20224%200%2000346-200q23-16%2040-41%22%2F%3E%3C%2Fsvg%3E"></header><section class="social-embed-text" itemprop="articleBody">Three-unique-words 'map' used to rescue mother and child <a href="https://bbc.in/2FBnJ5O">bbc.in/2FBnJ5O</a></section><hr class="social-embed-hr"><footer class="social-embed-footer"><a href="https://twitter.com/BBCTech/status/1110589231913730048"><span aria-label="63 likes" class="social-embed-meta">❤️ 63</span><span aria-label="0 replies" class="social-embed-meta">💬 0</span><span aria-label="33 reposts" class="social-embed-meta">🔁 33</span><time datetime="2019-03-26T17:08:01.000Z" itemprop="datePublished">17:08 - Tue 26 March 2019</time></a></footer></blockquote></section><hr class="social-embed-hr"><footer class="social-embed-footer"><a href="https://twitter.com/edent/status/1110606981142925313"><span aria-label="152 likes" class="social-embed-meta">❤️ 152</span><span aria-label="7 replies" class="social-embed-meta">💬 7</span><span aria-label="0 reposts" class="social-embed-meta">🔁 0</span><time datetime="2019-03-26T18:18:33.000Z" itemprop="datePublished">18:18 - Tue 26 March 2019</time></a></footer></blockquote>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=31803&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/03/why-bother-with-what-three-words/feed/</wfw:commentRss>
			<slash:comments>158</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Plot twist!]]></title>
		<link>https://shkspr.mobi/blog/2019/01/plot-twist/</link>
					<comments>https://shkspr.mobi/blog/2019/01/plot-twist/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Mon, 07 Jan 2019 12:53:34 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[nhs]]></category>
		<category><![CDATA[open standards]]></category>
		<category><![CDATA[regeneration]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[work]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=30936</guid>

					<description><![CDATA[A mysterious woman, with a non-London accent and blonde hair, reached out her hand. She asked me a simple, yet terrifying, question - &#34;Do you want to come on an adventure?&#34;    Sadly, Hadley Beeman does not have a TARDIS (Well, as far as any of us can tell...). What she does have is an interesting new job for me. Take a deep breath, because it&#039;s a heck of a long title:  Senior Technology Advisor…]]></description>
										<content:encoded><![CDATA[<p>A mysterious woman, with a non-London accent and blonde hair, reached out her hand. She asked me a simple, yet terrifying, question - "Do you want to come on an adventure?"</p>

<div style="width:100%;height:0;padding-bottom:41%;position:relative;"><iframe src="https://giphy.com/embed/3vAkYOKkAKHq5wNG55" width="100%" height="100%" style="position:absolute" frameborder="0" class="giphy-embed" allowfullscreen=""></iframe></div>

<p>Sadly, <a href="https://twitter.com/hadleybeeman">Hadley Beeman</a> does not have a TARDIS (<small>Well, as far as any of us can tell...)</small>. What she <em>does</em> have is an interesting new job for me. Take a deep breath, because it's a heck of a long title:</p>

<p><code>Senior Technology Advisor to the Chief Technology Advisor to the Secretary of State for Health and Social Care</code></p>

<p>Sweet! So, what does a STAttCTAttSoSfHaSC do?  Apart from <a href="https://shkspr.mobi/blog/2008/01/im-a-former-scrable-champion/">scoring 25 points in Scrabble</a>, obviously?</p>

<p>I'm going to help improve the health and social care system - within and beyond the NHS. Not all of it, and not necessarily the bits that you'll see, but some of the deep magick which runs the technology behind it.</p>

<p>My job will be to keep saying "Hey! Let's use internationally recognised, free and open standards. Y'know, rather than handing a single company a life-long monopoly."</p>

<p>I'll also occasionally point my Sonic Screwdriver at a bit of kit and say "If we reverse the polarity of the neutron flow, we may be able to replace this with Open Source Software."</p>

<p>This is akin to redesigning and replacing the engine of a plane, while it is in flight.  Without losing altitude or causing the passengers any discomfort.  While under attack from Weeping Angels.</p>

<p>If I'm lucky, the team will help set the course for the future of NHS technology.  I'm not talking AI-powered iPhone apps to show you your polyps in virtual reality - I'm talking about your consultant being able to share data with your GP <a href="https://www.theguardian.com/technology/2017/jul/05/doctors-using-snapchat-to-send-patient-scans-to-each-other-panel-finds">without resorting to SnapChat</a>. Or fax.</p>

<p>Can we put user needs at the heart of technology standards decisions? Can we give <a href="https://en.wikipedia.org/wiki/Clinical_commissioning_group">Clinical Commissioning Groups</a> the tools and frameworks they need to make smarter decisions about technology?  Can we make things open and make things better?</p>

<p>There's only one way to find out...!</p>

<div style="width:100%;height:0;padding-bottom:41%;position:relative;"><iframe src="https://giphy.com/embed/YjvsFlt6uwQRq7sC95" width="100%" height="100%" style="position:absolute" frameborder="0" class="giphy-embed" allowfullscreen=""></iframe></div>

<p>This is a temporary secondment.  I'm grateful to the whole team at GDS for letting me go on this adventure.  Much like the <a href="http://tardis.wikia.com/wiki/Meta-Crisis_Tenth_Doctor">Meta-Crisis 10th Doctor</a> (do keep up), this role has a limited lifespan.  Looks like the 2019 season of "The Terence Eden Adventures" is going to be <em>epic!</em></p>

<p>Allons-y, Alonso!</p>

<iframe title="Allons-y Alonso" width="620" height="349" src="https://www.youtube.com/embed/F6XqulU8Sfs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=30936&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/01/plot-twist/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[How I Got The UK Government To Adopt ODF]]></title>
		<link>https://shkspr.mobi/blog/2014/07/how-i-got-the-uk-government-to-adopt-odf/</link>
					<comments>https://shkspr.mobi/blog/2014/07/how-i-got-the-uk-government-to-adopt-odf/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 23 Jul 2014 11:15:07 +0000</pubDate>
				<category><![CDATA[politics]]></category>
		<category><![CDATA[gov.uk]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[open standards]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=10694</guid>

					<description><![CDATA[Well, it&#039;s not often I get to completely influence the UK Government&#039;s approach to open standard.  GOV.UK is adopting .ODF as their official document standard!  All documentation will be also made available in HTML &#38; PDF.  Sweet!  Yeah, yeah, so I only played a small part in the (no doubt) hideously complicated process - but I&#039;m happy to take full credit :-)  Last year, the UK Government opened…]]></description>
										<content:encoded><![CDATA[<p>Well, it's not often I get to completely influence the UK Government's approach to open standard.  <a href="https://gds.blog.gov.uk/2014/07/22/making-things-open-making-things-better/">GOV.UK is adopting .ODF</a> as their official document standard!  All documentation will be also made available in HTML &amp; PDF.  Sweet!</p>

<p>Yeah, yeah, so I only played a small part in the (no doubt) hideously complicated process - but I'm happy to take full credit :-)</p>

<p>Last year, the UK Government opened up a <a href="http://standards.data.gov.uk/">Standards Hub</a>.  They were actively soliciting for challenges that the UK Government could take on.</p>

<p>I was one of the first to respond.</p>

<blockquote class="social-embed" id="social-embed-384362507483500544" lang="en" itemscope="" itemtype="https://schema.org/SocialMediaPosting"><header class="social-embed-header" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><a href="https://twitter.com/edent" class="social-embed-user" itemprop="url"><img class="social-embed-avatar social-embed-avatar-circle" src="data:image/webp;base64,UklGRkgBAABXRUJQVlA4IDwBAACQCACdASowADAAPrVQn0ynJCKiJyto4BaJaQAIIsx4Au9dhDqVA1i1RoRTO7nbdyy03nM5FhvV62goUj37tuxqpfpPeTBZvrJ78w0qAAD+/hVyFHvYXIrMCjny0z7wqsB9/QE08xls/AQdXJFX0adG9lISsm6kV96J5FINBFXzHwfzMCr4N6r3z5/Aa/wfEoVGX3H976she3jyS8RqJv7Jw7bOxoTSPlu4gNbfXYZ9TnbdQ0MNnMObyaRQLIu556jIj03zfJrVgqRM8GPwRoWb1M9AfzFe6Mtg13uEIqrTHmiuBpH+bTVB5EEQ3uby0C//XOAPJOFv4QV8RZDPQd517Khyba8Jlr97j2kIBJD9K3mbOHSHiQDasj6Y3forATbIg4QZHxWnCeqqMkVYfUAivuL0L/68mMnagAAA" alt="" itemprop="image"><div class="social-embed-user-names"><p class="social-embed-user-names-name" itemprop="name">Terence Eden is on Mastodon</p>@edent</div></a><img class="social-embed-logo" alt="Twitter" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Aaria-label%3D%22Twitter%22%20role%3D%22img%22%0AviewBox%3D%220%200%20512%20512%22%3E%3Cpath%0Ad%3D%22m0%200H512V512H0%22%0Afill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%231d9bf0%22%20d%3D%22m458%20140q-23%2010-45%2012%2025-15%2034-43-24%2014-50%2019a79%2079%200%2000-135%2072q-101-7-163-83a80%2080%200%200024%20106q-17%200-36-10s-3%2062%2064%2079q-19%205-36%201s15%2053%2074%2055q-50%2040-117%2033a224%20224%200%2000346-200q23-16%2040-41%22%2F%3E%3C%2Fsvg%3E"></header><section class="social-embed-text" itemprop="articleBody">My suggestion for open formats in government has been published - <a href="http://standards.data.gov.uk/challenge/offer-documents-multiple-open-formats">standards.data.gov.uk/challenge/offe…</a></section><hr class="social-embed-hr"><footer class="social-embed-footer"><a href="https://twitter.com/edent/status/384362507483500544"><span aria-label="2 likes" class="social-embed-meta">❤️ 2</span><span aria-label="0 replies" class="social-embed-meta">💬 0</span><span aria-label="0 reposts" class="social-embed-meta">🔁 0</span><time datetime="2013-09-29T17:02:17.000Z" itemprop="datePublished">17:02 - Sun 29 September 2013</time></a></footer></blockquote>

<p>You can <a href="http://standards.data.gov.uk/challenge/offer-documents-multiple-open-formats">read my modest proposal on the standards hub</a>.</p>

<p>The crux of my proposal was this:</p>

<blockquote><p>Each user - whether they work for the Government or are a citizen - has the right to read documents.

A user should not be expected to purchase new equipment or install new software, just in order to read an official document.</p></blockquote>

<p>I don't think that's too much to ask.  You may buy a computer every 6 months - but there are plenty of citizens who only have access to a Windows 95 PC.  Or a Nintendo Wii.  Or an eReader.  Or who don't have admin rights to install new software.</p>

<p>Many of these devices are perfectly serviceable - and <em>all</em> are guaranteed to read either PDF or HTML.  Open standards means zero extra cost for the citizen.</p>

<h2 id="next-steps"><a href="https://shkspr.mobi/blog/2014/07/how-i-got-the-uk-government-to-adopt-odf/#next-steps">Next Steps</a></h2>

<p>Based on my suggestion, two challenges were created:</p>

<ul><li><a href="http://standards.data.gov.uk/challenge/viewing-government-documents">Challenge: Viewing government documents</a></li>
<li><a href="http://standards.data.gov.uk/challenge/sharing-or-collaborating-government-documents"> Challenge: Sharing or collaborating with government documents</a></li>
</ul>

<p>After several months of wrangling, the Government announced a solution to both of these challenges - <a href="https://www.gov.uk/government/news/open-document-formats-selected-to-meet-user-needs">Open document formats selected to meet user needs</a>.</p>

<blockquote>When departments have adopted these open standards:

<ul>
<li>citizens, businesses and voluntary organisations will no longer need specialist software to open or work with government documents</li>
  <li>people working in government will be able to share and work with documents in the same format, reducing problems when they move between formats</li>
  <li>government organisations will be able to choose the most suitable and cost effective applications, knowing their documents will work for people inside and outside of government</li>
</ul>
<p>The <a href="https://www.gov.uk/government/publications/open-standards-for-government">selected standards</a>, which are compatible with commonly used document applications, are:</p>

<ul>
<li>PDF/A or HTML for viewing government documents</li>
  <li>Open Document Format (<abbr title="Open Document Format">ODF</abbr>) for sharing or collaborating on government documents</li>
</ul>

<cite><a href="https://www.gov.uk/government/news/open-document-formats-selected-to-meet-user-needs">     Cabinet Office and The Rt Hon Francis Maude MP </a></cite>
</blockquote>

<p>And, <strong>boom</strong>, just like that the open standard of ODF is mandated across government.  In the future, you won't have to buy Microsoft Office just to read or respond to a government document.  You won't need the latest and greatest computer, or cutting edge software.</p>

<p>Here's the thing. I don't know what would have happened if I hadn't made my initial contribution.  Perhaps someone else would have.  The tide is turning away from the proprietary standards of the past and Governments around the world are embracing Open Standards.</p>

<p>But I did contribute.  I did make my voice heard.  And the world has changed a little bit for the better.</p>

<p>And now it's up to you.  Find a <a href="http://standards.data.gov.uk/">challenge on the Government's website</a>, contribute, engage, make <em>your</em> voice heard,</p>

<hr>

<p>Huge thanks to <a href="https://gds.blog.gov.uk/author/hadley-beeman/">Hadley Beeman</a> for telling me about the Open Standards Challenge, and to <a href="https://mojdigital.blog.gov.uk/author/tracey-williams/">Tracey Williams</a> for keeping me informed of its progress.  Much of real credit for this amazing achievement belongs to <a href="https://gds.blog.gov.uk/author/linda-humphries/">Linda Humphries</a> for running the consultation, and to <a href="https://www.gov.uk/government/people/francis-maude">The Rt Hon Francis Maude MP</a> for listening to such wise counsel.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=10694&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2014/07/how-i-got-the-uk-government-to-adopt-odf/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
