<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title>technology · Grey Nicholson</title><id>https://gkn.me.uk/entries/technology</id><link href="https://gkn.me.uk/entries/technology" rel="alternate"/><link href="https://gkn.me.uk/entries/technology/feed" rel="self"/><author><name>Grey Nicholson</name></author><icon>https://gkn.me.uk/style/icon.svg</icon><updated>2025-10-21T12:11:00+00:00</updated>
<entry><title>Self-driving cars: software crashes</title><id>https://gkn.me.uk/selfdrivingcars</id><link href="https://gkn.me.uk/selfdrivingcars" rel="alternate" type="text/html"/><published>2018-02-25T23:28:00+00:00</published><updated>2018-02-25T23:28:00+00:00</updated><summary>“It just works automatically!”</summary><content type="html">
&lt;p&gt;No car is self-driving.&lt;/p&gt;
&lt;p&gt;A “self-driving” car is piloted by software,
which is ultimately written by a person.
You don&#x27;t know who that person was;
only that they were employed by a particular company.&lt;/p&gt;
&lt;p&gt;They were probably sitting in an office somewhere in California
when they wrote the code driving your car.
Maybe it was 17:30 on a Friday and,
despite caring sincerely about the work they were doing,
they happened to be distracted by the prospect of going home.
Maybe not. You don&#x27;t know.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Do you trust that person with your life?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Well, the company hired them, so they can&#x27;t be &lt;em&gt;completely&lt;/em&gt; useless.
You trust the company&#x27;s recruitment procedures.
…What &lt;em&gt;are&lt;/em&gt; the company&#x27;s recruitment procedures?&lt;/p&gt;
&lt;p&gt;Anyway, presumably there are processes in place to review the code,
and stop mistakes from making it into the final software.
Presumably.
You trust that there are, and that they work, and never fail.&lt;/p&gt;
&lt;p&gt;Now imagine the company has made it illegal
for you to see how the software works.
&lt;strong&gt;Are you &lt;em&gt;sure&lt;/em&gt; you trust this company with your life?&lt;/strong&gt;&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;There should be a law saying that if a vehicle can be piloted by software,
and it&#x27;s capable of containing or hurting a human,
then all installed software must be &lt;a href=&quot;https://opensource.org/osd-annotated&quot;&gt;open source&lt;/a&gt;,
and you must be able to &lt;em&gt;prove&lt;/em&gt; that
the source code corresponds to the software running in the car.&lt;/p&gt;
&lt;p&gt;It has to be legally possible for the vehicle&#x27;s owner (or prospective owner)
to discover how their car might behave in a life-or-death situation,
so they can decide whether they want to be responsible for the car&#x27;s actions.&lt;/p&gt;
&lt;h2&gt;Responsibility&lt;/h2&gt;
&lt;p&gt;Logically, the manufacturer who wrote the software would be responsible,
but they have no incentive to take responsibility
for their cars&#x27; imperfections. Doesn&#x27;t make money.
Why admit your own flaws while your competitors keep schtum,
look better, and rake it in?
Any goodwill from better transparency will evaporate
as soon as someone dies in an accident.&lt;/p&gt;
&lt;p&gt;It&#x27;s much safer to claim that
the human pilot should have taken control at the critical moment.
Capitalist governments won&#x27;t argue with rich, profitably-taxable businesses.&lt;/p&gt;
&lt;p&gt;Car makers will only be transparent about how their cars behave
if they&#x27;re obliged to by law.&lt;/p&gt;
&lt;h2&gt;Open source&lt;/h2&gt;
&lt;p&gt;Merely having access to the software&#x27;s source code isn&#x27;t enough.
It must be legal to reuse the source code, for several reasons.&lt;/p&gt;
&lt;p&gt;Morally, if Non-Specific Engines Ltd writes an algorithm
that&#x27;s better at saving lives than any other algorithm,
shouldn&#x27;t Acme Motors be &lt;em&gt;obliged&lt;/em&gt; to used the safer algorithm
in their cars, rather than forbidden?&lt;/p&gt;
&lt;p&gt;Practically, you need software experts to audit the code.
You want the code checked by an independent expert
in the field of vehicle automation
— not a business partner of the manufacturer —
and that person will be a software developer.&lt;/p&gt;
&lt;p&gt;If they use a similar concept in their own work later,
Mom&#x27;s Friendly Car Company could threaten to sue them,
claiming they copied the code illegally.
Software developers are rarely as rich as car companies;
even the threat of a lawsuit would mean that in practice
the code would go unchecked.&lt;/p&gt;
&lt;p&gt;And again, morally, you can save lives here,
by letting the developer reuse the good code.&lt;/p&gt;
&lt;h2&gt;Reproducible builds&lt;/h2&gt;
&lt;p&gt;Lastly, it needs to be possible to prove that
the audited code is actually the code running in the car.
You want an independent auditor to build the software for themself,
in a development environment they trust,
and get the exact same output as what&#x27;s in the car.
It must be possible to &lt;a href=&quot;https://reproducible-builds.org/&quot;&gt;build the software reproducibly&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Otherwise checking the code is pointless —
you still have to trust the car manufacturer,
and you can&#x27;t be sure the software&#x27;s behaviour doesn&#x27;t
&lt;a href=&quot;https://www.washingtonpost.com/news/energy-environment/wp/2015/09/18/epa-volkswagen-used-defeat-device-to-circumvent-air-pollution-controls/&quot;&gt;deviate in subtle ways in very specific situations&lt;/a&gt;.
Maybe you don&#x27;t care about any subtle differences, but maybe you do.
The driver should at least be honest with you, and you can decide for yourself.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;None of this will make sure a self-driving car is perfectly safe.
All software has bugs.
But at least you&#x27;ll know the driver was acting in good faith.&lt;/p&gt;
&lt;p&gt;Trade secrets and competitive advantage are not worth dying for.&lt;/p&gt;
&lt;p&gt;…Or you &lt;em&gt;could&lt;/em&gt; just trust the big friendly company… right?&lt;/p&gt;
</content></entry>
<entry><title>Into the Fire</title><id>https://gkn.me.uk/intothefire</id><link href="https://gkn.me.uk/intothefire" rel="alternate" type="text/html"/><published>2009-03-06T15:07:00+00:00</published><updated>2009-03-06T15:07:00+00:00</updated><summary>This entry is not a good idea.</summary><content type="html">
&lt;p&gt;An entry at &lt;a href=&quot;http://www.illuminatedmind.net/&quot;&gt;Illuminated Mind&lt;/a&gt; has struck a chord with me. It&#x27;s titled “&lt;a href=&quot;http://www.illuminatedmind.net/2009/03/04/if-its-a-good-idea-dont-do-it/&quot;&gt;If It’s a Good Idea… Don’t Do It&lt;/a&gt;”, although “If It&#x27;s &lt;em&gt;Just&lt;/em&gt; a Good Idea…” captures the message more clearly.&lt;/p&gt;
&lt;p&gt;One of the reasons I petered out of university was that I was doing it &lt;em&gt;only&lt;/em&gt; because it was a good idea, and not because I was still passionate about understanding the physics. Even the dead-centre-of-my-field-of-interest module of Cosmology was failing to inspire me.&lt;/p&gt;
&lt;p&gt;It wasn&#x27;t at all &lt;em&gt;arduous&lt;/em&gt;: I still came upon flashes of epiphany every so often—one such I recall involved the insight that the constituent particles in atoms&#x27; nuclei are &lt;em&gt;also&lt;/em&gt; arranged in shells, like the orbiting electrons, and that shell boundaries could explain some discontinuities in each element&#x27;s differing physical properties—but they were too few and too far between to hold my interest.&lt;/p&gt;
&lt;p&gt;I also realised that I wasn&#x27;t especially good at maths, and the solid intuitive understanding of maths needed to grok the physics I was learning was just slightly beyond me. Perhaps I stopped caring about maths too.&lt;/p&gt;
&lt;p&gt;I realised that I only cared about qualitative trends, and not about the process of calculating results from formulae, or being able to properly derive a formula from memory and a set of more fundamental equations. Once I knew that formula C necessarily followed from formulae A &amp;amp; B, I was happy. I still like unscaled graphs as qualitative illustrations.&lt;/p&gt;
&lt;p&gt;The main thing I cited at the time was &lt;a href=&quot;http://www.hbo.com/sixfeetunder/&quot;&gt;Six Feet Under&lt;/a&gt;. &lt;a href=&quot;http://www.channel4.com/more4/&quot;&gt;More4&lt;/a&gt; were showing repeats of the later series late each weeknight. I decided that the characters&#x27; philosophical discussions (perhaps combined with the late hour of the broadcast) were expanding my mind more than rigorous study of science.&lt;/p&gt;
&lt;p&gt;I never particularly wanted a degree—I just wanted to learn about the universe. And I found myself gaining more insight into the universe by following the fictional escapades of a family of intelligent undertakers than by computing physical quantities.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;So I was doing what was a good idea, rather than what inspired me. I&#x27;d made a similar decision before, when I chose to carry on Religious Studies to full A-level in college, instead of continuing to study Chemistry, despite doing slightly better at chemistry in practically every respect.&lt;/p&gt;
&lt;p&gt;The difference was that in &lt;em&gt;that&lt;/em&gt; case there&#x27;d been a fire for me to jump out of the frying pan and into. Watching Six Feet Under is not a full-time occupation.&lt;/p&gt;
&lt;p&gt;So I bummed about a bit, not even looking for a job for the next few months as I had some spare student loan and overdraft to play with.&lt;/p&gt;
&lt;p&gt;I eventually happened upon a desk job that suited me down to the ground: opening letters, filing, sorting and being a general administrative office bitch, for the customer relations department of a train operating company.&lt;/p&gt;
&lt;p&gt;The work itself was easy and almost entirely stress-free, as I always had someone to turn to when in doubt. I continued to devote much of my mindshare to the day-to-day happenings in software and technology news (an interest I can trace back to the buggy implementation of CSS in Microsoft Internet Explorer 6).&lt;/p&gt;
&lt;p&gt;I &lt;em&gt;did&lt;/em&gt;, of course, think about my job as and when required. As is my wont, I came up with a couple of suggestions to do things better in the office, but anything beyond keeping tidy, labelled piles of stuff was stymied by being stuck with a particular set of tools.&lt;/p&gt;
&lt;p&gt;This was OK. After all, I didn&#x27;t &lt;em&gt;really&lt;/em&gt; care that much. Yes, it&#x27;d be &lt;em&gt;nice&lt;/em&gt; if Mrs Smith from Glasgow could receive a response to her complaint about delayed trains a day or two sooner, &lt;i&gt;but.&lt;/i&gt;&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;I was rudely awakened from my employmentary coasting when my office was relocated to Newcastle, a 60-minute (free) train-ride each morning and evening, on top of the twenty-minute walk. This gave me plenty of time to &lt;em&gt;read some books&lt;/em&gt; for a change, and I sped through &lt;cite&gt;The Moon Is A Harsh Mistress&lt;/cite&gt; by Robert A. Heinlein and the original &lt;cite&gt;Foundation&lt;/cite&gt; trilogy by Isaac Asimov (&lt;a href=&quot;/foundationandwhatnot&quot;&gt;in full this time&lt;/a&gt;) over the course of a couple of weeks.&lt;/p&gt;
&lt;p&gt;But co-workers and my genial manager were leaving because of the move, and &lt;a href=&quot;http://maps.google.co.uk/maps?q=newcastle%20central%20station&quot;&gt;the immediate vicinity of Newcastle Central railway station&lt;/a&gt; is no match for the lunchtime scenery afforded by York&#x27;s &lt;a href=&quot;http://maps.google.co.uk/maps?q=york%20castle%20museum&quot;&gt;River Ouse and Museum Gardens&lt;/a&gt;, especially in summer. Though I couldn&#x27;t see myself leaving, I couldn&#x27;t see myself staying there either. And so I jumped: I handed in my notice (metaphorically—I actually just told the outgoing and incoming managers when I intended to leave).&lt;/p&gt;
&lt;p&gt;Technology news was replaced by job-searching. I recall one Tuesday in Newcastle spent, by all three members of the administrative team, primarily looking for other employment.&lt;/p&gt;
&lt;p&gt;Astoundingly, it worked, and two weeks later I was staying in a hostel in Bristol about to be trained to be a charity street fundraiser.&lt;/p&gt;
&lt;p&gt;Thirty-six hours after, I found myself standing at the side of the main street in Leeds, nervously sipping at a cup of tea, trying to dilute the adrenaline.&lt;/p&gt;
&lt;p&gt;That day went unexpectedly well, propelled largely by my frequent self-reminders that I was talking to random people on the street and trying to convince them to donate to a charity, &lt;em&gt;for a living&lt;/em&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Three months elapsed.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;My old teammate had often told me that the day&#x27;s outcome could be influenced by my expectation of what would happen. I &lt;em&gt;expected&lt;/em&gt; to come back to work and do solidly well. I expected that I knew what I was doing. My old &lt;em&gt;team-leader&lt;/em&gt; had said he firmly believed that if you wanted something enough, you&#x27;d find a way to attain it. I believed that I wanted to be a good fundraiser. The team&#x27;s coach insisted I had it in me. I deferred to his superior understanding.&lt;/p&gt;
&lt;p&gt;It was starting to become apparent that I wasn&#x27;t meeting targets. Not just the &lt;em&gt;actual&lt;/em&gt; targets, but the minimum ones too. I wasn&#x27;t earning my place on the team.&lt;/p&gt;
&lt;p&gt;This came into focus one Wednesday evening in York when, after applying every technique I could muster—level thinking, playing the long statistical game, appropriate body language, concision, knowledge, friendliness…—I found myself walking home without having signed a single person up.&lt;/p&gt;
&lt;p&gt;I realised I didn&#x27;t actually know what I was doing. I was doing a good &lt;em&gt;impression&lt;/em&gt;, much of the time, of someone who knew how to go about street fundraising, but in reality I was winging it. And not well enough. An awful day should yield no fewer than two sign-ups; the remainder of the team &lt;em&gt;had&lt;/em&gt; signed people up.&lt;/p&gt;
&lt;p&gt;I arrived largely undeterred the following morning in Newcastle, after a journey that was equally oddly familiar and strangely different. It was drizzling—not &lt;em&gt;supposed&lt;/em&gt; to affect a fundraiser&#x27;s performance, but not especially conducive to it. As it was November, there was an almighty racket accompanying a department shop&#x27;s Christmas display, rendering a decent swathe of the street useless for talking to people. I was deterred.&lt;/p&gt;
&lt;p&gt;Despite this, I signed two new donors before lunch, a decent tally for the morning session. Briefly, I convinced myself that I&#x27;d remembered how to fundraise. I spent most of the afternoon mulling over the decision to quit, safe in the knowledge that soon enough a decision would most likely be made on my behalf anyway. I even signed another person up (though I&#x27;m told he&#x27;s a serial charity-joiner).&lt;/p&gt;
&lt;p&gt;The following morning&#x27;s news headlines centred around the deepening recession: specifically around new figures for job losses, and the recession&#x27;s stifling of charitable donations. I have a wry sense of humour.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Jonathan&#x27;s blog post reminded me strongly of when I left both university and fundraising. Both times, the initial spark of enthusiasm for what on paper is a pretty awesome idea had dwindled, leaving me merely going through the motions.&lt;/p&gt;
&lt;p&gt;University lectures were &lt;em&gt;not&lt;/em&gt; a chore, so the twenty-or-so hours of every week of term that they occupied weren&#x27;t sorely missed. Even spending a day in labs each week was OK. Attaining a proper quantitative understanding of physics, though, required plenty of off-timetable study—time I was loath to put in since in truth I cared little for the specifics. It showed: each week&#x27;s problem questions seemed more and more daunting, which only increased the resolve needed to actually study.&lt;/p&gt;
&lt;p&gt;Fundraising had me leaving home each day at around 07:30 and getting back at about 22:30—albeit typically due to healthy after-work socialising. (And I should point out that everything that went &lt;em&gt;with&lt;/em&gt; the job was wonderful: my teammates, and our adventures together—even running for a train back from Harrogate with one minute to spare felt like an adventure—were each uniquely brilliant).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I now know that I&#x27;m not capable of devoting my time to something that I&#x27;m not enthralled by.&lt;/strong&gt; It doesn&#x27;t have to be actually important—I just have to care enough to want to take control.&lt;/p&gt;
&lt;p&gt;I suppose part of it is the knowledge that someone else could be doing a better job instead of me. My demotivation in physics and fundraising alike roughly coincided with the dawning that I would be neither a brilliant cosmologist nor a legendary fundraiser respectively.&lt;/p&gt;
&lt;p&gt;I have this need to correct things and improve upon what&#x27;s there, and if I can&#x27;t make something better I tend to leave it to someone else.&lt;/p&gt;
&lt;p&gt;So I agree with Jonathan that something just being a good idea doesn&#x27;t make it a useful application of my time.&lt;/p&gt;</content></entry>
<entry><title>The BBC Mis­understands DRM</title><id>https://gkn.me.uk/bbcmisunderstandsdrm</id><link href="https://gkn.me.uk/bbcmisunderstandsdrm" rel="alternate" type="text/html"/><published>2008-01-30T16:08:00+00:00</published><updated>2008-01-30T16:08:00+00:00</updated><content type="html">
&lt;p&gt;With the furore over &lt;a href=&quot;/msplayer&quot;&gt;the &lt;abbr class=&quot;caps&quot;&gt;BBC&lt;/abbr&gt;&#x27;s unfair use of &lt;abbr class=&quot;caps&quot; title=&quot;Digital rights/restrictions management&quot;&gt;DRM&lt;/abbr&gt; in its iPlayer&lt;/a&gt;, one would expect them to know what &lt;abbr class=&quot;caps&quot;&gt;DRM&lt;/abbr&gt; was. Apparently, they don&#x27;t.
&lt;/p&gt;
&lt;p&gt;(At least, their technology editor doesn&#x27;t.) &lt;abbr class=&quot;caps&quot;&gt;BBC&lt;/abbr&gt; News has &lt;a href=&quot;http://news.bbc.co.uk/1/hi/technology/7214240.stm&quot; title=&quot;BBC News: Technology: Aboriginal archive offers new DRM&quot;&gt;an article about “a new method of &lt;abbr class=&quot;caps&quot;&gt;DRM&lt;/abbr&gt;” being used by indigenous Australians to make it easier to respect their societal customs&lt;/a&gt;. The thing is, the system as the article describes it is &lt;em&gt;not&lt;/em&gt; &lt;abbr class=&quot;caps&quot;&gt;DRM&lt;/abbr&gt;.
&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;&lt;abbr class=&quot;caps&quot;&gt;DRM&lt;/abbr&gt; is where a file (a document, some software, or a piece of audio or video) is designed to be unreadable without a key (a cipher—like a password). Crucially, the key must remain unknown to (or unusable by) the file&#x27;s intended audience.
&lt;/p&gt;
&lt;p&gt;The &lt;abbr class=&quot;caps&quot;&gt;DRM&lt;/abbr&gt; acts as a gatekeeper, and only allows access to the file (lowers the drawbridge) if the audience can demonstrate that they are entitled to access the file. The audience may only access the file if the key-holder allows it.
&lt;/p&gt;
&lt;p&gt;Making a copy of a &lt;abbr class=&quot;caps&quot;&gt;DRM&lt;/abbr&gt;-encumbered file and giving it to someone else typically results in their not being able to use it, because the &lt;abbr class=&quot;caps&quot;&gt;DRM&lt;/abbr&gt; recognises them as someone else. (If it doesn&#x27;t recognise them at all, they &lt;em&gt;still&lt;/em&gt; won&#x27;t be able to use the file.)
&lt;/p&gt;
&lt;p&gt;That&#x27;s the intention, anyway. &lt;a href=&quot;http://www.techdirt.com/articles/20060825/1447213.shtml&quot;&gt;It&#x27;s not actually possible to implement &lt;abbr class=&quot;caps&quot;&gt;DRM&lt;/abbr&gt; so that it works&lt;/a&gt;—it can only ever make viewing the content a bit more awkward, for determined copyright-infringers and ordinary consumers alike.
&lt;/p&gt;
&lt;p&gt;The key point here is that the &lt;abbr class=&quot;caps&quot;&gt;DRM&lt;/abbr&gt;—and thus the key-holder—controls the audience&#x27;s ability to access the file.
&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;In the situation described by the &lt;abbr class=&quot;caps&quot;&gt;BBC&lt;/abbr&gt; article, the audience &lt;em&gt;chooses&lt;/em&gt; to avoid certain content, based on a set of cultural rules. The “&lt;abbr class=&quot;caps&quot;&gt;DRM&lt;/abbr&gt;” system allows the audience to filter the content, by taking cultural information about the audience and applying those rules.
&lt;/p&gt;
&lt;p&gt;There is no key (that the article mentions, anyway); no-one is &lt;em&gt;prevented&lt;/em&gt; from accessing any content—it&#x27;s just made easier to avoid content that&#x27;s inappropriate for that particular person.
&lt;/p&gt;
&lt;p&gt;This system sounds rather more like a simple set of filters that work on metadata associated with each bit of content. That&#x27;s a lot more like a porn-&amp;amp;-swearing blocker than &lt;abbr class=&quot;caps&quot;&gt;DRM&lt;/abbr&gt;. It&#x27;s very similar to &lt;a href=&quot;http://www.flickr.com/search/advanced/&quot;&gt;Flickr&#x27;s search engine&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;Indeed, it&#x27;s very similar to &lt;em&gt;any&lt;/em&gt; search engine, except the criteria are “appropriate for &lt;var&gt;this&lt;/var&gt; age, &lt;var&gt;that&lt;/var&gt; gender and &lt;var&gt;this&lt;/var&gt; community” instead of the more typical “must contain the words &lt;var&gt;foo&lt;/var&gt;, &lt;var&gt;bar&lt;/var&gt; and &lt;var&gt;baz&lt;/var&gt;”.
&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;So this &lt;em&gt;is&lt;/em&gt;, as the article describes, an example of applying search logic and technology (that itself originates from European-influenced cultures) to solve a cultural problem that many from European-influenced cultures would find surprising.
&lt;/p&gt;
&lt;p&gt;It has nothing, however, to do with &lt;abbr class=&quot;caps&quot;&gt;DRM&lt;/abbr&gt; (which is an example of unfeasibly clinging to a business model that&#x27;s been made obsolete and unworkable by technological improvements), as the article erroneously suggests.
&lt;/p&gt;</content></entry>
<entry><title>The New Illiteracy of the Internet</title><id>https://gkn.me.uk/thenewilliteracyoftheinternet</id><link href="https://gkn.me.uk/thenewilliteracyoftheinternet" rel="alternate" type="text/html"/><published>2008-01-02T00:54:00+00:00</published><updated>2008-01-02T00:54:00+00:00</updated><content type="html">
&lt;p&gt;Kottke &lt;a href=&quot;http://www.kottke.org/07/12/the-new-literacy-of-television&quot;&gt;writes about a 56-year-old prediction of a positive effect from television on literacy&lt;/a&gt;, and notes that predictions for “television” closely resemble the modern web.&lt;/p&gt;
&lt;p&gt;A lot of modern communication technology is textual which, a few decades ago, when television and home video were at their height, would have seemed odd. But it turns out that text &lt;em&gt;is&lt;/em&gt; more efficient than audio and video. I think this is because &lt;em&gt;basic&lt;/em&gt; literacy levels have improved: people are generally &lt;em&gt;expected&lt;/em&gt; to be able to read and write text, which has made text-based technology convenient, and has also improved the rate of basic literacy.&lt;/p&gt;
&lt;p&gt;This means that lots of people &lt;em&gt;can&lt;/em&gt; use text to communicate; it most certainly &lt;em&gt;doesn&#x27;t&lt;/em&gt; mean that those people are using good-quality written language. &lt;a href=&quot;http://en.wikipedia.org/wiki/Lolcat&quot;&gt;&lt;abbr title=&quot;People—using the internet—revel in intentionally weird spelling, grammar and usage, for entertainment independent from communication.&quot;&gt;Ppl r in ur intArnet, revelin in intenshunly wierd gramr.&lt;/abbr&gt;&lt;/a&gt; It&#x27;s reminiscent of &lt;a href=&quot;http://en.wikipedia.org/wiki/Okay#Etymology&quot;&gt;an intentional misspelling fad in nineteenth-century America, from which the word/phrase “OK” is suggested to have arisen&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Where, when I was a lad, kids would only use text when writing for their teachers, who would then correct and frown upon misspellings and poor grammar, now children talk amongst themselves using text—internet instant messaging, mobile phone–style text messages and emo blogs being the primary culprits. (Be nice to LiveJournal—it&#x27;s felling lonley rite now.)&lt;/p&gt;
&lt;p&gt;So people get used to using unconventional or incorrect (depending on your viewpoint) spelling and grammar, with the understanding that the receiving party will nonetheless be able to understand the message. (This is compounded by a general reluctance to correct or be corrected.)&lt;/p&gt;
&lt;p&gt;Where this &lt;em&gt;compresses&lt;/em&gt; communication, for example by &lt;abbr title=&quot;abbreviating&quot;&gt;abbrev.&lt;/abbr&gt;—making it quicker and generally more efficient—this is not a bad thing. There are a set of essentially universally–recognised &lt;abbr title=&quot;abbreviations&quot;&gt;abbrev&#x27;s&lt;/abbr&gt;, e.g. “e.g.”, “&amp;amp;”, &amp;amp; “etc.” etc.; numeral figures and mathematical symbols can also be considered examples. A problem only arises when meaning is misinterpreted.&lt;/p&gt;
&lt;p&gt;Some help for English-learners and by way of an example: more often than one might expect, “then” actually means “than”. “More often &lt;em&gt;then&lt;/em&gt; one might expect” doesn&#x27;t actually make any sense and “then” sounds similar to “than”, so most experienced English-speakers can understand the message. “There”, “their” &amp;amp; “they&#x27;re”, and “to”, “too” &amp;amp; “two” are two other classic examples of words being conflated.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;My point is that whereas before the advent of recent technology a smaller number of people had a greater quality of literacy, now a greater number of people has a lesser quality of literacy. It&#x27;s as if the ubiquity and the quality of literacy sum to a constant.&lt;/p&gt;</content></entry>
</feed>