<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	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/"
>

<channel>
	<title>abstractplain</title>
	<link>http://abstractplain.net/blog</link>
	<description></description>
	<pubDate>Tue, 13 Apr 2010 02:43:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>

		<item>
		<title>cruisecontrol.rb, seed data, and FKs</title>
		<link>http://abstractplain.net/blog/?p=1024</link>
		<comments>http://abstractplain.net/blog/?p=1024#comments</comments>
		<pubDate>Thu, 08 Nov 2007 19:21:12 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>RubyOnRails</category>
		<guid>http://abstractplain.net/blog/?p=1024</guid>
		<description><![CDATA[<p>Custom cruisecontrol.rb task to handle migrations with seed data.  (for when standard cruise build task yields FK constraint violations when the fixtures start loading). </p>

<h1>This builds from migrations each time (slower, but more reliable).</h1>

<h1>Must then empty seed data before tests start to delete stuff, or FK constraints get violated.</h1>

<p>task :cruise [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>Custom cruisecontrol.rb task to handle migrations with seed data.  (for when standard cruise build task yields FK constraint violations when the fixtures start loading). </p>

<pre>
#This builds from migrations each time (slower, but more reliable).  
#Must then empty seed data before tests start to delete stuff, or FK constraints get violated.  

task :cruise do
  ENV['RAILS_ENV'] = 'test'
  puts "custom cruise task invoked.  env is hardcoded to test"

  Rake::Task["environment"].invoke
  #start from scratch with just the test db
  Rake::Task["db:test:purge"].invoke
  #necessary to reconnect, as purge drops database (and w mysql the conn)
  CruiseControl::reconnect

  #run all migrations from scratch.  slow but clean
  Rake::Task["db:migrate"].invoke

  #empty the db of data - migration has loaded seed data into the tables, 
  #which'll be deleted badly by test fixtures loader.

  #NOTE: db:test:purgetwo is just a quick hack to force this identical action to be called again
  #TODO: replace with the correct way to force execution of a task in rake
  Rake::Task["db:test:purgetwo"].invoke
  #necessary to reconnect, as purge drops database (and w mysql the conn)
  CruiseControl::reconnect

  #the migration has already done a schema dump
  Rake::Task["db:schema:load"].invoke

  success = Rake::Task["test"].invoke
  success
end
</pre>

<p>Embarrassingly, this currently needs &#8216;db:test:purgetwo&#8217; to exist.  I just copied pasted db:test:purge task.  The correct way would be to look at how to ensure task execution in rake, but debugging cruisecontrol.rb  exhausted all my patience and sanity.</p>

<p>See also <a href="http://abstractplain.net/blog/?p=1019">What &#8216;rake test&#8217; does</a>.</p>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1024</wfw:commentRSS>
	</item>
		<item>
		<title>What &#8220;rake test&#8221; does - diagram</title>
		<link>http://abstractplain.net/blog/?p=1019</link>
		<comments>http://abstractplain.net/blog/?p=1019#comments</comments>
		<pubDate>Thu, 08 Nov 2007 19:04:44 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>RubyOnRails</category>
		<guid>http://abstractplain.net/blog/?p=1019</guid>
		<description><![CDATA[<p>A quick diagram to remind me what the default rails rake task &#8220;test&#8221; does.</p>

<p>This is in part-response to this cruisecontrol.rb thread.</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://abstractplain.net/misc/rake_test_task_tree.pdf">A quick diagram to remind me what the default rails rake task &#8220;test&#8221; does.
<img width="400" src="http://abstractplain.net/misc/rake_test_task_tree.png" alt="rake test task tree" />
</a></p>

<p>This is in part-response to <a href="http://www.nabble.com/forum/ViewPost.jtp?post=13633265&amp;framed=y">this cruisecontrol.rb thread</a>.</p>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1019</wfw:commentRSS>
	</item>
		<item>
		<title>London&#8217;s best charity shops</title>
		<link>http://abstractplain.net/blog/?p=1023</link>
		<comments>http://abstractplain.net/blog/?p=1023#comments</comments>
		<pubDate>Sat, 06 Oct 2007 13:57:37 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://abstractplain.net/blog/?p=1023</guid>
		<description><![CDATA[<p>Timeout magazine lists London&#8217;s best charity shops, by area:</p>

<p>Central &#166;
North &#166;
South &#166;
East &#166;
West</p>
]]></description>
			<content:encoded><![CDATA[<p>Timeout magazine lists <a href="http://www.timeout.com/london/features/2503/1.html">London&#8217;s best charity shops</a>, by area:</p>

<p><a href="http://www.timeout.com/london/features/2503/1.html">Central</a> |
<a href="http://www.timeout.com/london/features/2503/2.html">North</a> |
<a href="http://www.timeout.com/london/features/2503/3.html">South</a> |
<a href="http://www.timeout.com/london/features/2503/4.html">East</a> |
<a href="http://www.timeout.com/london/features/2503/5.html">West</a></p>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1023</wfw:commentRSS>
	</item>
		<item>
		<title>Stevie Wonder on the talk box, ++</title>
		<link>http://abstractplain.net/blog/?p=1022</link>
		<comments>http://abstractplain.net/blog/?p=1022#comments</comments>
		<pubDate>Sat, 06 Oct 2007 13:33:27 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>music</category>
	<category>video</category>
		<guid>http://abstractplain.net/blog/?p=1022</guid>
		<description><![CDATA[<p>&#8220;Close to you&#8221; on The David Frost show, &#8216;72.</p>

<p>&#8220;Papa was a rollin&#8217; stone&#8221; live, &#8216;73  (starts 30 seconds in)</p>

<p>Also: </p>

<p>&#8220;Superstition&#8221; on Sesame Street, &#8216;73.</p>

<pre><code>How to make a cheap talk box

Wikipedia: List of celebrity guest stars on Sesame Street

James Earl Jones reciting the [...]
</code></pre>
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="353"><param name="movie" value="http://www.youtube.com/v/VX5v-S_jGD4&amp;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/VX5v-S_jGD4&amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="353"></embed></object>
&#8220;Close to you&#8221; on The David Frost show, &#8216;72.</p>

<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/rSlRNLcfr8g&amp;hl=en&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/rSlRNLcfr8g&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>
&#8220;Papa was a rollin&#8217; stone&#8221; live, &#8216;73  (starts 30 seconds in)</p>

<p>Also: </p>

<p><object width="425" height="353"><param name="movie" value="http://www.youtube.com/v/_ul7X5js1vE&amp;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/_ul7X5js1vE&amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="353"></embed></object>
&#8220;Superstition&#8221; on Sesame Street, &#8216;73.</p>

<ul>
    <li><a href="http://uk.youtube.com/watch?v=9EIQxwotn3k">How to make a cheap talk box</a></li>

    <li><a href="http://en.wikipedia.org/wiki/List_of_celebrity_guest_stars_on_Sesame_Street">Wikipedia: List of celebrity guest stars on Sesame Street</a>
</li>
    <li><a href="http://uk.youtube.com/watch?v=WxwrVw6Vsjw">James Earl Jones reciting the alphabet on Sesame Street</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1022</wfw:commentRSS>
	</item>
		<item>
		<title>Cuban Salsa in London</title>
		<link>http://abstractplain.net/blog/?p=1021</link>
		<comments>http://abstractplain.net/blog/?p=1021#comments</comments>
		<pubDate>Tue, 25 Sep 2007 13:01:11 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>dance</category>
	<category>salsa</category>
		<guid>http://abstractplain.net/blog/?p=1021</guid>
		<description><![CDATA[<p>The cuban style is not so popular in london as cross-body styles, so it takes some time to find the good nights and lessons.</p>

<p>Here are the places I know about for cuban style salsa in London.   There have been many changes recently with many nights stopping, but new nights are emerging. (Most noteably, [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>The cuban style is not so popular in london as cross-body styles, so it takes some time to find the good nights and lessons.</p>

<p>Here are the places I know about for cuban style salsa in London.   There have been many changes recently with many nights stopping, but new nights are emerging. (Most noteably, Havana Central at Stanza bar, on a Sunday night).</p>

<p>I&#8217;ve also started <a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=111089561178328071503.0004729253eb6e650ed39&amp;ll=51.507881,-0.136603&amp;spn=0.022304,0.067101&amp;source=embed">an accompanying map</a>.</p>

<p>(Last updated: 13th April, 2010)</p>

<p><strong>Monday:
</strong></p>

<ul>
<li><a href="http://www.salsacaribe.co.uk/">AfroCuban Lounge at The Buffalo Bar</a> just next to highbury &#038; islington tube, on a Monday night.  Lessons and club.  <strong>Excellent</strong> tuition.  Susan and Jim are very professional, clearly very experienced, and exceptionally articulate.  I would recommend <em>everyone</em> try a lesson with these guys, regardless of their level (even if they just want to pick up good teaching habits).  I&#8217;d actually recommend their Sunday lessons at &#8220;The Place&#8221; dance studios even more highly (see below) because there&#8217;s more space there to make your mistakes.

The club has a great vibe, near 100% cuban dancers, quite a few good ones, and great cuban tunes from beginning to end.  If only the venue had a bit more room.  Floor is ok, sound is good. [<a href="http://www.londonsalsa.co.uk/clubNight.php?clubNightID=25">more info</a>]</li>
<li>Orishas and Rumba course with Ariel.  The Basement Studio, York Way. Details to follow.</li>
</ul>

<p><strong>Tuesday:
</strong><ul>
<li><a href="http://www.london-salsa.co.uk/classes/rhum_jungle_venue.html">Rhum Jungle</a> on a Tuesday in Farringdon.  DJ Rich.  Great music and tuition, properly casino.  Lessons and club.</li>
</ul>
<strong>Wednesday:
</strong><ul>
<li>6 week courses with Osbanis and Anneta (Deakocan).  The current one runs 14/04 - 19/05/2010.  Afrocuban, rumba, soncha, rueda.  Stageworks Studios 5 mins walking distance from Liverpool St. or Old St. email deakocan@gmail.com or facebook Osbanis or Anneta.</li>
</ul>
<strong>Thursday:
</strong><ul>
<li><a href="http://www.floridita.co.uk/london/">Floridita&#8217;s</a> in wardour street, soho.  Quieter than fridays (i.e. more space to dance), and free entry all night.  DJ Flecha (from casa de la musica, Havana) plays some great tracks.  As with Fridays, don&#8217;t turn up and expect to find many cuban dancers - take them with you, or cross your fingers.</li>
</ul>
<strong>Friday:
</strong><ul>
<li>(Every two weeks).  Salsa Fusion.  details to shortly.</li>
<li>(Every month).  El Grande at Colosseum.  details shortly.</li>
<li><a href="http://www.londonsalsa.co.uk/clubNight.php?clubNightID=97">Tito&#8217;s latin bar</a> at london bridge on a Friday.  Fun rueda-based lessons from 7pm, then club at 9:30pm-ish til late.  The music starts off as cuban salsa, but as the night progresses (around 11pm) the dj changes and more merengue and bachata is played and the salsa goes colombian, and sadly they put the volume up too loud for me).  New floor as of summer, 2009 is bigger and good.  Sound is good (until 11pm - see above).  Shame about the disorienting disco lights.<a href="http://www.londonsalsa.co.uk/clubNight.php?clubNightID=97">[more info]</a></li>
<li><a href="http://www.floridita.co.uk/london/">Floridita&#8217;s</a> in wardour street, soho.</p>

<p>Drinks are expensive (~10 pounds for a cuba libre), and entry is a whopping 15 pounds after 9pm (often free before that).  Live cuban music (mostly son) until around 11pm (though recently the bands seem to be playing always the same standards  (perhaps management-dictated to please the diners?)  The main (small) dance-floor is often busy with tipsy bad dancers, but off that you can generally find some corner to dance in.  Has great DJ&#8217;s for cuban music, though they&#8217;ll  play a mix of salsa styles.  Also expect a fair amount of merengue and reggaeton crowd-pleasing, too.  It will cycle back to salsa if you wait long enough.  </p>

<p>Best from midnight onwards (open til 3am), as spaces begin to appear in which you can dance.  Don&#8217;t go here unless you have checked that some other cuban dancers are going, too!  The few good dancers that do go tend to be cross-body.  There&#8217;s a dress code, which is described as &#8220;funky and glamorous&#8221;</li>
</ul>
<strong>Saturday:
</strong></p>

<ul><li>&#8220;Get it Right&#8221; - Orishas course with Cuban School of Arts (with Damarys Farres and others).  (Details to follow)</li>
</ul>

<p><strong>Sunday:
</strong><ul>
<li>&#8220;Havana Central&#8221; at Bar Stanza, Shaftsbury Avenue.  Lessons and Club.  This is currently the strongest weekly cuban salsa night (april 2010).  Details Shortly.</li>
<li><a href="http://www.salsacaribe.co.uk/html/wclasses.htm">Lessons at The Place studio</a> (again with <a href="http://www.salsacaribe.co.uk/">Salsa Caribe</a>), Sunday 2pm.  I <em>really</em> recommend these lessons, especially if you&#8217;re serious about getting your basic technique <em>right</em>.</li>
<li><a href="http://www.cuban-connection.co.uk/news/Rueda.A.T.Park.html">Rueda in the Park</a>.  (Not in winter.  Re-starting May 2010) My favourite, and not just because it&#8217;s free!  In Hyde Park at 3:33pm til dark (so yes, until around 9pm in summer).  Practice partner-dancing as well as rueda.  There are no formal lessons here, and yet it is my favourite place to learn.  You&#8217;ll frequently find someone being shown something at the side of the dance floor by a friendly peer, and many people learn to call la rueda here, too.</p>

<p>Don&#8217;t wear good dancing shoes - the concrete floor will eat them.  And take water and a picnic - the nearest shop is expensive.  </p>

<p>While through spring and summer it is held near lancaster gate tube, note that as winter draws in we tend to move to hyde park corner - but check the website.
Afterwards, many head to bar salsa or (my recommendation) la clave cubana, see below. [<a href="http://www.cuban-connection.co.uk/news/Rueda.A.T.Park.html">more info on Rueda at the Park</a>]</li>
<li>(Every Month).  Rumbon Cubano.  Costa Dorada near Tottenham court road.  Details Shortly.</li>
<li><a href="http://www.ruedadelmundo.com/">&#8220;Rueda del Mundo&#8221; short course</a> in Cricklewood by Moe Flex and Fadi.  I haven&#8217;t done one of these courses yet, but I&#8217;ve heard they&#8217;re really good.  Nice to see them integrating a workshop on &#8220;How to make the ladies look good in Rueda&#8221;, by Iris de Brito, too.
</li>
</ul></p>

<p><strong>Map</strong></p>

<p>Here&#8217;s a draft map annotated with all the places reviewed here.  </p>

<p>The &#8220;ratings&#8221; on each marker are NOT relevant.</p>

<p><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=111089561178328071503.0004729253eb6e650ed39&amp;ll=51.507881,-0.136603&amp;spn=0.022304,0.067101&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=111089561178328071503.0004729253eb6e650ed39&amp;ll=51.507881,-0.136603&amp;spn=0.022304,0.067101&amp;source=embed" style="color:#0000FF;text-align:left">Cuban Salsa in London</a> in a larger map</small></p>

<p><strong>Sites with more information:
</strong><ul>
        <li><a href="http://timbageek.com/">TimbaGeek.com</a>.</li>
    <li><a href="http://www.londonsalsa.co.uk/">londonsalsa.co.uk</a> is a great database of lessons and clubs; if you could filter to just show cuban places, I probably wouldn&#8217;t need to maintain this list!</li>
<li><a href="http://www.londonsalsascene.co.uk/">londonsalsascene.co.uk</a> seems to be a good news site for events.
</li>
</ul></p>

<p>Bailar Casino en Londres (salsa cubana).</p>

<p>ロンドン で カシーノを おどいます  (踊る)</p>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1021</wfw:commentRSS>
	</item>
		<item>
		<title>Abstract polaroid photo gallery</title>
		<link>http://abstractplain.net/blog/?p=1020</link>
		<comments>http://abstractplain.net/blog/?p=1020#comments</comments>
		<pubDate>Thu, 30 Aug 2007 22:59:32 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://abstractplain.net/blog/?p=1020</guid>
		<description><![CDATA[<p>Black Yellow</p>

<p>Originally uploaded by Grant Hamilton</p>

<p>gallery on flickr and at sxseventy.com.
Via information aesthetics</p>
]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;">
 <a href="http://www.flickr.com/photos/granthamilton/94605524/" title="photo sharing"><img src="http://farm1.static.flickr.com/39/94605524_e98af98f37_m.jpg" alt="" style="" /></a>
 <br />
 <span style="font-size: 0.9em; margin-top: 0px;">
  <a href="http://www.flickr.com/photos/granthamilton/94605524/">Black Yellow</a>
  <br />
  Originally uploaded by <a href="http://www.flickr.com/people/granthamilton/">Grant Hamilton</a>
 </span>
</div>

<p><a href="http://www.flickr.com/photos/granthamilton/sets/72157594381857577/">gallery on flickr</a> and at <a href="http://sxseventy.com/">sxseventy.com</a>.<br />
Via <a href="http://infosthetics.com/archives/2007/08/abstract_polaroid_images.html">information aesthetics</a>
<br clear="all" /></p>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1020</wfw:commentRSS>
	</item>
		<item>
		<title>ruby game libraries</title>
		<link>http://abstractplain.net/blog/?p=1018</link>
		<comments>http://abstractplain.net/blog/?p=1018#comments</comments>
		<pubDate>Mon, 13 Aug 2007 18:17:23 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>gaming</category>
	<category>Ruby</category>
		<guid>http://abstractplain.net/blog/?p=1018</guid>
		<description><![CDATA[<p>Two more ruby game libraries to look at: gosu and Shattered Ruby</p>

<p>via Chad Fowler&#8217;s notes on the recent Ruby Hoedown event.</p>

<p>I hope the audio for the talk appears here.</p>

<p>I had set up rubygame and Ruby/SDL a while back to a point where I could code simple examples, but I wouldn&#8217;t actually want to foist the [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>Two more ruby game libraries to look at: <a href="http://code.google.com/p/gosu/">gosu</a> and <a href="http://www.shatteredruby.com/">Shattered Ruby</a></p>

<p>via <a href="http://www.chadfowler.com/2007/8/12/ruby-hoedowned">Chad Fowler&#8217;s notes on the recent Ruby Hoedown event</a>.</p>

<p>I hope the audio for the talk appears <a href="http://rubyhoedown2007.confreaks.com/">here</a>.</p>

<p>I had set up <a href="http://rubygame.seul.org/about.html">rubygame</a> and <a href="http://www.kmc.gr.jp/~ohai/rubysdl.en.html">Ruby/SDL</a> a while back to a point where I could code simple examples, but I wouldn&#8217;t actually want to foist the stack setup on anyone else.  (In fact, for portability, something like <a href="http://www.jmonkeyengine.com/">jmonkeyengine</a> on java, running <a href="http://jruby.codehaus.org/">jruby</a> for scripting makes more sense (at least where download sizes don&#8217;t matter)).</p>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1018</wfw:commentRSS>
	</item>
		<item>
		<title>Cuban Salsa</title>
		<link>http://abstractplain.net/blog/?p=1016</link>
		<comments>http://abstractplain.net/blog/?p=1016#comments</comments>
		<pubDate>Tue, 10 Jul 2007 00:54:52 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>dance</category>
	<category>salsa</category>
		<guid>http://abstractplain.net/blog/?p=1016</guid>
		<description><![CDATA[<p>I&#8217;m learning salsa, specifically cuban salsa.  To this I am addicted.  I&#8217;m past beginner now, and have just enough of the basics to carry me through a dance with a forgiving, preferably amnesic girl.  To make any real progress beyond the basics, I know I have to go out and make a [...]</p>
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/yJLv6R5nRbY"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/yJLv6R5nRbY" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>

<p>I&#8217;m learning salsa, specifically cuban salsa.  To this I am addicted.  I&#8217;m past beginner now, and have just enough of the basics to carry me through a dance with a forgiving, preferably amnesic girl.  To make any real progress beyond the basics, I know I have to go out and make a fool of myself over and over in the clubs.  Here, above, is a video which demonstrates some of what I like about this style (besides the way the girls dance!) and where, I suppose, I want to get to.  This guy doesn&#8217;t do any fancy moves; it&#8217;s all just style, just play.  I think it also invalidates any argument along the lines of &#8220;Ah, I&#8217;m not cuban so I&#8217;ll never be able to dance like that&#8230;&#8221;.  </p>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1016</wfw:commentRSS>
	</item>
		<item>
		<title>6 billion others</title>
		<link>http://abstractplain.net/blog/?p=1015</link>
		<comments>http://abstractplain.net/blog/?p=1015#comments</comments>
		<pubDate>Tue, 10 Jul 2007 00:06:30 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>culture</category>
	<category>art</category>
	<category>video</category>
		<guid>http://abstractplain.net/blog/?p=1015</guid>
		<description><![CDATA[<p>beautiful &#8220;6 billion others&#8221; portraits project.
&#8220;A future online repository of thousands of video &#38; audio testimonies as a portrait of contemporary mankind&#8221;.</p>

<p>Check out &#8220;portraits&#8221; and &#8220;testimonials&#8221;.    </p>

<p>Via information aesthetics.  </p>
]]></description>
			<content:encoded><![CDATA[<p>beautiful &#8220;<a href="http://www.6billionothers.org/index_en.php">6 billion others</a>&#8221; portraits project.<br />
&#8220;A future online repository of thousands of video &amp; audio testimonies as a portrait of contemporary mankind&#8221;.</p>

<p>Check out &#8220;portraits&#8221; and &#8220;testimonials&#8221;.    </p>

<p>Via <a href="http://infosthetics.com/archives/2007/06/6_billion_others_yann_arthus_betrand.html">information aesthetics</a>.  </p>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1015</wfw:commentRSS>
	</item>
		<item>
		<title>Clean City: São Paulo goes advertising-free</title>
		<link>http://abstractplain.net/blog/?p=1013</link>
		<comments>http://abstractplain.net/blog/?p=1013#comments</comments>
		<pubDate>Fri, 20 Apr 2007 13:46:28 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>culture</category>
		<guid>http://abstractplain.net/blog/?p=1013</guid>
		<description><![CDATA[<p>See this BoingBoing post linking to this two-page article and a São Paulo No Logo flickr set.  </p>

<p>Here&#8217;s more on the &#8220;clean city&#8221; laws, exceptions, and fines (in portuguese).</p>

<p>While the desolate-looking photos in the flickr set are interesting, I wonder if  the empty billboard frames have been cleared down, or replaced with some [...]</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.boingboing.net/2007/04/14/sao_paulo_goes_adver.html">See this BoingBoing post</a> linking to <a href="http://www.iht.com/articles/2006/12/12/news/brazil.php">this two-page article</a> and a <a href="http://www.flickr.com/photos/tonydemarco/sets/72157600075508212/">São Paulo No Logo flickr set</a>.  </p>

<p>Here&#8217;s <a href="http://www.prefeitura.sp.gov.br/portal/a_cidade/noticias/index.php?p=14184">more on the &#8220;clean city&#8221; laws, exceptions, and fines</a> (in portuguese).</p>

<p>While the desolate-looking photos in the <a href="http://www.flickr.com/photos/tonydemarco/sets/72157600075508212/">flickr set</a> are interesting, I wonder if  the empty billboard frames have been cleared down, or replaced with some art, or murals, information, etc.</p>

<p>Sitting waiting on the tube, how cool would it be to get to stare across at prints of fine art, good photos, a well done mural or &#8220;graffiti&#8221;, some classic poems, a big map of the local area for each station / some history of the area, a &#8220;what&#8217;s on&#8221; for the month, or just an occasional refreshingly bare wall.  Anything but those insipid oppressive posters we daily try to avoid looking at.</p>

<p>I think I posted this <a href="http://antiadvertisingagency.com/projects/light-criticism/">&#8220;light criticism&#8221; project</a> a while back from the Anti-Advertising Agency, about &#8220;New York&#8217;s True Graffiti Problem&#8221;.</p>

<p>See also: <a href="http://blog.wired.com/underwire/2007/10/dirty-trick-cau.html">Reverse Graffiti artist decorates dirty tunnel walls</a>.</p>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1013</wfw:commentRSS>
	</item>
		<item>
		<title>web sites for good</title>
		<link>http://abstractplain.net/blog/?p=1014</link>
		<comments>http://abstractplain.net/blog/?p=1014#comments</comments>
		<pubDate>Fri, 20 Apr 2007 13:45:42 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://abstractplain.net/blog/?p=1014</guid>
		<description><![CDATA[<p>&#8220;&#8230; the Web 2.0 generation, with its YouTube and Twitter mania, has gotten a particularly bad rap for self-obsession and indulgence.&#8221;</p>

<p>Article: &#8220;Responsibility is in their sites. / Web entrepreneurs have an eye on social need&#8221; - San Francisco Chronicle.  A step in the right direction, at least.</p>

<p>The article mentions Jarkko Laine&#8217;s DoTheRightThing.com.</p>
]]></description>
			<content:encoded><![CDATA[<p>&#8220;&#8230; the Web 2.0 generation, with its YouTube and Twitter mania, has gotten a particularly bad rap for self-obsession and indulgence.&#8221;</p>

<p>Article: &#8220;<a href="http://sfgate.com/cgi-bin/article.cgi?f=/chronicle/archive/2007/04/15/BUG5SP63BR85.DTL&amp;type=business">Responsibility is in their sites.</a> / Web entrepreneurs have an eye on social need&#8221; - San Francisco Chronicle.  A step in the right direction, at least.</p>

<p>The article mentions <a href="http://jlaine.net/">Jarkko Laine</a>&#8217;s <a href="http://DoTheRightThing.com/">DoTheRightThing.com</a>.</p>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1014</wfw:commentRSS>
	</item>
		<item>
		<title>Complex Stereo Sound Generator for Sound Effects and Music Synthesis</title>
		<link>http://abstractplain.net/blog/?p=1012</link>
		<comments>http://abstractplain.net/blog/?p=1012#comments</comments>
		<pubDate>Wed, 04 Apr 2007 11:04:47 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>electronics</category>
		<guid>http://abstractplain.net/blog/?p=1012</guid>
		<description><![CDATA[<p>MAKE point at GetLoFi&#8217;s post on Complex Stereo Sound generator kits (~35 euros, shipped).</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.makezine.com/blog/archive/2007/04/complex_stereo_sound_gene.html">MAKE point at</a> <a href="http://www.getlofi.com/?p=746">GetLoFi&#8217;s post on Complex Stereo Sound generator kits</a> (~35 euros, shipped).</p>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1012</wfw:commentRSS>
	</item>
		<item>
		<title>People Pixels: Pole Position</title>
		<link>http://abstractplain.net/blog/?p=1011</link>
		<comments>http://abstractplain.net/blog/?p=1011#comments</comments>
		<pubDate>Tue, 03 Apr 2007 09:59:52 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>fun</category>
	<category>gaming</category>
	<category>video</category>
		<guid>http://abstractplain.net/blog/?p=1011</guid>
		<description><![CDATA[<p>Pole Position, stop-mo animation filmed with humans for pixels.  Great sfx.</p>

<p>via information aesthetics.</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.notsonoisy.com/poleposition/">Pole Position, stop-mo animation filmed with humans for pixels</a>.  Great sfx.</p>

<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/ywqu_8RIDvU"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/ywqu_8RIDvU" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>

<p>via <a href="http://infosthetics.com/archives/2007/04/human_pole_position_game.html">information aesthetics</a>.</p>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1011</wfw:commentRSS>
	</item>
		<item>
		<title>Caboose: Rails Sample App</title>
		<link>http://abstractplain.net/blog/?p=1010</link>
		<comments>http://abstractplain.net/blog/?p=1010#comments</comments>
		<pubDate>Tue, 03 Apr 2007 09:40:19 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>RubyOnRails</category>
		<guid>http://abstractplain.net/blog/?p=1010</guid>
		<description><![CDATA[<p>This Rails sample app from Caboose is &#8220;intended to be an example of “better practices”, but with the intention of ultimately being “best practice” through collaboration and iterative improvement.&#8221;</p>

<p>&#8220;The application implements:</p>

<p>a user model with a few extra fields (last login, timezones)
restful authentication.
full timezone support
basic views implemented with Yahoo! YUI CSS grids.
behavioral testing with rspec, including [...]</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.caboo.se/articles/2007/4/3/caboose-sample-rails-application">This Rails sample app from Caboose</a> is &#8220;intended to be an example of “better practices”, but with the intention of ultimately being “best practice” through collaboration and iterative improvement.&#8221;</p>

<p>&#8220;The application implements:</p>

<ul>
<li>a user model with a few extra fields (last login, timezones)</li>
<li>restful authentication.</li>
<li>full timezone support</li>
<li>basic views implemented with Yahoo! YUI CSS grids.</li>
<li>behavioral testing with rspec, including good example of mocking in controller specs.</li>
<li>exception notification&#8221;</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1010</wfw:commentRSS>
	</item>
		<item>
		<title>OSS translation into South Africa&#8217;s languages</title>
		<link>http://abstractplain.net/blog/?p=1009</link>
		<comments>http://abstractplain.net/blog/?p=1009#comments</comments>
		<pubDate>Fri, 30 Mar 2007 20:05:31 +0000</pubDate>
		<dc:creator>neillzero</dc:creator>
		
	<category>maputo</category>
	<category>software</category>
	<category>teaching</category>
		<guid>http://abstractplain.net/blog/?p=1009</guid>
		<description><![CDATA[<p>http://translate.org.za/ is &#8220;a non-profit organisation focused on the localisation, or translation, of Open Source software into South Africa&#8217;s 11 official languages.&#8221;  Via &#8220;Software in your language&#8221;, O&#8217;Reilly Radar post.</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://translate.org.za/">http://translate.org.za/</a> is &#8220;a non-profit organisation focused on the localisation, or translation, of Open Source software into South Africa&#8217;s 11 official languages.&#8221;  Via <a href="http://radar.oreilly.com/archives/2007/03/software_in_you.html">&#8220;Software in your language&#8221;, O&#8217;Reilly Radar post</a>.</p>
]]></content:encoded>
			<wfw:commentRSS>http://abstractplain.net/blog/?feed=rss2&amp;p=1009</wfw:commentRSS>
	</item>
	</channel>
</rss>
