Slashdot Mirror


NVRAM With Disordered Assemblies (Smaller/Cheaper)

chadjg writes " Jim Tour, of Rice University says "Our research shows that ordered precision isn't a prerequisite for computing. It is possible to make memory circuits out of disordered systems." The article on www.e4engineering.com says the team has made "NanoCells", self assembled devices made from gold nanowires and organic conductive molecules. These NanoCells are the first devices of their kind to be made into working microelectronic devices, apparently." Yep. Let an untold number of machines try to create NanoCells, and statistics says you'll find the most efficient kind.

82 comments

  1. Just a thought... by whig · · Score: 2, Interesting

    Is this a step towards creating quantum-effect neural networks (i.e., thinking machines)?

    --
    Peace and love, y'all
    1. Re: Just a thought... by Black+Parrot · · Score: 4, Insightful


      > Is this a step towards creating quantum-effect neural networks (i.e., thinking machines)?

      No, it's just a memory technology.

      --
      Sheesh, evil *and* a jerk. -- Jade
    2. Re:Just a thought... by Zocalo · · Score: 4, Interesting

      Probably not. When I was learning about logic circuits way back when we tried wiring circuits completely at random just to see what would happen. Almost invariably the initial chaos of the breadboarded circuit would stabilise either into a static state or oscillation between two or three set states within a dozen clocks. The longest times to stabilisation that we got were in the mid twenties. A simple demonstration of the principle that inside every chaotic system is order trying to get out.

      --
      UNIX? They're not even circumcised! Savages!
    3. Re:Just a thought... by Valar · · Score: 1

      There is debate over whether the current example of a thinking machine (the human brain) actually demonstrates quantum-effect. There are some structures in the brain that could "act quantumly", but you could say that about anything. I'm not any more qualified to end the debate than anyone else, but I will note the most of the people talking about quantum effects are quite unqualified to do so.

    4. Re:Just a thought... by Progman3K · · Score: 1

      That's F------up!
      What is the order?
      Why would the material spontaneously being trying to organize itself?
      This might be too deep for a discussion here, but I have to wonder what it is inside of chaos that is willfully trying to organize itself.
      Is it an effect of randomness? Some physical property of the materials that causes certain molecules to align and by that create order?
      Is it God?
      I honestly would like to know who/what is pulling the strings here!

      --
      I don't know the meaning of the word 'don't' - J
    5. Re:Just a thought... by Anonymous Coward · · Score: 1, Insightful

      Why do you think that a "quantum effect" neural network would create a "thinking machine"? There is no evidence that our own neurons make any essential use of quantum superposition, Penrose's speculations notwithstanding.

    6. Re:Just a thought... by Zan+Zu+from+Eridu · · Score: 4, Informative
      The order is the chaotic system itself; chaotic systems are not random but deterministic, their output only appears to be random but is ordered. By wiring the circuits randomly, you do not create randomness in the system, you need (truly) random inputs to do that (and once you do it, the system will no longer fall into or periodicly orbit its attractors like the original poster describes).

      Read up about chaos theory and fractal geometry, this is not unusual behaviour in complex systems.

    7. Re:Just a thought... by Anonymous Coward · · Score: 0

      A simple demonstration of the principle that inside every chaotic system is order trying to get out.

      That, or a demonstration that it's very difficult to create a stable chaotic system.

      For example, in 2-d cellular automata, most sets of rules produce a world in which all simple configurations will either explode into unbounded growth or quickly stablize into a finite fixed or oscillating pattern. It's very difficult to get the right balance to have longer chaotic periods like the game of life, and even that eventually settles down.

    8. Re:Just a thought... by yet+another+coward · · Score: 1

      What makes you think that quantum effects are necessary for machines that think?

    9. Re:Just a thought... by Progman3K · · Score: 1

      OK, right off the bat, that seems like an impossibility:

      you say that chaotic systems ARE deterministic.

      Then chaos is an illusion, right?

      Maybe they are just words, but I always thought that chaotic and deterministic were opposites.

      If you're saying that chaos is never truly chaotic, and that it is instead ALWAYS deterministic, then some belief systems (mine actually) will have to be rethought because if there is no such thing as chaos, then there is no such thing as free will.

      Free will is that: Free.

      So by being free, it CANNOT be deterministic, or it wouldn't be free.

      Or doesn't it apply to the system we're discussing here? I think it should...

      Really, what's the deal?

      Is free will an illusion or is there really things that are non-deterministic?

      Help! I'm having an existential crisis!

      Maybe I should lay off watching The Matrix DVDs I have for a while...

      --
      I don't know the meaning of the word 'don't' - J
    10. Re:Just a thought... by Anonymous Coward · · Score: 0

      A small part of the whole chaos bit means it's practically impossible to reproduce starting conditions to do identical experiments. Tiny changes anywhere along the line yield large changes much later.

      I just looked up chaos and the dictionary seems to back me up a little bit.
      > Mathematics. A dynamical system that has a sensitive dependence on its initial conditions.

      Still deterministic, apparently.

      1) If quantum weirdness (no I don't really understand quantum physics) affects the conditions of any system that are so sensitive, then maybe that system is not really deterministic.
      2) ???
      3) "Free" will! I mean, profit!

      Maybe you should stop watching The Matrix DVDs for awhile, too. ;)

    11. Re:Just a thought... by Anonymous Coward · · Score: 0

      Ok. What's stopping us from making AI if we understand the human brain so well? Processing power?

    12. Re:Just a thought... by Zan+Zu+from+Eridu · · Score: 4, Interesting
      Then chaos is an illusion, right?.

      Nope, chaos means that the system responds with big changes in its output to very small changes in its input.

      If you're a little into math Verhulst' model of biologic growth might help. This model is simply: x(n+1) -> a * x(n) * (1 - x(n)), an iterative model where x(n) is a number between 0 and 1 that indicates the population density at a given step n and a (the Malthusian factor) represents the fertility, a number between 0 and 4.

      If you choose a factor a <= 1, the model simulates a dying population, no matter what x(0) you put in, after some iterations it will become 0.

      If you pick 1 < a <= 2 the model simulates a stable population, no matter what x(0) you put in, after some iterations in will become 1 - 1/a.

      If you pick 2 < a <= 3 the model is still striving for a value of 1 - 1/a but now it will oscillate around this value at an ever smaller absolute distance.

      Models with 1 < a <= 3 are balanced, but the interesting stuff starts happening when we pick 3 < a <= 4, because now the model starts behaving chaoticly. If we take a = 3.2 for instance, the model will alternate between the values 0.51304451 and 0.79945549, a lot like the original posters' two alternating states.

      Now let's take a = 4 for the sake of argument because the model is then completely chaotic. If we start this with model with x(0) = 0.6875 -> x(12) = 0.925930303 but if we add just 0.0001 x(0) = 0.6876 -> x(12) = 0.5676923. That's a big change in output for a small change in input.

      Write a little program and play with this model to really see how randomly it seems to behave, while it's still ruled by a simple deterministic formula.

      Maybe they are just words, but I always thought that chaotic and deterministic were opposites.

      Not really, chaotic in the mathematical sense means hard to predict, while non-deterministic or random means impossible to predict.

      If you're saying that chaos is never truly chaotic, and that it is instead ALWAYS deterministic, then some belief systems (mine actually) will have to be rethought because if there is no such thing as chaos, then there is no such thing as free will.

      I'm not saying there is no randomness in the world, I'm only saying that you can't generate true randomness with deterministic systems (like computers) alone, you need a truely random source (like the clicks of a geiger counter) for that.

      As for free will, I think Hume's compatibilism could be helpfull to you. Hume very oversimplified defines free will as the freedom to do what one feels like doing (meaning you're still a slave of your passions and feelings, but that's what defines you).

      Is free will an illusion or is there really things that are non-deterministic?

      The generally accepted interpretation of quantum mechanics claims there is true randomness in the world. However, I personally really don't see how non-determinism would help you in creating a rational definition of free will. If your free will is driven by truely random processes in nature, "rational thought" itself becomes no more than a blind man lead by a fool.

      I personally think that (the concept of) "free will" was a nescessary step in our evolution to unify the various unconcious processes in our minds that drive and define us (that generate our feelings, inspirations and insights). It's natures way to assure you that it's really your ideas and feelings, no matter you don't know how exactly they came into being.

    13. Re:Just a thought... by vpetersen · · Score: 1

      Think from one of the higher levels. Suppose you are a superbeing, like a human may be to animals on a farm, to insects in an anthill or to AI objects inside an advanced computing environment, or god(s) to this unverse.

      To the imaginary superbeing at a much higher level of development, smaller worlds are deterministic. (S)he can design, create, percept, analyze, observe, destroy, watch to fail as many universes as they want, knowing the outcome of actions in dimensions limited to our knowledge. Just like you, using your percepted free will, pour vials with sulfuric acid of different volumes and concentrations an anthill, can predict very well how much and how soon the population will die, especially after destroying a few of them. The more information you have the easier it is to predict. If you knew the initial parameters down to every quantum state and electron phase when pushing a red "Big Bang" button, you could tell exactly what will happen, when and how. To you, this new universe is deterministic. The objects within it will have an illusion of free will because they are not able to comprehend the bigger picture.

      To me, there is no conflict, and if you don't get it it's because my explanation probably sucks..

    14. Re: Just a thought... by Un+pobre+guey · · Score: 1
      No, it's just a memory technology.

      A nice trick would be to have a set of molecular parts that self-assemble into neurodes usable in artificial neural networks, and are able to use the gold conductors as artificial axons and dendrites. Some other molecules would be needed to form an interface to the outside world for I/O. Imagine the number of connections per cubic millimeter.

  2. I Predict by Anonymous Coward · · Score: 3, Funny

    I Predict that 95%+ of the Slashdot crowd doesn't understand more than 2 words of this, yet will pretend to understand it.

    1. Re:I Predict by CrazyDuke · · Score: 1

      "I Predict that 95%+ of the Slashdot crowd doesn't understand more than 2 words of this, yet will pretend to understand it."

      "Our research shows . . ." I understand that much.

      --
      Any sufficiently advanced influence is indistinguishable from control.
    2. Re:I Predict by TopShelf · · Score: 5, Funny

      Nano-nano... wasn't that from "Mork & Mindy"?

      --
      Stop by my site where I write about ERP systems & more
    3. Re:I Predict by Smidge204 · · Score: 1

      95% of those who actually read it that is, so that pretty much means nobody here will understand it!

      =Smidge=

    4. Re:I Predict by plumby · · Score: 1, Funny

      This is why I turn to Slashdot - to dumb down these things to a level that I can just about grasp.

    5. Re:I Predict by Anonymous Coward · · Score: 0

      I thought Hemos did a great job in this respect.

    6. Re:I Predict by Kulic · · Score: 1

      ...sigh...

      Once upon a time we built microcomputers and minicomputers. We finally realised that this sounded dumb, and just called them computers.

      Today, if we build something that we measure in nanometers, it is nanotechnology, and it is cool and interesting.

      Twenty years from now, when we are building things on the scale of picometers, what will we think of calling things "nano"?

      Interestingly though, a hydrogen atom is 10E-10m across (one Angstrom), which is a tenth of a nanometer, or 100 picometers. I have a feeling that we won't be able to go any smaller without stripping off the electrons and playing with charged nuclei. Now that could be some interesting tech...

    7. Re:I Predict by Anonymous Coward · · Score: 0

      Computing (or doing anything) at the atomic scale might just good enough to last us a long time, and maybe progress won't be made in the area of scale for much longer. In the interest of discussion, what other areas do you think we as humans will put effort into once we are able to create things at the that scale?

    8. Re:I Predict by Anonymous Coward · · Score: 0

      > I Predict that 95%+ of the Slashdot crowd doesn't > understand more than 2 words of this, yet will > pretend to understand it. I und erstand rice, gold and organic. I am in the top 5% of the "Slashdot crowd" Yeah!

  3. /. already by JamesP · · Score: 1

    Boy, that was quick... And people say no one RTFA here...

    --
    how long until /. fixes commenting on Chrome?
    1. Re:/. already by Mysticalfruit · · Score: 1

      Actually we don't. We just right click on the link and choose "Open link in new tab" and then go back to surfing porn.

      However, I'm suprised that someone hasn't setup an experiment with a bunch of memory cells and a genetic algorithm that would just go through all the permintations until it came up with the most efficent way to store a bit.

      --
      Yes Francis, the world has gone crazy.
  4. One minor problem with this by EmagGeek · · Score: 4, Funny

    One problem inherent in disordered structures is the inherent differential cross-coupled field tensors present in a non-homogeneous layout of bipolar, dipolar, and unipolar electrical field vectors. These differential tensors lead to random non-unique ionization of co-recombinant carriers and de-ionization of unique co-recombinant carriers. These random ionizations and deionizations manifest in a statistically significant increase in error vector magnitude during bit placement and deplacement, and transfer. It is because of this that highly ordered systems are required for reliable nonvolatile memory arrays.

    1. Re:One minor problem with this by Junta · · Score: 4, Funny

      The answer is simple, simply reroute the EPS conduit to discharge antimatter through the deflector dish, and possibly adjust the Heisenberg compensator for the occasion.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    2. Re:One minor problem with this by AKAImBatman · · Score: 1

      > The answer is simple, simply reroute the EPS conduit to
      > discharge antimatter through the deflector dish, and
      > possibly adjust the Heisenberg compensator for the
      > occasion.

      And viola! A cup of coffee!

    3. Re:One minor problem with this by lildogie · · Score: 1

      > inherent differential cross-coupled field tensors present in a non-homogeneous layout of bipolar, dipolar, and unipolar electrical field vectors.

      I think this sentence was organically evolved by a jargon generator.

    4. Re:One minor problem with this by damien_kane · · Score: 1

      And viola! A cup of coffee!

      Or something that tastes almost entirely unlike tea?

    5. Re:One minor problem with this by Anonymous Coward · · Score: 0

      I thought I'd make a joke about violins, but decided against it. For God's sake, this is as bad loose/lose.

    6. Re:One minor problem with this by jacksonyee · · Score: 1

      No, no, no... the EPS conduits are designed to carry plasma from the warp core to the warp nacelles. They're not verified for antimatter containment by any means, especially since you have to go through a level 1 tap in order to redirect anything to the main deflector dish!

      ... unless, of course, you're talking about an episode of Voyager or Enterprise, in which case anything is possible. If Brannon Braga is writing the episode, you might even have the ship explode several times with a large reset button at the end of the episode.

      In the 24th century, computers debug you...

  5. Monkeys by potcrackpot · · Score: 2, Funny

    A million monkeys were originally hired to conduct this study, but the combined might of animal rights activists and the high costs of bananas prevented it.

    Contrary to popular belief, you have to pay bananas, not peanuts, to get monkeys.

  6. MOD PARENT FUNNY by JamesP · · Score: 0

    ... nuff said.

    --
    how long until /. fixes commenting on Chrome?
  7. Vacuous Press Release by WayneConrad · · Score: 3, Insightful

    There's not enough detail in the article to even say "gee whiz." Could it be that these guys haven't published yet, and wanted to generate some pre-publication buzz without giving away anything?

    1. Re:Vacuous Press Release by gormanly · · Score: 1

      Try bothering at least to Google for this guy. J. Am. Chem. Soc 125, 43, 13279 - 13283

    2. Re:Vacuous Press Release by Anonymous Coward · · Score: 0

      You're kidding, right?

      If you're not kidding, then you must be used to a higher quality of news article than the rest of us.

      This one had enough long words and (shock horror) numbers (!!!) to throw a good number of Slashdotters into an excess-tech fit.

    3. Re:Vacuous Press Release by HalfFlat · · Score: 1

      This is the first journal I've seen online that wants you to be a subscriber before even letting you read the abstract! And at $25 per article, their rates aren't exactly cheap. I guess though that the yearly membership rate for the ACS is quite reasonable, if chemistry is your field. But I think most of us will be waiting until it hits the shelves at the library.

    4. Re:Vacuous Press Release by oxbow+lake · · Score: 1

      They've also published here:
      Appl. Phys. Lett. 82, 645 (2003)

      They'll even let you see the abstract.

  8. Next Logical Step by Zordas · · Score: 1

    This is just the next logical step in microelectronics. I imagine it will be ome time before we see it in our computers.

    1. Re:Next Logical Step by Anonymous Coward · · Score: 0

      If you can't add anything useful to the discussion, then the terrorists have already won.

  9. 2D nearly-ordered arrays by G4from128k · · Score: 2, Interesting

    Some of the more interesting bulk nanochemical processes create fairly ordered 1-D patterns (like zebra stripes). I'd bet that people are working to create orthogonal 2-layer structures of 1D patterns to create a nice lattices. Sandwich in the appropriate inter-layer, splice in connections at the edges and you have the makings of a 2D array of memory locations.

    Nanocore memory anyone?

    --
    Two wrongs don't make a right, but three lefts do.
  10. Well I predict.... by donscarletti · · Score: 4, Insightful
    My prediction is that you didn't actually read it yourself.

    This is because if you did, you would realise that it was very well written and not hugely technical. I wouldn't be supprised if 95%+ of the slashdot crowd did understand it.

    As a general rule, slashdotters seem to get very zealous and have a habit of not RTFAing, but they generally have good comprehension skills and I don't think you give them the credit they deserve.

    --
    When Argumentum ad Hominem falls short, try Argumentum ad Matrem
    1. Re:Well I predict.... by kramer2718 · · Score: 1

      Hmmm. I understood everything that I read, but the article was short enough on details that I still feel like I understand very little about the technology.

    2. Re:Well I predict.... by Lord_Dweomer · · Score: 1
      " I wouldn't be supprised if 95%+ of the slashdot crowd did understand it."

      I would, cuz that implies that 95%+ of the slashdot crowd read the article.

      --
      Buy Steampunk Clothing Online!
  11. statistics by ubera · · Score: 2, Insightful

    Yep. Let an untold number of machines try to create NanoCells, and statistics says you'll find the most efficient kind.

    Actually, I think it would be more accurate to say that statistics says [sic] you will find a number of answers, some with better performance than others.

    rand() is a poor optimiser.

    --
    But what is the SIGnificance?
    1. Re:statistics by XMunkki · · Score: 1

      rand() is a poor optimiser.

      .. unless you penalize bad choices and reward good choices. Many non-determinstic search methods in use rely rather heavily on randomizing when choosing the "next step". Simulated annealing, tabu search and genetic algorithms comes quickly to mind. So rand() all by itself is a poor optimizer, but once it finds something useful, why not stick to it try rand() our way to a better solution?

    2. Re:statistics by Anonymous Coward · · Score: 0

      rand() isn't an optimizer at all; however, randomized optimization algorithms can (sometimes) be proven to outperform all other approaches.

    3. Re:statistics by Anonymous Coward · · Score: 0

      That would be the holy grail if AI, having the perfect fitness algorithm.

    4. Re:statistics by Anonymous Coward · · Score: 0

      "Statistics", being a collective noun, requires a singular verb ("says") despite its ending with an s. Stick to the technical stuff ("rand() is a poor optimizer") and not to the language pedantry.

      Or are the rules different in Britain?

  12. Predicted density in large scale devices? by G4from128k · · Score: 4, Insightful

    The article lacks useful information on the expected density of the circuits in large-scale applications. On the one hand, the nano nature of the device would seem to permit tremendous density that far exceeds anything that can be fabricated with masks and etching. On the other hand, two major major problems would limit the practical density of memory cells in usefully large dies.

    1) I would expect these devices to have a very large fraction of unusable cells. A fair percentage of nanocells would probably be fixed live (always storing a 1), fixed dead (always storing a 0), leaky (decaying faster than the nominal refresh time), or disconnected. The percentage of writable, readable, nonvolatile, connected cells might be very low. This makes the effect density (and effective memory cell size) much worse than the nanoscale of the process would lead one to expect.

    2) The reach of the disordered connections into the field of nanocells would be limited in distance. I would bet that the disordered wires cannot be made to reach very far from the edge. Phenomena like wire-to-wire disconnects, wire-to-wire shorts, wire-to-substrate shorts, accumulated resistance, accumulated leakage would limit how far from the edge we can access the field of nanocells. Note that the experimental cell is only 10 microns by 40 microns. Can this technology be scaled to a 1000 micron x 1000 micron die or bigger? Even if the density is extremely high, the inability to scale to size might mean that all we can do is an extremely small 64 kilobit device. Of course, this might be solvable with clever overlays (like a mesh of traditionally fabricated conductors) that let us create macroscopic nanoRAM dies that have scale-limited microscopic nanocell field areas. The statistics of interconnections (or percolation theory) can help us determine the scalability of the concept.

    I'm not suggesting we abandon nanocell technology, only that we consider the scaling effects when trying to predict whether this nanocell technology has the potential to revial existing technologies. Moreover, the existing semiconductor technologies are a moving target. By the time nanocells reach the market, we might have 3 nanometer semiconductor circuits using gamma-ray free-electron lasers and vertical ion implantion in a diamond substrate (or something). Future semiconductor densities might makes the nanocell density not that competative.

    --
    Two wrongs don't make a right, but three lefts do.
    1. Re:Predicted density in large scale devices? by Rostin · · Score: 1

      I think I learned more about how this actually works by reading the parent's criticisms than I did by RTFA.

    2. Re:Predicted density in large scale devices? by Goldsmith · · Score: 1

      Wow, a well written comment on nanotechnology on Slashdot? I am amazed.

      I thank you sir. My collegues thank you.

      There is entirely too much BS in this field.

  13. From the Emperors New Mind. by headkase · · Score: 1

    See The Emporer's New Mind by Roger Penrose.
    In it he argues that the reason we haven't created a thinking machine by now is because we can't simulate quantum effects in a neural network simulation.
    I don't happen to agree with him but this book was #1 on the New York Times booklist for a long time.

    --
    Shh.
  14. same old stuff, new name by Anonymous Coward · · Score: 1, Interesting

    The real problem is the need to "train" the cells to do anything usefull. With a collection of cells of any decent size, the computing power needed to teach the system what to do would be enormous. This is the same situation that the project was in 3 years ago when I was involved with it, only then the nanocells were called nanoblocks, and now things are even more dis-ordered. From the sound of the article, they're still spinning the same thing with a new name, only 3 years later. I can only hope a whole bunch of grad students got their degrees off of this work.

  15. Isn't this like the brain? by Fex303 · · Score: 2, Interesting
    It is possible to make memory circuits out of disordered systems.

    This might seem really dumb, but surely this is self evident to some degree. After all, isn't that what our mind does on regular basis? Evolution has beaten us to the punch and created a self-assembled, disordered system: Our central nervous system.

    The description of the system in the article with islands of gold foil and connections of nanowire seems very vaguely analogous to neurons with cell bodies and axons... I wonder if the system functions in a way similar to a group of neurons...

    1. Re:Isn't this like the brain? by Anonymous Coward · · Score: 0

      Yea yea yea, nature did it first. I'm confident that with advancements in technology we can overcome this menace.

  16. Re:Who's your mommy? Adam Sandler? by Anonymous Coward · · Score: 0

    And if you want to shit thru your mouth, do it in the bathroom, not here...

  17. The key is mass production and reliability by StandardCell · · Score: 4, Interesting

    I don't dispute that this is a great discovery, but there's a difference between the chemistry of the process and the chemical engineering for the process. One can reproduce conditions in a lab environment, whereas the other is designed to take the process into mass production. I've seen so many unique technologies in the last few years that are great ideas but don't necessarily translate to something that can be mass-produced. Materials and process costs, materials handling, integration into production lines, packaging, built-in self-repair strategies and off-device drive are all pretty important factors, yet I really didn't see a whole lot on this in the article.

    The other factor is reliability, both in the short term and the long term. Yes, the device seems to retain memory for a week without power at room temperature, but what about other factors? Alpha particle and EM sensitivity, thermal cycles and other long-term reliability issues all have to be investigated. Before I get jumped on, let me give a concrete example of a new technology: low-k dielectric. Low-k dielectrics (SiLK, Coral, Black Diamond) are materials on silicon devices used as insulation between layers of wires that connect circuits and were hailed as miracles a few years ago. However, many manufacturers (most notably TSMC with Nvidia) were having major problems where they would have void formation failures at the vias or inter-layer connections. The scariest part is that these were forming in simulated long-term accelerated tests, implying failures in the field after several years! Now, these failures have supposedly been addressed, but that's a concrete example of reliability issues with a conventional technology.

    We need to tread lightly towards radical new technologies if only so that we don't get burnt down the road. I definitely believe there's room for these types of technologies, but the most essential parts of these reports are so often missing because the focus is on getting this to work in a lab, not on making money. And, as someone who worked in the field of technology commercialization in the past, it's sadly more often the case than not.

    1. Re:The key is mass production and reliability by Anonymous Coward · · Score: 0

      The fact that Rice's ChemEng dept is entirely oil money and warrent no contact outside of Envi and Bio also spells disaster.

      But, hey, I guess MATLAB and Maple teach you everything you need to know about engineering anyway, isn't that right, Dr. Davis? I know the lack of labs and the senior projects done entirely in computer are definately real world experience to cherish...

      --disguruntled Rice Chem Eng alumni

  18. that ie is a stretch by sbma44 · · Score: 2, Insightful
    And seems to presume that the quantum-tunnelling theory of consciousness is correct. Which I think is reaching. It always seemed to me to boil down to "consciousness is hard to understand. So is quantum physics! the two must be connected. we'll figure it out later. for now, let's smash some more subatomic particles together."

    Admittedly it's a more productive approach than just saying "consciousness is intractable" and heading down to the bar or philosophy library (equally productive destinations). But it doesn't really explain anything, it just points to a new system (quantum tunnelling rather than electrochemical activity) that's harder to observe and understand.

    I can't claim to have studied it in any depth, though, so if anyone can better expand on the state of the art I'd be very interested to read their comments.

  19. Of course, it's so simple! by Anonymous Coward · · Score: 0
    The answer is simple, simply reroute the EPS conduit to discharge antimatter through the deflector dish, and possibly adjust the Heisenberg compensator for the occasion.
    Like putting too much air in a ballon!
    -Bender [Futurama - Where No Fan Has Gone Before]
  20. I for one... by bluethundr · · Score: 1

    I, for one WELCOME all our new SKYNET overloards!

    --
    Quod scripsi, scripsi.
  21. A million monkeys & Shakespeare by Anonymous Coward · · Score: 0
    Let an untold number of machines try to create NanoCells, and statistics says you'll find the most efficient kind.

    Very similar to Slashdot's operating theory: let a untold number of posters post to Slashdot, and you're bound to get a good post or two...

    1. Re:A million monkeys & Shakespeare by Anonymous Coward · · Score: 0

      Very similar to Slashdot's operating theory: let a untold number of posters post to Slashdot, and you're bound to get a good post or two....

      No, never two good posts. Only the articles come in pairs.

  22. BEWARE! by SharpFang · · Score: 1

    Any day now, your RAM chips may become self-conscious.
    When I boot Windows, I think that happened already.

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
  23. Insightful: average /. reader is now very dumb by Anonymous Coward · · Score: 1, Insightful

    That post of EmagGeek's was actually pretty funny in its own right, but it's also a sad reflection on the state of Slashdot these days.

    This used to be a forum for the more technically inclined, but now it's largely populated by wannabes who have no hope of understanding any article containing words of more than 3 syllables or requires concentration for longer than their 15-second attention span limit.

    It's pretty sad when the technical nature of an article is seen as a reason for derision. It says nothing about the article, but volumes about the reader.

  24. Stephen Wolfram by yet+another+coward · · Score: 1

    You might enjoy Stephen Wolfram's A New Kind of Science. I heard him talk about it recently. He went through various one dimensional cellular automata. Most settle into obvious patterns, but a few look less regular. He used their appearance as evidence for his ideas. I did not feel so convinced, however. In his talk, he never brought up a formal measure for what he described as randomness, and I stayed a little confused throughout about which systems he described are inherently random, which are very sensitive to rules and startng conditions and which just look weird. He probably has made finer distinctions elsewhere.
    I'm sure that others have researched the space of all possible logic wirings for given numbers of universal gates because it is an obvious task to undertake, but I am not familiar with such work.

  25. Defect-handling - do we have to do it yet by Animats · · Score: 3, Insightful
    The semiconductor industry has had periods when the fab-technology people were behind the device-physics people. In those periods, it was possible to build high-density but imperfect parts. This led to various approaches for dealing with parts with defects. Zapping bad cells with a laser or E-beam, redundant circuits, fuses blown during test to isolate dud sections, and prescans of the substrate for defects have been tried and made to work. All these techniques work, but tend to be inefficient either in terms of chip real estate or manufacturing cost.

    But so far, the fab-technology people have always caught up, fixed the defect problem, and made it possible to produce perfect parts with high yields. None of those techniques have been used much in production products.

    Right now, fab technology is ahead of device physics. It's possible to fabricate smaller transistors than can be made to work. Power dissipation is more of a limit than line width. So at least on flat silicon, we don't need this yet.

  26. Re:Insightful: average /. reader is now very dumb by EmagGeek · · Score: 1

    This, of course, was the whole point of my original post. It was my intent to be funny, although I understood the article just fine. I just wanted to see what the moderation breakdown would be between "Funny" (people who got it) and "Informative" (people who didn't). It was about 50/50.

    Slashdot is a playground when it comes to social experimentation :)