Slashdot Mirror


Synthetic Life In The Lab

niktesla writes "Scientific American is carrying a story about sythetic life - genetic engineered "machines" made from DNA building blocks called "BioBricks". The goal is to produce a library of building blocks that can be assembled to give predictable results. Reminds me of the technology behind Blade Runner's replicants."

8 of 284 comments (clear)

  1. Sythetic life indeed by Anonymous Coward · · Score: -1, Offtopic

    Posting articles today, it seems.

  2. First post!! by Anonymous Coward · · Score: -1, Offtopic

    "I don't know much about biomechanics, Roy. I wish I did!"

  3. Re:And so it begins... by Anonymous Coward · · Score: -1, Offtopic

    > Hello Skynet...hello Blade Runner...and all the other sci-fi prophecies we were
    > warned about in the past.

    Uh...Blade Runner's replicants are no different to androids, robots etc. We're no more likely to have evil robots now than ever.

  4. Re:Saviour for people in need in of transplants? by Anonymous Coward · · Score: -1, Offtopic

    There is only one saviour, and his name is Bob.

  5. Re:If only we had this for software engineering... by jacquesm · · Score: 0, Offtopic

    that has actually been on my todo list for quite a while now, I have been sketching some bits & pieces (input / output studs), and I've been looking at 'wrapping' the bricks in some kind of object brokerage architecture.

    I keep finding myself writing the same 'idiomatic' code over and over again, and as a kid I used to be a big lego fan.

    Neat things: blocks operating on blocks, container blocks (abstraction, look 'inside' the block and see other blocks)

  6. BioBricks? by Anonymous Coward · · Score: -1, Offtopic

    Is that anything like the bricks my boss shits every time I tell him that I'm behind schedule again? That's biological, right? And since he's too dumb to fire me, his bricks must be dumb, too. Maybe I can build something smarter than he is out of them.

  7. Songs with blocks? by AtariAmarok · · Score: 0, Offtopic

    Sorry, already been done. That red dude 2nd from the left looks a little like Hellboy, doesn't he?

    --
    Don't blame Durga. I voted for Centauri.
  8. Re:If only we had this for software engineering... by Patrik_AKA_RedX · · Score: 0, Offtopic

    Funny, you mention Lego. Lego Mindstorm can be programmed with a sort of building block style programming system.
    Also three or four years ago I got the chance to try out a PLC system that was programmed with building blocks (AND, OR, NOT, timer, trigger,...). It had a LCD and a few buttons on it and it could be programmed without a computer. Fun thing to play with, but I prefered the classic text programming.
    This style of programming is quite neat to learn Boolean logic and PLC programming, but IMO it isn't very practical for larger programs.