index.xml (3811B)
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?> 2 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 3 <channel> 4 <title>Meta on Chris Bracken</title> 5 <link>https://chris.bracken.jp/tags/meta/</link> 6 <description>Recent content in Meta on Chris Bracken</description> 7 <generator>Hugo -- gohugo.io</generator> 8 <language>en</language> 9 <managingEditor>chris@bracken.jp (Chris Bracken)</managingEditor> 10 <webMaster>chris@bracken.jp (Chris Bracken)</webMaster> 11 <lastBuildDate>Fri, 05 Aug 2005 00:00:00 +0000</lastBuildDate><atom:link href="https://chris.bracken.jp/tags/meta/index.xml" rel="self" type="application/rss+xml" /> 12 <item> 13 <title>Look At All The Pretty Pictures!</title> 14 <link>https://chris.bracken.jp/2005/08/look-at-all-the-pretty-pictures/</link> 15 <pubDate>Fri, 05 Aug 2005 00:00:00 +0000</pubDate> 16 <author>chris@bracken.jp (Chris Bracken)</author> 17 <guid>https://chris.bracken.jp/2005/08/look-at-all-the-pretty-pictures/</guid> 18 <description><p>So I moved my webpage and was all of a sudden faced with a deluge of emails 19 from people who I never even knew read the thing. Among those emails was a 20 request from my amigo Chaffee requesting more pictures. Seeing as I&rsquo;d always 21 wanted to play with the <a href="https://flickr.com/services/">Flickr API</a>, I requested an API Key and 22 started hacking away at some <a href="https://php.net">PHP</a>. The end result is that on the left side 23 of this page, you now get to see whatever happens to be the latest picture I&rsquo;ve 24 taken on my mobile phone.</p> 25 <p>The moment I take a picture with my cellphone, it gets emailed to the magical 26 servers at <a href="https://flickr.com">Flickr</a> and tagged with a title, some keywords, and a 27 description. The next time someone loads this page, a small PHP script in the 28 innards of this site makes a <a href="https://www.w3.org/TR/soap/">SOAP</a> request to Flickr&rsquo;s servers and 29 retrieves an <a href="https://www.w3.org/XML/">XML</a> response. This response is then parsed out and a URI to 30 the thumbnail image on Flickr&rsquo;s servers is generated which is then inserted 31 into this page. To improve performance a tiny bit, I avoid the overhead of the 32 SOAP call every time this page is loaded by caching the response for five 33 minutes and reading the cached XML if it&rsquo;s available.</p> 34 <p>For those of you who are into <a href="https://www.xml.com/pub/a/2002/12/18/dive-into-xml.html">RSS</a>, I&rsquo;ve added a <a href="feed://flickr.com/services/feeds/photos_public.gne?id=37996625178@N01&amp;format=atom_03">Flickr 35 feed</a> to my pictures in the HTML headers on this site.</p> 36 <p>My goal—and this is entirely for you, Chaffee—is to take at least one 37 picture a day, which is far more ambitious a schedule than my posting to this 38 page. We&rsquo;ll see how that works out.</p> 39 </description> 40 </item> 41 42 <item> 43 <title>Site Update</title> 44 <link>https://chris.bracken.jp/2003/04/site-update/</link> 45 <pubDate>Tue, 01 Apr 2003 00:00:00 +0000</pubDate> 46 <author>chris@bracken.jp (Chris Bracken)</author> 47 <guid>https://chris.bracken.jp/2003/04/site-update/</guid> 48 <description><p>I finally got around to updating and re-organizing the site. It should render 49 properly in everything from the latest browser to lynx or a text-based browser 50 on a cell phone. All the reports from Mérida are now up, including links to 51 photos at the top of each page. The trip home is still a work in progress.</p> 52 </description> 53 </item> 54 55 </channel> 56 </rss>