<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>erase</title>
<language>en-us</language>
<link>http://www.erase.net/weblog</link>
<description>erase.net</description>

<item>
	<title>Procedural HTML5 drawing with Harmony</title>
	<link>http://www.erase.net/weblog/2010-03/procedural-html5-drawing-with-harmony</link>
	<description>&#x3C;a href=&#x22;http://mrdoob.com/lab/javascript/harmony/&#x22;&#x3E;This online procedural drawing interface&#x3C;/a&#x3E; (click + drag in the big white space beneath the bar) simultaneously inspires awe and unease in its instant transformation of scribbles into intricate drawings.

&#x3C;img src=&#x22;http://www.erase.net/images/weblog/crisscross-500.png&#x22; /&#x3E;

It&#x27;s made possible by the new HTML version 5 and its &#x26;lt;canvas&#x26;gt; tag, which allows for images to be dynamically created and modified within a web browser -- here using the &#x3C;a href=&#x22;http://processingjs.org/&#x22;&#x3E;JavaScript port&#x3C;/a&#x3E; of &#x3C;a href=&#x22;http://processing.org/&#x22;&#x3E;Processing&#x3C;/a&#x3E;. Exciting (and occasionally unnerving) times ahead.</description>
	<pubDate>Thu, 11 Mar 2010 12:04:01 GMT</pubDate>
	<guid isPermaLink="true">http://www.erase.net/weblog/2010-03/procedural-html5-drawing-with-harmony</guid>
</item>

<item>
	<title>Building pyPortMIDI on Snow Leopard x86_64</title>
	<link>http://www.erase.net/weblog/2010-03/building-pyportmidi-on-snow-leopard-x8664</link>
	<description>I don&#x27;t make a habit of posting compilation gotchas, but this one was a phenomenally unpleasant time drain. Looking to interface python with MIDI on Snow Leopard, I came across &#x3C;a href=&#x22;http://alumni.media.mit.edu/~harrison/code.html&#x22;&#x3E;pyPortMIDI&#x3C;/a&#x3E;, based on part of &#x3C;a href=&#x22;http://portmedia.sourceforge.net/&#x22;&#x3E;PortMedia&#x3C;/a&#x3E;.

Compilation seemed OK, following &#x3C;a href=&#x22;http://www.mail-archive.com/media_api@create.ucsb.edu/msg00227.html&#x22;&#x3E;these hints&#x3C;/a&#x3E; (also found in pm_python/hints.txt in the portmidi dist), but running the pyPortMIDI test.py script returned the following:

&#x3C;blockquote class=&#x22;code&#x22;&#x3E;Traceback (most recent call last):
  File &#x22;test.py&#x22;, line 11, in &#x3C;module&#x3E;
    import pypm
ImportError: dlopen(/Library/Python/2.6/site-packages/pypm.so, 2): Symbol not found: _Pt_Time
  Referenced from: /Library/Python/2.6/site-packages/pypm.so
  Expected in: flat namespace
 in /Library/Python/2.6/site-packages/pypm.so&#x3C;/blockquote&#x3E;

Following some excrutiating exploration with &#x3C;a href=&#x22;http://www.mactech.com/articles/mactech/Vol.23/23.11/ExploringLeopardwithDTrace/index.html&#x22;&#x3E;dtrace&#x3C;/a&#x3E; and &#x3C;a href=&#x22;http://linux.die.net/man/1/nm&#x22;&#x3E;nm&#x3C;/a&#x3E;, it transpired that it boiled down to an architecture issue: according to the portmidi xcode build file, &#x3C;code&#x3E;/usr/local/lib/libportmidi.dylib&#x3C;/code&#x3E; was compiled as i386/ppc, but my system is 64-bit.

Solution:
 * Open the .xcodeproj file in XCode, change the .dylib Target arch to x86_64, rebuild and install over the existing /usr/local/lib/libportmidi.dylib
 * Clean up the pyPortMIDI build, rebuild and reinstall

Now working without a hitch. </description>
	<pubDate>Sun, 07 Mar 2010 20:06:35 GMT</pubDate>
	<guid isPermaLink="true">http://www.erase.net/weblog/2010-03/building-pyportmidi-on-snow-leopard-x8664</guid>
</item>

<item>
	<title>Variable 4</title>
	<link>http://www.erase.net/weblog/2010-03/variable-4</link>
	<description>In an abominable act of oversight, one of the major projects keeping me occupied in 2010 has yet to receive an official announcement here. So, I&#x27;m belatedly pleased to herald &#x3C;a href=&#x22;http://www.variable4.org.uk/&#x22;&#x3E;Variable 4&#x3C;/a&#x3E;, an environmental installation taking place on the other-worldly shingle plains of Dungeness in May 2010.

&#x3C;a href=&#x22;http://www.variable4.org.uk/&#x22;&#x3E;&#x3C;img src=&#x22;/images/weblog/variable-splash.jpg&#x22; class=&#x22;image&#x22; /&#x3E;&#x3C;/a&#x3E;

In partnership with &#x3C;a href=&#x22;http://www.jamesjbulley.com/&#x22;&#x3E;James Bulley&#x3C;/a&#x3E;, and with kind support from the &#x3C;a href=&#x22;http://prsformusicfoundation.com/&#x22;&#x3E;PRSF&#x3C;/a&#x3E; and &#x3C;a href=&#x22;http://www.campbellsci.com/&#x22;&#x3E;Campbell Scientific&#x3C;/a&#x3E;, we&#x27;re building a system which will be embedded into the desolate landscape and equipped with an array of meteorological sensors. Using algorithmic compositional techniques, it will then respond sonically to the real-time weather conditions, transforming and recombining a bank of precomposed movements and recordings via a multi-channel all-weather soundsystem.

It is taking place over a single 24-hour period, from noon till noon on 22-23 May, and so encompasses one complete daily cycle of solar and environmental conditions. For those not living in the Romney Marsh area, there will be a couple of coaches operating from London - booking info coming soon.

It&#x27;s been a bit of a baptism of fire as far as project administration goes; who&#x27;d have thought that licensing and insurance concerns could occupy so much time? Current top of the anxiety checklist is ensuring that local fisherman aren&#x27;t somehow entangled in wiring as they begin their 3am working days. Anyhow, we&#x27;re finally well into the composition phase - leveraging &#x3C;a href=&#x22;http://www.ableton.com/maxforlive&#x22;&#x3E;Max For Live&#x3C;/a&#x3E; and the endless &#x3C;a href=&#x22;http://www.variable4.org.uk/news/16&#x22;&#x3E;generative musical possibilities&#x3C;/a&#x3E; that it offers.

We&#x27;ll be documenting the compositional and technical development on the &#x3C;a href=&#x22;http://www.variable4.org.uk/news/&#x22;&#x3E;Variable 4 blog&#x3C;/a&#x3E; and twitter &#x3C;a href=&#x22;http://twitter.com/variable4&#x22;&#x3E;@variable4&#x3C;/a&#x3E;, releasing relevant sourcecode and patches wherever possible.</description>
	<pubDate>Wed, 03 Mar 2010 18:04:37 GMT</pubDate>
	<guid isPermaLink="true">http://www.erase.net/weblog/2010-03/variable-4</guid>
</item>

<item>
	<title>Complexity and Networks meeting on music, beauty and neuroscience</title>
	<link>http://www.erase.net/weblog/2010-02/complexity-and-networks-meeting-on-music-beauty-and-neuroscience</link>
	<description>Imperial&#x27;s &#x3C;a href=&#x22;http://www3.imperial.ac.uk/mathsinstitute/programmes/research/complexity&#x22;&#x3E;Complexity and Networks&#x3C;/a&#x3E; group are hosting a day-long meeting on music, beauty perception and neuroscience this coming May (Wednesday 19th). With a focus on the neural correlates of creative and aesthetic processes, and the complex dynamics thereof, it&#x27;s one not to miss for art-and-emergence junkies.

See the attached &#x3C;a href=&#x22;http://www.erase.net//files/2010-02/Prog_19_5_10.pdf&#x22;&#x3E;list of talks&#x3C;/a&#x3E; (PDF) for more info.</description>
	<pubDate>Sat, 13 Feb 2010 12:03:27 GMT</pubDate>
	<guid isPermaLink="true">http://www.erase.net/weblog/2010-02/complexity-and-networks-meeting-on-music-beauty-and-neuroscience</guid>
</item>

<item>
	<title>New work at GDS EXPO 2010</title>
	<link>http://www.erase.net/weblog/2010-02/new-work-at-gds-expo-2010</link>
	<description>The Goldsmiths Digital Studios (GDS) is a new audiovisual interaction laboratory here at &#x3C;a href=&#x22;http://www.gold.ac.uk/&#x22;&#x3E;Goldsmiths, University of London&#x3C;/a&#x3E;. We&#x27;re celebrating its opening with &#x3C;a href=&#x22;http://www.gold.ac.uk/calendar/?id=3412&#x22;&#x3E;GDS EXPO 2010&#x3C;/a&#x3E;, a day of seminars, installations and performances taking place next Wednesday (17 Feb).

&#x3C;img src=&#x22;/images/weblog/ee-screenshot-500.jpg&#x22; width=&#x22;500&#x22; height=&#x22;375&#x22; alt=&#x22;screenshot&#x22; class=&#x22;image&#x22; /&#x3E;

As part of the launch, I&#x27;ll be showing a new AV work in the studio&#x27;s ambisonic space, hooking into the 3D motion capture and projection system. Above is an advance screen grab; more info, video and code coming soon...</description>
	<pubDate>Thu, 11 Feb 2010 21:01:17 GMT</pubDate>
	<guid isPermaLink="true">http://www.erase.net/weblog/2010-02/new-work-at-gds-expo-2010</guid>
</item>

<item>
	<title>Graph paper generator</title>
	<link>http://www.erase.net/weblog/2010-02/graph-paper-generator</link>
	<description>What&#x27;s better than graph paper? Of course, it&#x27;s a tool to grow your own printable graph paper, sufficiently configurable to cater for the wildly divergent graph-paper needs of our times.

&#x3C;a href=&#x22;http://www.erase.net/projects/graph-paper/&#x22;&#x3E;This Processing sketch&#x3C;/a&#x3E; (&#x3C;a href=&#x22;http://www.erase.net/projects/graph-paper/files/GraphPaper.pde&#x22;&#x3E;PDE&#x3C;/a&#x3E;) will generate single-weight, multi-weight and cross-grid graph paper in PDF format, with configurable weights and colours, support for metric and imperial measures, and control over margins and paper sizing. Unsupported, but should be simple to modify.

&#x3C;img src=&#x22;http://www.erase.net/projects/graph-paper/images/graph-500.png&#x22; width=&#x22;500&#x22; height=&#x22;353&#x22; class=&#x22;image&#x22; alt=&#x22;graph paper&#x22; /&#x3E;</description>
	<pubDate>Wed, 10 Feb 2010 16:37:41 GMT</pubDate>
	<guid isPermaLink="true">http://www.erase.net/weblog/2010-02/graph-paper-generator</guid>
</item>

<item>
	<title>The Big Picture: Gold</title>
	<link>http://www.erase.net/weblog/2010-01/the-big-picture-gold</link>
	<description>Collections such as &#x3C;a href=&#x22;http://www.boston.com/bigpicture/2010/01/gold.html&#x22;&#x3E;this series on the gold industry&#x3C;/a&#x3E; are why I am endlessly infatuated with &#x3C;a href=&#x22;http://www.boston.com/bigpicture&#x22;&#x3E;The Big Picture&#x3C;/a&#x3E; - hands down, the richest and most fulfilling source of photojournalism on the web. The scaled-down images below seem like weedy thumbnails in comparison! Unmissable.

&#x3C;img src=&#x22;/images/weblog/gold-large-500.jpg&#x22; width=&#x22;500&#x22; class=&#x22;image&#x22; /&#x3E;

&#x3C;img src=&#x22;/images/weblog/gold-2-large-500.jpg&#x22; width=&#x22;500&#x22; class=&#x22;image&#x22; /&#x3E;

&#x3C;img src=&#x22;/images/weblog/gold-3-large-500.jpg&#x22; width=&#x22;500&#x22; class=&#x22;image&#x22; /&#x3E;

&#x3C;a href=&#x22;http://www.boston.com/bigpicture/2010/01/gold.html&#x22;&#x3E;More...&#x3C;/a&#x3E; (total 37)</description>
	<pubDate>Wed, 20 Jan 2010 19:00:17 GMT</pubDate>
	<guid isPermaLink="true">http://www.erase.net/weblog/2010-01/the-big-picture-gold</guid>
</item>

<item>
	<title>Tomorrow's World Looks To The Eighties: An Illustrated Guide</title>
	<link>http://www.erase.net/weblog/2009-12/tomorrows-world-looks-to-the-eighties-an-illustrated-guide</link>
	<description>The close of the decade is almost upon us, and so it is time for us to join &#x3C;a href=&#x22;http://www.bbc.co.uk/archive/tomorrowsworld/8001.shtml?all=1&#x26;id=8001&#x22;&#x3E;Tomorrow&#x27;s World&#x3C;/a&#x3E;, the British Broadcasting Corporations&#x27;s flagship documentary programme, and look to the future of science and technology.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/00.cover.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/00.cover.jpg&#x22; alt=&#x22;Tomorrow&#x27;s World cover&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

We&#x27;ll be taking you through each of the gloriously illustrated sections of this period-defining book, checking out the advances that are predicted for the 1980s and seeing how they tally up with the miserable hindsight of three decades.

Without further ado...

&#x3C;h2&#x3E;Lifestyle&#x3C;/h2&#x3E;

The boundless optimism of the early silicon age shines through in Tomorrow&#x27;s World&#x27;s lookahead to how daily life will be transformed by the nascent technologies of integrated circuits and networked telecommunications:

&#x3C;blockquote&#x3E;&#x22;You will awaken some morning five years hence, speak a few simple words from your bed to your toaster, coffee pot and frying pan, and walk into the kitchen fifteen minutes later to a fully prepared breakfast.&#x3C;br /&#x3E;
&#x22;The same computer that is wired into the walls of your house and built to recognise your voice will turn on lights when you walk into the kitchen and turn them off when you leave.&#x22;&#x3C;/blockquote&#x3E;

Sounds idyllic. Sadly, as the authors themselves observe, such predictions are made on a regular basis. Thirty years later, countless automated housing schemes have appeared and often subsequently vanished: the &#x3C;a href=&#x22;http://en.wikipedia.org/wiki/Xanadu_Houses&#x22;&#x3E;Xanadu Houses&#x3C;/a&#x3E; (1979-2005), Japan&#x27;s &#x3C;a href=&#x22;http://tronweb.super-nova.co.jp/tronintlhouse.html&#x22;&#x3E;TRON House&#x3C;/a&#x3E; (1989-1992), and Honeywell&#x27;s &#x3C;a href=&#x22;http://www.accessmylibrary.com/article-1G1-11840530/honeywell-totalhome-system-controls.html&#x22;&#x3E;TotalHome&#x3C;/a&#x3E; (1992-). Integrating automation into an existing structure is difficult and expensive, and the &#x3C;a href=&#x22;http://tronweb.super-nova.co.jp/tronintlhouse.html&#x22;&#x3E;TRON commentary&#x3C;/a&#x3E; describes early journalistic objections to intelligent homes, describing the experience as &#x22;like a haunted house&#x22;.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/07.microchip.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/07.microchip.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

However, miniaturization has today progressed and stabilized to the point where realizing many of these technologies is relatively straightforward. Smart homes and automation (under the sometime-aegis of &#x22;domics&#x22;) are pushing forward, with &#x3C;a href=&#x22;http://www.linuxha.com/&#x22;&#x3E;open-source software&#x3C;/a&#x3E; making implementation possible for eager hackers. Even &#x3C;a href=&#x22;http://www.engadget.com/2009/05/14/video-microsofts-future-home-actually-makes-your-computer-a-bi/&#x22;&#x3E;Microsoft are chasing the action&#x3C;/a&#x3E;.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/01.qube.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/01.qube.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

In the living room, Tomorrow&#x27;s World report on the imminent rollout of interactive television in the form of &#x3C;a href=&#x22;http://en.wikipedia.org/wiki/QUBE&#x22;&#x3E;QUBE&#x3C;/a&#x3E;. Linking viewers to the TV stations, these home controllers allowed for live interaction for applications such as quiz shows  and Comedy Store-style popularity metres. A noble idea, but a false start in this case: seven years later, the &#x3C;a href=&#x22;http://www.time.com/time/magazine/article/0,9171,954112,00.html&#x22;&#x3E;Qube network was axed&#x3C;/a&#x3E; in a cost-cutting exercise, and it took another decade to catch on once again. Today, we have &#x3C;a href=&#x22;http://en.wikipedia.org/wiki/TiVo&#x22;&#x3E;TiVo&#x3C;/a&#x3E; and countless other &#x3C;a href=&#x22;http://en.wikipedia.org/wiki/Interactive_television&#x22;&#x3E;interactive TV endeavours&#x3C;/a&#x3E; (including, of course, the UK&#x27;s freeview monstrosity that is &#x3C;a href=&#x22;http://www.rabbit-tv.com/web/&#x22;&#x3E;Rabbit Chat And Date&#x3C;/a&#x3E;), though it&#x27;s still hardly commonplace.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/06.microwave.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/06.microwave.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

Cookery&#x27;s salvation is on the horizon in the form of &#x22;microwaves&#x22;; despite resulting in &#x22;sausages which are both limp and colourless&#x22; and &#x22;chicken which looks, and tastes, slightly parched&#x22;, they&#x27;re on the money here. However, a bleak warning is given:

&#x3C;blockquote&#x3E;The beam is inherently dangerous. Subject your hand, or worse still, your brain, to that agitation and it will be comprehensively addled.&#x3C;/blockquote&#x3E;

Be careful, readers.

These&#x27;s also some coverage of infra-red ovens, which it seems are currently &#x3C;a href=&#x22;http://www.popularmechanics.com/blogs/technology_news/4214737.html&#x22;&#x3E;returning to fashion&#x3C;/a&#x3E;.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/04.word-processor.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/04.word-processor.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

Finally, the office has the prospect of electronic word-processing systems, capable of digitally storing text before it is printed to paper, saving on materials and obsoleting the typing pool in one fell swoop. Can&#x27;t really fault this prediction.

&#x3C;h2&#x3E;Transport&#x3C;/h2&#x3E;

Written shortly after the last Concorde was born, the Tomorrow&#x27;s World team are a little more cautious in their transport forecasts: removable, high-capacity batteries may begin to give us electric vehicles (well, nearly), and the prototypal Advanced Passenger Train promises high-speed rail travel at over 100mph (which we finally got, two decades later, with the &#x3C;a href=&#x22;http://en.wikipedia.org/wiki/British_Rail_Class_390&#x22;&#x3E;Pendolino&#x3C;/a&#x3E;, bringing us &#x3C;i&#x3E;almost&#x3C;/i&#x3E; to where the &#x3C;a href=&#x22;http://en.wikipedia.org/wiki/TGV&#x22;&#x3E;French&#x3C;/a&#x3E; have been for aeons.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/23.concorde.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/23.concorde.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/05.battery-discharge.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/05.battery-discharge.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/03.lucas-van.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/03.lucas-van.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/09.advanced-train.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/09.advanced-train.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

More exciting is their account of an in-car auto-navigation system, using induction loops laid along the length of the road system and bleeping when a turn should be taken. Being then trialled in Germany, such a system could also warn of impending fog, ice or traffic, but must first be &#x22;programmed by a traffic policeman&#x22;.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/02.navigation.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/02.navigation.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

&#x3C;h2&#x3E;Natural Power&#x3C;/h2&#x3E;

&#x22;What will happen when the oil runs out?&#x22;, asks Tomorrow&#x27;s World. Thirty years later, it&#x27;s still unclear. This chapter is dedicated to renewable power sources, yet it&#x27;s clear to see that its optimism has thus far failed: at the turn of the millennium, only &#x3C;a href=&#x22;http://www.statistics.gov.uk/STATBASE/ssdataset.asp?vlnk=6462&#x22;&#x3E;3% of UK electricity came from renewable sources&#x3C;/a&#x3E;, and it&#x27;s only a couple of percent higher today.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/08.solar.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/08.solar.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/11.seaweed-farm.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/11.seaweed-farm.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

One radical idea, illustrated by this lovely diagram (above), is farming seaweed for biofuel: offshore kelp plants produce micro-organisms on a huge scale, which are then dried and fermented to produce methane. It&#x27;s &#x3C;a href=&#x22;http://www.thecrownestate.co.uk/newscontent/92-marine-biomass-report.htm&#x22;&#x3E;still&#x3C;/a&#x3E; &#x3C;a href=&#x22;http://www.blogonsmog.com/motor-monday/seaweed-farms-hold-promise-for-biofuel-production.html&#x22;&#x3E;being&#x3C;/a&#x3E; &#x3C;a href=&#x22;http://www.haaretz.com/hasen/spages/837200.html&#x22;&#x3E;investigated&#x3C;/a&#x3E; today.

&#x3C;h2&#x3E;Inner Space&#x3C;/h2&#x3E;

Slightly out of left-field, a whole chapter dedicated to deep-sea exploration. Perhaps it was popular at the time. First up is several pages dedicated to dredging for &#x22;nodules&#x22;, accumulated nuggets of manganese, nickel, iron, and other valuable minerals which lie on the sea floor. It seems that these were a great hope at the time, but, according to &#x3C;a href=&#x22;http://en.wikipedia.org/wiki/Manganese_nodule&#x22;&#x3E;Wikipedia&#x3C;/a&#x3E;, the prohibitive expense and proliferation of terrestrial resources caused interest in nodule extraction to wane. Shame.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/10.dredging.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/10.dredging.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/12.sonar.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/12.sonar.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

We&#x27;ve also got the prospect of deep-sea rescue missions and the WASP submersible, for a single diver to explore the untapped wealth of the ocean. It seems it &#x3C;a href=&#x22;http://www.marinebio.net/marinescience/01intro/behist.htm&#x22;&#x3E;was successful in its goals&#x3C;/a&#x3E;, and one-man submersibles &#x3C;a href=&#x22;http://www.sub-find.com/dw_2000.htm&#x22;&#x3E;continue to look cooler and cooler&#x3C;/a&#x3E;.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/13.scuba.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/13.scuba.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;
&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/14.deep-sea.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/14.deep-sea.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

&#x3C;h2&#x3E;Media and Telecoms&#x3C;/h2&#x3E;

&#x22;One day we all may find it useful to have a facility for sending documents, writing and pictures across the telephone lines&#x22;. The breathless coverage of the future of telecoms is a winner, particularly the up-and-coming &#x3C;a href=&#x22;http://en.wikipedia.org/wiki/Prestel&#x22;&#x3E;Prestel&#x3C;/a&#x3E; technology, rolled out by the UK Post Office to provide interactive data through our television sets via telephone lines. The author describes using Prestel for such purposes as to determine whether to adopt a child, as well as for informing your wife that you are not coming home. 

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/15.telecoms.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/15.telecoms.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

We are introduced to technologies such as &#x3C;a href=&#x22;http://en.wikipedia.org/wiki/Laserdisc&#x22;&#x3E;LaserDisc&#x3C;/a&#x3E;, home video and the digital audio revolution. There is also a sombre page-long description of the &#x22;knuckle-whitening&#x22; thrills of the new new loop-the-loop rollercoasters.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/21.laserdisc.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/21.laserdisc.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/20.camera.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/20.camera.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/22.digital-sound.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/22.digital-sound.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;


&#x3C;h2&#x3E;Outer Space&#x3C;/h2&#x3E;

Another advance which today remains in the eternal &#x22;forthcoming&#x22; pipeline is the Powersat, or &#x3C;a href=&#x22;http://en.wikipedia.org/wiki/Space-based_solar_power&#x22;&#x3E;space-based solar power&#x3C;/a&#x3E;. Collecting solar energy with satellites from outside the atmosphere and beaming it to earth via non-ionizing EM waves, the theory remains sound; earlier this year, PowerSat corp &#x3C;a href=&#x22;http://billionyearplan.blogspot.com/2009/06/powersat-files-for-patent-app-for-space.html&#x22;&#x3E;filed a new patent&#x3C;/a&#x3E; for space-solar tech.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/16.satellite.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/16.satellite.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/17.space-power.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/17.space-power.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/18.space-power.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/18.space-power.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

Likewise the space colony (below), home to the first galactic settlers, estimated to be &#x22;well under way within fifteen years&#x22;. We&#x27;ve had a good shot with &#x3C;a href=&#x22;http://en.wikipedia.org/wiki/Mir&#x22;&#x3E;Mir&#x3C;/a&#x3E;, but it&#x27;s a far cry from the colonies of 10,000 described here.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/19.space-colony.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/19.space-colony.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

&#x3C;h2&#x3E;Whatever Happened To..?&#x3C;/h2&#x3E;

What really brought Tomorrow&#x27;s World into its own is its championing the off-kilter and quintessentially British inventions which were to define our future age. As a rather sad closer to this look to the future, we hear back from two inventions prototyped earlier in the 1970s.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/24.360-scissors.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/24.360-scissors.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

The 360 Degree Scissors, from Devonshire designer Richard Hawkins, are an ingeniusly simple (if faintly hazardous) concept: with double-sided blades, they can spin round fully to be operated equally effectively by right- or left-handed users. Hawkins took his idea to the show, making repeated journeys to the scissor-forgers of Sheffield to gather support. However, a manufacturing deal with Wilkinson Sword was thwarted at the last minute: it turns out that his idea had been patented over 50 years earlier, through a now-dormant patent, meaning that it could be freely manufactured to a US market and bypassing Hawkins.

The last news is that Hawkins was investing &#xA3;5,000 of his own capital to manufacture a limited run in the UK. I can&#x27;t track down any further trace; Richard Hawkins, if you&#x27;re out there, I&#x27;d love to hear from you.

&#x3C;a href=&#x22;/images/weblog/tomorrow/1024/25.moulton-coach.jpg&#x22;&#x3E;&#x3C;img class=&#x22;image&#x22; src=&#x22;/images/weblog/tomorrow/500/25.moulton-coach.jpg&#x22; alt=&#x22;&#x22; width=&#x22;500&#x22; /&#x3E;&#x3C;/a&#x3E;

And finally, the Moulton Coach (above). There&#x27;s no designing the streamlined elegance of this vehicle, constructed from parts in DIY assembly kits and using a simple, rigid frame. Yet, despite passing its wind-tunnel tests and being described by William Woollard as possessing &#x22;remarkable&#x22; braking power, the coach was deemed to not be cost-effective. The Moulton Coach never went into production.</description>
	<pubDate>Tue, 29 Dec 2009 23:12:46 GMT</pubDate>
	<guid isPermaLink="true">http://www.erase.net/weblog/2009-12/tomorrows-world-looks-to-the-eighties-an-illustrated-guide</guid>
</item>

<item>
	<title>Emergence ch15: Is Anything Ever New?</title>
	<link>http://www.erase.net/weblog/2009-12/emergence-ch15-is-anything-ever-new</link>
	<description>&#x3C;h3&#x3E;James P. Crutchfield - Is Anything Ever New? Considering Emergence (1999)&#x3C;/h3&#x3E;

James Crutchfield is a veteran of the Santa Fe institute and director of UC&#x27;s &#x3C;a href=&#x22;http://csc.ucdavis.edu/&#x22;&#x3E;Complexity Sciences Center&#x3C;/a&#x3E;. From an information-theoretic standpoint, he here considers the optimal approach for an observer to explain the behaviours emerging from a black-box natural system. The solution put forward here is to attempt to built a machine which generates a corresponding output, minimising:

&#x3C;ul&#x3E;&#x3C;li&#x3E;&#x3C;strong&#x3E;the model size&#x3C;/strong&#x3E;, and&#x3C;/li&#x3E;&#x3C;li&#x3E;&#x3C;strong&#x3E;the error margin&#x3C;/strong&#x3E; between our model and the observed data&#x3C;/li&#x3E;&#x3C;/ul&#x3E;

From the complexity of &#x3C;i&#x3E;this&#x3C;/i&#x3E; model (which here takes the form of an FSA-like &#x3C;i&#x3E;&#x26;#949;-machine&#x3C;/i&#x3E;), we can deduce the structural complexity of the underlying natural system. These ideas form the core of the &#x3C;a href=&#x22;http://www.cscs.umich.edu/~crshalizi/notebooks/computational-mechanics.html&#x22;&#x3E;computational mechanics&#x3C;/a&#x3E; field, behind which lie Crutchfield, &#x3C;a href=&#x22;http://www.cscs.umich.edu/~crshalizi/&#x22;&#x3E;Shalizi&#x3C;/a&#x3E; and &#x3C;a href=&#x22;http://cse.ucdavis.edu/~cmg/compmech/pubs.htm&#x22;&#x3E;others&#x3C;/a&#x3E;. 

It&#x27;s an incredibly dense yet engaging paper, itself a reduction of &#x3C;a href=&#x22;http://www.santafe.edu/research/publications/workingpapers/94-03-016.pdf&#x22;&#x3E;The Calculi of Emergence&#x3C;/a&#x3E; (pdf), probably the most essential piece of work on quantifying emergence and effective complexity.</description>
	<pubDate>Tue, 22 Dec 2009 20:19:18 GMT</pubDate>
	<guid isPermaLink="true">http://www.erase.net/weblog/2009-12/emergence-ch15-is-anything-ever-new</guid>
</item>

<item>
	<title>Emergence ch14: The Theory of Everything</title>
	<link>http://www.erase.net/weblog/2009-12/emergence-ch14-the-theory-of-everything</link>
	<description>&#x3C;h3&#x3E;Robert Laughlin and David Pines - The Theory of Everything (1999)&#x3C;/h3&#x3E;

&#x3C;a href=&#x22;http://theor.jinr.ru/~kuzemsky/theory.pdf&#x22;&#x3E;Read as PDF&#x3C;/a&#x3E;

In which Laughlin and Pines continue the many-body physics discussion of &#x3C;a href=&#x22;http://www.erase.net/weblog/2009-12/emergence-ch10-more-is-different&#x22;&#x3E;Anderson&#x3C;/a&#x3E;, arguing that the &#x22;more is different&#x22; tenet holds so strongly in certain contexts that the idea of a reductive Theory Of Everything is effectively impossible.

The objective of a Theory Of Everything is a set of base-level equations which underpin all activity in the universe, from which the phenomena of higher levels can be constructed. Evidently, this is quickly computationally unfeasible for (say) a biosystem. Laughlin and Pines&#x27; position is stronger than this, however, citing principles such as Laughlin&#x27;s &#x3C;a href=&#x22;http://en.wikipedia.org/wiki/Fractional_quantum_Hall_effect&#x22;&#x3E;fractional quantum Hall effect&#x3C;/a&#x3E; as transcendent &#x22;higher organizing principles&#x22;, in that:

&#x3C;blockquote&#x3E;&#x22;..they would continue to be true and lead to exact results even if the Theory of Everything were changed. Thus the existence of these effects is profoundly important, for it shows us that for at least some fundamental things in nature the Theory of Everything is irrelevant.&#x22;&#x3C;/blockquote&#x3E;

The effects in question relate to their notion of a &#x22;quantum protectorate&#x22;, key to the FQHE, in which the effects of macroscopic principles eclipse those on the microscopic level, to the point that the latter becomes negligible. The consequence is that strongly emergent laws &#x3C;i&#x3E;do&#x3C;/i&#x3E; exist, structurally independent of the underlying equations that govern single-particle interactions.

My flimsy understanding of theoretical physics forbids me from attempting any further analysis of this paper. Interested readers can find it &#x3C;a href=&#x22;http://theor.jinr.ru/~kuzemsky/theory.pdf&#x22;&#x3E;here&#x3C;/a&#x3E;; Laughlin&#x27;s &#x3C;a href=&#x22;http://www.amazon.com/Different-Universe-Reinventing-Physics-Bottom/dp/046503828X&#x22;&#x3E;A Different Universe&#x3C;/a&#x3E; expands his ideas into book form, most notably the view that emergent processes should be the central focus of theoretical physics.</description>
	<pubDate>Tue, 22 Dec 2009 01:33:54 GMT</pubDate>
	<guid isPermaLink="true">http://www.erase.net/weblog/2009-12/emergence-ch14-the-theory-of-everything</guid>
</item>

</channel>
</rss>
