<![CDATA[Gizmodo: memory]]> http://tags.gizmodo.com/assets/base/img/thumbs140x140/gizmodo.com.png <![CDATA[Gizmodo: memory]]> http://gizmodo.com/tag/memory http://gizmodo.com/tag/memory <![CDATA[Rfiddler Rifle Zaps USB Sticks and RFID Chips Into Oblivion]]> Sensitive data is no match for the Rfiddler rifle. It can burn out RFID tags and USB sticks by zapping them with a strong electromagnetic field generated by a hacked 0.6kJ photo-flash unit driving a 50 turn copper spool.

So, in addition to frying data, the resulting flash from the gun will also fry your retinas. It even has a built-in MP3 player with a 2-watt amp for sound effects. Needless to say, if you do decide to build something like this, I wouldn't go aiming it at credit cards, hard drives, passports or living creatures. Hit the following link for instructions. [codeninja via Hack a Day via Technabob]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5433018&view=rss&microfeed=true
<![CDATA[Flexible Flash Memory Gets Us One Step Closer to Bendy Computing]]> This organic flash memory from researchers at the University of Tokyo has got me dreaming in flex-o-vision.

Takeyo Someya, Tsuyoshi Sekitani and their team have placed memory cells on a polyethylene naphthalate (PEN) sheet that can bend with a curvature radius up to 6mm before causing any mechanical or electrical degradation. We're still pretty far from seeing this research being used in practical applications—in its current form, the organic flash memory has a memory retention of only a day. But at some point, the researchers say, we'll be seeing it used for large-area sensors, electronic paper and other large-area electronic devices. [Tech-On via Engadget]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5427967&view=rss&microfeed=true
<![CDATA[Understanding the Windows Pagefile and Why You Shouldn't Disable It]]> As a tech writer, I regularly cringe at all the bad tweaking advice out there, and disabling the system pagefile is often a source of contention among geeks. Let's examine some of the pagefile myths and debunk them once and for all.

What is a Pagefile and How Do I Adjust It?

Before we get into the details, let's review what the pagefile actually does. When your system runs low on RAM because an application like Firefox is taking too much memory, Windows moves the least used "pages" of memory out to a hidden file named pagefile.sys in the root of one of your drives to free up more RAM for the applications you are actually using. What this actually means to you is that if you've had an application minimized for a while, and you are heavily using other applications, Windows is going to move some of the memory from the minimized application to the pagefile since it's not being accessed recently. This can often cause restoring that application to take a little longer, and your hard drive may grind for a bit.

If you want to take a look at your own pagefile settings, launch sysdm.cpl from the Start menu search or run box (Win+R) and navigate to Advanced –> Settings –> Advanced –> Change. From this screen you can change the paging file size (see image above), set the system to not use a paging file at all, or just leave it up to Windows to deal with—which is what I'd recommend in most cases.

Why Do People Say We Should Disable It?

Look at any tweaking site anywhere, and you'll receive many different opinions on how to deal with the pagefile—some sites will tell you to make it huge, others will tell you to completely disable it. The logic goes something like this: Windows is inefficient at using the pagefile, and if you have plenty of memory you should just disable it since RAM is a lot faster than your hard drive. By disabling it, you are forcing Windows to keep everything in much faster RAM all the time.

The problem with this logic is that it only really affects a single scenario: switching to an open application that you haven't used in a while won't ever grind the hard drive when the pagefile is disabled. It's not going to actually make your PC faster, since Windows will never page the application you are currently working with anyway.

Disabling the Pagefile Can Lead to System Problems

The big problem with disabling your pagefile is that once you've exhausted the available RAM, your apps are going to start crashing, since there's no virtual memory for Windows to allocate—and worst case, your actual system will crash or become very unstable. When that application crashes, it's going down hard—there's no time to save your work or do anything else.

In addition to applications crashing anytime you run up against the memory limit, you'll also come across a lot of applications that simply won't run properly if the pagefile is disabled. For instance, you really won't want to run a virtual machine on a box with no pagefile, and some defrag utilities will also fail. You'll also notice some other strange, indefinable behavior when your pagefile is disabled—in my experience, a lot of things just don't always work right.

Less Space for File Buffers and SuperFetch

If you've got plenty of RAM in your PC, and your workload really isn't that huge, you may never run into application crashing errors with the pagefile disabled, but you're also taking away from memory that Windows could be using for read and write caching for your actual documents and other files. If your drive is spending a lot of time thrashing, you might want to consider increasing the amount of memory Windows uses for the filesystem cache, rather than disabling the pagefile.

Windows 7 includes a file caching mechanism called SuperFetch that caches the most frequently accessed application files in RAM so your applications will open more quickly. It's one of the many reasons why Windows 7 feels so much more "snappy" than previous versions—and disabling the pagefile takes away RAM that Windows could be using for caching. Note: SuperFetch was actually introduced in Windows Vista.

Put the Pagefile on a Different Drive, Not Partition

The next piece of bad advice that you'll see or hear from would-be system tweakers is to create a separate partition for your pagefile-which is generally pointless when the partition is on the same hard drive. What you should actually do is move your pagefile to a completely different physical drive to split up the workload.

What Size should my Pagefile Be?

Seems like every IT guy I've ever talked to has stated the "fact" that your pagefile needs to be 1.5 to 2x your physical RAM—so if you have a 4GB system, you should have an 8GB pagefile. The problem with this logic is that if you are opening 12 GB worth of in-use applications, your system is going to be extremely slow, and your hard drive is going to grind to the point where your PC will be fairly unusable. You simply will not increase or decrease performance by having a gigantic pagefile; you'll just use up more drive space.

Mark Russinovich, the well-known Windows expert and author of the Sysinternals tools, says that if you want to optimize your pagefile size to fit your actual needs, you should follow a much different formula: The Minimum should be Peak Commit – Physical RAM, and the Maximum should be double that.

For example, if your system has 4GB of RAM and your peak memory usage was 5GB (including virtual memory), you should set your pagefile to at least 1GB and the maximum as 2GB to give you a buffer to keep you safe in case a RAM-hungry application needs it. If you have 8GB of RAM and a max 3GB of memory usage, you should still have a pagefile, but you would probably be fine with a 1 GB size. Note: If your system is configured for crash dumps you'll need to have a larger pagefile or Windows won't be able to write out the process memory in the event of a crash—though it's not very useful for most end-users.

The other size-related advice is to set the minimum and maximum size as the same so you won't have to deal with fragmentation if Windows increases the size of the pagefile. This advice is rather silly, considering that most defrag software will defragment the pagefile even if Windows increases the size, which doesn't happen very often.

The Bottom Line: Should You Disable It?

As we've seen, the only tangible benefit of disabling the pagefile is that restoring minimized applications you haven't used in a while is going to be faster. This comes at the price of not being able to actually use all your RAM for fear of your applications crashing and burning once you hit the limit, and experiencing a lot of weird system issues in certain applications.

The vast majority of users should never disable the pagefile or mess with the pagefile settings—just let Windows deal with the pagefile and use the available RAM for file caching, processes, and Superfetch. If you really want to speed up your PC, your best options are these:


On my Windows 7 system with 6GB of RAM and a Windows-managed pagefile, every application opens quickly, and even the applications I haven't used in a while still open almost instantaneously. I'm regularly running it up to 80-90% RAM usage, with dozens of application windows open, and I don't see a slowdown anywhere.

If you want to read more extremely detailed information about how virtual memory and your pagefile really work, be sure to check out Mark Russinovich's article on the subject, which is where much of this information was sourced.


Don't agree with my conclusions? Voice your opinion in the comments, or even better—run some benchmarks to prove your point.


The How-To Geek has tested pagefile settings extensively and thinks everybody should just upgrade to Windows 7 already. His geeky articles can be found daily here on Lifehacker, How-To Geek, and Twitter.

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5426041&view=rss&microfeed=true
<![CDATA[Samsung's Memory Cards Would Survive Being Run Over By a 1.6-Ton Vehicle]]> If you find your digital camera gets into that sort of situation often, that's probably quite an attractive feature, right? In addition to withstanding 1.6-ton of weight, these three new memory cards are shock, water and magnet proof.

You can pick up 4GB, 8GB or 16GB for both microSD and SD formats and 4GB and 8GB for CompactFlash. On sale now in Europe, these hardy memory cards should be swinging their way over to the US shortly for anyone considering driving one of these bad boys over them. [TechRadar]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5423197&view=rss&microfeed=true
<![CDATA[Five Possible Futures of Computer Memory]]> New Scientist has a feature on five conceptual successors to flash memory. These are all technologies currently under development that could fit terabytes of information on a single tiny chip—and some of them aren't too far off.

The five here considered are MRAM (using two thin layers of magnetic material), FeRAM (which creates polarization through ferroelectrics), PCRAM (using lasers, sort of like with CDs and DVDs), RRAM (a variation on PCRAM that uses electrochemical reactions instead of heat-induced changes), and Racetrack (which, frankly, I understand even less than the other four, hard as that is to believe). If you're not a sciencey type, descriptions of these technologies may sound like adults in Charlie Brown's world, but they could be the next revolution in data storage—so read up. [New Scientist]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5422188&view=rss&microfeed=true
<![CDATA[Samsung's New Ultra Slim 30-Nanometer Flash Memory Chips Will Cause Gadget Shrinkage]]> With stacks of eight being only 0.6mm thick, Samsung's new 30-nanometer NAND chips are practically anorexic, but for once that's a good thing. Thinner chips like these could bring smaller gadgets and hopefully also lead to lower SSD prices.

According to Samsung, their new chips are actually the slimmest ever and "40% thinner and lighter than a conventional memory package." Whether those details are true or not, I look forward to seeing them hit the market and start slipping into newer, smaller gadgets. [Information Week via Engadget]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5398810&view=rss&microfeed=true
<![CDATA[Corsair Flash Voyager 128GB USB Drive: As Big and Fast As a Small Fish]]> One day, 128GB flash drives will be common. We'll lose em and only say "oops." Today, you can have one if you don't mind the size and price of this $400 Corsair. But F me, this thing is fast.

Speed

I've been happy with a 16GB Patriot Xporter, which Ars mentioned in their 2009 test as one of the fastest. This Corsair is faster. On an informal test transferring 2.7 GB of MP3 files, the Corsair Flash Voyager 128GB was twice as fast in writes and a touch faster in reads.



Note: Since this measures megabytes per second, longer bars = better

I was very casual about this test. I did not shut down all my other apps during it, but I did run multiple trials. And I did not test random access or exceptionally large file sizes. Why didn't I take testing more seriously? Because I just don't think you'll really buy this thing when you can get multiple 32GB drives for $50 or so. This thing is impressive, but all freaks of nature are impressive.

It's Big

On top of its price and performance, it's bigger. No, not only in capacity. See?

Yeah, well, it still fits in my pocket. Like a giant pet beetle. The kind that crawled out of skulls and pyramid labyrinth walls in The Mummy Part 5 or whatever.

I'd recommend it only if you have so much money that if you lose one, you'll merely say "oops" and not cry over it like I would.

128GB is a lot of space

It's fast

Kind of big for a USB drive, but still doable

Expensive

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5393180&view=rss&microfeed=true
<![CDATA[Phase-Changing Memory Is Closer To The Market And Might Just Kill Flash]]> Phase-changing memory looks great. It's supposed to combine the non-volatile nature of flash-based memory with the fantastic speed of DRAM. Now Intel and Numonyx are teasing with advancements in stacking memory layers, news that brings denser PCM closer to markets.

It's anticipated that PCM will initially be considered too pricey once it does in fact become available to consumers, but what product doesn't start off like that? Once prices level out and potential issues are sorted out though, it's predicted that phase-changing memory will kill off flash. Makes sense, since there's no reason to settle for a less dense product when you could have stacks of memory that's just as non-volatile after all. [Ars Technica]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5393157&view=rss&microfeed=true
<![CDATA[SanDisk Starts Shipping X4 Flash Cards, Will Eventually Be Awesome]]> SanDisk's X4 tech packs four bits of data into each memory cell, compared with the typical one or two bits. That means they'll be able to far exceed the 32GB limit on SDHC, microSDHC and others, and they've started shipping.

Right now, they're only shipping in 8GB and 16GB capacities, which have been long available, but soon they'll be releasing 64GB and even higher flash memory. The X4 tech doesn't yet extend to SSDs, though it's not really clear why, but it's still great news for us gadget hounds. Many smartphones, especially those running Android, WinMo and BlackBerry OS, rely on microSDHC cards for memory, and a 64GB or even higher capacity card would make those much more viable as, say, multimedia machines. SanDisk assures us that the price will not skyrocket, which is a relief. X4 chips should start appearing in stores very soon. [CNET]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5380229&view=rss&microfeed=true
<![CDATA[Flash Memory Sensors: 100x Smaller Than CCDs, Better at Low Light]]> CCD and CMOS sensors take great images, but that doesn't mean they're perfect. They're bulky and bad in low light. It turns out that flash memory can actually double as a light sensor, and could solve both these problems.

Apparently, flash memory cells are highly receptive to light and capable of creating a completely digital image. A focused beam of light directed at sector on the chip becomes a pixel, no analog-to-digital conversion required. Flash memory sensors are up to 100x smaller than current CCDs, too. By my math, that means I could have a 200 megapixel camera in my pocket right now.

The drawback: small pixels are less receptive to light, which could mean problems as pixel density increases. The data also only comes in as binary, so grayscale is tricky. Regardless, the researchers are already achieving better grayscale and low-light performance than seen in CMOS sensors.

Edoardo Charbon and the rest of the team at the Technical University of Delft hope to have a working prototype by 2010. We're still waiting for response from Canon on the rumored, memory-sensor-based D40 Pico. [New Scientist via Wired]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5377487&view=rss&microfeed=true
<![CDATA[SanDisk ExtremePro CompactFlash Cards Are Extremely Fast and Extremely Expensive]]> The best $50 I've spent in a month was on a roomier CompactFlash card for video-taking DSLRs, but it looks like I should've waited: SanDisk's new ExtremePro line push 90MB/second read/write speeds and comes in 16, 32 and 64GB sizes.

All that speed is expensive: The ExtremePro cards start at $300. If you want a card that's still damn quick but less pricey, SanDisk also has the new SanDisk extreme, which read/writes at 60MB/s and comes in 8, 16 and 32GB sizes, starting at a more manageable $130.

SANDISK EXTREME PRO COMPACTFLASH MEMORY CARD RAISES BAR FOR PROFESSIONAL GRADE PERFORMANCE, CAPACITY AND RELIABILITY

World's Fastest High-Capacity Memory Card Features SanDisk
Power Core Controller That Optimizes Card Endurance and
Boosts Read/Write Speed to up to 90MB/s

Milpitas, Calif., Sept. 14, 2009 – SanDisk Corporation (NASDAQ: SNDK), the global leader in flash memory cards, today introduced a new line of SanDisk Extreme® Pro™ CompactFlash® memory cards (http://tinyurl.com/mdjlmm), setting a new standard for fast, reliable, high-capacity memory cards designed for professional photographers. SanDisk Extreme Pro CompactFlash cards feature a new SanDisk® Power Core Controller™, an advanced memory controller that enables lightning-fast read and write speeds of up to 90MB/s1, doubling the performance from previous SanDisk high-end camera memory cards. The cards are shipping worldwide now with storage capacities ranging from 16 gigabytes (GB)2 to 64GB.

"The new SanDisk Extreme Pro CompactFlash line is the direct result of SanDisk's passion, commitment, and break-through engineering innovation to provide best-in-class flash memory cards for professional photography," said Eric Bone, vice president, retail product marketing, SanDisk. "The SanDisk Power Core Controller delivers unmatched write speed and reliability, providing photographers with a spectacular combination of performance, capacity and peace of mind that images are safely stored."

SanDisk develops its flash controllers and memory chips together, allowing the company to perfectly match and fine-tune the two technologies throughout the testing process, resulting in high-performance products with industry-leading endurance. The SanDisk Power Core Controller brings numerous benefits to the SanDisk Extreme Pro CompactFlash cards, including:

High-Performance: The SanDisk® Power Core™ Controller's dual-lane architecture and software algorithms double card performance, enabling the SanDisk Extreme Pro CompactFlash cards' read/write speeds of up to 90MB/s over a UDMA-6 bus.

Increased Reliability: The SanDisk Power Core Controller's firmware algorithms and 42-bit ECC engine maintain data integrity and extended card endurance through optimized wear leveling.

Simplified Design: To further increase overall card durability, the SanDisk Power Core Controller features an integrated design that requires fewer individual components on the card's printed circuit board.

Professional-Grade Memory:
Faster read and write speeds mean more opportunities to capture the winning shot and less time spent offloading gigabytes of photos afterwards. Large storage capacity enables photographers to capture RAW format images and high-definition video clips in a single session without running out of space.

This unique combination of speed and capacity makes the new line of cards well suited for professional usage models involving large amounts of data and tight deadlines. The SanDisk Extreme Pro CompactFlash cards' 16 to 64GB capacity range offers the storage space needed to allow extended shooting sessions without having to reload.

"As a professional sports photographer, I rely on a speedy camera and high-performance SanDisk Extreme Pro cards to capture as many images as possible within a few seconds using continuous burst mode," says Jeff Lewis, professional photographer and member of the SanDisk Extreme Team (http://tinyurl.com/kv7w6n). "How fast you can download and edit images from the cards makes a big difference when it comes to getting sports images distributed. The first images out of the media room tend to be the ones that get picked up. Speed really counts for getting selected by the top photo editors."

Renowned for their world-class durability, SanDisk Extreme cards guarantee operation at extended temperatures ranging from minus 13 F (minus 25 C) to 185 F (85 C). SanDisk Extreme Pro CompactFlash cards feature RTV Silicone coating for added protection against moisture and humidity. The cards can withstand accidental drops of up to nine feet, and carry a lifetime limited warranty.3

SanDisk Extreme Pro CompactFlash cards are fully compatible with any camera, card reader or other device that supports CompactFlash cards.4 The SanDisk Extreme Pro ExpressCard™ Adapter is optimized to take advantage of the SanDisk Extreme Pro CompactFlash card's up to 90MB/s read speed. The reader carries an MSRP of $49.99 and will be available in late October on SanDisk.com and at select retailers.

Pricing and Availability
SanDisk is also introducing new SanDisk Extreme CompactFlash cards (http://tinyurl.com/mdjlmm) at increased performance of previous SanDisk Extreme III CompactFlash cards. The new SanDisk Extreme and SanDisk Extreme Pro cards represent the step beyond SanDisk Extreme III and SanDisk Extreme IV cards, respectively.

SanDisk Extreme CompactFlash cards will be available in capacities of 8GB to 32GB and MSRP ranging from about $130 to $375 in the US market, while SanDisk Extreme Pro CompactFlash cards will be available in capacities of 16GB to 64GB and MSRP ranging from about $300 to $800 in the US market. Exact pricing for the cards will be set by retailers.

CompactFlash Card Line: SanDisk Extreme
Performance1: 60MB/s read/write speed (400x)
Available Capacity2: 8GB, 16GB, 32GB

CompactFlash Card Line: SanDisk Extreme Pro
Performance: 90MB/s read/write speed (600x)
Available Capacity: 16GB, 32GB, 64GB

About SanDisk
SanDisk Corporation is the global leader in flash memory cards, from research, manufacturing and product design to consumer branding and retail distribution. SanDisk's product portfolio includes flash memory cards for mobile phones, digital cameras and camcorders; digital audio/video players; USB flash drives for consumers and the enterprise; embedded memory for mobile devices; and solid state drives for computers. SanDisk is a Silicon Valley-based S&P 500 company, with more than half its sales outside the United States.

[SanDisk]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5358806&view=rss&microfeed=true
<![CDATA[Sony Increases Memory Stick Pro Duo Capacity To 32GB]]> Shortly after giving the Pro-HG Duo a similar treatment, Sony has gone and bumped up the capacity of the Pro Duo to 32GB. For those of you keeping track, that equates to around 225 minutes in full HD mode for Handycam owners. Cyber-Shot users can also get 29 minute clips in 720p. [CrunchGear]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5342760&view=rss&microfeed=true
<![CDATA[Corsair's Flash Voyager GT: The World's Fastest 128GB USB Flash Drive]]> Corsair, who seem to spend all their time finding speed records and then breaking them, announced their Flash Voyager GT USB flash drive at the droolworthy 128GB capacity. Even better, the speeds totally don't suck: 32MB/s and 25.6MB/s read/write, respectively.

The first 128GB USB flash drive we say, the Kingston Datatraveler 200, was mostly a proof of concept, with relatively slow read/write speeds of 20/10MB/s. It was also prohibitively expensive at nearly $550. Corsair's drive has the speed to be really enviable, and it comes in even cheaper than the Kingston drive. Note, however, that we didn't say it's affordable, at all—Newegg is selling it for $400. Still, it's pretty great to be able to carry around even a massive music collection in the change pocket of your jeans. [Corsair]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5337035&view=rss&microfeed=true
<![CDATA[World's Fastest DDR3 Memory Belongs in a Rice Rocket]]> Not being much of a crazy overclocking modder myself, I don't really get the ridiculous Fast and the Furious design on this A-Data XPG Plus RAM, but the stats don't lie—this module is super speedy at 2,200MHz.

A-Data's XPG Plus Series DDR3-2200+ DRAM, aside from having a name chock full of acronyms, is the world's fastest of its kind, with a 2,200MHz clock speed (the previous record was 2,133MHz). The standard 1.65V modules are available in 2x1GB and 2x2GB configurations, both with A-Data's "Thermal Conductive Technology" cooling system and paint jobs that'll make you happy RAM stays locked up inside your computer. A-Data hasn't released price or release dates, but we'll update this post with them as soon as they do. [A-Data via iTechNews]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5329290&view=rss&microfeed=true
<![CDATA[A Guide To Finding The Best SSD For Your Money]]> If you want to boost your computer's performance, solid state drives can deliver. However, if you find the choices out there to be daunting, LaptopMag's comprehensive SSD roundup can help you get the most performance for your money.

They tested seven 2.5-inch 128GB SSDs with SATA that ranged in price between $200 and $450. In the end the OCZ Vertex came out on top in terms of overall performance, but the Kingston SSDNow V-Series held its own with a "budget" price tag of $249. Hit up Laptop Mag for the full breakdown. [LaptopMag]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5325776&view=rss&microfeed=true
<![CDATA[Split Stick Double-Headed USB Drives Separate Your Work and Personal Lives]]> Whether you want to separate work from your personal life, his from hers, or your stuff from that other personality you call "Bad Charlie", the Split Stick gives you two separate flash drives in one USB device.

The drive is divided in half—2GB on each side. So separating files is as simple as choosing which side to stick into the computer. The drive also comes in several colors and includes the option of laser etching text or icons on either side of the switch to help you distinguish between drives. Available for $20. [Split Stick]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5321338&view=rss&microfeed=true
<![CDATA[A Pictorial Guide to Computer Hardware]]> From every kind of memory to A/V input/outputs, processors, and hard drives, this guide shows in easy-to-recognize pictorial form the possible guts in your computer. It's either a really useful quick guide, or the nerdiest poster we've ever seen. [DeviantArt]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5317642&view=rss&microfeed=true
<![CDATA[Calvin Klein USB Sunglasses Upgrade Your Memory To 4GB]]> Calvin Klein's new sunglasses offer up a little storage with your UV protection thanks to a 4GB USB flash drive embedded in the right arm.

Too bad these glasses can't store the images you see. Last week at the beach I saw some things I would like to remember. Then again, I saw other things that I would reaaaally like to forget. At any rate, they will be available for $200 this October—just in time for...fall? [Men.Style via GetUSB via Technabob via Geekologie]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5312126&view=rss&microfeed=true
<![CDATA[$10,000 USB Drive Makes Life More Difficult, Destitute]]> Mnemosyne's $10,000, 16GB USB drive is housed inside a puzzle that must be solved to physically get to the memory within. Apparently simple encryption is just too middle-class for anybody rich enough to afford this thing.

"Mnemosyne," in Greek mythology, is the personification of memory, which you of course did not know, and that's why you'll never be able to afford this USB drive. We sort of understand the impulse to create a physical barrier to accessing data, but one of the many things about this product that's puzzling is that reassembling the puzzle is just as difficult as unraveling it in the first place.

Mnemosyne wants to emphasize the "value of memory," so maybe the value of money doesn't really show up on their radar. [Mnemosyne via Crunchgear]

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5305141&view=rss&microfeed=true
<![CDATA[Let's Speculate: What Could Flexible Memory Be Used for?]]> Researchers have developed a lightweight, mostly transparent, and quite flexible memory chip. It sounds cool, but then I think: What possible advantages could flexible memory have? Help me out, commenters.

The chip (see it in action here), of unspecified capacity, actually uses transparencies like your grampa used to use with his overhead projectors. This clear plastic is flexible, unlike silicon chips. We've been seeing flexible components lately, most notably displays, but memory is tiny and has to be inside the gadget anyway. I've been thinking for at least a minute and a half and I can't figure out a circumstance in which flexible memory would be preferable, besides maybe a gadget that isn't so much folded as rolled like a poster. So give me a hand: What's the point of all this? [Wired]d

]]>
http://gizmodo.com/index.php?op=postcommentfeed&postId=5279115&view=rss&microfeed=true