chris.bracken.jp

Statically generated site for chris.bracken.jp
git clone https://git.bracken.jp/chris.bracken.jp.git
Log | Files | Refs

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>&lt;p&gt;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&amp;rsquo;d always
     21 wanted to play with the &lt;a href=&#34;https://flickr.com/services/&#34;&gt;Flickr API&lt;/a&gt;, I requested an API Key and
     22 started hacking away at some &lt;a href=&#34;https://php.net&#34;&gt;PHP&lt;/a&gt;. 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&amp;rsquo;ve
     24 taken on my mobile phone.&lt;/p&gt;
     25 &lt;p&gt;The moment I take a picture with my cellphone, it gets emailed to the magical
     26 servers at &lt;a href=&#34;https://flickr.com&#34;&gt;Flickr&lt;/a&gt; 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 &lt;a href=&#34;https://www.w3.org/TR/soap/&#34;&gt;SOAP&lt;/a&gt; request to Flickr&amp;rsquo;s servers and
     29 retrieves an &lt;a href=&#34;https://www.w3.org/XML/&#34;&gt;XML&lt;/a&gt; response. This response is then parsed out and a URI to
     30 the thumbnail image on Flickr&amp;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&amp;rsquo;s available.&lt;/p&gt;
     34 &lt;p&gt;For those of you who are into &lt;a href=&#34;https://www.xml.com/pub/a/2002/12/18/dive-into-xml.html&#34;&gt;RSS&lt;/a&gt;, I&amp;rsquo;ve added a &lt;a href=&#34;feed://flickr.com/services/feeds/photos_public.gne?id=37996625178@N01&amp;amp;format=atom_03&#34;&gt;Flickr
     35 feed&lt;/a&gt; to my pictures in the HTML headers on this site.&lt;/p&gt;
     36 &lt;p&gt;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&amp;rsquo;ll see how that works out.&lt;/p&gt;
     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>&lt;p&gt;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.&lt;/p&gt;
     52 </description>
     53     </item>
     54     
     55   </channel>
     56 </rss>