> It seems that the link to the video is broken.
Yes. As I said the link dosn't currently work.
> What is it about? Who gave the talk and where?
I think it is the video embedded in this page. The page gives more
information.
http://hackaday.com/2008/01/05/24c3-hacking-dna/
The idea of abstracting DNA sequaces into named parts, containing base
pair letters (ACTG) and other components makes the concept more
accessible and easyer to engineer.
For example lets say a premoter (I don't know what the sequence for a
promoter is) is ACCCCCCGT and the whole seqance is ACCCCCCGTCCG then
the seqance can be described as [premoter]CCG. GenoCAD allows for
similar abstract descriptions.
He talks about how it's become easy to design the sequances with a
text editor or a more complex enviroment for compositing sequances in
a more abstract and usefull way (GenoCad for example) and then send
the text seqance (ACTG's) by mail order to be put into special single
celled orginisms that are designed to loose there identity when they
come into contact with DNA and take on identity described by the DNA
or alternativly to be implanted into other orginisms such as yeast
before being returned to you.
The talk also covers ideas for creating parts more like the sort of
data structures and interconnecting components used in programming.
They also show a virus engeneered to infect the bactera found in the
human gut and change the smell of the gas they produce. Making your
farts smell of bannana is quite gimiky but shows the power in this
well, they also show how several named DNA blocks go together to
create thease and talk about a conferance where teams from around the
world develop thease.
Lastly they talk for a while on ethical issues and legal frameworks.
They don't presume that the audience must be biologists or even that
this is necessarily useful for every step of the process. They talk
about other abstractions appart from GenoCad style parts such as
programming language like higher level descriptive text.
They do say that abstracting reduces efficency. For example he
describes sequences of adjacent base pairs in longer seqances (parts)
as being like functions but that sometimes two overlap preventing
changing the end of one function without also changing the start of
the next. He shows how just dividing all the functions up without
enuring parts communicate in a common way or replacing any with
standard ones or anthing else that the cells devide more slowly as
they have less efficent use of energy. The same thing applies to
computer programming but I think in both cases good abstraction is
usefull.
> What do you mean about GenoCAD being more accessible?
I remember looking at this some time ago and most of the parts had
code names. For example something like D4YC99. Now they all seem to
have names, which is great, although there still appears lots of room
for improvement. In the talk he talks about part compatibility with
each other being a bit issue.
Are there example seqances and descriptions of what they do avalible
though the GenoCad interface?
Is there any simulation features\mode allowing for testing of designs.
I suposed what I'm saying is that more accessible means that it is
easier to get started and do something usefull for a beginner.