Slashdot Mirror


HP Announces Tiny Wireless Memory Chip

Hewlett-Packard researchers have developed a memory chip with wireless networking capabilities that is roughly the same size as a grain of rice, the company said Monday. Prototypes of the Memory Spot chip developed by HP Labs contain 256 kilobits to 4 megabits of memory and can transfer data wirelessly at speeds up to 10Mbps. There are eight bits in a byte. This amount of storage allows the chips to hold a short video clip, digital pictures or "dozens of pages" of text, HP said, adding that the chips do not require a battery. Memory Spot chips get their power using a technique called inductive coupling, which allows power to be transferred from one component to another through a shared electromagnetic field. In the case of Memory Spot, this power is supplied by the device that is used to read and write data on the chip. Data stored on Memory Spot chips could be accessed using a variety of devices, such as specially equipped cell phones or PDAs, making them suitable for a range of applications, such as adhesive attachments applied to a paper document or printed photograph, HP said.

137 comments

  1. Memory Spot < RFID? by dubmun · · Score: 1
    The Memory Spot is similar to radio frequency identification (RFID) chips, which are designed to store information that can be read wirelessly. However, there are several important differences. One such difference is range. Information on RFID chips can be read over relatively large distances, while HP said Memory Spot readers must be "positioned closely" to access the data stored on the chip.
    Sounds like they should be focusing on something that is an improvement...
    --
    (end of post)
  2. There are 8 bits in a byte. by GoRK · · Score: 5, Funny
    There are 8 bits in a byte.


    Thanks for the refresher there HP.
    1. Re:There are 8 bits in a byte. by `Sean · · Score: 2, Funny
      Thanks for the refresher there HP.
      Damn...you beat me to it! For a minute there I felt like I was back in elementary school computer class on an Apple ][.
    2. Re:There are 8 bits in a byte. by birder · · Score: 0, Troll

      They need to remind everyone because people will think there are 10 (thank you hard drive manufacturers).

    3. Re:There are 8 bits in a byte. by Anonymous Coward · · Score: 0

      Truly, Slashdot is living up to its moniker "News for Nerds". Eight bits in a byte? When did this happen?

    4. Re:There are 8 bits in a byte. by gEvil+(beta) · · Score: 4, Funny

      Eight bits in a byte? When did this happen?

      No kidding. When I was a kid a byte was defined as two nibbles...

      --
      This guy's the limit!
    5. Re:There are 8 bits in a byte. by Itninja · · Score: 1

      And remember kids, HP stands for Hewlett Packard!

      --
      I judt got a nre Kinesis keybiartf so please excusr ant egregiou typos.
    6. Re:There are 8 bits in a byte. by Anonymous Coward · · Score: 0

      > >There are 8 bits in a byte.
      >
      > Thanks for the refresher there HP.

      That's probably just marketing.
      Soon they'll be selling hard drives with 7-bit bytes,
      because then they can market them as 114 Gigabyte
      drives instead of just 99GB.

    7. Re:There are 8 bits in a byte. by danwesnor · · Score: 1

      Unless you're on a mainframe, in which case there may be anywhere from 7 to 10 bits in a byte. Maybe HP is intending this memory for people who still buy mainframes?

    8. Re:There are 8 bits in a byte. by redNuht · · Score: 1

      That's an octet, boy! OCTET!

      Kids these days...

    9. Re:There are 8 bits in a byte. by wpmegee · · Score: 1
    10. Re:There are 8 bits in a byte. by swillden · · Score: 3, Informative

      Eight bits in a byte? When did this happen?

      I think the size of a byte became exactly eight bits in the 60s, though it's possible that other-sized bytes existed in machines developed into the 70s. These days the term is pretty unambiguous, but telecommunications standard documents usually prefer the term 'octet', since there have been bytes of other sizes (and even platforms with *variable-sized* bytes). In particular, 6-bit bytes were very common early in computing history.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    11. Re:There are 8 bits in a byte. by Anonymous Coward · · Score: 0

      > They need to remind everyone because people will think there are 10
      > (thank you hard drive manufacturers).

      No, hard drive manufacturers want you to think there are a 1024 bytes
      in a thousand bytes.

    12. Re:There are 8 bits in a byte. by Yvan256 · · Score: 2, Insightful
      They need to remind everyone because people will think there are 10 (thank you hard drive manufacturers).

      It's not that people think there's 10 bits in one byte, it's that they think there's 1000 bytes in one KB.

      And you know what? They're right. It's the programmers who fucked up when they started using standard ISO suffixes and modified what they meant. One kilometer is not 1024 meters, it's 1000. The hard drive manufacturers are right, the programmers are wrong.

      It may not seem like a big deal to americans since they're not using the metric system (I've never seen someone say "5 kilomiles" either), but for everybody else on the planet, this "computer K vs real K" is confusing for the average computer user.

      Like it or not, the only way to fix things is for programmers (and the OS'es) to start using the new suffixes (KiB, MiB, GiB, etc). It'll be easier and less confusing for people to remember that "1 KiB = 1024 bytes and 1 km = 1000 meters" instead of "one computer K = 1024 and one real K = 1000".

    13. Re:There are 8 bits in a byte. by saboola · · Score: 1

      My Sega Genesis pwns your 8 bit wireless thingamabobber with its 16 bits of blast processing.

    14. Re:There are 8 bits in a byte. by Russ+Nelson · · Score: 2, Funny

      Sure, because in my day we had to put five septets in a word, and waste one bit. Ahhh, those were the good old days. 36 bit computers. Who wouldda thunk that they'd be supplanted by 32 bit computers? Those computers went up to 36.

      --
      Don't piss off The Angry Economist
    15. Re:There are 8 bits in a byte. by jandrese · · Score: 1

      If only KiB, MiB, and GiB didn't look so retarded...

      --

      I read the internet for the articles.
    16. Re:There are 8 bits in a byte. by Anonymous Coward · · Score: 1, Informative

      Hardly. The C compiler I use obeys the standard, but sizeof(char) == sizeof(short) == sizeof(int) == 1 and there are 16 bits in that byte. sizeof(char*) is 1 or 2 (16 or 32 bits) depending on compiler options, but function pointers are cleverly only 16 bits. Pah, you and your non-portable code. There are millions of units of this chip out there in the wild.

    17. Re:There are 8 bits in a byte. by kahei · · Score: 4, Interesting


      Not all bytes have 8 bits. A lot of older mainframes have 7 -- that's why octal was popular once, and why UTF-7 is still widely used. A few had 9, although that wasn't widespread. Some specialized computing devices have anywhere from 5 to 10. So pointing out that it's 8, in the context of a whole new specialized chip, isn't redundant.

      --
      Whence? Hence. Whither? Thither.
    18. Re:There are 8 bits in a byte. by jacksonj04 · · Score: 1

      Try pronouncing them. Kibibyte?, mebibyte, gibibyte, teribyte...

      --
      How many people can read hex if only you and dead people can read hex?
    19. Re:There are 8 bits in a byte. by Yvan256 · · Score: 1

      The truth is considered "troll", now?

    20. Re:There are 8 bits in a byte. by vidarh · · Score: 1
      And you know what? They're right. It's the programmers who fucked up when they started using standard ISO suffixes and modified what they meant. One kilometer is not 1024 meters, it's 1000. The hard drive manufacturers are right, the programmers are wrong.

      First of all, it's modifiers for SI units, not "ISO suffixes". Second, a byte isn't an SI unit so claiming it's "wrong" to map kilo to 1024 in the context of something that doesn't have anything to do with SI is pointless. Many words are overloaded. We can argue about whether or not it's sensible, but as long as large parts of the world still seems to think imperial units are sensible, my KB will remain 1024 bytes.

      Most people don't need to care anyway.

    21. Re:There are 8 bits in a byte. by Rob+T+Firefly · · Score: 1

      This reminds me of those word problems in grade-school math, where they'd put some unrelated sentence in there to throw you off. Something like, "Roy has five apples. Roy gives three apples to Dean. Dean likes movies about gladiators. How many apples does Roy have left?"

    22. Re:There are 8 bits in a byte. by dragonsomnolent · · Score: 1

      Off topic (maybe) but I guess some people need the refresher. Just the other day, I heard a radio add for cable internet offering 5 megabyte/second speed. If I lived in their market, I'd hold them to it.

      --
      I got nuthin
    23. Re:There are 8 bits in a byte. by Anonymous Coward · · Score: 0

      I recall learning that in internet communications, one byte can range from 8 to 12 bits. This was done because more than 255 codes were needed. I can't remember specifics or where this came from, so take it with a grain of salt.

      If this is true then it is good that they specified the number of bits used in this little chip.

    24. Re:There are 8 bits in a byte. by mcmonkey · · Score: 0
      This reminds me of those word problems in grade-school math, where they'd put some unrelated sentence in there to throw you off. Something like, "Roy has five apples. Roy gives three apples to Dean. Dean likes movies about gladiators. How many apples does Roy have left?"

      You ever seen a grown man naked?

    25. Re:There are 8 bits in a byte. by GoRK · · Score: 1

      I did do some programming one time for Coca Cola's MDP (Multidrop protocol) used in their vending machines to interface the vending electronics with the money acceptors, etc. It had the largest bytes I have seen at 11 bits.

    26. Re:There are 8 bits in a byte. by Yvan256 · · Score: 1
      First of all, it's modifiers for SI units, not "ISO suffixes"


      Oups, my mistake. But you did know what I meant. Thanks for the correction.

      As for bytes not being an SI unit, well, it doesn't really matter since "kilo" always means 1000 for those using metric. People don't care wether "bytes" is part of SI units or not. It is, as you said yourself, overloaded. To most people, one kilo = 1000 units, whatever the units are. Except for programmers, but most people aren't programmers.

      Most people don't need to care anyway.


      Most people do care, in fact. That's why we keep hearing about those "My 250GB drive is only 232GB! Seagate is using false advertising and I'm gonna sue them!" crap comments (even taking into account the space required for the filesystem).

    27. Re:There are 8 bits in a byte. by xxdinkxx · · Score: 1

      laugh all you want, but some systems have 7 bit bytes and there are other archs that have a 9 bit byte.

    28. Re:There are 8 bits in a byte. by Anonymous Coward · · Score: 0

      5 megabytes a second? So that's anywhere between 35840 to 51200 bits per second, depending on how many bits in a byte you favor.

    29. Re:There are 8 bits in a byte. by Anonymous Coward · · Score: 0

      Yeah, people care. How many millions of dollars have been lost fixing software bugs because programers didn't use the metric system, how many sattelites have been lost?

    30. Re:There are 8 bits in a byte. by swillden · · Score: 1

      The C compiler I use obeys the standard, but sizeof(char) == sizeof(short) == sizeof(int) == 1 and there are 16 bits in that byte.

      Cool! What processor is that?

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    31. Re:There are 8 bits in a byte. by Jon+Luckey · · Score: 1
      The truth is considered "troll", now?

      Consider how you might be mod'ed if you reply truthfully to your significant other's question of "Does this make me look fat?"

      --
      -- 3 events that reshaped the world in the 20th century: WW1, WW2, and WWW
    32. Re:There are 8 bits in a byte. by jemecki · · Score: 1

      This isn't a joke. A byte really is two nybbles.

    33. Re:There are 8 bits in a byte. by Anonymous Coward · · Score: 0
      You ever seen a grown man naked?
      Have you ever seen the inside of a Turkish prison, Billy?
    34. Re:There are 8 bits in a byte. by softcoder · · Score: 1

      Not so.
      There are 8 bits in a byte, unless you are talking parity bits.
      The older mainframes didn't refer to bytes, they referred to 'words' as in 36bit word, 12bit word, etc. Within a word, you had 'characters' which were usually (pre byte days) 6 bits, but sometimes 7.
      Depended somewhat on how the mfg tried to pack characters into his word size.
      UTF-7 probably has more to do with characters, than bytes. Just like 7-bit ascii, refers to characters, not bytes.

        But bytes are 8 bits.

      Kids these days!! Sheesh.

    35. Re:There are 8 bits in a byte. by Da_Biz · · Score: 1

      Consider how you might be mod'ed if you reply truthfully to your significant other's question of "Does this make me look fat?"

      If she had mod points, it would probably be "Score: -1, Celibate"

    36. Re:There are 8 bits in a byte. by nurb432 · · Score: 1

      Perhaps not by your rational, but in the context of *2006*, it is sort of redundant.

      --
      ---- Booth was a patriot ----
    37. Re:There are 8 bits in a byte. by Tim+Browse · · Score: 1

      "1.13 Gibiwatts? 1.13 GIBIWATTS?!"

      You're right. That's lame.

    38. Re:There are 8 bits in a byte. by Sparr0 · · Score: 1

      could be any 16-bit processor. almost every 16-bit system has 16-bit ints. 16-bit char comes up in embedded devices with known targets at international markets, so that unicode requires no additional software support. that dictates that short is 16 bits as well, and long/longlong are at your discretion, probably 16 bits and 32 bits respectively.

    39. Re:There are 8 bits in a byte. by Anonymous Coward · · Score: 0

      you are so the man. seriously!

    40. Re:There are 8 bits in a byte. by mrogers · · Score: 1

      I always thought that was a test for attention deficit disorder.

    41. Re:There are 8 bits in a byte. by GeeksHaveFeelings · · Score: 1

      In my day, it was defined as two nybbles.

    42. Re:There are 8 bits in a byte. by birder · · Score: 1

      I'll accept the Troll score but Jesus Christ some people just can't get a joke.

  3. More secure than RFID? by gasmonso · · Score: 3, Insightful

    Seeing as how Memory Spot readers must be "positioned closely" to access the data stored on the chip, wouldn't these make a better choice for passports? I think this would alleviate a lot of fears.

    http://religiousfreaks.com/
    1. Re:More secure than RFID? by Aladrin · · Score: 1

      The communication component is the same basic idea as RFID, probably just lower power.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    2. Re:More secure than RFID? by swillden · · Score: 1

      Seeing as how Memory Spot readers must be "positioned closely" to access the data stored on the chip, wouldn't these make a better choice for passports? I think this would alleviate a lot of fears.

      The chips in the new passports are ISO 14443 smart card chips, not standard RFIDs, and they do use the same sort of RF communications technology as these Memory Spot readers, and do have a similarly short range. With highly directional antennas, it's possible to read contactless smart cards from distances of up to a meter (maybe -- with lots of luck and in a very controlled environment) and I'm sure you could accomplish the same thing here. Longer ranges with either device can be achieved the same way the really long ranges with passport chips have been achieved -- by placing a powered radio "repeater" close to the chip.

      So using these wouldn't alleviate any fears that the smart card chips don't alleviate.

      Worse, these Memory Spot devices don't appear to have any security, unlike the passort chips. The passport chips require the reader to complete a cryptographic authentication protocol (using a key derived from data printed inside the passport jacket) before the chip will provide any information, and they also encrypt all data they transmit to the reader, and validate cryptographic checksums on every command received from the reader.

      Both of these devices are different from what it typically called a passive RFID tag. RFID tags have much longer ranges, up to as much as 10 meters, depending on the particular type of RFID. They achieve the longer ranges by having much, much lower power budgets, which greatly reduces their abilities. Most simply transmit a fixed code when activated, and even the fancier read-write tags can only store a tiny amount of data. They also use much lower data rates that would be acceptable for either passports or these Memory Spot storage devices.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  4. Re:Memory Spot RFID? by rbarreira · · Score: 4, Insightful

    It is an improvement (for certain applications). Do you want people accessing your private data from far away?

    --

    The AACS key is NOT 0xF606EEFD628B1CA427BEA93A9CA9773F
  5. RFID? by someone300 · · Score: 3, Insightful

    I thought this was exactly what the passive RFID chips do, except that RFID chips tend not to have this large a memory (though is there a technical reason why that's the case?)

    1. Re:RFID? by Sleuth · · Score: 1

      Yup, sounds like RFID to me. Maybe they are putting more memory in them, but other than that... The initial technical reason for small memory would seem to be size and lack of need for larger memory. They may just be trying to target some new markets, other than the product tracking and badge markets that RFID is popular in.

      "Let's call it something else so we can surpise people with our innovation!"

  6. Re:Memory Spot RFID? by orasio · · Score: 1

    For lots of applications, it is a perceived improvement, it gives a sense of privacy.

  7. Another Way... by IflyRC · · Score: 1

    To implant information in a person and access it remotely. This is just bringing us closer to governments requiring chip implants.

  8. OK, but... by TechDogg · · Score: 2, Funny
    ... does anybody know how much money Uncle Ben's is getting on royalties from HP?
    Hewlett-Packard researchers have developed a memory chip with wireless networking capabilities that is roughly the same size as a grain of rice, the company said Monday.
    --
    Got MILF? It does a body good!
    1. Re:OK, but... by walstib · · Score: 1

      making them suitable for a range of applications, such as adhesive attachments applied to a paper document or printed photograph

      Presumably this will replace the twenty seven eight-by-ten color glossy photographs with circles and arrows and a paragraph on the back of each one explaining what each one was to be used as evidence against us.

      --
      The most dangerous strategy is to jump a chasm in two leaps. - Benjamin Disraeli
  9. There are 12 inches in a foot by Anonymous Coward · · Score: 0

    Just in case you forgot.

    1. Re:There are 12 inches in a foot by mrjb · · Score: 0, Offtopic

      Thanks, I had forgotten that. Not easy to remember these things when you use the much more sensible metric system. Now let me get back to counting the number of pints that make a gallon ;)

      --
      Visit http://ringbreak.dnd.utwente.nl/~mrjb/growingbettersoftware to download your free copy of the book
    2. Re:There are 12 inches in a foot by gEvil+(beta) · · Score: 1

      Crap! And here I am thinking it's 5 toes to a foot...

      --
      This guy's the limit!
    3. Re:There are 12 inches in a foot by cbiltcliffe · · Score: 1

      Plus a heel! 5 toes and a heel!

      Kids these days. They've all been spoiled by the metric system!

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
  10. Compete with Zigbee and Z-Wave? by us7892 · · Score: 2, Insightful

    At first is sounded like this could compete with Zigbee http://www.zigbee.org/en/index.asp or Z-Wave http://www.z-wavealliance.org/content/modules/Star t/ technologies. Then again, what is this good for? The battery is...wait, no battery. Power comes from the device that reads/writes this grain-of-rice sized wireless/memory device...

  11. Re:If you want to know more about me by fuyu-no-neko · · Score: 2, Funny

    check out my webpage, it's on a server embeded under my skin and shares power with my pacemaker.

    Do you really want to risk the /.ing of something so close to your heart? ;o)

    --
    Don't take the above poster too seriously. He doesn't.
  12. How long... by Yonder+Way · · Score: 1

    ...before DHS requires all Americans (and visitors, for that matter) to have one implanted in their hands or elsewhere in their bodies?

    1. Re:How long... by MrSquirrel · · Score: 3, Funny

      Didn't you see the article summary? It's not coincidence that the chip is "the size of a grain of rice". You know that last batch of chicken fried rice you had? Yes, it has already begun... my theory is that the chip logs information on your stomach contents, then when it gets flushed back to the sewage treatment plant it updates your data -- the government increased the levels of fat and other unhealthy materials in the most eaten foods, that's what Americans are growing fatter and fatter every year. Their plan? To make Americans so fat, they cannot resist when the government comes in with force. Thankfully I only eat paint chips and mountain dew, so I'm unaffected. Ssshhh, I hear the black helicopters coming, I must make my escape.

      --
      A computer once beat me at chess, but it was no match for me at kick boxing.
  13. Re:slashdot is getting like digg by gEvil+(beta) · · Score: 1

    ...where all the articles link to some kids blog instead of the original story from a national newspapers site...

    Yeah, I'll be surprised if IDG ever amounts to anything...

    --
    This guy's the limit!
  14. RFID vs. HP's new chip by ansak · · Score: 4, Interesting
    From what I can tell, the comparison table here would go something like this:

    RFID features longer range and a small uniform, pre-encoded response. (e.g. ID Badge at work) HP's new chip features shorter range and a larger response, selectable from a large pool of responses, and probably the pool of responses is changeable even after deployment.

    As another poster said, the short ranges at which this thing would work will alleviate a lot of people's privacy concerns. Still I gotta say that tagging people is still tagging people.

    mooooo...(NOT!)...ank
    ...so afraid of disorder, we turn it into a God... (Bruce Cockburn, Gospel of Bondage)

    --
    Still hoping for Gentle Treatment...
    1. Re:RFID vs. HP's new chip by Leebert · · Score: 1
      RFID features longer range and a small uniform, pre-encoded response. (e.g. ID Badge at work) HP's new chip features shorter range and a larger response, selectable from a large pool of responses, and probably the pool of responses is changeable even after deployment.


      Not at all. Passive RFID chips can have computational capabilities. A good example is Speedpass, which uses a challenge-response crypto system. It's bad encryption that was easily duplicated by some grad students at Hopkins, but it is done.

      I'm not quite sure what HP sees as the distinction here. It looks to me just like RFID, albeit a refinement.
  15. iPod Flea by the+phantom · · Score: 5, Funny

    Steve Jobs: Ladies and gentlemen, I am pleased to announce the smallest iPod ever, the iPod Flea.

  16. Commercial Use by kthejoker · · Score: 4, Interesting

    I still don't understand why RF readers and things of this sort aren't included on every cell phone, along with an easy, common standard to interface with.

    Pointing your cell phone at a product for price comparisons and technical specs, or getting a small video on an item in a museum, or collecting e-mail addresses on College Night, or brochures at a convention, or any other sort of "Additional Info" normally not available at the point of contact, seems to me to be an extremely sustainable business model at a minimum of cost and input.

    RFID might not be a commercial utopia, but it's a good start in a direction we could've been taking 10 years ago.

    1. Re:Commercial Use by LiquidCoooled · · Score: 1

      I've got an idea, why don't we build millions of these little devices for looking at those strange black and white stripey things on products?

      We can call it the cuecat, everyone will want one.

      Failing that, for a modern day version, use the camera on your phone to scan the barcode and do a weblookup.
      The technology is already there, its just putting the pieces together into a coherant database.

      --
      liqbase :: faster than paper
    2. Re:Commercial Use by Anonymous Coward · · Score: 0

      Or, just put a number on it and text the number to purchase - you know, like PayPal mobile.

    3. Re:Commercial Use by kthejoker · · Score: 1

      That's my point, the tech is already there, but nobody has managed to put it altogether into a nice, naet, and most importantly, ubiquitous package.



      Cuecat isn't the answer, because the barcode can't store any significant amount of data, only a reference to look up data. The chips from the article (and many RFID chips) can contain the entire PDF brochure of that lawnmower you're looking at, or a trailer for a movie you're considering buying, or any other sort of informational material.



      And seriously, scanning a barcode with your camera? Do a weblookup? In 2006? This is exactly my complaint. You're giving me a 3 step process that involves a lot of manual work, instead of an integrated and easy-to-use framework. Think Kodak: You push the button, we do the rest. That is the killer app. It's too bad nobody seems to want to make a useful frontend for this kind of tech ...


    4. Re:Commercial Use by Anonymous Coward · · Score: 0

      Japan has a system rather like this. URLs encoded in a barcode-like format, just take a pic and load the page - 1 step. Almost every product has one.
      However, this is manufacturer-supplied info, just as your included data thing would be. It'll be useless marketing drek. For live price comparisons and unbiased (or at least multiply-biased) information you need to do a web lookup of some sort, so a barcode scanner linked to a product database linked to a price comparison+review website seems like a better idea.

  17. More info on this topic by Alamose · · Score: 2, Informative

    Here is more info on this topic from forbes. I think they did a better job covering the story. Plus they have a picture.

  18. Re:Memory Spot RFID? by LiquidCoooled · · Score: 2, Funny

    All you need to increase the range is to come up with some sort of pringles can for your memory reader.

    --
    liqbase :: faster than paper
  19. Re:Memory Spot RFID? by jdray · · Score: 2, Insightful

    Case in point: I wanted to build a cat door that would read the chip embedded in my cat's skin before opening to let him in. The range on reading that thing is a matter of a centimeter or so, so I'd have to teach him to rub a reader in just the right way to get the door open, which seemed like more of a PITA than it was worth. His feline nature makes him virtually untrainable. He doesn't wear a collar, so the larger antenna versions that look like a name tag were out. This thing might help matters. Of course, if it could read his tag while he was out in the yard and open the door for some neighborhood cat peering in the door, that would be bad, too.

    --
    The Spoon
    Updated 6/28/2011
  20. I can think of some uses for this... by pieterh · · Score: 1

    It's difficult to see what these chips can do that smartcards, mini flash chips, and so on can't do... I think the main drivers are going to be cost and size and accessibility to ordinary developers.

    But it could be fun to build memory into ordinary objects. You would not need any electrical contacts. All you need is a universal reader that can presumably be cheaply added to PDA, notebooks, etc. On top of that it'd be easy to write software that reads and writes these to do interesting things:

      - smart business cards and ID cards
      - smart locks and other innovative security systems
      - data collection systems (e.g. cardiac monitors, sensors, etc.)
      - contactless public data sources: smart signposts in cities (touch your mobile phone to get a map), etc.

    It may be that the wireless aspects eventually become much more useful than the memory itself.

    But on the whole I think this technology will not have any market traction until it can be exploited by the adult entertainment industry.

    1. Re:I can think of some uses for this... by Vokkyt · · Score: 1

      This could be a spammers dream as well. Suppose that with a small tweak on a PDA or other such wireless-prone device, the range is extended and the chips are placed in high traffic areas? (Places in Malls, cities block, etc) Would these chips be capable of transmitting their 15 second video clip in a few seconds? Hell what if it's just a three or four second flash-style ad which runs continually until the user stops it? Are these sorts of things possible with the mini-chip?

      On the flipside of that paranoia, places like Disney could have a field day with it, along with museums and any other sort of entertainment venue. Let those who want to just grab the data off of a receiving point and go. Or, bar menus in a crowded bar...

    2. Re:I can think of some uses for this... by Tempest451 · · Score: 1

      Align about 10,000 of these things in an array and run some heuristic software through them. Instant AI.

  21. Spies of the world rejoice by Anonymous Coward · · Score: 0

    Talk about the ultimate spy device.

    Simply find your cohort, stand next to him/her in the subway or bus or whateve and recieve the information without doing anything.

    Hell the chip could be implanted in shoes so my left show is my chip my right show is a reader so when standing on the left of the spy I recieve his data and when we leave I can transmit my date to him.

    GENIUS! this will only serve to help terrorists! I hope GW bush carpet bombs HP headquarters in a preemptive strike against this!

  22. Well well... by imsabbel · · Score: 1

    Never felt my sig more in place than in this topic.
    Seriously, somebody NEEDS to put a human interface into the transponders :D

    --
    HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
  23. Great.... by cbiltcliffe · · Score: 3, Funny
    This amount of storage allows the chips to hold a short video clip, digital pictures....
    So now the US government can include a short video or pictures of your last full cavity search on your RFID passport.....
    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  24. from the Capt Kirk "Wheat-so what" file by pentalive · · Score: 1

    rfid, so what.

    1. Re:from the Capt Kirk "Wheat-so what" file by toetagger1 · · Score: 1

      Since so many have asked, I thought I should point out the obvious:

      So far, RFID resonds with a number, then you then crossreference with some sort of database to see what that ID represents. This apreach has obious advantages, but was also dictated by the limited amount of data transmition capabilities of current RFID chips, without sacrificing distance.

      This device described by HP would have the data on the RFID ship itself. This has the advantage that the reading device does not need to be connected to a remote system (via internet, ...) to get to the infromation corresponding to that chip. Apparantly, this comes at the cost of decreased range, which some might actualy find attractive.

      While RFID is great for supply chain optimization applications, we have not seen RFID in the private market. Part of the reason was the complexity of interoperability between many systems. Now that its a 2 point process (chip + reader, instead of chip + reader + reference system + comunnication system for RFID), I predict this technology to be very attractive to consumers.

      Imagine being able to put voice recordings with each picture that you pring, and then being able to listen to those recordings via your iPod while looking at the pictures with your grand children.
      Things become really interesting when the communication starts to take place between two objects, instead of an object and a human. For instance, now the milk can tell the fridge "I'm expiring on 7/16/2006" as to before, it had to say "I'm milk xxxx" and the fridge had to look up in some database when that xxx expires. Staying in the kitchen, items you buy could come with recipes that automatically set your oven to the right settings. The posibilities are endless when you are capable of providing information EASILY.

      --
      who | grep -i blond | date cd ~; unzip; touch; strip; finger; mount; gasp; yes; uptime; umount; sleep
    2. Re:from the Capt Kirk "Wheat-so what" file by pentalive · · Score: 1

      it's a joke....

      Actually, the fridge knowing when the milk expires (But it may still be good if it was treated
      correctly) or the TV dinner setting the microwave (once, huh..) or the clothes telling the washer
      and dryer what to do (Hey washer inhibit the bleach please!)

      could be cool.

  25. "There are eight bits in a byte." by Russ+Nelson · · Score: 4, Funny

    "There are eight bits in a byte." Really?? When I started programming, you could select the byte size. Now we're forced into 8 bit bytes. What a horrible loss of freedom. I blame Canada. And terrorists. And global warming.

    --
    Don't piss off The Angry Economist
    1. Re:"There are eight bits in a byte." by dm0527 · · Score: 1

      Perhaps I am just a nub, but hasn't a byte always been 8 bits? I know we control (well, hardware controls) the size of a WORD, but I don't remember when a byte was different than 8 bits...

      --
      - dm - The two most common elements in the universe are Hydrogen and stupidity.
    2. Re:"There are eight bits in a byte." by narcc · · Score: 1
  26. Re:Memory Spot RFID? [OT] by Kijori · · Score: 1

    Why not put it in his foot/lower leg and put the reader under the mat? If you made the reading antenna mat-sized he'd be sure to stand on it to get in.

    Then again, maybe you thought of that and I'm missing something obvious.

  27. Sir... by Anonymous Coward · · Score: 0

    That is not rice!

  28. Here's dreaming by Yurka · · Score: 2, Interesting

    Man, I'd sure love me the complete PDF of a book that I just bought embedded into the back cover.

    --
    I can assure you, the best way to get rid of dragons is to have one of your own.
    1. Re:Here's dreaming by mrjackson2000 · · Score: 1

      now thats something i can actualy see this being useful for.

  29. Big Brother, Free of Charge! by End+Program · · Score: 2, Insightful

    It's only a matter of time that the government will want to implant these into humans to thwart terrorism. It will start small: just tag ex-cons, then sexual deviants, and then the carnies. Next, you are unpatriotic not to have one install in every member of your family.

    First they came for the communists, and I did not speak out--
    because I was not a communist;
    Then they came for the socialists, and I did not speak out--
    because I was not a socialist;
    Then they came for the trade unionists, and I did not speak out--
    because I was not a trade unionist;
    Then they came for the Jews, and I did not speak out--
    because I was not a Jew;
    Then they came for me--
    and there was no one left to speak out for me.

    - Martin Niemöller

    1. Re:Big Brother, Free of Charge! by Anonymous Coward · · Score: 0

      You forgot to throw in some 666 and "Mark of the Beast" stuff.

  30. One Step Closer by cloudkiller · · Score: 2, Interesting

    Another step towards the day when I can upgrade my computer by simply pouring a bag of crap through a hole in the top of my case. ...Hey, I sould patent that! (Link barely has anything to do with the comment, it just came up in a quick google for toilet patent.)

    --
    [an error occurred while processing this sig]
  31. What flavour? by Anonymous Coward · · Score: 0

    Is that the size of long grain or short grain rice? Wild or cultivated?

    Actually, did anyone see the parody iPod Flea - this chip would be the perfect way to actually build such a thing. You could just grab a handful of chips dump them in hopper on the top of a portable player and get an instant random playlist. It would like a combined Hour-Glass and Media Player.

  32. Perfect! by tashanna · · Score: 2, Funny

    All those stamps in my passport were getting annoying. Maybe they can put one of these in my passport, maybe when they get those RFID things working, so that I can just download where I've traveled. It'd be handy and I can't see anything that could go wrong.

    - Tash
    Vrooommm...

  33. Re:Memory Spot RFID? [OT] by Dun+Malg · · Score: 2, Informative
    Why not put it in his foot/lower leg and put the reader under the mat? If you made the reading antenna mat-sized he'd be sure to stand on it to get in. Then again, maybe you thought of that and I'm missing something obvious.
    You don't get to choose where the vet puts the RFID tag. They always put them in the same place so animal shelter employees can actually find them if the pet is lost.
    --
    If a job's not worth doing, it's not worth doing right.
  34. Re:Memory Spot RFID? [OT] by jdray · · Score: 1

    The chip is already in him, between his shoulder blades. It's the standard PetID chip that's implanted in thousands of cats and dogs. I suppose I could get another one put in ($30), but after watching the vet use a reader to get the info, it just doesn't seem practical to use this particular type of chip. She had to rub the reader back and forth a couple times to read the chip, and it's not hard to find.

    --
    The Spoon
    Updated 6/28/2011
  35. Crunchy rice by Vandilizer · · Score: 2, Funny

    "roughly the same size as a grain of rice"

    Would be interesting if you could raid these thing, need more storage just dump a handful in to the pot next to you computer.

    Would be hell to try to find one that had gone faulty but I expect you could just turn it off.

    My only concern would be the non-technical collage room mate who drunk and looking for food at 2 am try to cook you rice and then eat it. Brings a whole new side to data recovery.

  36. Super Market Check Outs and other evils. by Anonymous Coward · · Score: 0

    Ahhh... great...

    We're now only years away from these things being everywhere. I can see being in the checkout line at a grocery store- items will have these chips on them so they can store video and advertise products to you based on what you buy as you stand in line.

    I can see these secretly being put in green cards and passports and devices at land marks "saving" where you've been. Because everyone with a green card is a terrorist and needs to be tracked- why I blew up 3 buildings today- and it's not even lunch yet.

  37. This IS RFID by Lord+Ender · · Score: 1

    THIS IS RFID. There is no difference. RFID can have small or larage data sizes, small or large coils (which determine how much power is needed to read/write it), and read-only or read/write ability. This is RFID.

    All the concerns people have with RFID technology apply here.

    --
    A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
  38. Giglibyte is the worst [n/t] by mobby_6kl · · Score: 3, Funny

    No useful text here whatsoever.

  39. Re:Memory Spot RFID? by mcmonkey · · Score: 0
    His feline nature makes him virtually untrainable.

    ??? Felines are as trainable as any other domesticated animal. They may be stubborn but they're not stupid. Just because you can't get the cat to do what you want it to do when you want it to do it doesn't mean the cat won't figure out how to get what it wants. I'd wager you'd need to show your cat the location of the reader at most once.

    Think of it this way: I'm guessing your desire for a cat door developed from having to manually open the door to let the cat in and out. I'm also guessing your desire for a cat door indicates some acquiescence to the cat's will--you don't throw the cat out when you want it out; you allow the cat out at its request.

    Now, how does the cat let you know it wants to go out? Maybe scratches at the door, perhaps some meows, and some being with opposable thumbs opens the door. If you haven't been able to train your cat, at least your cat has done a decent job of training you.

    ;)

  40. Wardriving superscopes by Anonymous Coward · · Score: 0

    As with bluetooth, rfid, or any wireless, it is not hard to create a device that can wardrive. Even easier than that is fabrication of a targeted scope, which may extend the range of a signal many times greater than it is advertised. See below:

    http://it.slashdot.org/article.pl?sid=06/06/08/122 1236 - 'BlueBag' PC Sniffs Out Bluetooth Flaws
    http://hardware.slashdot.org/article.pl?sid=05/03/ 13/2146221 - Build Your Own Bluetooth Sniper Rifle
    The only secure way of tagging people, is to not!

  41. no microsoft woot! by kasgoku · · Score: 1

    good to see somebody besides microsoft making some progress, it would be kooler to see them make money too.

  42. Blade Runner "deep pictures" with this technology by Suomi-Poika · · Score: 1

    Yeah, as subject says, instead of printing a ultra high resolution picture one could store 100+Mpix image into "paper embedded chip memory" and print it with current technology. What would be the point to use high dpi printing when its possible to bypass it with this invention. Then just read it with your RFID scanner and start looking for the androids that have escaped..

  43. bound to be confusion... by liuyunn · · Score: 2, Funny

    when they start mass producing these in China next to the rice paddies

  44. Be kind of nice for keyword storage by macintyred · · Score: 1

    Probably gonna get creamed for this suggestion, but:

    store all your passwords on it - make them all 128 bits or better randomly generated, then embed the chip in a fingertip. Include handshake verification of authenticity and a pin for added security and that should greatly reduce identity theft

    until someone starts harvesting fingers...

    1. Re:Be kind of nice for keyword storage by macintyred · · Score: 1

      The chip could then be used as a regular key too - for automobiles, your house, office etc...

    2. Re:Be kind of nice for keyword storage by pimpimpim · · Score: 1

      Already happened. Please, my passwords are not so important as my physiological and physical health. Just keep those damn things out of my body, I can just passwords that are important, and any security system can be broken anyway. Remember, security is all about winning time against 'attacks' from the outside. So what do you want, a missing limb and eventually have your identity 'stolen', or having your identity stolen some time earlier, but you keeping your limb.

      --
      molmod.com - computing tips from a molecular modeling
    3. Re:Be kind of nice for keyword storage by macintyred · · Score: 1

      So what do you want, a missing limb and eventually have your identity 'stolen', or having your identity stolen some time earlier, but you keeping your limb.

      So embedding the chip in my forehead would probably be a bad idea, huh?

  45. Wrong metric by DrSkwid · · Score: 1

    1 bit is a very short video :o

    They should have used the LOC metric

    NEW HP CHIP = 4 * 1024 * 1024 bits

    1 LOC = 10 * 1024 * 1024 * 1024 * 1024 * 8

    therefore the new chip will hold 1 / (10 * 1024 * 1024 * 2) LOC

    or

    4.7683715e-8 Libraries of Congress

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  46. Shades of Vernor Vinge by Criceratops · · Score: 0

    Wow, these things sound like the "localizers" that Vinge describes in "A Deepness in the Sky"... although not quite as advanced, certainly a major step in that direction. Curiouser and curiouser... I may sound like an old guy, but seems that science is in some areas keeping good pace with science fiction... and conversely, that hard SF is having to adapt even more rapidly than ever before.

    --
    crappy triceratops
  47. Thank goodness the 8-bit machines won! by Valdrax · · Score: 1

    Have you ever looked into the architecture of some of the non-8-bit machines? They're always hideously weird with seemingly arbitrary byte, word, register, and pointer sizes.

    Just look at the CDC Cyber for example. Georgia Tech used to use one of these monstrosities for their registration system. They were once innovative and powerful designs, but I can't image how horrible programming for the things must've been.

    Apparently 6-bit or 9-bit bytes and 36-bit words were common in the early days of computing because it was close the the minimum number of bits (35) needed to represent a number out to 10 significant digits (for scientific computing).

    I'm glad that the nice, logical progression of powers of 2 won out.

    --
    If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
    1. Re:Thank goodness the 8-bit machines won! by swillden · · Score: 1

      Apparently 6-bit or 9-bit bytes and 36-bit words were common in the early days of computing because it was close the the minimum number of bits (35) needed to represent a number out to 10 significant digits (for scientific computing).

      I think the 6-bit bytes were also "convenient" because a Hollerith punched card had twelve holes per row, so two bytes per row. It also fit the convenient character representation, since 2^6 is the smallest number that allows you to represent the upper and lower-case latin alphabet, plus numbers.

      Eight-bit bytes and everything in nice powers of two is much better, I agree.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    2. Re:Thank goodness the 8-bit machines won! by Sparr0 · · Score: 1

      8 bits is still not ideal. Somewhere in all the logic to manipulate 8 bits in every possible way there is going to be a 3-bit channel. 2, 4, 16, 256, these are the truly optimal base-data-type sizes. 8 bit characters are going to die eventually. Most people are used to 8-16-32-32-64 as the sizes for char, short, int, long, and long long. But this is not set in stone. I have used 8-8-16-32-64 environments, and 8-16-32-64-128 environments. As the size of our base registers keeps increasing, using just 8 bytes for a char is both wasteful and restrictive. Consider a 256-bit machine. A sensible data type arrangement would be 16-32-64-256-512. That is 16-bit char (which is already well supported in much software), 64-bit int, and 512-bit long long (because we want a data type larger than our registers sometimes)

  48. Re:Memory Spot RFID? by jdray · · Score: 1

    I wouldn't normally feed trolls, but this thread is somewhat allegorical to system design problems, so I'll respond to what you've said.

    The cat has a door of his own, a simple flap that he pushes open when he wants in or out. The problem with this very utilitarian, simple to implement solution is that it's not very discriminating. Another cat in the neighborhood, an un-neutered tom, figured out that he could come and go through the same door and get the same food as our cat. Along the way, he decided that it was a good idea to mark this new-found territory as his own.

    Now, in a twisted bit of irony, this very indescriminate port of access is installed in a window. Most neighborhood cats don't seem to care about it, and politely pass it by. But there's this one that sneaks in and wrecks the place, steals resources, and then leaves before we can do anything about it. We can't entirely close the access point because then our cat couldn't get in and out when he needs to, and there's no litterbox (his process requires a remote resource, you might say).

    So, I was searching for something of a firewall for cats, but found that the system I had in place didn't support that kind of upgrade. Different infrastructure is required. So now I'm monitoring the technology market for developments that will support what I'm trying to do and dealing with the situation at hand as best I can in the short term.

    --
    The Spoon
    Updated 6/28/2011
  49. Oh no!!! by LuckyStarr · · Score: 1

    Now the pointyhaired ones are able to print out emails and attach the attachments to it via sticky tape. Horrors!

    --
    Meme of the day: I browse "Disable Sigs: Checked". So should you.
  50. Re:Memory Spot RFID? by metroplex · · Score: 1

    A system such as the one you need already exists, but it requires the cat to wear a collar with an integrated chip. A friend of my parents has one for her cat and it works like charm. Your cat just needs to get used to the collar (which is thin and lightweight anyway).

    --
    "Words of wisdom: drop that zero and get with the hero" -- Vanilla Ice
  51. Re:Memory Spot RFID? by mcmonkey · · Score: 0
    I wouldn't normally feed trolls, but this thread is somewhat allegorical to system design problems, so I'll respond to what you've said.

    If I really wanted to be a troll, I could say access control should be based on something your cat knows, something your cat is, and something your cat has.

    Teaching frisky the special meow won't be easy. And getting him to stand still for the eye scan could be a challenge. But real trouble starts when you realize your cat has no belt loops or shirt pocket on which to clip a badge.

    But seriously, if we're talking about an rfid or similar device implanted in the scruff of the neck or between the shoulder blades, it shouldn't be beyond the cat's ability to associate putting a shoulder against the detector with opening the door. That sort of rubbing is a natural action for a cat.

    There may be technical issues preventing you from setting up such a system, but I don't think his feline nature would be an obstacle. If anything, your challenge is to teach him to rub up against the detector ONLY when he wants to use the door.

    Not only do I think this can be done on the feline behavior side, I think if you can work out the technical issue this is a product that would be carried by every pet store in the country.

    If you're thinking about rigging up a power door with a garage-door-opener type switch, cats do learn from watching each other. Your tom 'hacker' would likely have such a system figured out after a couple rounds of shoulder surfing.

  52. How many of these new chips fit in one tube? by GungaDan · · Score: 1

    Someone please put this in terms I can understand.

    -Ted Stevens

    --
    Eloi are stupid, throw morlocks at them!
  53. Re:Memory Spot RFID? [OT] by mcmonkey · · Score: 0

    Have you thought about a tunnel in front of the door? An enclosure about shoulder height (or a little lower) and about 12 to 18 inches long should be big enough for Mr. Bigglesworth to get through, but restrictive enough to force the chip to come close to a detector in the roof of the tunnel.

    Training should be a non-issue if the enclosure is placed in front of the existing door. If you relocate the door, set up a flap door at the new location until kitty learns the door has moved, then install the access control system.

    My only reservation regarding such a system is the enclosure could become a hiding spot for other animals. You don't want Heathcliff coming home from a night out with the boys to find Pepe le Pew waiting on the doorstep.

  54. Re:Memory Spot RFID? [OT] by mcmonkey · · Score: 0

    BTW, your analysis of Brokeback Mountain is 100% spot on.

  55. Memory Spot - Secure Encryption? by softcoder · · Score: 1

    I sure hope that the production version of the chip will contain some default very strong encryption. Talk about an open door for viruses, or even id-theft!!
    And you thought BlueTooth viruses were bad. Wait till you have the ability to directly modify the OS kernel.

  56. Re:Barcode Technology by mpapet · · Score: 1

    the barcode can't store any significant amount of data

    Depending on the barcode used, lots more data than you realize can be stored in a bar code.

    The chips from the article (and many RFID chips) can contain the entire PDF brochure of that lawnmower you're looking at

    There are many technical problems you are glossing over like transmission rate, storage limitations/configurations and reading a PDF on a mobile phone screen.(?)

    What about the organizational problem of getting your phone service provider to make this work? Lots of really useful technology dies on the vine for this reason.

    --
    http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
  57. 4 megabits? by SanityInAnarchy · · Score: 1

    NO! I know the ISPs and network hardware people have already redefined things to be in bits, not bytes, but you do NOT get to pull the same thing for storage! It's bad enough when a gigabyte is a billion bytes, instead of 1073741824 bytes, as every piece of software on the planet defines it.

    BAD, BAD HP. NO COOKIE.

    --
    Don't thank God, thank a doctor!
  58. wont be in your body... yet... by Gronkers · · Score: 1

    It will be in your spiffy new shoes, your handbag, clothing, tires on your vehicle, etc. anything that could come in close contact with something that could be a reader. Made in China, Bugged in the US. (oh hell China will prolly bug em for us:)

    --
    - Gronk!
  59. "There are eight bits in a byte" by nurb432 · · Score: 1

    No kidding? Really?

    --
    ---- Booth was a patriot ----
  60. inductive coupling by snoggeramus · · Score: 1

    I'd like to see it inductively couple with my microwave oven.

    5 seconds max, I reckon.

    1. Re:inductive coupling by cr0sh · · Score: 1

      Actually, at the described size, it may (big IF here) be small enough to fall under the wavelength the magnetron produces. I suppose one way to try would be to try nuking a grain of rice, or a single popcorn kernel, and see what happens (remember to put in a cup of water inside the microwave to avoid frying the magnetron).

      --
      Reason is the Path to God - Anon
  61. Up to ~4M, huh? by Anonymous Coward · · Score: 0

    About enough to hold an MP3. I like where this is going ...

    "iChip: music in the palm of your hand ..."

  62. Re:Barcode Technology by kthejoker · · Score: 1
    What about the organizational problem of getting your phone service provider to make this work? Lots of really useful technology dies on the vine for this reason.


    Your last sentence is my exact complaint. This is an organizational problem, not a technological one, and from a free market perspective, that's just asinine.
  63. Still waiting for wifiusb or bluetooth drives. by AbRASiON · · Score: 1

    When are we going to see a system where our mobile phone or a chip in our thumb or our memory sticks themselves simply detect when they are in range of the PC and just plain work as a normal USB thumb drive?

    Sure the speed might be slower but damn that could be quite handy.

  64. Safer than RFIDs? by GeeksHaveFeelings · · Score: 1

    Since it gets its power through induction, I can imagine that it wouldn't have a large range. Combine that with the larger capacity, and it makes it more suitable for payment systems, like the wireless credit card stuff that RFID proponents have been hailing (since you wouldn't want somebody reading your chip from faraway, and the bigger the "number" is, the harder it is to copy to another chip).
    Maybe cellphones will come with holders for these, and all you have to do is swipe your cellphone across a register to pay.