<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>mibly</title>
	
	<link>http://mibly.com</link>
	<description />
	<pubDate>Sun, 01 Mar 2009 17:08:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Miblycom" type="application/rss+xml" /><item>
		<title>Official Secrets Act - So Tomorrow</title>
		<link>http://mibly.com/2009/03/01/official-secrets-act-so-tomorrow/</link>
		<comments>http://mibly.com/2009/03/01/official-secrets-act-so-tomorrow/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 17:07:22 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://mibly.com/?p=93</guid>
		<description><![CDATA[
Just a cool video I found the other night.
]]></description>
			<content:encoded><![CDATA[<p><object width="590" height="473"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3002739&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3002739&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="590" height="473"></embed></object><br />
Just a cool video I found the other night.</p>
]]></content:encoded>
			<wfw:commentRss>http://mibly.com/2009/03/01/official-secrets-act-so-tomorrow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Robot Santa is making a list</title>
		<link>http://mibly.com/2008/12/13/robot-santa-is-making-a-list/</link>
		<comments>http://mibly.com/2008/12/13/robot-santa-is-making-a-list/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 16:58:57 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[ruby]]></category>

		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://mibly.com/?p=78</guid>
		<description><![CDATA[
Sometimes I get involved in some internet japes that are only there to make me giggle.  The latest is the twitter bot, @robot_santa. So on twitter he&#8217;s telling anybody that they are very naughty, to much amusement and bemusement.  For those who don&#8217;t know, he stared in an awesome episode of Futurama and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-79" title="robot-santa" src="http://mibly.com/wp-content/uploads/2008/12/robot-santa.jpg" alt="robot-santa" width="406" height="305" /></p>
<p>Sometimes I get involved in some internet japes that are only there to make me giggle.  The latest is the twitter bot, <a href="http://twitter.com/robot_santa">@robot_santa</a>. So on twitter he&#8217;s telling anybody that they are very naughty, to much <a href="http://search.twitter.com/search?q=%40robot_santa">amusement and bemusement</a>.  For those who don&#8217;t know, he stared in an awesome episode of Futurama and basically blew up everybody on XMAS eve.</p>
<p>God knows what I&#8217;ll do with him now&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://mibly.com/2008/12/13/robot-santa-is-making-a-list/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ruby twitter bot in 25 lines</title>
		<link>http://mibly.com/2008/11/30/ruby-twitter-bot-in-25-lines/</link>
		<comments>http://mibly.com/2008/11/30/ruby-twitter-bot-in-25-lines/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 14:56:49 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://mibly.com/?p=68</guid>
		<description><![CDATA[Using ruby to make a tiny twitter bot is so simple.  So in 25 lines I used the twitter and hpricot gems to make a bot that pulls a random quote from the puerile b3ta.com/talk.
# Rakefile

require 'rake'
require 'twitter'
require 'hpricot'
require 'open-uri'
namespace :b3ta do
  desc 'find a random quote from b3ta.com/talk and post it to [...]]]></description>
			<content:encoded><![CDATA[<p>Using ruby to make a tiny twitter bot is so simple.  So in 25 lines I used the twitter and hpricot gems to make a bot that pulls a random quote from the puerile b3ta.com/talk.</p>
<pre class="textmate-source twilight"><span class="source source_ruby"><span class="comment comment_line comment_line_number-sign comment_line_number-sign_ruby"><span class="punctuation punctuation_definition punctuation_definition_comment punctuation_definition_comment_ruby">#</span> Rakefile
</span>
<span class="meta meta_require meta_require_ruby"><span class="keyword keyword_other keyword_other_special-method keyword_other_special-method_ruby">require</span> <span class="string string_quoted string_quoted_single string_quoted_single_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">'</span>rake<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">'</span></span></span>
<span class="meta meta_require meta_require_ruby"><span class="keyword keyword_other keyword_other_special-method keyword_other_special-method_ruby">require</span> <span class="string string_quoted string_quoted_single string_quoted_single_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">'</span>twitter<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">'</span></span></span>
<span class="meta meta_require meta_require_ruby"><span class="keyword keyword_other keyword_other_special-method keyword_other_special-method_ruby">require</span> <span class="string string_quoted string_quoted_single string_quoted_single_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">'</span>hpricot<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">'</span></span></span>
<span class="meta meta_require meta_require_ruby"><span class="keyword keyword_other keyword_other_special-method keyword_other_special-method_ruby">require</span> <span class="string string_quoted string_quoted_single string_quoted_single_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">'</span>open-uri<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">'</span></span></span>
namespace <span class="constant constant_other constant_other_symbol constant_other_symbol_ruby"><span class="punctuation punctuation_definition punctuation_definition_constant punctuation_definition_constant_ruby">:</span>b3ta</span> <span class="keyword keyword_control keyword_control_start-block keyword_control_start-block_ruby">do
</span>  desc <span class="string string_quoted string_quoted_single string_quoted_single_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">'</span>find a random quote from b3ta.com/talk and post it to twitter<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">'</span></span>
  task <span class="constant constant_other constant_other_symbol constant_other_symbol_ruby"><span class="punctuation punctuation_definition punctuation_definition_constant punctuation_definition_constant_ruby">:</span>random_quote</span> <span class="keyword keyword_control keyword_control_start-block keyword_control_start-block_ruby">do
</span>    hdoc <span class="keyword keyword_operator keyword_operator_assignment keyword_operator_assignment_ruby">=</span> <span class="variable variable_other variable_other_constant variable_other_constant_ruby">Hpricot</span><span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">(</span>open<span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">(</span><span class="string string_quoted string_quoted_single string_quoted_single_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">'</span>http://www.b3ta.com/talk<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">'</span></span><span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">)</span><span class="punctuation punctuation_separator punctuation_separator_method punctuation_separator_method_ruby">.</span>read<span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">)</span>
    subs <span class="keyword keyword_operator keyword_operator_assignment keyword_operator_assignment_ruby">=</span> <span class="punctuation punctuation_section punctuation_section_array punctuation_section_array_ruby">[]</span>
    hdoc<span class="punctuation punctuation_separator punctuation_separator_method punctuation_separator_method_ruby">.</span>search<span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">(</span><span class="string string_quoted string_quoted_double string_quoted_double_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">"</span>.post1, .post2<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">"</span></span><span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">)</span> <span class="keyword keyword_control keyword_control_start-block keyword_control_start-block_ruby">do </span><span class="punctuation punctuation_separator punctuation_separator_variable punctuation_separator_variable_ruby">|</span><span class="variable variable_other variable_other_block variable_other_block_ruby">post</span><span class="punctuation punctuation_separator punctuation_separator_variable punctuation_separator_variable_ruby">|</span>
      username<span class="punctuation punctuation_separator punctuation_separator_object punctuation_separator_object_ruby">,</span> subject <span class="keyword keyword_operator keyword_operator_assignment keyword_operator_assignment_ruby">=</span> <span class="string string_quoted string_quoted_single string_quoted_single_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">'</span><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">'</span></span><span class="punctuation punctuation_separator punctuation_separator_object punctuation_separator_object_ruby">,</span> <span class="string string_quoted string_quoted_single string_quoted_single_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">'</span><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">'</span></span>
      post<span class="punctuation punctuation_separator punctuation_separator_method punctuation_separator_method_ruby">.</span>search<span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">(</span><span class="string string_quoted string_quoted_double string_quoted_double_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">"</span>.username<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">"</span></span><span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">)</span> <span class="keyword keyword_control keyword_control_start-block keyword_control_start-block_ruby">do </span><span class="punctuation punctuation_separator punctuation_separator_variable punctuation_separator_variable_ruby">|</span><span class="variable variable_other variable_other_block variable_other_block_ruby">un</span><span class="punctuation punctuation_separator punctuation_separator_variable punctuation_separator_variable_ruby">|</span>
        username <span class="keyword keyword_operator keyword_operator_assignment keyword_operator_assignment_ruby">=</span> un<span class="punctuation punctuation_separator punctuation_separator_method punctuation_separator_method_ruby">.</span>inner_html
      <span class="keyword keyword_control keyword_control_ruby">end</span>
      post<span class="punctuation punctuation_separator punctuation_separator_method punctuation_separator_method_ruby">.</span>search<span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">(</span><span class="string string_quoted string_quoted_double string_quoted_double_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">"</span>b<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">"</span></span><span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">)</span> <span class="keyword keyword_control keyword_control_start-block keyword_control_start-block_ruby">do </span><span class="punctuation punctuation_separator punctuation_separator_variable punctuation_separator_variable_ruby">|</span><span class="variable variable_other variable_other_block variable_other_block_ruby">b</span><span class="punctuation punctuation_separator punctuation_separator_variable punctuation_separator_variable_ruby">|</span>
        subject <span class="keyword keyword_operator keyword_operator_assignment keyword_operator_assignment_ruby">=</span> b<span class="punctuation punctuation_separator punctuation_separator_method punctuation_separator_method_ruby">.</span>inner_html<span class="punctuation punctuation_separator punctuation_separator_method punctuation_separator_method_ruby">.</span>to_s<span class="punctuation punctuation_separator punctuation_separator_method punctuation_separator_method_ruby">.</span>gsub<span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">(</span><span class="string string_regexp string_regexp_classic string_regexp_classic_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_ruby">/</span>&lt;<span class="constant constant_character constant_character_escape constant_character_escape_ruby">\/</span>?<span class="string string_regexp string_regexp_character-class string_regexp_character-class_ruby"><span class="punctuation punctuation_definition punctuation_definition_character-class punctuation_definition_character-class_ruby">[</span>^&gt;<span class="punctuation punctuation_definition punctuation_definition_character-class punctuation_definition_character-class_ruby">]</span></span>*&gt;<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_ruby">/</span></span><span class="punctuation punctuation_separator punctuation_separator_object punctuation_separator_object_ruby">,</span> <span class="string string_quoted string_quoted_double string_quoted_double_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">"</span><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">"</span></span><span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">)</span>
      <span class="keyword keyword_control keyword_control_ruby">end</span>
      subs <span class="keyword keyword_operator keyword_operator_assignment keyword_operator_assignment_augmented keyword_operator_assignment_augmented_ruby">&lt;&lt;</span> <span class="string string_quoted string_quoted_double string_quoted_double_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">"</span><span class="constant constant_character constant_character_escape constant_character_escape_ruby">\"</span><span class="source source_ruby source_ruby_embedded source_ruby_embedded_source"><span class="punctuation punctuation_section punctuation_section_embedded punctuation_section_embedded_ruby">#{</span>subject<span class="punctuation punctuation_section punctuation_section_embedded punctuation_section_embedded_ruby">}</span></span><span class="constant constant_character constant_character_escape constant_character_escape_ruby">\"</span> <span class="source source_ruby source_ruby_embedded source_ruby_embedded_source"><span class="punctuation punctuation_section punctuation_section_embedded punctuation_section_embedded_ruby">#{</span>username<span class="punctuation punctuation_section punctuation_section_embedded punctuation_section_embedded_ruby">}</span></span><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">"</span></span> <span class="keyword keyword_control keyword_control_ruby">if</span> subject <span class="keyword keyword_operator keyword_operator_comparison keyword_operator_comparison_ruby">!=</span> <span class="string string_quoted string_quoted_single string_quoted_single_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">'</span><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">'</span></span>
    <span class="keyword keyword_control keyword_control_ruby">end</span>
    message <span class="keyword keyword_operator keyword_operator_assignment keyword_operator_assignment_ruby">=</span> subs<span class="punctuation punctuation_section punctuation_section_array punctuation_section_array_ruby">[</span>rand<span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">(</span>subs<span class="punctuation punctuation_separator punctuation_separator_method punctuation_separator_method_ruby">.</span>size <span class="keyword keyword_operator keyword_operator_arithmetic keyword_operator_arithmetic_ruby">-</span> <span class="constant constant_numeric constant_numeric_ruby">1</span><span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">)</span><span class="punctuation punctuation_section punctuation_section_array punctuation_section_array_ruby">]</span>
    twitter <span class="keyword keyword_operator keyword_operator_assignment keyword_operator_assignment_ruby">=</span> <span class="support support_class support_class_ruby">Twitter</span><span class="punctuation punctuation_separator punctuation_separator_other punctuation_separator_other_ruby">::</span><span class="support support_class support_class_ruby">Base</span><span class="punctuation punctuation_separator punctuation_separator_method punctuation_separator_method_ruby">.</span><span class="keyword keyword_other keyword_other_special-method keyword_other_special-method_ruby">new</span><span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">(</span><span class="string string_quoted string_quoted_single string_quoted_single_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">'</span>twitter_username<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">'</span></span><span class="punctuation punctuation_separator punctuation_separator_object punctuation_separator_object_ruby">,</span><span class="string string_quoted string_quoted_single string_quoted_single_ruby"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_ruby">'</span>twitter_password<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_ruby">'</span></span><span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">)</span>
    twitter<span class="punctuation punctuation_separator punctuation_separator_method punctuation_separator_method_ruby">.</span>post<span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">(</span>message<span class="punctuation punctuation_section punctuation_section_function punctuation_section_function_ruby">)</span>
    puts message
  <span class="keyword keyword_control keyword_control_ruby">end</span>
<span class="keyword keyword_control keyword_control_ruby">end</span></span></pre>
<p>To set it up and running, just put in a real twitter account and use &#8220;rake b3ta:random_quote&#8221;. Simple. Ok it may lack any error checking what so ever, but its still amazing what you can do with Ruby with such little code. (check out the rather offensive twitter feed <a href="http://twitter.com/b3ta_thing/">here</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://mibly.com/2008/11/30/ruby-twitter-bot-in-25-lines/feed/</wfw:commentRss>
		</item>
		<item>
		<title>London (harder, better, faster, stronger)</title>
		<link>http://mibly.com/2008/11/29/london-harder-better-faster-stronger/</link>
		<comments>http://mibly.com/2008/11/29/london-harder-better-faster-stronger/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 23:08:48 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://mibly.com/?p=57</guid>
		<description><![CDATA[
I found this scanning around Vimeo HD.
]]></description>
			<content:encoded><![CDATA[<p><object width="590" height="332"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2169237&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2169237&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="590" height="332"></embed></object></p>
<p>I found this scanning around Vimeo HD.</p>
]]></content:encoded>
			<wfw:commentRss>http://mibly.com/2008/11/29/london-harder-better-faster-stronger/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mephisto to Wordpress</title>
		<link>http://mibly.com/2008/11/29/mephisto-to-wordpress/</link>
		<comments>http://mibly.com/2008/11/29/mephisto-to-wordpress/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 22:45:26 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://radiofall.mibly.com/?p=51</guid>
		<description><![CDATA[Bye bye mephisto and welcome back Wordpress.  I used a little magic to get the old posts from mephisto to this new system as mephisto lacked an export feature.
1) Edit mephisto to give you all your post in one Atom document.  Have a look in app/controller/feed/feed_controller.rb and change the limits of 15 to [...]]]></description>
			<content:encoded><![CDATA[<p>Bye bye mephisto and welcome back Wordpress.  I used a little magic to get the old posts from mephisto to this new system as mephisto lacked an export feature.</p>
<p>1) Edit mephisto to give you all your post in one Atom document.  Have a look in app/controller/feed/feed_controller.rb and change the limits of 15 to over the amount of posts you have.</p>
<p>2) Wordpress doesn&#8217;t like Atom, so convert your to RSS 2.0.  I used a cool little webserice for this.  With this service we can output something to our computer with curl<br />
 
<pre class="textmate-source twilight"><span class="source source_shell">curl http://atom2rss.semiologic.com/?atom=http%3A%2F%2Fmibly.com%2Ffeed%2F <span class="keyword keyword_operator keyword_operator_redirect keyword_operator_redirect_shell">&gt;</span> old_posts.xml</span></pre>
<p>3) Upload old_posts.xml to you smashing new wordpress blog.</p>
<p>Now this doesn&#8217;t import any comments which is a shame.</p>
]]></content:encoded>
			<wfw:commentRss>http://mibly.com/2008/11/29/mephisto-to-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPlayerlist map</title>
		<link>http://mibly.com/2008/10/27/iplayerlist-map/</link>
		<comments>http://mibly.com/2008/10/27/iplayerlist-map/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 21:04:00 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[iplayerlist]]></category>

		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">tag:mibly.com,2008-10-27:84</guid>
		<description><![CDATA[So here is the first thing I’ve managed to get out of Opencalais.  Its not really that interesting but a few people seem to like it.

So what you are looking at is all the programmes on iPlayer whose synopsis contains something that is of geographical importance.  Now thanks to Opencalais’ new beta we [...]]]></description>
			<content:encoded><![CDATA[<p>So here is the first thing I’ve managed to get out of <a href="http://www.opencalais.com/">Opencalais</a>.  Its not really that interesting but a <a href="http://www.bbc.co.uk/blogs/bbcinternet/2008/10/interesting_stuff_20081020.html">few people seem to like it</a>.</p>
<p><a href="http://iplayerlist.mibly.com/map/"><img src="/wp-content/uploads/2008/11/map.gif" alt="iPlayerlist map" /></a></p>
<p>So what you are looking at is all the programmes on iPlayer whose synopsis contains something that is of geographical importance.  Now thanks to <a href="http://www.opencalais.com/Release3.1">Opencalais’ new beta</a> we get the longitutude and latitude of a given point (without it, you would have to use something like <a href="http://www.geonames.org/">GeoNames</a>) hence a point on the map.  Simple really.</p>
<p>Whats in the mix?</p>
<ul>
<li>All the same old iPlayerlist stuff, DB, html scraping, and what have you.</li>
<li><a href="http://railstips.org/2008/7/29/it-s-an-httparty-and-everyone-is-invited">Httparty</a> – makes dealing with restful APIs rather interesting.</li>
<li><a href="http://maps.google.com">Google maps</a>.</li>
<li><a href="http://famspam.com/facebox">Facebox</a> – for the lightbox thing.</li>
</ul>
<p>So its another dumb map mashup. Now the real question is does it add anything new for the user?  Well I’m not sure.  I’m going to add a few colours to the markers, and output the geolocations in <a href="http://code.google.com/apis/kml/documentation/"><span class="caps">KML</span></a> if I get the time.</p>
]]></content:encoded>
			<wfw:commentRss>http://mibly.com/2008/10/27/iplayerlist-map/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BANJOOOOOOOO!</title>
		<link>http://mibly.com/2008/09/21/banjoooooooo/</link>
		<comments>http://mibly.com/2008/09/21/banjoooooooo/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 18:36:00 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[tv]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">tag:mibly.com,2008-09-21:71</guid>
		<description><![CDATA[I love adult swim programming so much.  Its shame its on Bravo in the UK.  Anyhow, enjoy this episode of “Space Ghost: Coast to Coast” from around 1994.
 
]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://adultswim.co.uk">adult swim</a> programming so much.  Its shame its on Bravo in the UK.  Anyhow, enjoy this episode of “Space Ghost: Coast to Coast” from around 1994.</p>
<p><embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-5133865343811972487&#038;hl=en&#038;fs=true" style="width:400px;height:326px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed></p>
]]></content:encoded>
			<wfw:commentRss>http://mibly.com/2008/09/21/banjoooooooo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Opencalais + iPlayerlist</title>
		<link>http://mibly.com/2008/09/19/opencalais-iplayerlist/</link>
		<comments>http://mibly.com/2008/09/19/opencalais-iplayerlist/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 20:17:00 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[iplayerlist]]></category>

		<guid isPermaLink="false">tag:mibly.com,2008-09-19:70</guid>
		<description><![CDATA[Opencalais is one of those Web 3.0 (sorry) services which is really rather interesting.  Basically if you throw plain text at it will return the concepts it finds.  For example it would recognise the Royal Albert Hall as a place and London as a city.  The output is in RDF, yay.
As you [...]]]></description>
			<content:encoded><![CDATA[<p>Opencalais is one of those Web 3.0 (sorry) services which is really rather interesting.  Basically if you throw plain text at it will return the concepts it finds.  For example it would recognise the Royal Albert Hall as a place and London as a city.  The output is in RDF, yay.</p>
<p>As you might have guessed I’m thwacking the data from iPlayerlist (which is essentially <a href="http://www.bbc.co.uk/programmes">bbc.co.uk/programmes</a>) through it and see what we get. </p>
<p>Well its made me giggle.  You get some cool stuff like programmes relating to Cities, People and Nations, but also some rather random topics.  Medical Conditions is my favorite, you would be surprised how many programmes pop up in that topic.</p>
<p>So keep you eye out, it won’t be long before you will be able to subscribe to iPlayer shows relating to “sore throats” :)</p>
]]></content:encoded>
			<wfw:commentRss>http://mibly.com/2008/09/19/opencalais-iplayerlist/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Branding</title>
		<link>http://mibly.com/2008/08/23/branding/</link>
		<comments>http://mibly.com/2008/08/23/branding/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 13:17:00 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[bbc]]></category>

		<guid isPermaLink="false">tag:mibly.com,2008-08-23:47</guid>
		<description><![CDATA[Hmm, if I go to watch an episode of the News at Ten on iPlayer I see.

The BBC logo
The iPlayer logo
The BBC One logo
The BBC News logo
The News at Ten logo
A 15 second video TV station identifier.

Not sure if thats right or wrong, just something to think about.
]]></description>
			<content:encoded><![CDATA[<p>Hmm, if I go to watch an episode of the <a href="http://www.bbc.co.uk/iplayer/episode/b00d2p9c/">News at Ten on iPlayer</a> I see.</p>
<ul>
<li>The <span class="caps">BBC</span> logo</li>
<li>The iPlayer logo</li>
<li>The <span class="caps">BBC</span> One logo</li>
<li>The <span class="caps">BBC</span> News logo</li>
<li>The News at Ten logo</li>
<li><span class="caps">A 15</span> second video TV station identifier.</li>
</ul>
<p>Not sure if thats right or wrong, just something to think about.</p>
]]></content:encoded>
			<wfw:commentRss>http://mibly.com/2008/08/23/branding/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPlayerlist is back, less sucky and smells of lemon</title>
		<link>http://mibly.com/2008/08/13/iplayerlist-is-back-less-sucky-and-smells-of-lemon/</link>
		<comments>http://mibly.com/2008/08/13/iplayerlist-is-back-less-sucky-and-smells-of-lemon/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 20:22:00 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[bbc]]></category>

		<category><![CDATA[iplayerlist]]></category>

		<guid isPermaLink="false">tag:mibly.com,2008-08-13:37</guid>
		<description><![CDATA[Ok, I was stunned by the new iPlayer site to such a degree that I let iPlayerlist die for a bit.  However, after a few people got in touch asking me to carry on I thought I best had do.  So its back!
There really isn’t too much different than the old one from [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, I was stunned by the new <a href="http://www.bbc.co.uk/iplayer">iPlayer</a> site to such a degree that I let <a href="http://iplayerlist.mibly.com">iPlayerlist</a> die for a bit.  However, after a few people got in touch asking me to carry on I thought I best had do.  So its back!</p>
<p>There really isn’t too much different than the old one from the face of it, but underneath its brand spanking new and loads cleaner.  This is mainly thanks to iplayer now outputting Atom feeds.  Thanks for that :)</p>
<p>One of the coolest things I’m working on is the idea that a user can sign in and subscribe to a given series.  It’s actually up and running now, but not really ready for the whole world yet.  <a href="http://iplayerlist.mibly.com/subscriptions/show/2">Here is a link to what I’m currently watching on iPlayer</a>.</p>
<p>Now that sort of thing opens the door to a whole raft of cool code writing fun. Suggestions welcome btw.</p>
]]></content:encoded>
			<wfw:commentRss>http://mibly.com/2008/08/13/iplayerlist-is-back-less-sucky-and-smells-of-lemon/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
