Slashdot Mirror


The World's Smallest Computer Can Fit on the Tip of a Grain of Rice (vice.com)

Engineers at the University of Michigan have created the world's smallest computer -- again. From a report: The University held the record for the smallest computer after it created its 2x2x4mm Michigan Micro Mote in 2014. The Micro Mote (or M3) is fully functional and able to retain its programming and data even when it loses power. But after IBM debuted an even tinier "computer" in February, a 1mm x 1mm chip with "several hundred thousand" transistors.

Engineers at the University of Michigan were not about to be one-upped, and quickly created an even smaller computer, so small it could fit on the tip of a grain of rice. However, the engineers quibbled over whether IBM's machine and the new Michigan design could really be called computers, since the data gets wiped as soon as it's turned off.
You can find more details on the university's website.

19 of 126 comments (clear)

  1. Impressive by 110010001000 · · Score: 2, Funny

    I have this concept I created called "smart dust" which could be used to build swarms of mesh networks of these small computers. They could be dropped from airplanes for example to monitor oil moisture for crops. Eventually these swarms would be self organizing and AI could be introduced. If you are interested in funding my concept, please contact me.

    1. Re:Impressive by Mr+D+from+63 · · Score: 2

      I was thinking smart rice. Then, of course, we would want smart minute rice.

    2. Re:Impressive by Areyoukiddingme · · Score: 2

      I have this concept I created called "smart dust" which could be used to build swarms of mesh networks of these small computers. They could be dropped from airplanes for example to monitor oil moisture for crops. Eventually these swarms would be self organizing and AI could be introduced. If you are interested in funding my concept, please contact me.

      You mostly just troll everything now, don't you...

    3. Re:Impressive by Dragonslicer · · Score: 2

      I have this concept I created called "smart dust" which could be used to build swarms of mesh networks of these small computers. They could be dropped from airplanes for example to monitor oil moisture for crops. Eventually these swarms would be self organizing and AI could be introduced. If you are interested in funding my concept, please contact me.

      You mostly just troll everything now, don't you...

      "Now"?

  2. how is it not computer? by Anonymous Coward · · Score: 5, Insightful

    When was persistent storage a requirement of a computer?

  3. Re:how is it not computer? by omnichad · · Score: 5, Informative

    Most of the early computers had no persistent storage either. Computing is separate from storing. A calculator fits the definition of computer, just not general-purpose computer (though that's typically implied by the term "computer" in vernacular).

  4. Re:But after IBM.... by ClickOnThis · · Score: 2

    TFS mangles the original (full) sentence from TFA:

    But then IBM debuted an even tinier “computer” in February, a 1mm x 1mm chip with “several hundred thousand” transistors.

    TFS changed "then" to "after".

    --
    If it weren't for deadlines, nothing would be late.
  5. Anyone know by rsilvergun · · Score: 2

    if it can run Crysis?

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
    1. Re:Anyone know by 110010001000 · · Score: 4, Funny

      No, but it is useful anyway. This is from the website:

      What good is a tiny computer? Applications of the Michigan Micro Mote:

      Pressure sensing inside the eye for glaucoma diagnosis
      Cancer studies
      Oil reservoir monitoring
      Biochemical process monitoring
      Surveillance: audio and visual
      Tiny snail studies

      This opens up a whole new world in the field of conchology.

    2. Re:Anyone know by Anonymous Coward · · Score: 2, Funny

      If you stuck a computer this tiny inside an oyster, you might eventually get a perl.

    3. Re:Anyone know by Anonymous Coward · · Score: 3, Funny

      perl -e 'if ( inside_oyster() ) {open($PEARL,>>,"./oyster_shell/pearl"; while ( inside_oyster() ) { print PEARL "layer\n"; } exit; } else { find_oyster(); }

  6. Link to the source by richy+freeway · · Score: 4, Informative

    With more information regarding data transfer, power etc.

    https://news.umich.edu/u-m-res...

  7. Re:Obligatory by ClickOnThis · · Score: 4, Funny

    Yeah. Each one sitting on a hot grit in Natalie Portman's pants. In a Beowulf cluster of Soviet Russias that fit you!

    Ok, I'm done. I'll see myself out.

    --
    If it weren't for deadlines, nothing would be late.
  8. Re:Obligatory by thegreatbob · · Score: 2

    Grendels all the way down...

    --
    There is no XUL, only WebExtensions...
  9. Re:how is it not computer? by Anonymous Coward · · Score: 2, Funny

    It stopped being a computer when they removed the headphone jack.

  10. That's just silly! by Locke2005 · · Score: 4, Funny

    Why would a grain of rice need a computer???

    --
    I've abandoned my search for truth; now I'm just looking for some useful delusions.
  11. Re:Obligatory by wikdwarlock · · Score: 2

    Wow. I haven't seen the hot grit meme around here in quite a while. Bravo, good sir!

    --

    "I must not fear. Fear is the mind killer." -Bene Gesserit Litany Against Fear
  12. Re:how is it not computer? by squiggleslash · · Score: 4, Insightful

    Yeah, I assume you're talking ENIACs and stuff, but even in the relatively modern age persistent storage wasn't really a feature of most home computers for several years. Many hobbyists bought disk drives, but there was no storage built in to computers like the VIC 20/Commodore 64, ZX Spectrum, and so on. Many (oddly, not including the 6502 Commodore home computers - I'm not counting the PET as the latter) came with the ability to hook up to a cassette recorder, but that was it - anything more advanced required buying additional hardware.

    It seems to be that if the thing at least includes RAM and the ability to execute programs from RAM, is Turing complete, and has the ability to communicate in both directions with a user, it ought to be classed as a computer given the common usage of the term.

    --
    You are not alone. This is not normal. None of this is normal.
  13. Re:The Real Question: by Guspaz · · Score: 2

    It has an Cortex-M0+ processor, which is a 32-bit ARMv6 processor using a variant of the Thumb instruction set. I'd be surprised if Doom hadn't already been ported to that... the problem would be RAM, of which there would only be a few kilobytes. So, no.