<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>computing</title>
  <subtitle>computing links</subtitle>
  <link rel="alternate" type="text/html" href="http://www.aliak.com/category/category/computing"/>
  <link rel="self" type="application/atom+xml" href="http://www.aliak.com/taxonomy/term/92/atom/feed"/>
  <id>http://www.aliak.com/taxonomy/term/92/atom/feed</id>
  <updated>2005-05-29T00:37:00+01:00</updated>
  <entry>
    <title>virtualization technology (VT) stuff to remember / forget</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/content/virtualization-technology-vt-stuff-remember-forget" />
    <id>http://www.aliak.com/content/virtualization-technology-vt-stuff-remember-forget</id>
    <published>2009-09-02T04:45:49+01:00</published>
    <updated>2009-09-17T06:18:37+01:00</updated>
    <author>
      <name>AliaK</name>
    </author>
    <category term="blog entry" />
    <category term="blog entry" />
    <category term="computing" />
    <category term="software" />
    <summary type="html"><![CDATA[<p><b>virtualization technology (VT) stuff to remember / forget</b></p>
<p>---------------------------------------------------------------------------------------------------------------------<br />
config # 1</p>
<p><b>vmware server 2</b></p>
<p><b>system configuration</b><br />
- linux 5.3<br />
- vmware server 2.0.0.0 build 156745 (64 bit)<br />
- vmware ESXi wouldn't install as it appears my (home) motherboard/cpu are not VT compatible<br />
(virtualization technology)<br />
-  see <a href="http://www.vmware.com/pdf/vi35_systems_guide.pdf">hardware compatibility list</a> on <a href="http://www.vmware.com/products/esxi/uses.html">ESXi FAQ page</a><br />
- vmware utils page - <a href="http://www.vmware.com/download/ws/drivers_tools.html">check if processor supports VT 64 bit</a><br />
- installed QNX 6.4.1 RTOS (real time operating system) VM (virtual machine) (32 bit)</p>
<p>:::</p>
<p><b>vmware server on linux</b> :<br />
<a href="http://downloads.vmware.com/d/info/datacenter_downloads/vmware_server/2_0">vmware server download page</a></p>
    ]]></summary>
    <content type="html"><![CDATA[<p><b>virtualization technology (VT) stuff to remember / forget</b></p>
<p>---------------------------------------------------------------------------------------------------------------------<br />
config # 1</p>
<p><b>vmware server 2</b></p>
<p><b>system configuration</b><br />
- linux 5.3<br />
- vmware server 2.0.0.0 build 156745 (64 bit)<br />
- vmware ESXi wouldn't install as it appears my (home) motherboard/cpu are not VT compatible<br />
(virtualization technology)<br />
-  see <a href="http://www.vmware.com/pdf/vi35_systems_guide.pdf">hardware compatibility list</a> on <a href="http://www.vmware.com/products/esxi/uses.html">ESXi FAQ page</a><br />
- vmware utils page - <a href="http://www.vmware.com/download/ws/drivers_tools.html">check if processor supports VT 64 bit</a><br />
- installed QNX 6.4.1 RTOS (real time operating system) VM (virtual machine) (32 bit)</p>
<p>:::</p>
<p><b>vmware server on linux</b> :<br />
<a href="http://downloads.vmware.com/d/info/datacenter_downloads/vmware_server/2_0">vmware server download page</a><br />
- install the rpm : rpm -ivh /opt/vmware-server/VMware-server-2.0.1-156745.x86_64.rpm<br />
- start scripts are in /etc/init.d - use service vmware status/stop/start/restart to manage<br />
  vmware-autostart -> vmware<br />
  vmware-core -> vmware<br />
  vmware-mgmt -> vmware</p>
<p>- create new disk partition for the VM to use (see below)<br />
- open <a href="http://plato:8222" title="http://plato:8222">http://plato:8222</a> for VMware gui (hostname:vmware port)</p>
<p><b>add VMware datasource</b><br />
- create a new datasource &amp; specify new partition /qnx</p>
<p><b>create new VM / virtual machine</b><br />
- for qnx VM, see "qnx VM" section below</p>
<p>:::</p>
<p><b>make a new disk partition for the VM to use</b><br />
(common for different VT systems (vmware, XEN, redhat KVM)</p>
<p>fdisk /dev/hda<br />
p=print current partition list<br />
n=new - use n to make a new partition<br />
d=delete (if you make a mistake or have to recreate it later)<br />
w=write/save<br />
reboot (works ok if you don't though)</p>
<p><b>format new partion</b><br />
mkfs ext2 -j -b 4096 /dev/hda13<br />
- the -j option converts it to an ext3 type not ext2</p>
<p><b>label partition &amp; add to /etc/fstab for automount</b><br />
- use e2label to label new partitions so they can be referenced in /etc/fstab (when booting up or using mount -a)<br />
[root@plato ~]# e2label /dev/hda13</p>
<p>[root@plato ~]# e2label /dev/hda12<br />
/usr/local1<br />
[root@plato ~]# e2label /dev/hda13 /qnx<br />
[root@plato ~]# e2label /dev/hda13<br />
/qnx</p>
<p>eg:<br />
[root@plato ~]# cat /etc/fstab<br />
(other partitions removed)<br />
LABEL=/qnx              /qnx                    ext3    defaults        1 2<br />
[root@plato ~]#</p>
<p><b>mount partition</b><br />
- mkdir /qnx  (to create mount point. only do first time/once)<br />
- manually : mount /dev/hda13 /qnx<br />
- via fstab if label / partition entry has been added to /etc/fstab<br />
-- mount -a (reads /etc/fstab)<br />
-- mount (to check volume mounted ok : eg: /dev/hda13 on /qnx type ext3 (rw) )</p>
<p>:::</p>
<p><b>qnx VM</b><br />
- type=Other (32 bit)<br />
- for qnx, select IDE0:0 hdd instead of SCSI (default) otherwise it won't see a drive to install onto<br />
- for qnx, to use photon GUI (X display), login to qnx using terminal mode, then change the /etc/system/config/display.conf file's vmware section pixel_format=rgb565 (via <a href="http://community.qnx.com/sf/discussion/do/listPosts/projects.community/discussion.qnx_software_development_platfor.topc4672?pageSize=-1#post_post20287">foundry27 page</a>) then ph to start photon (or restart server to confirm it's working)</p>
<p>---------------------------------------------------------------------------------------------------------------------------</p>
<p>config # 2 </p>
<p><b>redhat-xen</b><br />
ref#1 doc = (<a href="https://inquiries.redhat.com/go/redhat/ReferenceArchitectureVirtVol1">Deploying RHEL 5 Virtualization; Vol 1: Single System</a>)<br />
- install rpms as per (ref#1) - section 4 &amp; Appendix B (I installed a fresh linux 5.3 - full version)<br />
- installed Virtualization updates via software package manager &amp; <a href="https://rhn.redhat.com/">Redhat Network</a> machine packages<br />
- make sure Xen based kernel is running ie </p>
<pre>
[root@plato ~]# uname -a
Linux plato 2.6.18-164.el5xen #1 SMP Tue Aug 18 15:59:52 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
</pre><p>
- follow instructions in section 6 &amp; 6.1 (ref#1)<br />
- setup NFS mount as per Appendix D (ref#1) &amp; select source url=nfs:plato:/opt/redhat_linux53 (nfs:server:/nfs_mount_path)<br />
- copy the linux dvd to /opt/redhat_linux53 (nfs mount point)<br />
- service nfs start (if already stopped)<br />
- chkconfig nfs on (if you want it to start on boot etc)<br />
- vi /etc/exports &amp; add the path &amp; server name &amp; permissions (read only) eg:</p>
<pre>    /opt/redhat_linux53 plato.(ro) </pre><p>
mount nfs paths:</p>
<pre>
[root@plato ~]# showmount -e
Export list for plato:
[root@plato ~]# exportfs -a
[root@plato ~]# showmount -e
Export list for plato:
/opt/redhat_linux53 plato
[root@plato ~]# 
</pre><p>
- start the install of the VM</p>
<p>================================</p>
<p>02/09/2009 : error after creating VM - allocating space. too tired, will check tomorrow :(<br />
I think the volume might be too small... </p>
<p>03/09/2009 : ok it turned out to be not enough memory allocated to the VM. I'd taken the default (512Mb) when setting it up. changing to<br />
current allocation =512Mb<br />
change allocation = 512Mb<br />
max allocation=1024 Mb<br />
server has 4094Mb installed<br />
<a href="http://kbase.redhat.com/faq/docs/DOC-9804">this redhat knowledgebase page</a> has the explanation and fix<br />
<a href="http://www.redhat.com/archives/fedora-devel-list/2006-April/msg00512.html">this thread</a> and <a href="http://www.redhat.com/archives/fedora-devel-list/2006-April/msg00516.html">response</a> also has suggestions</p>
<pre>
Unable to complete install 'libvirt.libvirtError virDomainCreateLinux() failed POST operation failed: (xend.err 'Error creating domain: The privileged domain did not balloon!')
Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/create.py", line 627, in do_install
    dom = guest.start_install(False, meter = meter)
  File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 822, in start_install
    return self._do_install(consolecb, meter, wait)
  File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 843, in _do_install
    self.domain = self.conn.createLinux(install_xml, 0)
  File "/usr/lib64/python2.4/site-packages/libvirt.py", line 573, in createLinux
    if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirtError: virDomainCreateLinux() failed POST operation failed: (xend.err 'Error creating domain: The privileged domain did not balloon!')
'ble to complete install 'libvirt.libvirtError virDomainCreateLinux() failed POST operation failed: (xend.err 'Error creating domain: The privileged domain did not balloon!')
Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/create.py", line 627, in do_install
    dom = guest.start_install(False, meter = meter)
  File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 822, in start_install
    return self._do_install(consolecb, meter, wait)
  File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 843, in _do_install
    self.domain = self.conn.createLinux(install_xml, 0)
  File "/usr/lib64/python2.4/site-packages/libvirt.py", line 573, in createLinux
    if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirtError: virDomainCreateLinux() failed POST operation failed: (xend.err 'Error creating domain: The privileged domain did not balloon!')'
</pre><p>
:::</p>
<p><b>xen config file</b></p>
<p>[root@plato ~]# ll /etc/xen<br />
total 68<br />
drwxr-xr-x 2 root root 4096 May 25 17:57 auto<br />
-rwxr-xr-x 1 root root  156 May 19  2007 qemu-ifup<br />
drwxr-xr-x 2 root root 4096 Sep  2 22:25 scripts<br />
-rw-r--r-- 1 root root 6152 May 25 17:57 xend-config.sxp<br />
-rw-r--r-- 1 root root 1256 May 25 17:57 xend-pci-permissive.sxp<br />
-rw-r--r-- 1 root root 4129 May 25 17:57 xend-pci-quirks.sxp<br />
-rw-r--r-- 1 root root 5463 May 25 17:57 xmexample1<br />
-rw-r--r-- 1 root root 6746 May 25 17:57 xmexample2<br />
-rw-r--r-- 1 root root 7264 May 25 17:57 xmexample.hvm<br />
-rw-r--r-- 1 root root 5315 May 25 17:57 xmexample.vti<br />
-rw------- 1 root root  332 Sep  3 13:18 zeus<br />
[root@plato ~]#</p>
<p>[root@plato ~]# cat /etc/xen/zeus<br />
name = "zeus"<br />
uuid = "3714c6a3-ca28-7822-0c4e-424e2a66cb62"<br />
maxmem = 1024<br />
memory = 512<br />
vcpus = 1<br />
bootloader = "/usr/bin/pygrub"<br />
on_poweroff = "destroy"<br />
on_reboot = "restart"<br />
on_crash = "restart"<br />
vfb = [ "type=vnc,vncunused=1,keymap=en-us" ]<br />
disk = [ "tap:aio:/zeus/zeus.img,xvda,w" ]<br />
vif = [ "mac=00:16:3e:29:0a:cb,bridge=xenbr0" ]<br />
[root@plato ~]#</p>
<p>[root@plato ~]# ll /zeus/<br />
total 7687512<br />
-rwxr-xr-x 1 root root 7864320000 Sep  3 01:05 zeus.img<br />
[root@plato ~]#</p>
<p>================================</p>
<p>:::</p>
<p><b>redhat linux links</b></p>
<p><a href="https://www.redhat.com/rhel/resource_center/reference_architecture.html">linux architecture docs</a> - cluster &amp; virtualization :<br />
<a href="https://inquiries.redhat.com/go/redhat/ReferenceArchitectureVirtVol1">Deploying RHEL 5 Virtualization; Vol 1: Single System</a><br />
<a href="https://inquiries.redhat.com/go/redhat/ReferenceArchitectureVirtVol2">Deploying RHEL 5 Virtualization; Vol 2: Cluster</a></p>
<p><a href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.2/html/Virtualization/index.html">Virtualization Guide</a></p>
<p><a href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.2/html/Installation_Guide/index.html">Installation Guide</a></p>
<p><a href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.2/html/Virtualization/index.html">Virtualization Guide</a></p>
<p><a href="http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.2/html/Deployment_Guide/index.html">Deployment Guide</a></p>
<p><a href="http://libvirt.org/remote.html">Remote libvirt connections</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>TechnoCalyps: Transhuman documentary - quotes &amp; notes</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/content/technocalyps-transhuman-documentary-quotes-notes" />
    <id>http://www.aliak.com/content/technocalyps-transhuman-documentary-quotes-notes</id>
    <published>2009-07-14T13:39:58+01:00</published>
    <updated>2009-09-01T15:10:20+01:00</updated>
    <author>
      <name>AliaK</name>
    </author>
    <category term="blog entry" />
    <category term="blog entry" />
    <category term="computing" />
    <category term="consciousness" />
    <category term="creativity" />
    <category term="future" />
    <category term="future tech" />
    <category term="internet" />
    <category term="programming" />
    <category term="technology" />
    <category term="transhumanism" />
    <summary type="html"><![CDATA[<p>as part of the <a href="http://www.evolveracademy.com/index.php?option=com_content&amp;view=article&amp;id=47:transhumanism-singularities-and-other-far-out-futures&amp;catid=34:current-courses&amp;Itemid=2">"Transhumanism, Singularities, and Other Far Out Futures" class</a> with R.U. Sirius at <a href="http://www.evolveracademy.com">Evolver Academy</a> we watched <b>TechnoCalyps: Transhuman documentary</b> - here are my notes &amp; quotes from viewing the film<br />
<em>note: times mentioned are rough times only</em></p>
<p><b>TechnoCalyps: Transhuman Part 1</b><br />
<a href="http://www.youtube.com/watch?v=cT_LnUObIf8" title="http://www.youtube.com/watch?v=cT_LnUObIf8">http://www.youtube.com/watch?v=cT_LnUObIf8</a></p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/cT_LnUObIf8&hl=en&fs=1&" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/cT_LnUObIf8&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><p>
- keeping the brain surviving outside of the body - experiments with animals<br />
05:25 - total body transplant. Stephen Hawkings could possibly survive a total body transplant?<br />
06:10 - consciousness can be transplanted. human soul? can be argued that this can be transplanted. they did experiments with monkeys - transplanted the head of one monkey onto another &amp; it lived for 7 days before being rejected</p>
<p><b>TechnoCalyps: Transhuman Part 2</b><br />
<a href="http://www.youtube.com/watch?v=Z257yC2HAlI" title="http://www.youtube.com/watch?v=Z257yC2HAlI">http://www.youtube.com/watch?v=Z257yC2HAlI</a></p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/Z257yC2HAlI&hl=en&fs=1&" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/Z257yC2HAlI&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><p>
01:10 - humanising the pig kidney/liver so it's not rejected by human body, then transplanting these into humans (pigs as donors)</p>
<p>01:35 metamouse - laboratory grown ear on back of a mouse. hasn't Stelarc been growing an ear on his arm? art project?</p>
<p>03:25 - artist - designing future human bodies. 'after all the body is an extension of fashion' -- I think the body was around before fashion...</p>
<p>10:00 - most people think you have to build a brain and a body will fall out of it. but when you look at nature, well over half the species on Earth have no brain to speak of at all yet manage to move around and survive very effectively. </p>
<p><b>TechnoCalyps: Transhuman Part 3</b><br />
<a href="http://www.youtube.com/watch?v=nxBGMGxVCg0" title="http://www.youtube.com/watch?v=nxBGMGxVCg0">http://www.youtube.com/watch?v=nxBGMGxVCg0</a></p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/nxBGMGxVCg0&hl=en&fs=1&" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/nxBGMGxVCg0&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><p>
00:00 - scientists have evolved very effective nervous systems. not brains</p>
<p>03:10 - history of humans is that they haven't treated other life that is similar to humans very well. even back to neanderthals when the homosapiens arrived - they didn't live in co-operation, even though they were very similar. even back to 500 years (or this year?) humans haven't treated other humans well (colonization)<br />
won't be pleasant for the losers. --  joseph m rosen</p>
<p>08:30 - highlighted/coloured nerve cells - can see them working</p>
<p><b>TechnoCalyps: Transhuman Part 4</b><br />
<a href="http://www.youtube.com/watch?v=ZShORepzB-g" title="http://www.youtube.com/watch?v=ZShORepzB-g">http://www.youtube.com/watch?v=ZShORepzB-g</a></p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/ZShORepzB-g&hl=en&fs=1&" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/ZShORepzB-g&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><p>
04:45 - replacing part of the biological brain with microchip. inputs &amp; outputs still work the same</p>
<p>06:45 - using these computer chip-brain replacements now for sound recognition - to recognise sounds of gunshots which make a camera zoom in on the sound - crime stopper cameras in high crime areas. member of the black community says that they are being watched whereas white community areas are not</p>
<p><b>TechnoCalyps: Transhuman Part 5</b><br />
<a href="http://www.youtube.com/watch?v=ZGQjwhntAG0" title="http://www.youtube.com/watch?v=ZGQjwhntAG0">http://www.youtube.com/watch?v=ZGQjwhntAG0</a></p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/ZGQjwhntAG0&hl=en&fs=1&" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/ZGQjwhntAG0&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><p>
01:30  fit onto a cd rom - 600Mb I bet that's all you need to copy a person</p>
<p>03:25 scientists can move a single atom from one place to another</p>
<p>05:50 they want to build nanobots (low number of atoms devices with computers more powerful than today) - inject them into the human body eg bloodstream to kill cancer cells, modify dna, etc</p>
<p>06:15 basic goal of nanotechnology is to build an assembler (auto-assembler) - a very basic device, that can build copies of itself</p>
<p>06:50 molecular nanotechnology is to physical reality what computer programming is to virtual reality. .. bit of an exaggeration, but gives the idea.. whereas computer programmers can program software to do what they want, molecular nanotechnology will allow us to change matter at the most fundamental level. it will allow us to build just about any kind of structure, to our exact specifications by moving individual atoms. ... this sounds like a world of magic(k) where all that we imagined becomes reality but the role of the good fairy is taken over by robots so miniscule that we cannot see them. (background images of Cinderella where pumpkin changes into a coach) and instead of saying the magic word, we program them to grant all our wishes.<br />
>> myths, dreams &amp; fairy tales - the human premonition of what we will one day create. or if not premonition, the imagination of what we want to create?</p>
<p>07:40 the other side of the fairy tale is what is called the "grey goo syndrome" - nanobots programmed for terrorist action or rapidly start reproducing themselves &amp; a chain reaction causes planet to be reduced in 72hours into a grey goo of swarming nanobots</p>
<p>08:00 most scientists think that "grey goo syndrome" is very unlikely - we will have nanotechnology to control nanotechnology.<br />
>> the "watchdog" - who's watching the watchdog??</p>
<p><b>TechnoCalyps: Transhuman Part 6</b><br />
<a href="http://www.youtube.com/watch?v=j7Wx3UPyd6U" title="http://www.youtube.com/watch?v=j7Wx3UPyd6U">http://www.youtube.com/watch?v=j7Wx3UPyd6U</a></p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/j7Wx3UPyd6U&hl=en&fs=1&" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/j7Wx3UPyd6U&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><p>
00:00 this is not the end of history. becoming post-human creates new problems. still have same personality problems as before. you're just going to be "more" than you were before. you'll have more power. with more power comes more responsibility.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>as part of the <a href="http://www.evolveracademy.com/index.php?option=com_content&amp;view=article&amp;id=47:transhumanism-singularities-and-other-far-out-futures&amp;catid=34:current-courses&amp;Itemid=2">"Transhumanism, Singularities, and Other Far Out Futures" class</a> with R.U. Sirius at <a href="http://www.evolveracademy.com">Evolver Academy</a> we watched <b>TechnoCalyps: Transhuman documentary</b> - here are my notes &amp; quotes from viewing the film<br />
<em>note: times mentioned are rough times only</em></p>
<p><b>TechnoCalyps: Transhuman Part 1</b><br />
<a href="http://www.youtube.com/watch?v=cT_LnUObIf8" title="http://www.youtube.com/watch?v=cT_LnUObIf8">http://www.youtube.com/watch?v=cT_LnUObIf8</a></p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/cT_LnUObIf8&hl=en&fs=1&" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/cT_LnUObIf8&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><p>
- keeping the brain surviving outside of the body - experiments with animals<br />
05:25 - total body transplant. Stephen Hawkings could possibly survive a total body transplant?<br />
06:10 - consciousness can be transplanted. human soul? can be argued that this can be transplanted. they did experiments with monkeys - transplanted the head of one monkey onto another &amp; it lived for 7 days before being rejected</p>
<p><b>TechnoCalyps: Transhuman Part 2</b><br />
<a href="http://www.youtube.com/watch?v=Z257yC2HAlI" title="http://www.youtube.com/watch?v=Z257yC2HAlI">http://www.youtube.com/watch?v=Z257yC2HAlI</a></p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/Z257yC2HAlI&hl=en&fs=1&" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/Z257yC2HAlI&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><p>
01:10 - humanising the pig kidney/liver so it's not rejected by human body, then transplanting these into humans (pigs as donors)</p>
<p>01:35 metamouse - laboratory grown ear on back of a mouse. hasn't Stelarc been growing an ear on his arm? art project?</p>
<p>03:25 - artist - designing future human bodies. 'after all the body is an extension of fashion' -- I think the body was around before fashion...</p>
<p>10:00 - most people think you have to build a brain and a body will fall out of it. but when you look at nature, well over half the species on Earth have no brain to speak of at all yet manage to move around and survive very effectively. </p>
<p><b>TechnoCalyps: Transhuman Part 3</b><br />
<a href="http://www.youtube.com/watch?v=nxBGMGxVCg0" title="http://www.youtube.com/watch?v=nxBGMGxVCg0">http://www.youtube.com/watch?v=nxBGMGxVCg0</a></p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/nxBGMGxVCg0&hl=en&fs=1&" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/nxBGMGxVCg0&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><p>
00:00 - scientists have evolved very effective nervous systems. not brains</p>
<p>03:10 - history of humans is that they haven't treated other life that is similar to humans very well. even back to neanderthals when the homosapiens arrived - they didn't live in co-operation, even though they were very similar. even back to 500 years (or this year?) humans haven't treated other humans well (colonization)<br />
won't be pleasant for the losers. --  joseph m rosen</p>
<p>08:30 - highlighted/coloured nerve cells - can see them working</p>
<p><b>TechnoCalyps: Transhuman Part 4</b><br />
<a href="http://www.youtube.com/watch?v=ZShORepzB-g" title="http://www.youtube.com/watch?v=ZShORepzB-g">http://www.youtube.com/watch?v=ZShORepzB-g</a></p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/ZShORepzB-g&hl=en&fs=1&" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/ZShORepzB-g&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><p>
04:45 - replacing part of the biological brain with microchip. inputs &amp; outputs still work the same</p>
<p>06:45 - using these computer chip-brain replacements now for sound recognition - to recognise sounds of gunshots which make a camera zoom in on the sound - crime stopper cameras in high crime areas. member of the black community says that they are being watched whereas white community areas are not</p>
<p><b>TechnoCalyps: Transhuman Part 5</b><br />
<a href="http://www.youtube.com/watch?v=ZGQjwhntAG0" title="http://www.youtube.com/watch?v=ZGQjwhntAG0">http://www.youtube.com/watch?v=ZGQjwhntAG0</a></p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/ZGQjwhntAG0&hl=en&fs=1&" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/ZGQjwhntAG0&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><p>
01:30  fit onto a cd rom - 600Mb I bet that's all you need to copy a person</p>
<p>03:25 scientists can move a single atom from one place to another</p>
<p>05:50 they want to build nanobots (low number of atoms devices with computers more powerful than today) - inject them into the human body eg bloodstream to kill cancer cells, modify dna, etc</p>
<p>06:15 basic goal of nanotechnology is to build an assembler (auto-assembler) - a very basic device, that can build copies of itself</p>
<p>06:50 molecular nanotechnology is to physical reality what computer programming is to virtual reality. .. bit of an exaggeration, but gives the idea.. whereas computer programmers can program software to do what they want, molecular nanotechnology will allow us to change matter at the most fundamental level. it will allow us to build just about any kind of structure, to our exact specifications by moving individual atoms. ... this sounds like a world of magic(k) where all that we imagined becomes reality but the role of the good fairy is taken over by robots so miniscule that we cannot see them. (background images of Cinderella where pumpkin changes into a coach) and instead of saying the magic word, we program them to grant all our wishes.<br />
>> myths, dreams &amp; fairy tales - the human premonition of what we will one day create. or if not premonition, the imagination of what we want to create?</p>
<p>07:40 the other side of the fairy tale is what is called the "grey goo syndrome" - nanobots programmed for terrorist action or rapidly start reproducing themselves &amp; a chain reaction causes planet to be reduced in 72hours into a grey goo of swarming nanobots</p>
<p>08:00 most scientists think that "grey goo syndrome" is very unlikely - we will have nanotechnology to control nanotechnology.<br />
>> the "watchdog" - who's watching the watchdog??</p>
<p><b>TechnoCalyps: Transhuman Part 6</b><br />
<a href="http://www.youtube.com/watch?v=j7Wx3UPyd6U" title="http://www.youtube.com/watch?v=j7Wx3UPyd6U">http://www.youtube.com/watch?v=j7Wx3UPyd6U</a></p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/j7Wx3UPyd6U&hl=en&fs=1&" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/j7Wx3UPyd6U&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><p>
00:00 this is not the end of history. becoming post-human creates new problems. still have same personality problems as before. you're just going to be "more" than you were before. you'll have more power. with more power comes more responsibility.<br />
&lt;!--break--></p>
    ]]></content>
  </entry>
  <entry>
    <title>Stelarc: The Cadaver, the Comatose &amp; the Chimera - seminar (melbourne)</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/content/stelarc-the-cadaver-comatose-chimera-seminar-melbourne" />
    <id>http://www.aliak.com/content/stelarc-the-cadaver-comatose-chimera-seminar-melbourne</id>
    <published>2009-05-05T03:02:50+01:00</published>
    <updated>2009-05-05T03:04:31+01:00</updated>
    <author>
      <name>AliaK</name>
    </author>
    <category term="arts artist" />
    <category term="computing" />
    <category term="event" />
    <category term="interaction design" />
    <category term="interface controllers" />
    <category term="media art" />
    <category term="melbourne" />
    <category term="new media" />
    <category term="workshop" />
    <summary type="html"><![CDATA[<p>We are living in an age of excess and indifference, of prosthetic augmentation and extended operational systems. The dead, the near dead, the undead and the yet to be born are existing simultaneously. This is the age of the cadaver, the comatose and the chimera. The cadaver can now be preserved indefinitely with plastination. The comatose body can be sustained on a life-support system. Cryogenically suspended bodies await possible reanimation. Chimera is the body that performs with mixed realities. A biological body, augmented with technology and telematically performing with virtual systems. The chimera is an alternate embodiment.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>We are living in an age of excess and indifference, of prosthetic augmentation and extended operational systems. The dead, the near dead, the undead and the yet to be born are existing simultaneously. This is the age of the cadaver, the comatose and the chimera. The cadaver can now be preserved indefinitely with plastination. The comatose body can be sustained on a life-support system. Cryogenically suspended bodies await possible reanimation. Chimera is the body that performs with mixed realities. A biological body, augmented with technology and telematically performing with virtual systems. The chimera is an alternate embodiment.</p>
<p>This is an age of organs without bodies, of organs awaiting bodies. There is now a proliferation of organs. A proliferation of biocompatible components in both substance and scale that allows technology to be attached and implanted into the body. Organs are extracted and exchanged. Organs are engineered and inserted. Blood flowing in my body might tomorrow be circulating in your body. Ova are fertilized in-vitro with sperm that has been unfrozen. The face of the donor becomes a third face on the recipient. The body acts with indifference. Indifference as opposed to expectation. An indifference that allows something to occur, that allows an unfolding - in its own time and with its own rhythm. An indifference that allows suspending a body with hooks, inserting a sculpture inside the body and surgically constructing an ear on an arm. This presentation examines alternate anatomical architectures using mechanical, virtual, biotech and surgical augmentation and exploration of the body. It exposes the obsolescence, the absence and the emptiness of the body.</p>
<p>Stelarc is a performance artist who has performed with a third hand, a virtual arm, a 6-legged walking robot and is presently surgically constructing and stem cell growing an ear on his arm.</p>
<p>This seminar will be held at at the Law Building, Lecture Theatre G08, University Square, 185 Pelham Street, Carlton 3053.</p>
<p>08 May 2009<br />
Friday     3.00 - 4.00 pm     Stelarc<br />
The Cadaver, the Comatose &amp; the Chimera</p>
<p>http://www.dis.unimelb.edu.au/research/groups/interactiondesign/seminars.html#<a href="/freelinking/NextSeminar">NextSeminar</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>openframeworks &amp; openCV - computer vision libraries</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/content/openframeworks-opencv-computer-vision-libraries" />
    <id>http://www.aliak.com/content/openframeworks-opencv-computer-vision-libraries</id>
    <published>2009-04-29T04:40:08+01:00</published>
    <updated>2009-05-22T09:48:19+01:00</updated>
    <author>
      <name>AliaK</name>
    </author>
    <category term="augmented reality" />
    <category term="blog entry" />
    <category term="blog entry" />
    <category term="computing" />
    <category term="generative" />
    <category term="installation" />
    <category term="interaction design" />
    <category term="interface controllers" />
    <category term="internet" />
    <category term="processing" />
    <category term="programming" />
    <category term="software" />
    <category term="video" />
    <category term="video art" />
    <category term="visual arts" />
    <summary type="html"><![CDATA[<p>yesterday, <a href="http://twitter.com/DustForEyes">@DustForEyes</a> posted an <a href="http://vimeo.com/4312616">"AR scratching" video</a> by <a href="http://vimeo.com/vanderlin">vanderlin</a> to <a href="http://stealthmag.com/board/viewthread.php?tid=13870">stealth board</a> &amp; <a href="http://twitter.com/DustForEyes/status/1637749074">twitter</a>. it's tagged with tags such as <a href="http://vimeo.com/tag:ar">AR</a>, <a href="http://vimeo.com/tag:augmentedreality">augmented reality</a>, <a href="http://vimeo.com/tag:opencv">opencv</a>, and <a href="http://vimeo.com/tag:openframeworks">openframeworks</a>, so I googled some of these. the AR markers seem like the <a href="http://www.aliak.com/content/fiducial-markers-reactable-table-top-interface-controllers">fiducial markers found in reactable</a> - note there's going to be a performance / demo of one of these called dubtable at <a href="http://www.aliak.com/content/ripped-a-night-performance-textures-noises-hypercolours-and-beats-sydney">ripped</a> next week which would be cool to check out.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>yesterday, <a href="http://twitter.com/DustForEyes">@DustForEyes</a> posted an <a href="http://vimeo.com/4312616">"AR scratching" video</a> by <a href="http://vimeo.com/vanderlin">vanderlin</a> to <a href="http://stealthmag.com/board/viewthread.php?tid=13870">stealth board</a> &amp; <a href="http://twitter.com/DustForEyes/status/1637749074">twitter</a>. it's tagged with tags such as <a href="http://vimeo.com/tag:ar">AR</a>, <a href="http://vimeo.com/tag:augmentedreality">augmented reality</a>, <a href="http://vimeo.com/tag:opencv">opencv</a>, and <a href="http://vimeo.com/tag:openframeworks">openframeworks</a>, so I googled some of these. the AR markers seem like the <a href="http://www.aliak.com/content/fiducial-markers-reactable-table-top-interface-controllers">fiducial markers found in reactable</a> - note there's going to be a performance / demo of one of these called dubtable at <a href="http://www.aliak.com/content/ripped-a-night-performance-textures-noises-hypercolours-and-beats-sydney">ripped</a> next week which would be cool to check out.<br />
&lt;!--break--><br />
via <a href="http://en.wikipedia.org/wiki/Augmented_reality">Augmented reality wikipedia page</a> :<br />
<em>Augmented reality (AR) is a field of computer research which deals with the combination of real-world and computer-generated data (virtual reality), where computer graphics objects are blended into real footage in real time. At present, most AR research is concerned with the use of live video imagery which is digitally processed and "augmented" by the addition of computer-generated graphics. Advanced research includes the use of <a href="http://en.wikipedia.org/wiki/Match_moving">motion-tracking</a> data, <a href="http://en.wikipedia.org/wiki/Fiduciary_marker">fiducial markers</a> recognition using <a href="http://en.wikipedia.org/wiki/Machine_vision">machine vision</a>, and the construction of controlled environments containing any number of sensors and actuators.</em></p>
<p><a href="http://en.wikipedia.org/wiki/Computer_vision">computer vision wikipedia page</a></p>
<p><b>openCV</b><br />
- <a href="http://opencv.willowgarage.com/wiki">openCV wiki</a> - openCV is a c++ library for creating computer vision applications<br />
- <a href="http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134">Learning OpenCV: Computer Vision with the OpenCV Library</a> seems to be a good book on learning openCV<br />
- <a href="http://tech.groups.yahoo.com/group/OpenCV">openCV yahoogroups mail list</a></p>
<p>what is openCV? : (via <a href="http://opencv.willowgarage.com/wiki">openCV wiki</a>)<br />
<em>OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real time computer vision.  Example applications of the OpenCV library are Human-Computer Interaction (HCI); Object Identification, Segmentation and Recognition; Face Recognition; Gesture Recognition; Motion Tracking, Ego Motion, Motion Understanding; Structure From Motion (SFM); Stereo and Multi-Camera Calibration and Depth Computation; Mobile Robotics.</em></p>
<p><b>openframeworks</b><br />
- <a href="http://www.openframeworks.cc">openframeworks website</a><br />
- <a href="http://www.openframeworks.cc/download">openframeworks download page</a><br />
- <a href="http://www.openframeworks.cc/forum">openframeworks forum</a><br />
- <a href="http://opencv.willowgarage.com/wiki/">openframeworks wiki</a><br />
- <a href="http://www.openframeworks.cc/documentation">openframeworks documentation page</a><br />
- <a href="http://wiki.openframeworks.cc/index.php?title=OF_Start_Up_Guide">openframeworks startup guide</a><br />
- <a href="http://www.openframeworks.cc/setup">setup page - for c++</a></p>
<p>:::</p>
<p>I've downloaded the "visual studio 2008 FAT" (windows - will try mac too hopefully) &amp; the "code blocks FAT" and the <a href="http://www.openframeworks.cc/setup/devcpp">"Dev-C++ setup guide"</a> from setup page as it said this is an easy one to start with on windows.</p>
<p>I'm not sure yet whether I should try both or just one of them - starting with openframeworks anyway. will try the hello world / demo code and see what happens</p>
<p>-- OK dev-cpp works OK<br />
-- examples in C:\_apps\Dev-Cpp\Examples<br />
-- install files in C:\_edrive\AliaK\openframeworks</p>
<p>-- installed code::blocks 8.02 as per <a href="http://www.openframeworks.cc/forum/viewtopic.php?t=523">this forum post</a> &amp; readme file - the eyebeam guys said codeblocks is more stable so that's a good enough recommendation for me :) (their work is AMAZING!!)<br />
- installed to C:\Program Files\CodeBlocks</p>
<p>- examples run OK - individual examples. the allexamples just has a blank screen when I run it?? open these .cbp files instead of import devcpp (.dev) files as the instructions say to do (I can't find the example they use on the page - maybe it was a previous version??)<br />
- C:\_edrive\AliaK\openframeworks\devcpp\of_preRelease_v0.06_win32_cb_FAT_devcpp_examples\of_preRelease_v0.06_win32_cb_FAT\apps\addonsExamples\allAddonsExample</p>
<p>:::</p>
<p>examples by other people :<br />
- <a href="http://www.openframeworks.cc/faq">openframeworks faq page</a> has links to different projects<br />
<a href="http://muonics.net/blog/index.php?postid=26">laser tag</a> - uses an Benq 2500 lumens projector, laser &amp; laptop + they've linked the software for people to download</p>
<p>:::</p>
<p>see the <a href="http://www.aliak.com/content/ge-ar-augmented-reality">AR post</a> - has more examples including Julian Oliver's Levelhead game &amp; GE's AR demo for solar &amp; wind energy (flash)</p>
    ]]></content>
  </entry>
  <entry>
    <title>JASMIN&#039;s Cybernetics Serendipity Redux discussion - my reading notes from the archived discussion</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/content/jasmins-cybernetics-serendipity-redux-discussion-my-reading-notes-archived-discussion" />
    <id>http://www.aliak.com/content/jasmins-cybernetics-serendipity-redux-discussion-my-reading-notes-archived-discussion</id>
    <published>2009-02-15T01:03:30+00:00</published>
    <updated>2009-02-15T01:22:46+00:00</updated>
    <author>
      <name>AliaK</name>
    </author>
    <category term="art" />
    <category term="automata" />
    <category term="blog entry" />
    <category term="blog entry" />
    <category term="computing" />
    <category term="media art" />
    <category term="net art" />
    <category term="networked spaces" />
    <category term="new media" />
    <summary type="html"><![CDATA[<p>continuing on from <a href="http://www.aliak.com/content/magic-squares-video-project" rel="nofollow" rel="nofollow">magic squares - video project? blog post</a> - my summary of urls &amp; excerpts to follow from the <a href="http://www.media.uoa.gr/yasmin_oldarchives/index.php?method=showhtmllist&amp;list=message&amp;rollid=4385&amp;words=Cybernetics+Serendipity+Redux&amp;clearoff=1" rel="nofollow" rel="nofollow">YASMIN Cybernetics Serendipity Redux discussion in 2008</a><br />
:::<br />
<a href="http://www.olats.org/schoffer" rel="nofollow" rel="nofollow">Nicolas Schoffer</a> - one of the first artist to talk in public about Cybernetics and art. <a href="http://en.wikipedia.org/wiki/Nicolas_Sch%C3%B6ffer" rel="nofollow" rel="nofollow">Nicolas Schoffer</a> wikipedia page (english) -- via <a href="http://www.craslab.org" rel="nofollow" rel="nofollow">jnm - jean noel montagne</a><br />
:::<br />
from <a href="http://aminima.net/wp/?p=859&amp;language=en" rel="nofollow" rel="nofollow">the work of Vladimir Bonacic, shown in Zagreb in 1968</a> <b>"Vladimir Bonacic - the early works, Zagreb 1968-197"</b> by <a href="http://www.mister-wong.es/user/moxtlaes/darko-fritz" rel="nofollow" rel="nofollow">darko fritz</a> :</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>continuing on from <a href="http://www.aliak.com/content/magic-squares-video-project" rel="nofollow">magic squares - video project? blog post</a> - my summary of urls &amp; excerpts to follow from the <a href="http://www.media.uoa.gr/yasmin_oldarchives/index.php?method=showhtmllist&amp;list=message&amp;rollid=4385&amp;words=Cybernetics+Serendipity+Redux&amp;clearoff=1" rel="nofollow">YASMIN Cybernetics Serendipity Redux discussion in 2008</a></p>
<p>:::</p>
<p><a href="http://www.olats.org/schoffer" rel="nofollow">Nicolas Schoffer</a> - one of the first artist to talk in public about Cybernetics and art. <a href="http://en.wikipedia.org/wiki/Nicolas_Sch%C3%B6ffer" rel="nofollow">Nicolas Schoffer</a> wikipedia page (english) -- via <a href="http://www.craslab.org" rel="nofollow">jnm - jean noel montagne</a></p>
<p>:::</p>
<p>from <a href="http://aminima.net/wp/?p=859&amp;language=en" rel="nofollow">the work of Vladimir Bonacic, shown in Zagreb in 1968</a> <b>"Vladimir Bonacic - the early works, Zagreb 1968-197"</b> by <a href="http://www.mister-wong.es/user/moxtlaes/darko-fritz" rel="nofollow">darko fritz</a> : </p>
<p>Bonacic was a member of Zagreb's New Tendencies Network (1961-1973) which "had been presenting different aspects of lumino-kinetic and neo-constructivist art since 1961."</p>
<p>From the start, Bonacic had a critical view on the use of the computer in art for the simulation of reality. For example, regarding Michael Noll’s Mondrian-like drawing generated by a computer simulation, in 1969 he proposed that:</p>
<p>"The computer must not remain simply as a tool for the simulation of what exists in a new form. It should not be used to paint in the way Mondrian did or to compose music as Beethoven did. The computer gives us a new substance, it uncovers a new world before our eyes. In that world after so long a time scientists and artists will meet again on common ground stimulated by their common desire for knowledge". [5]</p>
<p>[4] Radoslav Putar, no title, tendencies 4 , 1968 - 1969, exhib. cat., Gallery of Contemporary Art, Zagreb, 1970, n.p.</p>
<p>[5] Vladimir Bonacic , “Possibilities for computer applications in visual research”, paper read at the colloquium “Computers and visual research’, August 4-5 th , 1968, Zagreb, published in Bit international no. 3 , Gallery of Contemporary Art, Zagreb, 1971, p 45 - 58.</p>
<p>one project, G.F.E (16,4) used multiple Galois field generators : The front panel shows a relief structure made of 1,024 light fields in 16 colors. Three Galois field generators are in operation to light the grid in different patterns. Those generators interact with other generators controlling the sound played out through four loudspeakers. The viewer can influence both sound and image either manually or by remote control. Sound can be manipulated by the exclusion of some tones. The speed of the visual can be adjusted as well, by looping the selected sequences. The observer cannot change the logic. The entire "composition" of this audio-visual spectacle, which consists of 1,048,576 different visual patterns and 64 sound oscillators, can be played within 6 seconds, or with a duration of 24 days [18]</p>
<p>[ 17] In the article “Kinetic art: Application of abstract algebra to objects with computer-controlled flashing lights and sound” Bonacic elaborates those different kinds of interaction from a practical and theoretical point of view and also considers the use of the brain waves in artistic practice. Published in Leonardo, Vol. 7 , Oxford / New York: Pergamon Press 1974, pp 195 and 196.</p>
<p>[ 18] ibid and Herbert W. Franke and Gottfried Jäger, Apparative Kuns t, Köln: M.<a href="/freelinking/DuMont">DuMont</a> 1973, p. 214 - 217; IBM, Computerkunst , IBM France 1975 (German edition 1978), p. 54</p>
<p>:::</p>
    ]]></content>
  </entry>
  <entry>
    <title>Cybernetics Serendipity Redux - A moderated discussion on YASMIN</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/content/cybernetics-serendipity-redux-a-moderated-discussion-yasmin" />
    <id>http://www.aliak.com/content/cybernetics-serendipity-redux-a-moderated-discussion-yasmin</id>
    <published>2008-09-02T12:18:57+01:00</published>
    <updated>2009-02-14T23:05:30+00:00</updated>
    <author>
      <name>AliaK</name>
    </author>
    <category term="computing" />
    <category term="digital life" />
    <category term="Electronic" />
    <category term="event" />
    <category term="experimental" />
    <category term="generative" />
    <category term="interaction design" />
    <category term="interface controllers" />
    <category term="internet" />
    <category term="neural nets" />
    <category term="programming" />
    <category term="robotics" />
    <category term="technology" />
    <category term="workshop" />
    <summary type="html"><![CDATA[<p>Leonardo/OLATS, co sponsor of YASMIN, is pleased to announce<br />
Cybernetics Serendipity Redux<br />
<a href="http://www.media.uoa.gr/yasmin/viewtopic.php?t=4385" title="http://www.media.uoa.gr/yasmin/viewtopic.php?t=4385" rel="nofollow">http://www.media.uoa.gr/yasmin/viewtopic.php?t=4385</a> (ed: discussion link seems to be broken now 15/02/2009)<br />
<a href="http://www.media.uoa.gr/yasmin_oldarchives" title="http://www.media.uoa.gr/yasmin_oldarchives" rel="nofollow">http://www.media.uoa.gr/yasmin_oldarchives</a> - has archive of yasmin mail list<br />
<a href="http://www.media.uoa.gr/yasmin" title="http://www.media.uoa.gr/yasmin" rel="nofollow">http://www.media.uoa.gr/yasmin</a> - new Yasmin list<br />
A moderated discussion on <a href="http://www.media.uoa.gr/yasmin" rel="nofollow" rel="nofollow">YASMIN</a><br />
Beginning September 1 2008<br />
Discussion On YASMIN, led by Ranulph Glanville.<br />
Moderators Ranulph Glanville, Paul Brown, Paul Pangaro<br />
40 years ago, Jasia Reichart's exhibition "Cybernetic Serendipity" showed that cybernetics, computing and art had arrived.<br />
40 years later, while computers and art remain, cybernetics has nearly vanished, although there is a reviving interest in art.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Leonardo/OLATS, co sponsor of YASMIN, is pleased to announce</p>
<p>Cybernetics Serendipity Redux<br />
<a href="http://www.media.uoa.gr/yasmin/viewtopic.php?t=4385" title="http://www.media.uoa.gr/yasmin/viewtopic.php?t=4385">http://www.media.uoa.gr/yasmin/viewtopic.php?t=4385</a> (ed: discussion link seems to be broken now 15/02/2009)<br />
<a href="http://www.media.uoa.gr/yasmin_oldarchives" title="http://www.media.uoa.gr/yasmin_oldarchives">http://www.media.uoa.gr/yasmin_oldarchives</a> - has archive of yasmin mail list<br />
<a href="http://www.media.uoa.gr/yasmin" title="http://www.media.uoa.gr/yasmin">http://www.media.uoa.gr/yasmin</a> - new Yasmin list</p>
<p>A moderated discussion on <a href="http://www.media.uoa.gr/yasmin" rel="nofollow">YASMIN</a><br />
Beginning September 1 2008</p>
<p>Discussion On YASMIN, led by Ranulph Glanville.<br />
Moderators Ranulph Glanville, Paul Brown, Paul Pangaro</p>
<p>40 years ago, Jasia Reichart's exhibition "Cybernetic Serendipity" showed that cybernetics, computing and art had arrived.</p>
<p>40 years later, while computers and art remain, cybernetics has nearly vanished, although there is a reviving interest in art.</p>
<p>In celebrating Cybernetic Serendipity we have the chance to re-open the debate, to reconsider the relationship particularly between cybernetics and art, and to do so taking into account the way that cybernetics has developed during its period of near invisibility.</p>
<p>So what is new in cybernetics, and how can that inform art: and, what is new in art, and how can that inform cybernetics.</p>
<p>This is a chance to reopen the connection, to explore again, and to move beyond some of the current models taken from cognitive science, computing, AI and AL, and complexity, to the (much more radical) field of their origin, cybernetics.</p>
<p>List of Discussants<br />
Albert Mueller<br />
Andreas Giannakoulopoulos<br />
Andrew Brouse<br />
Enrique Rivera<br />
Ian Clothier<br />
Jasia Reichart<br />
Julien Knebusch<br />
Mitchell Whitelaw<br />
Paul Brown<br />
Paul Pangaro<br />
Ranulph Glanville<br />
Roger Malina<br />
Stephen Jones</p>
<p>------------------</p>
<p>To become a member &amp; Yasmin list archive: <a href="http://www.media.uoa.gr/yasmin/" title="http://www.media.uoa.gr/yasmin/">http://www.media.uoa.gr/yasmin/</a><br />
To join Yasmin-map: <a href="http://haystack.cerado.com/yasmin" title="http://haystack.cerado.com/yasmin">http://haystack.cerado.com/yasmin</a><br />
To post: <a href="mailto:yasmin@estia.media.uoa.gr">yasmin@estia.media.uoa.gr</a><br />
To unsubscribe: <a href="http://www.media.uoa.gr/yasmin/unsubs.php?lid=1" title="http://www.media.uoa.gr/yasmin/unsubs.php?lid=1">http://www.media.uoa.gr/yasmin/unsubs.php?lid=1</a></p>
<p>facebook event : <a href="http://www.new.facebook.com/event.php?eid=71923825014" title="http://www.new.facebook.com/event.php?eid=71923825014">http://www.new.facebook.com/event.php?eid=71923825014</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Building an Australasian Commons</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/content/building-australasian-commons" />
    <id>http://www.aliak.com/content/building-australasian-commons</id>
    <published>2008-05-12T21:09:31+01:00</published>
    <updated>2008-05-12T22:08:12+01:00</updated>
    <author>
      <name>AliaK</name>
    </author>
    <category term="brisbane" />
    <category term="computing" />
    <category term="conference" />
    <category term="event" />
    <summary type="html"><![CDATA[<p><img src="http://profile.ak.facebook.com/object3/601/11/n16520225737_7653.jpg" hspace="20" align="left" />  CCau are proud to announce that registration is now officially open for the Creative Commons 'Building an Australasian Commons' Conference.<br />
The conference will be held on Tuesday 24th June 2008 from 8.30am – 5pm at the State Library of Queensland, South Brisbane, and is proudly supported by Creative Commons Australia (<a href="http://creativecommons.org.au" title="http://creativecommons.org.au" rel="nofollow">http://creativecommons.org.au</a>), the ARC Centre of Excellence for Creative Industries and Innovation (<a href="http://www.cci.edu.aau" title="http://www.cci.edu.aau" rel="nofollow">http://www.cci.edu.aau</a>), and the State Library of Queensland (<a href="http://www.slq.qld.gov.au" title="http://www.slq.qld.gov.au" rel="nofollow">http://www.slq.qld.gov.au</a>).</p>
    ]]></summary>
    <content type="html"><![CDATA[<p><img src="http://profile.ak.facebook.com/object3/601/11/n16520225737_7653.jpg" hspace="20" align="left" />  CCau are proud to announce that registration is now officially open for the Creative Commons 'Building an Australasian Commons' Conference.</p>
<p>The conference will be held on Tuesday 24th June 2008 from 8.30am – 5pm at the State Library of Queensland, South Brisbane, and is proudly supported by Creative Commons Australia (<a href="http://creativecommons.org.au" title="http://creativecommons.org.au">http://creativecommons.org.au</a>), the ARC Centre of Excellence for Creative Industries and Innovation (<a href="http://www.cci.edu.aau" title="http://www.cci.edu.aau">http://www.cci.edu.aau</a>), and the State Library of Queensland (<a href="http://www.slq.qld.gov.au" title="http://www.slq.qld.gov.au">http://www.slq.qld.gov.au</a>).</p>
<p>It provides an opportunity for those interested in the free internet to come together to exchange ideas, information and inspiration. It brings together experts from Australasia to discuss the latest developments and implementations of Creative Commons in the region. It aims to be an open forum where anyone can voice their thoughts on issues relating to furthering the commons worldwide.</p>
<p>The current programme detailing the array of presentations, workshops and round table discussions can be found at <a href="http://creativecommons.org.au/australasiancommons" title="http://creativecommons.org.au/australasiancommons">http://creativecommons.org.au/australasiancommons</a>.</p>
<p>Attendance is free and open to all comers. However, places are limited, so if you're interested in attending please register ASAP. Registration closes 9 June. You can download the registration form at <a href="http://creativecommons.org.au/materials/ccauconf08/australasian_commons_conference_registration.pdf" title="http://creativecommons.org.au/materials/ccauconf08/australasian_commons_conference_registration.pdf">http://creativecommons.org.au/materials/ccauconf08/australasian_commons_...</a> and return it via email to <a href="mailto:elliott@creativecommons.org.au">elliott@creativecommons.org.au</a>.</p>
<p>The conference will be followed on the day at 6pm by the second CCau ccSalon, a showcase of Creative Commons music, art, film and text from Australia and the region. This will be a great opportunity to mingle and relax after the day’s events while experience CC works in action.</p>
<p>We look forward to welcoming you at 'Building an Australasian Commons'.</p>
<p>Hosted by: Creative Commons Australia<br />
Location: State Library of Queensland, Stanley Street, South Bank, Brisbane, Australia<br />
Description: We look forward to welcoming you at 'Building an Australasian Commons'</p>
<p><a href="http://www.facebook.com/event.php?eid=16520225737" title="http://www.facebook.com/event.php?eid=16520225737">http://www.facebook.com/event.php?eid=16520225737</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>moos and lost notebooks from 1995</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/content/moos-and-lost-notebooks-1995" />
    <id>http://www.aliak.com/content/moos-and-lost-notebooks-1995</id>
    <published>2007-06-18T15:33:55+01:00</published>
    <updated>2008-05-12T23:36:40+01:00</updated>
    <author>
      <name>AliaK</name>
    </author>
    <category term="brisbane internet" />
    <category term="computing" />
    <category term="memories" />
    <category term="moo" />
    <category term="mud" />
    <category term="notebooks" />
    <category term="online  communities" />
    <category term="online_worlds" />
    <summary type="html"><![CDATA[<p>back in the mid 90s or so I used to hang out on a couple of moos with some of the outlook crowd. I found one of my old notebooks on the bookshelf during this trip home and it has some of my notes on how to connect and lists the urls etc also. I used to use the name Alia back then though the name became too popular so a few years later I added the K for Kath/Kathy and became AliaK. one of the pages has my notes on how to request my name.<br />
here's some of the notebook pages. I used to make the notebooks out of old 5.25" floppy disks and recycled paper from work - these disks weren't being used as often by this stage.. amazing how times change!!<br />
I remember making a hammock that swung softly when someone sat in it and a room called blacony - nothing too flash compared to what the others were doing but it all worked ok! one day I'll have to go through some old disks and see if I can find any files from back then, that's if the disks even spin up at all..</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>back in the mid 90s or so I used to hang out on a couple of moos with some of the outlook crowd. I found one of my old notebooks on the bookshelf during this trip home and it has some of my notes on how to connect and lists the urls etc also. I used to use the name Alia back then though the name became too popular so a few years later I added the K for Kath/Kathy and became AliaK. one of the pages has my notes on how to request my name.</p>
<p>here's some of the notebook pages. I used to make the notebooks out of old 5.25" floppy disks and recycled paper from work - these disks weren't being used as often by this stage.. amazing how times change!!</p>
<p>I remember making a hammock that swung softly when someone sat in it and a room called blacony - nothing too flash compared to what the others were doing but it all worked ok! one day I'll have to go through some old disks and see if I can find any files from back then, that's if the disks even spin up at all..</p>
<p>more notebooks photos (including notes on other little projects I used to work on) @ <a href="http://www.flickr.com/photos/aliak_com/tags/notebooks/" title="http://www.flickr.com/photos/aliak_com/tags/notebooks/">http://www.flickr.com/photos/aliak_com/tags/notebooks/</a></p>
<p><img src="http://farm2.static.flickr.com/1094/564551484_5ae8f14b58.jpg" width="300" />  <img src="http://farm2.static.flickr.com/1165/564552022_a9eb1f554d.jpg" width="300" />  <img src="http://farm2.static.flickr.com/1245/564977021_2a09753d9d.jpg" width="300" />  <img src="http://farm2.static.flickr.com/1298/564552592_56b92b913c.jpg" width="300" />  <img src="http://farm2.static.flickr.com/1324/564586162_60ad77874e.jpg" width="300" />  <img src="http://farm2.static.flickr.com/1158/565008201_8dca3dcd94.jpg" width="300" />  <img src="http://farm2.static.flickr.com/1005/565008431_02b3efc261.jpg" width="300" /> <img src="http://farm2.static.flickr.com/1180/564586954_15b20327c6.jpg" width="300" /></p>
    ]]></content>
  </entry>
  <entry>
    <title>Second Life developers site</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/node/2291" />
    <id>http://www.aliak.com/node/2291</id>
    <published>2006-05-20T08:09:39+01:00</published>
    <updated>2006-10-29T12:20:07+00:00</updated>
    <author>
      <name>AliaK</name>
    </author>
    <category term="community" />
    <category term="computing" />
    <category term="documentation" />
    <category term="internet" />
    <category term="online  communities" />
    <category term="second life" />
    <summary type="html"><![CDATA[<p>Second Life devleopers community resource site. visit <a href="http://sldevelopers.com/" title="http://sldevelopers.com/" rel="nofollow">http://sldevelopers.com/</a> for more details</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Second Life devleopers community resource site. visit <a href="http://sldevelopers.com/" title="http://sldevelopers.com/">http://sldevelopers.com/</a> for more details</p>
    ]]></content>
  </entry>
  <entry>
    <title>max/msp course @ Goldsmiths college, London - gps data music patch project</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/content/maxmsp-course-goldsmiths-college-london-gps-data-music-patch-project" />
    <id>http://www.aliak.com/content/maxmsp-course-goldsmiths-college-london-gps-data-music-patch-project</id>
    <published>2005-12-15T10:34:27+00:00</published>
    <updated>2009-09-27T02:45:57+01:00</updated>
    <author>
      <name>kathy</name>
    </author>
    <category term="blog entry" />
    <category term="computing" />
    <category term="experimental" />
    <category term="gps" />
    <category term="locative" />
    <category term="max_msp" />
    <category term="programming" />
    <category term="project" />
    <category term="software" />
    <category term="united kingdom" />
    <summary type="html"><![CDATA[<p>earlier this year I did a <a href="http://cycling74.com/" rel="nofollow" rel="nofollow">max/msp</a> course at <a href="http://www.goldsmiths.ac.uk/departments/music/ems/courses.html" rel="nofollow" rel="nofollow">goldsmiths college</a>. the class was taken by the very clever and talented sebastian lexer who puts on the <a href="http://incalcando.com/interlace/" rel="nofollow" rel="nofollow">interlace events</a> in london and performs at various events and festivals. if you're looking for a max/msp course, I highly recommend this one - whether you've used max/msp before or not. the projects by the other class members were really cool also!<br />
apart from the <a href="http://www.aliak.com/node/1667" rel="nofollow" rel="nofollow">class notes I took</a> we had to do a little project for the last day (4th day). I'd recently gone on the <a href="http://www.aliak.com/node/1628" rel="nofollow" rel="nofollow">gps for artists workshop</a> on Isle of Wight and bought myself a handheld gps device to record data on the driving trips I was doing. so, for my project, I made, with a lot of help from Sebastian! a patch which read gps data from a file, then parsed it into smaller sections to break it down into the different fields such as longitude &amp; latitude, speed, direction, time, altitude etc. then I connected these values to the inputs of a vst filter/plugin called ambience, and played an audio recording and had the gps data adjust the filter parameters by stepping through the gps co-ordinates. also, the longitude &amp; latitude are mapped to an x &amp; y co-ordinate of a graph, so when the gps points are moved, you can see the x/y co-ords move too. for this version of the patch, I selected co-ords which would move around the screen according to the scale I chose. obviously if the area travelled is quite close, then the scale needs to be adjusted or you won't see much movement.<br />
one day I'd like to expand the project so the gps data generates a music soundscape using samples I've recorded along the way. also it'll display geotagged photos taken on the journey as the gps points are processed.<br />
attached is a screen shot of the patch and <a href="http://www.aliak.com/files/gps_music_20050417.pat" rel="nofollow" rel="nofollow">the actual patch</a>, and <a href="http://www.aliak.com/files/driving50-max-format.rtf" rel="nofollow" rel="nofollow">some sample gps data</a>. if you want to try it then you'd need your own audio file to open (any will do) and have the ambience vst plugin.<br />
<img src="http://www.aliak.com/files/gps_music_patch_20050417.jpg" /></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>earlier this year I did a <a href="http://cycling74.com/" rel="nofollow">max/msp</a> course at <a href="http://www.goldsmiths.ac.uk/departments/music/ems/courses.html" rel="nofollow">goldsmiths college</a>. the class was taken by the very clever and talented sebastian lexer who puts on the <a href="http://incalcando.com/interlace/" rel="nofollow">interlace events</a> in london and performs at various events and festivals. if you're looking for a max/msp course, I highly recommend this one - whether you've used max/msp before or not. the projects by the other class members were really cool also!</p>
<p>apart from the <a href="http://www.aliak.com/node/1667" rel="nofollow">class notes I took</a> we had to do a little project for the last day (4th day). I'd recently gone on the <a href="http://www.aliak.com/node/1628" rel="nofollow">gps for artists workshop</a> on Isle of Wight and bought myself a handheld gps device to record data on the driving trips I was doing. so, for my project, I made, with a lot of help from Sebastian! a patch which read gps data from a file, then parsed it into smaller sections to break it down into the different fields such as longitude &amp; latitude, speed, direction, time, altitude etc. then I connected these values to the inputs of a vst filter/plugin called ambience, and played an audio recording and had the gps data adjust the filter parameters by stepping through the gps co-ordinates. also, the longitude &amp; latitude are mapped to an x &amp; y co-ordinate of a graph, so when the gps points are moved, you can see the x/y co-ords move too. for this version of the patch, I selected co-ords which would move around the screen according to the scale I chose. obviously if the area travelled is quite close, then the scale needs to be adjusted or you won't see much movement. </p>
<p>one day I'd like to expand the project so the gps data generates a music soundscape using samples I've recorded along the way. also it'll display geotagged photos taken on the journey as the gps points are processed. </p>
<p>attached is a screen shot of the patch and <a href="http://www.aliak.com/files/gps_music_20050417.pat" rel="nofollow">the actual patch</a>, and <a href="http://www.aliak.com/files/driving50-max-format.rtf" rel="nofollow">some sample gps data</a>. if you want to try it then you'd need your own audio file to open (any will do) and have the ambience vst plugin. </p>
<p><img src="http://www.aliak.com/files/gps_music_patch_20050417.jpg" /></p>
    ]]></content>
  </entry>
  <entry>
    <title>e-Tech 2004 conference - notes from Tim O&#039;Reilly&#039;s killer apps recording</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/content/e-tech-2004-conference-notes-tim-oreillys-killer-apps-recording" />
    <id>http://www.aliak.com/content/e-tech-2004-conference-notes-tim-oreillys-killer-apps-recording</id>
    <published>2005-12-11T04:24:34+00:00</published>
    <updated>2005-12-11T05:10:53+00:00</updated>
    <author>
      <name>kathy</name>
    </author>
    <category term="computing" />
    <category term="conference" />
    <category term="internet" />
    <category term="technology" />
    <summary type="html"><![CDATA[<p>O'Reilly killer apps mentioned in the audio recording of e-Tech 2004 from archive.org<br />
social software - harnessing the power of use contributions &amp; user participation:<br />
successful platforms using social software:</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>O'Reilly killer apps mentioned in the audio recording of e-Tech 2004 from archive.org</p>
<p>social software - harnessing the power of use contributions &amp; user participation:</p>
<p>successful platforms using social software:<br />
- the comparison of amazon.com vs barnesandnoble.com -&gt; amazon.com sell more o'reilly books than barnes &amp; noble</p>
<p>mapping systems:<br />
- mapping data applications; geo-annotations; geo url; geo tagging photographs<br />
- "figuring out how does the real and the virtual penetrate"<br />
- microsoft map point; aol mapquest; yahoo are the three main mapping systems at the moment</p>
<p>software used to mobilise people:<br />
- moveon.org<br />
- largest advocacy organisation in the world<br />
- pointing millions of people at a shared project<br />
- similar to the Dean project (using drupal!)</p>
<p>wikis<br />
word spy - new terms; snapshot of the changes in language and culture; <a href="http://wordspy.com/" title="http://wordspy.com/">http://wordspy.com/</a></p>
<p>mobile devices<br />
- pdas, mobile phones<br />
- itunes</p>
<p><a href="http://ia200109.eu.archive.org/1/audio/etech2004-oreilly/etech2004-oreilly_64kb.mp3" title="http://ia200109.eu.archive.org/1/audio/etech2004-oreilly/etech2004-oreilly_64kb.mp3">http://ia200109.eu.archive.org/1/audio/etech2004-oreilly/etech2004-oreil...</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Games Creating the World Versus New &quot;Advancements&quot;</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/content/games-creating-world-versus-new-advancements" />
    <id>http://www.aliak.com/content/games-creating-world-versus-new-advancements</id>
    <published>2005-07-08T20:56:00+01:00</published>
    <updated>2005-07-08T20:56:00+01:00</updated>
    <author>
      <name>mobile gam</name>
    </author>
    <category term="computing" />
    <category term="europe" />
    <category term="future tech" />
    <category term="graphic art" />
    <category term="locative" />
    <category term="united kingdom" />
    <category term="urban space" />
    <summary type="html"><![CDATA[<p>The internet has been ablaze recently with talk of map products from Google and similar plans from Microsoft.  These additions are really cool to look at but do not seem to offer real value or things to do in the worlds.  As an avid gamer, I was questioning, haven't we seen similar things from games in the past.  Last year we saw the release of <a href="http://www.gamespot.com/pc/adventure/truecrimestreetsofla/index.html?q=streets+of+LA" rel="nofollow" rel="nofollow">True Crimes: Streets of L.A.</a> and <a href="http://www.gamespot.com/ps2/adventure/getaway/index.html?q=The+Getaway" rel="nofollow" rel="nofollow">The Getaway</a> (based in London).</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>The internet has been ablaze recently with talk of map products from Google and similar plans from Microsoft.  These additions are really cool to look at but do not seem to offer real value or things to do in the worlds.  As an avid gamer, I was questioning, haven't we seen similar things from games in the past.  Last year we saw the release of <a href="http://www.gamespot.com/pc/adventure/truecrimestreetsofla/index.html?q=streets+of+LA" rel="nofollow">True Crimes: Streets of L.A.</a> and <a href="http://www.gamespot.com/ps2/adventure/getaway/index.html?q=The+Getaway" rel="nofollow">The Getaway</a> (based in London).  These and others were all smaller areas.  Enter E3 this year and several announcements about new expansion packs for Microsoft Flight Simulator that take the base generic world and fix it up to allow you to fly through your city the way it really looks.  FSQuality is offering the flight sim expansion covering <a href="http://secure.simmarket.com/product_info.php?products_id=1282" rel="nofollow">Europe</a> and Scenery Solutions has just released products for <a href="http://www.flight1.com/products.asp?product=utcan" rel="nofollow">Canada</a> and the <a href="http://www.flight1.com/products.asp?product=utusa" rel="nofollow">United States</a>.  Now, these are just simulator expansions.  We will have to wait to see what developers release for the next generation of consoles.</p>
    ]]></content>
  </entry>
  <entry>
    <title>backstage.bbc.co.uk Open Tech 2005 (london)</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/content/backstagebbccouk-open-tech-2005-london" />
    <id>http://www.aliak.com/content/backstagebbccouk-open-tech-2005-london</id>
    <published>2005-05-29T00:37:00+01:00</published>
    <updated>2005-05-29T00:37:00+01:00</updated>
    <author>
      <name>AliaK</name>
    </author>
    <category term="computing" />
    <category term="conference" />
    <category term="europe" />
    <category term="event" />
    <category term="united kingdom" />
    <summary type="html"><![CDATA[<p>Sponsored by backstage.bbc.co.uk, Open Tech 2005 is an informal one-day conference about technologies that anyone can have a go at, from "Open Source"-style ways of working to repurposing everyday everyday electronics hardware. read more or visit <a href="http://www.ukuug.org/events/opentech2005/" rel="nofollow" rel="nofollow">http://www.ukuug.org/events/opentech2005/</a> for details</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>The UK Unix User Group, NTK.net, and the organisers of <a href="/freelinking/NotCon">NotCon</a> '04 present:</p>
<p>               backstage.bbc.co.uk Open Tech 2005</p>
<p>Saturday July 23rd - The Reynolds Building, Hammersmith, London W6 8RP<br />
            <a href="http://www.ukuug.org/events/opentech2005/" rel="nofollow">http://www.ukuug.org/events/opentech2005/</a></p>
<p>Sponsored by backstage.bbc.co.uk, Open Tech 2005 is an informal<br />
one-day conference about technologies that anyone can have a go at,<br />
from "Open Source"-style ways of working to repurposing everyday<br />
electronics hardware.</p>
<p>So far, the line-up features:<br />
* Ted Nelson, inventor of hypertext, on where the web went wrong<br />
* The official launch of the backstage.bbc.co.uk developer network,<br />
opening up BBC content for you to play with<br />
* Plus: able to record an entire week of all Freeview TV and radio<br />
channels, probably the UK's largest (fridge-sized) PVR</p>
<p>More speakers will be confirmed over the next few weeks -  but, as the<br />
title implies, we're very much "Open" to suggestions. If you're<br />
reverse-engineering proprietary protocols, making useful information<br />
available in a way people couldn't get at before, pioneering<br />
unexpected methods of knowledge sharing - or (equally likely) doing<br />
something so cool we haven't even thought of it yet, then please get<br />
in touch via the submissions form at:</p>
<p>           <a href="http://www.ukuug.org/events/opentech2005/offer/" rel="nofollow">http://www.ukuug.org/events/opentech2005/offer/</a></p>
<p>The deadline for submissions is midnight UK time Saturday June 25th,<br />
and we'll aim to notify everyone who's submitted a proposal by July<br />
1st.</p>
<p>We'll be trying to fit in as many talks (and lightning presentations)<br />
as possible, so the shorter you can make yours, the better.<br />
Alternatively, if you have an idea for a panel discussion, or a<br />
workshop, or anything else that's vaguely in keeping with the theme of<br />
the event, then we also can't wait to hear from you.</p>
<p>And there'll most likely be some sort of internet access at the event,<br />
but offline demonstrations are strongly encouraged, as bandwidth may<br />
not be guaranteed.</p>
<p>* Further information *</p>
<p>You don't have to suggest a session to take part; you can stay<br />
informed about the event by subscribing to our low-traffic<br />
announcement-only mailing list send a blank email to:</p>
<p>notcon-<a>ubscribe@socialswirl.com"</a>&gt;s<a href="mailto:ubscribe@socialswirl.co" rel="nofollow">ubscribe@socialswirl.co</a>m</p>
<p>(your address will only be used to contact you about the event and<br />
will not be passed onto third parties).</p>
<p>- or you can email <a>pentech@ukuug.org"</a>&gt;o<a href="mailto:pentech@ukuug.or" rel="nofollow">pentech@ukuug.or</a>g if you've any other questions.</p>
<p>               backstage.bbc.co.uk Open Tech 2005</p>
<p>Saturday July 23rd - The Reynolds Building, Hammersmith, London W6 8RP<br />
            <a href="http://www.ukuug.org/events/opentech2005/" rel="nofollow">http://www.ukuug.org/events/opentech2005/</a></p>
<p>Final programme may be subject to alteration. Thanks for reading!</p>
    ]]></content>
  </entry>
</feed>
