<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dw="https://www.dreamwidth.org">
  <id>tag:dreamwidth.org,2009-03-10:470</id>
  <title>Monument</title>
  <subtitle>Monument</subtitle>
  <author>
    <name>Monument</name>
  </author>
  <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/"/>
  <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom"/>
  <updated>2016-03-16T11:43:41Z</updated>
  <dw:journal username="marnanel" type="personal"/>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:361588</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/361588.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=361588"/>
    <title>Thames Television "Database", 1984</title>
    <published>2016-03-15T23:25:36Z</published>
    <updated>2016-03-16T11:43:41Z</updated>
    <category term="nargery"/>
    <category term="code"/>
    <dw:security>public</dw:security>
    <dw:reply-count>12</dw:reply-count>
    <content type="html">&lt;strong&gt;&lt;span data-offset-key="f5brm-0-0"&gt;&lt;span data-text="true"&gt;Today I decoded the secret competition questions from a 1984 Thames Television computer show. I still don't know the answers, but I'm probably a bit late to send in a postcard!&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;A friend pointed out this copy of Thames Television's 1984 &lt;em&gt;Database&lt;/em&gt; programme, and wondered what the files transmitted over the closing credits are.&lt;br /&gt;&lt;br /&gt;&lt;iframe width="420" height="315" frameborder="0" src="https://www.youtube.com/embed/szdbKz5CyhA" allowfullscreen=""&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;I took a look at the audio. All the signal is on the right channel, so I threw away the left. This is what the remaining channel looks like:&lt;br /&gt;&lt;img class="transparent" alt="http://www.chiark.greenend.org.uk/~tthurman/thames/waveform.png" src="http://www.chiark.greenend.org.uk/%7Etthurman/thames/waveform.png" /&gt;&lt;br /&gt;&lt;br /&gt;You can see that most of the signal is a lead tone, and there are two files each of four blocks. In fact the files have the same content, and they're both called THAMES.&lt;br /&gt;&lt;br /&gt;Before I&amp;nbsp;did any analysis on the waveform, though, I amplified it so that all peaks were at the same volume, on the grounds that the volume isn't significant. At first I tried to load these files into BeebEm. The trouble is that BeebEm doesn't take .wav files directly-- you have to convert them to a format called .uef-- and the conversion programs were reallyt finicky with noisy signals. And this signla is very noisy, having been transmitted over UHF, recorded on home video, and then digitised. In the end, &lt;a href="http://www.chiark.greenend.org.uk/~tthurman/thames/thames.py.txt"&gt;I ended up writing my own demodulator&lt;/a&gt; based &lt;a href="http://beebwiki.mdfs.net/Acorn_cassette_format"&gt;on the specs given here&lt;/a&gt;. Then I ran the file from the tape through Matt Godbolt's &lt;a href="http://xania.org/200711/bbc-basic-v-format"&gt;BBCBasicToText&lt;/a&gt; script, ,slightly modified not to give up around the occasional bit of noise.&lt;br /&gt;&lt;br /&gt;Fortunately, the resulting file did &lt;em&gt;not&lt;/em&gt; say &lt;a href="https://www.youtube.com/watch?v=zdA__2tKoIU"&gt;&amp;quot;be sure to drink your Ovaltine&amp;quot;&lt;/a&gt;.. BBCBasicToText doesn't implement target line number conversion, so those are missing, and as you see some noise remains. This has been an interesting diversion-- sort of like a cryptic crossword puzzle.&lt;div style="margin-left: 40px;"&gt;&lt;br /&gt;10MODE7:COLOUR129:CLS &lt;br /&gt;20PRINT&amp;quot;Thames&amp;nbsp; Television&amp;quot;&lt;br /&gt;30 PRINT&amp;quot;-------------------&amp;quot;&lt;br /&gt;40PRINT:PRINT:PRINT&amp;quot;DATABASE COMPETITION&amp;quot;&lt;br /&gt;50 PRINT:PRINT:PRINT:PRINT&amp;quot;Send solutions on a postcard only to:&amp;quot;&lt;br /&gt;60PRINT:PRINT&amp;quot;&amp;nbsp;&amp;nbsp;&amp;nbsp; Database&amp;quot;&lt;br /&gt;70PRINT&amp;quot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; THAMES TV&amp;quot;&lt;br /&gt;80PRINT&amp;quot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 149 TOTTENHAM COURT ROAD&amp;quot;&lt;br /&gt;90PRINT&amp;quot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LONDON&amp;quot;&lt;br /&gt;100PRINT&amp;quot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W1P 9LL&amp;quot;&lt;br /&gt;109 PRINT:PRINT:FOR&amp;quot;PRNOTLN SPACE BAR TO CONTINUE&amp;quot; &lt;br /&gt;110 A$=GET$:IFA$=&amp;quot;&amp;quot; THEN 110&lt;br /&gt;111 IFA$&amp;lt;&amp;gt;&amp;quot; &amp;quot;THEN 110&lt;br /&gt;120 MODE5&lt;br /&gt;130COLOUR129:CLS &lt;br /&gt;140PRINT:PRINT;&lt;br /&gt;150FORI=1TO8:READA$:IFI=1 THENGOTO [...line...] ELSE [...line...]&lt;br /&gt;160 COLOUR4:GOTO180&lt;br /&gt;170 IFI=5THENCOLOUR3ELSE COLOURI&lt;br /&gt;180PRINTA$;:NEXT &lt;br /&gt;190COLOUR3=PRINT&amp;quot; COMPETITION&amp;quot;&lt;br /&gt;195PRINT&amp;quot;--------------------&amp;quot; &lt;br /&gt;200 PRINT:PRINT:PRINT:PRINT:PRINT&lt;br /&gt;210COLOUR2:PRINTSPC( [... corrupt ...]&lt;br /&gt;220COLOUR2:PRINTSPC(8);&amp;quot;4&amp;quot;;&lt;br /&gt;230COLOUR3:PRINT&amp;quot; *&amp;quot;&lt;br /&gt;240COLOUR3:PRINTSPC(8);&amp;quot;* *&amp;quot;&lt;br /&gt;250COLOUR2::PRINTSPC(6);&amp;quot;1&amp;quot;;:COLOUR3:PRINT&amp;quot;******&amp;quot;&amp;nbsp; &lt;br /&gt;260PRINTSPC(8);&amp;quot;* *&amp;quot; &lt;br /&gt;270COLOUR2::PRINTSPC(6);&amp;quot;3&amp;quot;;:COLOUR3:PRINT&amp;quot;******&amp;quot; &lt;br /&gt;280PRINTSPC(8);&amp;quot;*&amp;quot;&lt;br /&gt;290PRINT:PRINT:PRINT:COLOUR2:PRINT&amp;quot;1.&amp;quot;;:COLOUR6:PRINT&amp;quot; Arresting pop&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; group1&lt;br /&gt;300 PRINT:COLOUR2:PRINT&amp;quot;2.&amp;quot;;:COLOUR4:PRINT&amp;quot;_ to me only&amp;quot;&amp;nbsp; &lt;br /&gt;310PRINT:COLOUR2:PRINT&amp;quot;3.&amp;quot;;:COLOUR4:PRINT&amp;quot; Four star&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; transport&amp;quot;&lt;br /&gt;320PRINT:COLOUR2:PRINT&amp;quot;4.&amp;quot;;:COLOUR4:PRINT&amp;quot; Underwater&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; computer language?&amp;quot; &lt;br /&gt;325 GOTO [...line...]&lt;br /&gt;330&amp;quot;DATA &amp;quot;D&amp;quot;,&amp;quot;A&amp;quot;,&amp;quot;T&amp;quot;,&amp;quot;A&amp;quot;,&amp;quot;B&amp;quot;,&amp;quot;A&amp;quot;,&amp;quot;S&amp;quot;,&amp;quot;E&amp;quot;&lt;/div&gt;&lt;br /&gt;One last mystery remains: &lt;em&gt;what are the answers to the competition questions?&lt;/em&gt; (Edit:&amp;nbsp;&lt;a href="http://marnanel.dreamwidth.org/361855.html"&gt;we have answers&lt;/a&gt;!)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=361588" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:326282</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/326282.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=326282"/>
    <title>Twitter picture transcription</title>
    <published>2015-02-01T12:52:46Z</published>
    <updated>2015-02-01T12:52:46Z</updated>
    <category term="code"/>
    <dw:security>public</dw:security>
    <dw:reply-count>2</dw:reply-count>
    <content type="html">People often post images of text on Twitter, either to get around the 140-character limit or because they're posting a screenshot from another site. This is a problem for people who use screen readers and people who have images turned off.&lt;br /&gt;&lt;br /&gt;I propose to create a web service which will allow people to associate images with URLs of pic.twitter.com/XYZ with transcriptions. For example, you could associate &lt;a href="http://pic.twitter.com/2EaLCXaszP"&gt;http://pic.twitter.com/2EaLCXaszP&lt;/a&gt; with the text "The Bishop of Dibley".&lt;br /&gt;&lt;br /&gt;This would then be available on the Twitter site via a Javascript snippet in the browser.&lt;br /&gt;&lt;br /&gt;Byte-for-byte identical images would automatically share a transcription, detected by digest. There could be a tineye-style similarity test, but that would make a simple idea much more complicated.&lt;br /&gt;&lt;br /&gt;Users would log in with their Twitter account details, via OAuth. All their transcriptions would have their account name attached.&lt;br /&gt;&lt;br /&gt;The biggest problem is of people maliciously adding incorrect transcriptions. I invite suggestions.&lt;br /&gt;&lt;br /&gt;What do you think?&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=326282" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:210857</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/210857.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=210857"/>
    <title>2010-02-20</title>
    <published>2011-02-20T17:16:49Z</published>
    <updated>2011-02-20T17:17:11Z</updated>
    <category term="folk:bob"/>
    <category term="folk:rio"/>
    <category term="pccu"/>
    <category term="pgo"/>
    <category term="code"/>
    <category term="cats:o'keeffe"/>
    <category term="poetry"/>
    <category term="day"/>
    <dw:security>public</dw:security>
    <dw:reply-count>1</dw:reply-count>
    <content type="html">&lt;center&gt;&lt;img src="http://i.imgur.com/vhfDWl.jpg" width="640" height="360" alt="A cat on a bed"&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rhmt.org"&gt;Rio&lt;/a&gt; has been learning poems by &lt;a href="http://www.eldrbarry.net/rabb/farj/room.htm"&gt;Eleanor Farjeon&lt;/a&gt; and A. A. Milne, and reciting them to me. Impressively, when she makes mistakes they are starting not to affect meaning &lt;em&gt;or metre&lt;/em&gt;. I am very proud of her.&lt;br /&gt;&lt;br /&gt;The spring is beginning to arrive, and I'm feeling quite a lot better than I was. I'm reminded of the stories about how a hundred years ago kids would be sewn into their winter underwear in the autumn and cut out again in spring; leaving the winter behind feels like finally getting free of your winter underclothes must have felt. I was talking to Sumana earlier about &lt;a href="http://www.14by14.com/Sonnets/July2010/May.html"&gt;my poem &lt;cite&gt;May&lt;/cite&gt;&lt;/a&gt; and how I think of it this time of year, and how people seem to like its description of seasonal change, even though they perhaps often miss the extra meanings about &lt;a href="http://bible.oremus.org/?ql=165130086"&gt;Revelation 22&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;My grandfather was buried on Friday. They put &lt;a href="http://marnanel.livejournal.com/1496100.html"&gt;my sonnet&lt;/a&gt; into the order of service.&lt;br /&gt;&lt;br /&gt;We found &lt;a href="http://thurman.org.uk/bob/medals/"&gt;his medal collection&lt;/a&gt;: I thought you might like to see it.&lt;br /&gt;&lt;br /&gt;I spent far too long yesterday hacking: something I love to do, and in a way it defines me, but if left to my own devices I would spend the whole day doing nothing else. That would be bad. Yesterday I started adapting the imgur integration to use the new API, and built part of a test harness I had been daydreaming about, and &lt;a href="http://lists.alioth.debian.org/pipermail/pkg-fonts-devel/2011-February/006246.html"&gt;made a start on debianising some fonts I need&lt;/a&gt;, and played around with an idea I had for a LiveJournal/Dreamwidth to Atom adaptor which allows you to read friends-only posts in a desktop feed reader. (I call it &lt;a href="https://github.com/tthurman/ljferea"&gt;ljferea&lt;/a&gt;. I may be the only person amused by this.) I also &lt;a href="http://www.reddit.com/r/AskReddit/comments/fos8b/i_am_creating_a_programming_language/"&gt;tried to explain things to someone who was creating a new programming language&lt;/a&gt;, and &lt;a href="http://www.reddit.com/r/AskReddit/comments/fos40/what_is_your_sweetestbest_moment_with_your_so/c1hi8ny"&gt;told the story of where Firinel's name comes from&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;There's much more I'd like to write, but little time, and it's only a half-formed wish anyway.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=210857" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:204111</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/204111.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=204111"/>
    <title>git-translators</title>
    <published>2011-02-02T19:25:43Z</published>
    <updated>2011-02-02T19:25:43Z</updated>
    <category term="code"/>
    <category term="pccu"/>
    <category term="pgo"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">In case it's useful to anyone else, &lt;a href="http://www.chiark.greenend.org.uk/~tthurman/git-translators"&gt;here&lt;/a&gt; is a script to list translators of a program since the most recent release (defined as the most recent time you made a commit to NEWS). It goes in /usr/local/bin/git-translators, so that you can invoke it as &lt;code&gt;git translators&lt;/code&gt;:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;[marnanel@tinidril metacity]$ git translators&lt;br /&gt;Khaled Hosny (ar); Jordi Mas, David Planella (ca); Carles Ferrando&lt;br /&gt;(ca@valencia); Petr Kovar (cs); Christian Kirbach (de); Daniel Mustieles, Jorge&lt;br /&gt;González (es); Ivar Smolin, Mattias Põldaru (et); Mahyar Moghimi (fa); Fran&lt;br /&gt;Diéguez (gl); Yaron Shahrabani (he); Gabor Kelemen (hu); Kjartan Maraas (nb);&lt;br /&gt;Og B. Maciel (pt_BR); Matej Urbančič (sl); Daniel Nylander (sv); Gheyret&lt;br /&gt;T.Kenji (ug); Maxim V. Dziumanenko (uk); Nguyễn Thái Ngọc Duy (vi); Wei-Lun&lt;br /&gt;Chao (zh_HK); Wei-Lun Chao (zh_TW).&lt;br /&gt;[marnanel@tinidril metacity]$ &lt;/code&gt;&lt;br /&gt;&lt;br /&gt;I know there are other similar scripts out there; I wrote this a while ago when I couldn't find any of them quickly that still worked after we changed from using svn.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=204111" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:203451</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/203451.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=203451"/>
    <title>Nargery: lists of identifiers</title>
    <published>2011-02-01T12:41:08Z</published>
    <updated>2011-02-01T12:52:59Z</updated>
    <category term="code"/>
    <category term="pccu"/>
    <dw:security>public</dw:security>
    <dw:reply-count>3</dw:reply-count>
    <content type="html">&lt;img src="http://i.imgur.com/c7bC9s.jpg" width="90" height="90" align="right" alt="" /&gt;If you're not interested in coding nargery, you can skip this post.&lt;br /&gt;&lt;br /&gt;Two things you need to know to read it:&lt;ol&gt;&lt;li&gt;It's a lot simpler to pass lists of strings over DBus than it is to pass lists of pairs of strings.&lt;/li&gt;&lt;li&gt;Images on imgur.com are identified by a five-character code, such as &lt;tt&gt;c7bC9&lt;/tt&gt;. This gives us a URL of &lt;a href="http://i.imgur.com/c7bC9.jpg"&gt;http://i.imgur.com/c7bC9.jpg&lt;/a&gt; , but you can also find a thumbnail by appending an &amp;quot;s&amp;quot; to the basename: &lt;a href="http://i.imgur.com/c7bC9s.jpg"&gt;http://i.imgur.com/c7bC9s.jpg&lt;/a&gt; .&lt;/li&gt;&lt;/ol&gt;I have a call in &lt;a href="https://github.com/tthurman/imgur-integration/blob/master/data/imgur-service-glue.xml"&gt;the DBus service&lt;/a&gt; that forms the back end of &lt;a href="https://github.com/tthurman/imgur-integration"&gt;the imgur integration&lt;/a&gt;: it lists all the images you have uploaded. Now, a thumbnail of each such image is held on disk with the same basename as the image's ID. So here, &amp;quot;/home/marnanel/.local/share/imgur/c7bC9.jpg&amp;quot; (note: not c7bC9&lt;b&gt;s&lt;/b&gt;.jpg, even though it's the same file as the URL which ends that way).&lt;br /&gt;&lt;br /&gt;Clients might want to know two things about each image: its ID, and where to find a thumbnail. We could just list IDs, but then the client would have to make a call for every ID, asking where the thumbnail was, and that would be wasteful. I could have passed pairs of strings, but that's a bit clunky. What I did instead was to say that a filename was considered a non-canonical form of ID. When you pass in a filename, it takes the basename and uses that as an ID instead. So we can just supply a list of filenames of thumbnails, and the client can use those filenames as IDs, and we still know what they mean. It works rather well.&lt;br /&gt;&lt;br /&gt;Now I would like to extend this by allowing people to look up not only images they have stored locally, but also &lt;a href="http://imgur.com/api/gallery.json"&gt;the popular images of the day&lt;/a&gt;. Clearly the filename trick could be extended to URLs. But as mentioned earlier, &lt;a href="http://i.imgur.com/c7bC9.jpg"&gt;http://i.imgur.com/c7bC9.jpg&lt;/a&gt; is the address of the original image, not the thumbnail. So we have a choice between sending them a list of full-size images, and sending them thumbnails and having to rewrite the canonicalisation rules.&lt;br /&gt;&lt;br /&gt;I could&lt;ul&gt;&lt;li&gt;say that six-character IDs ending in &amp;quot;s&amp;quot; are a non-canonical form of five-character IDs with the &amp;quot;s&amp;quot; removed. I am leaning towards this option. It keeps everything in line, but it's a bit of a hack, and after all we're receiving the actual thumbnail URL. On the other hand, we could always check that the actual thumbnail URL is what we expect, and discard the entry if it isn't.&lt;/li&gt;&lt;li&gt;supply five-character IDs, but expect the client to know how to turn the URL of an image into the URL of a thumbnail. This is also a bit of a hack, because it's specific to imgur.com and I expect &lt;a href="http://www.reddit.com/r/n900/comments/fbzbp/anyone_want_to_test_my_n900_imgur_integration/c1ew5um"&gt;it might be useful to run this program against other servers&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;just give up on this thing and supply pairs of strings instead.&lt;/li&gt;&lt;/ul&gt;Your thoughts, gentle reader, are as welcome as ever they were.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=203451" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:202376</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/202376.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=202376"/>
    <title>imgur upload</title>
    <published>2011-01-30T19:19:33Z</published>
    <updated>2011-01-31T03:34:57Z</updated>
    <category term="pccu"/>
    <category term="pmo"/>
    <category term="code"/>
    <dw:security>public</dw:security>
    <dw:reply-count>9</dw:reply-count>
    <content type="html">Anyone fancy beta-testing imgur upload for Maemo? Let me know how you get on.&lt;br /&gt;&lt;br /&gt;Deb: &lt;a href="http://www.chiark.greenend.org.uk/~tthurman/imgur/tmp/imgur_0.50-1_armel.deb"&gt;http://www.chiark.greenend.org.uk/~tthurman/imgur/tmp/imgur_0.50-1_armel.deb&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Source: &lt;a href="https://github.com/tthurman/imgur-integration"&gt;https://github.com/tthurman/imgur-integration&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;img src="http://i.imgur.com/zIMn1l.jpg" width="320" height="192" alt="screenshot"&gt;&lt;br /&gt;&lt;br /&gt;&amp;darr;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i.imgur.com/iKzCAl.jpg" width="320" height="192" alt="screenshot"&gt;&lt;br /&gt;&lt;br /&gt;&amp;darr;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i.imgur.com/u9KzIl.jpg" width="320" height="192" alt="screenshot"&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;Instructions are included.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Update:&lt;/b&gt; &lt;a href="http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/imgur/0.50-1/"&gt;Now in extras-testing.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=202376" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:201721</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/201721.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=201721"/>
    <title>Crazy idea of the day: a "follow" button on notifications</title>
    <published>2011-01-29T22:31:15Z</published>
    <updated>2011-01-29T22:31:15Z</updated>
    <category term="code"/>
    <category term="pgo"/>
    <category term="pccu"/>
    <dw:security>public</dw:security>
    <dw:reply-count>2</dw:reply-count>
    <content type="html">When people IM me out of the blue, so that I'm working in another program and a notification pops up, very often what they're sending me is a URL they want me to look at.&lt;br /&gt;&lt;br /&gt;I would rather like it if notifications which contained only a URL had a "Follow" button, like this:&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;img src="http://i.imgur.com/PhoUF.png"&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;Then I could either dismiss the message, or go and see what they were talking about, without having to switch back to Empathy on the way.&lt;br /&gt;&lt;br /&gt;I raised &lt;a href="https://bugzilla.gnome.org/show_bug.cgi?id=640917"&gt;bug 640917&lt;/a&gt; about this today, in case anyone else happens to agree with me that this would be nifty.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=201721" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:200621</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/200621.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=200621"/>
    <title>Crazy idea: PermittedHours in .desktop files</title>
    <published>2011-01-28T20:24:00Z</published>
    <updated>2011-01-28T20:24:00Z</updated>
    <category term="code"/>
    <category term="pgo"/>
    <category term="pccu"/>
    <dw:security>public</dw:security>
    <dw:reply-count>7</dw:reply-count>
    <content type="html">It would be rather useful if there was a &lt;code&gt;PermittedHours&lt;/code&gt; field in &lt;a href="http://standards.freedesktop.org/desktop-entry-spec/latest/"&gt;the .desktop file&lt;/a&gt; spec. It would list the hours during which the program could be run. That's not just for kids, it's also for me, in the manner of &lt;a href="http://www.proginosko.com/leechblock.html"&gt;LeechBlock&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;[Desktop Entry]&lt;br /&gt;Version=1.0&lt;br /&gt;Type=Application&lt;br /&gt;Name=Some Program I Use For Work&lt;br /&gt;Comment=But let's say I don't want to be tempted to spend all evening working on it&lt;br /&gt;Exec=foo&lt;br /&gt;&lt;b&gt;PermittedHours=9-17&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;[Desktop Entry]&lt;br /&gt;Version=1.0&lt;br /&gt;Type=Application&lt;br /&gt;Name=Aisleriot&lt;br /&gt;Comment=And I definitely shouldn't be playing this during work hours&lt;br /&gt;Exec=aisleriot&lt;br /&gt;&lt;b&gt;PermittedHours=0-9,17-23&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;I wonder how best we could do per-user settings, though.&lt;br /&gt;&lt;br /&gt;My idea is to prevent &lt;em&gt;launching&lt;/em&gt; the program during those hours. What would happen if the system saw the program was &lt;em&gt;still running&lt;/em&gt; when the time had expired, I'm not sure.  Maybe nothing, or maybe it would put up a notification telling me I have five minutes to quit or the process gets it.&lt;br /&gt;&lt;br /&gt;I know &lt;a href="http://projects.gnome.org/nanny/"&gt;nanny&lt;/a&gt; does some of this, but I wonder whether it's generally something that should exist in application launchers.&lt;br /&gt;&lt;br /&gt;What do you think? Worth suggesting to them?&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=200621" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:199615</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/199615.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=199615"/>
    <title>imgur integration 0.4.0</title>
    <published>2011-01-27T18:26:05Z</published>
    <updated>2011-01-27T18:33:43Z</updated>
    <category term="pccu"/>
    <category term="pgo"/>
    <category term="code"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">A spot of lunchtime hackery brings you &lt;b&gt;imgur integration v0.4.0&lt;/b&gt;, &lt;i&gt;&amp;quot;Stieglitz&amp;quot;&lt;/i&gt;. &lt;a href="http://marnanel.dreamwidth.org/195792.html"&gt;Here's the original announcement&lt;/a&gt;, in case you'd like the background.&lt;br /&gt;&lt;br /&gt;New in this version:&lt;ul&gt;&lt;li&gt;Configuration files.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.chiark.greenend.org.uk/~tthurman/imgur/imgur.txt"&gt;A man page.&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Recording of details of previous uploads, API to check them, and commandline switches to access this API.&lt;/li&gt;&lt;li&gt;Details are always printed to stdout, even if the browser is launched.&lt;/li&gt;&lt;li&gt;Extra column in stdout details, giving the ID of the whole record.&lt;/li&gt;&lt;li&gt;More tests.&lt;/li&gt;&lt;li&gt;Bugfixes.&lt;/li&gt;&lt;/ul&gt;Next version will concentrate on getting &lt;a href="http://maemo.org/api_refs/5.0/5.0-final/libsharing-plugin/"&gt;Maemo libsharing&lt;/a&gt; working, which will be of great interest to some of you and none at all to the rest.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.chiark.greenend.org.uk/~tthurman/imgur/"&gt;Download the tarball of 0.4.0&lt;/a&gt;, or &lt;a href="https://github.com/tthurman/imgur-integration"&gt;look at the source control&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;There is no packaging yet &lt;a href="http://overlays.gentoo.org/proj/sunrise/browser/sunrise/x11-plugins/imgur-integration?rev=11725"&gt;except for Gentoo&lt;/a&gt;; thanks to Dean Matzkov for doing the Gentoo packaging. Deb and RPM will follow soon.&lt;br /&gt;&lt;br /&gt;Unrelatedly, the planets may like to hear about &lt;a href="http://www.feministe.us/blog/archives/2011/01/22/review-not-ordinarily-borrowable-or-unwelcome-advice-by-thomas-thurman/"&gt;an awesome review of my storybook&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=199615" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:198366</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/198366.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=198366"/>
    <title>Software we'd like to see: contacts and Tracker</title>
    <published>2011-01-25T18:08:19Z</published>
    <updated>2011-01-25T18:14:02Z</updated>
    <category term="pccu"/>
    <category term="pgo"/>
    <category term="pmo"/>
    <category term="code"/>
    <dw:security>public</dw:security>
    <dw:reply-count>14</dw:reply-count>
    <content type="html">Every contact database program I know has a "nickname" field. Today I was thinking that I use the same values in that field for EXIF tags, and what I'd like to see is a plugin (or better, to see it coming out of the box) with a button on each person's contact record. The button would query Tracker, and then launch gthumb or the local equivalent to show images of that person. The button would not display if there were no such images.&lt;br /&gt;&lt;br /&gt;Something like this (on Maemo, though the principle is the same for GNOME):&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;img src="http://i.imgur.com/w2pUs.png" width="569" height="700" alt="Mockup" /&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;(It's interesting to consider whether the plugin should assemble the list and then pass it to gthumb, or whether gthumb should be extended so that it can be passed a switch to display all pictures known to Tracker with a given tag.)&lt;br /&gt;&lt;br /&gt;Of course, Tracker also tracks things other than images, so you could also have buttons for wordprocessor documents, emails, and so on. I could do this (in a while, when I have some time); would any of you want it?&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=198366" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:197145</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/197145.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=197145"/>
    <title>Mission St Clare downloading thing</title>
    <published>2011-01-20T15:55:53Z</published>
    <updated>2011-01-20T16:00:51Z</updated>
    <category term="code"/>
    <category term="church"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;img src="http://i.imgur.com/YVpND.png" align="right" /&gt;Those of you who pray &lt;a href="http://tb.becket.net/xian-office.html"&gt;the Daily Office&lt;/a&gt;, and make use of &lt;a href="http://www.missionstclare.com/"&gt;missionstclare.com&lt;/a&gt; to do so, and run a free desktop, may be interested in &lt;a href="http://www.chiark.greenend.org.uk/~tthurman/mission/"&gt;a little script I threw together&lt;/a&gt; which downloads the PDFs month by month when required, and displays the correct one for the time and date.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=197145" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:195792</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/195792.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=195792"/>
    <title>imgur: Post to web</title>
    <published>2011-01-16T17:17:45Z</published>
    <updated>2011-01-16T17:18:27Z</updated>
    <category term="pmo"/>
    <category term="code"/>
    <category term="pgo"/>
    <category term="pccu"/>
    <dw:security>public</dw:security>
    <dw:reply-count>14</dw:reply-count>
    <content type="html">I have had this sitting half-written in my projects directory for far too long, so I present: &lt;b&gt;Imgur Integration&lt;/b&gt; version 0.20.  &lt;a href="http://imgur.com"&gt;imgur.com&lt;/a&gt; is a website which allows you to host arbitrary images without creating an account.  This program includes a DBus service which allows posting of images to imgur.com, a command-line interface to the DBus service, and an &lt;a href="http://projects.gnome.org/eog/"&gt;Eye of Gnome&lt;/a&gt; plugin to do the same.  It is not an official client, but I have talked to the imgur admins and they are happy about its existence.&lt;br /&gt;&lt;br /&gt;So when you open a picture, you have a menu option that uploads it and opens a browser at the right page, with no configuration, thus:&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;img alt="screenshot" src="http://i.imgur.com/vq3Dvl.jpg" /&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;You have to turn on the plugin in eog after installation (Edit &amp;gt; Preferences &amp;gt; Plugins &amp;gt; Post to imgur.com).  If I package this, I may make it turn on automatically, since it's a little hard to find this.&lt;br /&gt;&lt;br /&gt;As originally conceived, it would have also allowed you to use &lt;a href="http://moblin.org/projects/libsocialweb"&gt;libsocialweb&lt;/a&gt; to tweet/dent the resulting URL.  I took this out for now because libsocialweb also has API to post pictures, and I wasn't sure how best to do it.  There is still a rather useless dependency on libsocialweb.  Sorry about that.&lt;br /&gt;&lt;br /&gt;eog seems not to look in /usr/local/share/eog/plugins, only /usr/share/eog/plugins.  You may therefore have to set --prefix appropriately, or simply copy the files from /usr/local to /usr by hand after installation.  Sorry about that, too.&lt;br /&gt;&lt;br /&gt;There was a partially-written &lt;a href="http://maemo.org/api_refs/5.0/5.0-final/libsharing-plugin/"&gt;libsharing&lt;/a&gt; plugin for Maemo which used the imgur DBus service, but it's not finished.  It &lt;em&gt;could&lt;/em&gt; be finished, if people would like it.&lt;br /&gt;&lt;br /&gt;Other thoughts on how the program could develop are in &lt;a href="https://github.com/tthurman/imgur-integration/blob/master/README"&gt;the README&lt;/a&gt;.  You can &lt;a href="http://spectrum.myriadcolours.com/~marnanel/imgur-integration/"&gt;download the program&lt;/a&gt; or &lt;a href="https://github.com/tthurman/imgur-integration"&gt;look at the source control&lt;/a&gt;.  This is quite a rough draft.  Patches and suggestions are, as always, welcome.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=195792" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:184612</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/184612.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=184612"/>
    <title>Delicious</title>
    <published>2010-12-17T18:52:02Z</published>
    <updated>2010-12-17T18:52:02Z</updated>
    <category term="pgo"/>
    <category term="pccu"/>
    <category term="code"/>
    <dw:security>public</dw:security>
    <dw:reply-count>32</dw:reply-count>
    <content type="html">There has been a lot of fuss about &lt;a href="http://techcrunch.com/2010/12/16/is-yahoo-shutting-down-del-icio-us/"&gt;del.icio.us shutting down&lt;/a&gt; (along with AltaVista&amp;mdash; my goodness, I used that when I was an &lt;em&gt;undergrad&lt;/em&gt;.  How weird to see it go).&lt;br /&gt;&lt;br /&gt;I am worried that someone out there is going to go to all the effort of writing a new del.ici.ous.  Or more likely several someones, and all the results will be incompatible.  &lt;a href="https://twitter.com/diveintomark/status/15772480610242561"&gt;As Mark Pilgrim points out&lt;/a&gt;, this is a bad idea.  &lt;strong&gt;Don't do it.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;I'd like to offer a better suggestion.  Write something that takes the not-really-XML of the del.icio.us backup format and uploads it line by line to a given identi.ca account.  So, for example,&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;DT&amp;gt;&amp;lt;A HREF=&amp;quot;http://www.paulmeier.com/ipa/charts.html&amp;quot; ADD_DATE=&amp;quot;1104124425&amp;quot; PRIVATE=&amp;quot;0&amp;quot; TAGS=&amp;quot;flash,linguistics,phonetics&amp;quot;&amp;gt;Flash-based IPA charts&amp;lt;/A&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;becomes&lt;br /&gt;&lt;br /&gt;&lt;em&gt;http://www.paulmeier.com/ipa/charts.html Flash-based IPA&amp;nbsp;charts #flash #linguistics #phonetics&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;That way&lt;ul&gt;&lt;li&gt;you keep your bookmarks somewhere&lt;/li&gt;&lt;li&gt;that somewhere runs on free software&lt;/li&gt;&lt;li&gt;tags still work&lt;/li&gt;&lt;li&gt;you can make feeds&lt;/li&gt;&lt;li&gt;you can get daily dumps added to your blog&lt;/li&gt;&lt;/ul&gt;and so on.&amp;nbsp; If there's something it &lt;em&gt;can't&lt;/em&gt; do, it's far better to do it in identi.ca and then extend identi.ca than to write a whole new site.&lt;br /&gt;&lt;br /&gt;The main issue is that the string becomes longer than 140 characters, but there are ways around that.&lt;br /&gt;&lt;br /&gt;If anyone writes such a script, let me know and I'll link it here.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=184612" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-03-10:470:174015</id>
    <link rel="alternate" type="text/html" href="https://marnanel.dreamwidth.org/174015.html"/>
    <link rel="self" type="text/xml" href="https://marnanel.dreamwidth.org/data/atom/?itemid=174015"/>
    <title>MeeGo rfk 2.0, beta</title>
    <published>2010-11-20T20:35:08Z</published>
    <updated>2010-11-20T20:37:02Z</updated>
    <category term="pgo"/>
    <category term="pmo"/>
    <category term="rfk"/>
    <category term="code"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;img width="200" height="200" align="right" alt="" src="http://people.collabora.co.uk/~tthurman/rfk/handset-launcher-highlight.png" /&gt;I'm hereby releasing a public beta of robotfindskitten version 2.0 for MeeGo.  I've been sitting on it for far too long.  This is a complete rewrite in Qt.  It's only designed for the netbook; I haven't tested on the handset.  It should work fine on the Lenovo machines &lt;a href="http://marnanel.livejournal.com/1459772.html"&gt;distributed&lt;/a&gt; at the MeeGo conference.&lt;br /&gt;&lt;br /&gt;Links:&lt;ul&gt;&lt;li&gt;The RPM is &lt;a href="http://people.collabora.co.uk/~tthurman/rfk/rfk-2.0.0-1.i586.rpm"&gt;here&lt;/a&gt;, mirrored &lt;a href="http://www.chiark.greenend.org.uk/~tthurman/rfk-2.0.0-1.i586.rpm"&gt;here&lt;/a&gt;.  Install it with &lt;code&gt;rpm -i rfk-2.0.0-1.i586.rpm&lt;/code&gt;.&lt;/li&gt;&lt;li&gt;Screenshots: &lt;a href="http://people.collabora.co.uk/~tthurman/rfk/handset-launcher.png"&gt;the launcher&lt;/a&gt;, &lt;a href="http://people.collabora.co.uk/~tthurman/rfk/handset-front.png"&gt;the front screen&lt;/a&gt;, &lt;a href="http://people.collabora.co.uk/~tthurman/rfk/handset-game.png"&gt;a game in progress&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The source is in git &lt;a href="http://www.chiark.greenend.org.uk/ucgi/~tthurman/git/maemo-qt-rfk.git/"&gt;here&lt;/a&gt;, mirrored &lt;a href="http://gitorious.org/maemo-rfk/maemo-qt-rfk"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Doxygen of the source is &lt;a href="http://people.collabora.co.uk/~tthurman/rfk/doxygen/"&gt;here&lt;/a&gt;, mirrored &lt;a href="http://www.chiark.greenend.org.uk/~tthurman/rfk/"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;If you know nothing about robotfindskitten, see &lt;a href="http://www.robotfindskitten.org"&gt;robotfindskitten.org&lt;/a&gt; or &lt;a href="http://en.wikipedia.org/wiki/Robotfindskitten"&gt;Wikipedia's article&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;If you lot like this, it will go into &lt;a href="http://meego.com/garage"&gt;the Garage&lt;/a&gt;. &amp;nbsp;There are some issues I&amp;nbsp;still need to consider; let me know what you think:&lt;ul&gt;&lt;li&gt;Is it a good reimplementation of &lt;a href="http://maemo.org/downloads/product/Maemo5/rfk/"&gt;Maemo rfk&lt;/a&gt;?&amp;nbsp;&amp;nbsp;Is it a good implementation of rfk in its own right?&lt;/li&gt;&lt;li&gt;Is it playable?&lt;/li&gt;&lt;li&gt;Are dialogue boxes a reasonable implementation of the popup messages? &amp;nbsp;On Maemo I&amp;nbsp;used banners (&lt;a href="http://rfk.garage.maemo.org/rfk.png"&gt;thus&lt;/a&gt;), which were perhaps less intrusive.&lt;/li&gt;&lt;li&gt;For those of you who know Qt and C++, I would appreciate some &lt;a href="http://www.chiark.greenend.org.uk/ucgi/~tthurman/git?p=maemo-qt-rfk.git;a=tree;f=src;h=3c3887cc7bfdc703df4b626840baad0b4ab7d7d7;hb=HEAD"&gt;code review&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;On the handset it's still going to vibrate when robotfindskitten. &amp;nbsp;Do you think it should bleep or something (or miaow) on the netbook?&lt;/li&gt;&lt;/ul&gt;I think Planet GNOME will be getting this as well because my feed setup doesn't have tags specific enough; I&amp;nbsp;apologise in advance.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=marnanel&amp;ditemid=174015" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
</feed>
