E Ink demos CST-01, the ‘world’s thinnest watch’ (hands-on video)

We just got a glimpse of the CST-01 E Ink watch, the result of a partnership between Central Standard Timing and E Ink itself. The product has been in the prototype phase for a year, but it just went live on Kickstarter, with a funding goal of $200,000 and pre-orders available for $129 each. The real standout feature here is the 0.8mm design, which is apparently thinner than a credit card. In any case, the stainless steel design is super svelte. The whole package consists of several flexible components that are laminated into a 0.5mm unit, which is then photochemically etched into a piece of flexible stainless steel. This is a digital watch, of course, but its form factor is more along the lines of a bangle than a Casio-style timepiece. An embedded Thinergy micro-energy cell charges the device in 10 minutes via an external dock. The external dock is also used for setting the time (military or 12-hour), as there are no controls on the watch itself. Battery life is rated for a month. When we tried it out here at CES , the watch felt extremely light, though the edges were a bit jagged. This, of course, is because it’s not yet a final product — you can expect a much smoother finish on the final product. You can check out the CST-01 prototype in our hands-on gallery below, along with the video embedded after the break. Gallery: E Ink Watch eyes-on Continue reading E Ink demos CST-01, the ‘world’s thinnest watch’ (hands-on video) Filed under: Wearables Comments Source: CST-01: The world’s thinnest watch (Kickstarter)

Excerpt from:
E Ink demos CST-01, the ‘world’s thinnest watch’ (hands-on video)

Intel, Plastic Logic and Queen’s U build the PaperTab: a flexible e-paper tablet (video)

Plastic Logic may have bowed out of building its own e-readers , but that’s not stopping the company from making its presence felt at CES. It’s teaming up with Intel and Queen’s University on the PaperTab, a 10.7-inch tablet concept built around a flexible, e-paper touchscreen. The prototype runs a Sandy Bridge -era Core i5 processor that lets it stand on its own, but it’s ultimately designed to work as part of a team: position awareness lets multiple PaperTabs join together to share a work area, and tapping one tablet with content can send it to a waiting document in another. The bendy nature isn’t just for durability and a paper-like feel, either, as readers can flip through pages just by bending the relevant side. A fuller reveal is planned for January 8th, but you can get an initial sense of how the plastic slate works through the video after the break. Gallery: Intel and Plastic Logic PaperTab Continue reading Intel, Plastic Logic and Queen’s U build the PaperTab: a flexible e-paper tablet (video) Filed under: Tablets , Intel Comments Source: Queen’s University

View original post here:
Intel, Plastic Logic and Queen’s U build the PaperTab: a flexible e-paper tablet (video)

HP’s Tiny Pocket Playlist Records Hulu or Netflix Video Then Shares It via Wi-Fi

This sleek, simple HP pebble is more powerful than it looks. The Pocket Playlist is a portable storage device which can store and record media from a host of sources, then stream it to five devices over Wi-Fi, no internet connection required. More »

Taken from:
HP’s Tiny Pocket Playlist Records Hulu or Netflix Video Then Shares It via Wi-Fi

Your Cisco phone is listening to you: 29C3 talk on breaking Cisco phones

Here’s a video of Ang Cui and Michael Costello’s Hacking Cisco Phones talk at the 29th Chaos Communications Congress in Berlin. Cui gave a show-stealing talk last year on hacking HP printers, showing that he could turn your printer into a inside-the-firewall spy that systematically breaks vulnerable machines on your network, just by getting you to print out a document. Cui’s HP talk showed how HP had relied upon the idea that no one would ever want to hack a printer as its primary security. With Cisco, he’s looking at a device that was designed with security in mind. The means by which he broke the phone’s security is much more clever, and makes a fascinating case-study into the cat-and-mouse of system security. Even more interesting is the discussion of what happened when Cui disclosed to Cisco, and how Cisco flubbed the patch they released to keep his exploit from working, and the social issues around convincing people that phones matter. We discuss a set of 0-day kernel vulnerabilities in CNU (Cisco Native Unix), the operating system that powers all Cisco TNP IP phones. We demonstrate the reliable exploitation of all Cisco TNP phones via multiple vulnerabilities found in the CNU kernel. We demonstrate practical covert surveillance using constant, stealthy exfiltration of microphone data via a number of covert channels. We also demonstrate the worm-like propagation of our CNU malware, which can quickly compromise all vulnerable Cisco phones on the network. We discuss the feasibility of our attacks given physical access, internal network access and remote access across the internet. Lastly, we built on last year’s presentation by discussing the feasibility of exploiting Cisco phones from compromised HP printers and vice versa. We present the hardware and software reverse-engineering process which led to the discovery of the vulnerabilities described below. We also present methods of exploiting the following vulnerabilities remotely. Hacking Cisco Phones [29C3] ( Thanks, Ang! )

Read this article:
Your Cisco phone is listening to you: 29C3 talk on breaking Cisco phones

Magnetically lifted graphite moves by laser, may lead to light-based maglev vehicles (video)

Magnetic levitation is central to the fastest trains we know today, but it’s that dependence on electromagnets and rails that limits how and where it’s used for transportation. Aoyama Gakuin University has a unique alternative: changing the material properties themselves. By floating graphite over a bed of circular magnets, taking advantage of its tendency to generate an opposing magnetic field, researchers can move the graphite just by blasting its edge with a laser. The heat skews the magnetic behavior of that area enough to unbalance the graphite, either in a specific direction or a spin. The research team believes it could lead to maglev transportation or even energy converting turbines that are steered solely by light, with no contact or outside guides: maglev vehicle pilots could have much more control over where they go. Getting to that point will require a much larger scale, but successful development could give technology a very literal lift. Continue reading Magnetically lifted graphite moves by laser, may lead to light-based maglev vehicles (video) Filed under: Transportation , Science , Alt Comments Via: Phys.org Source: JACS

More here:
Magnetically lifted graphite moves by laser, may lead to light-based maglev vehicles (video)

HOWTO convert an MP3 to a playable, 3D printed record

Instructables user Aandaghassaei has posted a HOWTO for making a 3D printed record that plays on a regular turntable. Her method converts any digital audio file to grooves ready to print. It’s a bit fuzzy, but still rather exciting! I’m waiting for the way when taking a snapshot of a vinyl disc can be the first step toward deriving its audio content, converting that back to a shapefile, and printing out a high-fidelity duplicate. In this Instructable, I’ll demonstrate how I developed a workflow that can convert any audio file, of virtually any format, into a 3D model of a record. This is far too complex a task to perform with traditional drafting-style CAD techniques, so I wrote an program to do this conversion automatically. It works by importing raw audio data, performing some calculations to generate the geometry of a record, and eventually exporting this geometry straight to the STL file format (used by all 3D printers). Most of the heavy lifting is done by Processing, an open source environment that’s often used for coding interactive graphics applications. To get Processing to export to STL, I used the ModelBuilder Library written by Marius Watz (if you are into Arduino/Processing and 3D printing I highly recommend checking this out, it works great). I’ve uploaded some of my complete record models to the 123D gallery as well as the Pirate Bay. Check Step 6 for a complete listing of what’s there and what I plan on posting. Alternatively, you can go to Step 7 to download my code and learn how to make your own printable records from any audio file you like. 3D Printed Record

More here:
HOWTO convert an MP3 to a playable, 3D printed record

Watch an all-electric Bigfoot monster truck crush cars… quietly (video)

We’re used to a lot of sturm und drang when monster trucks come out to play, so it’s almost a shock when we don’t get any — and that’s what both Ford and EnerSys pulled off earlier this fall. By outfitting Bigfoot 20 with 36 of EnerSys’ batteries as well as a 350HP electric motor, the duo has developed what’s claimed to be the first proper EV monster truck. The resulting prototype is defined more by what you don’t hear than what you do, as you’ll see in the video after the break; despite its giant wheels, Bigfoot is so quiet that the cars being crushed are louder. Our childhood selves would be heartbroken at the lack of vroom-vroom sounds, but we’ll admit to wanting the all-electric process to go beyond parades and reach live monster truck shows — if it preserves the planet, our hearing and a weekend tradition at the same time, we can’t object. Continue reading Watch an all-electric Bigfoot monster truck crush cars… quietly (video) Filed under: Transportation Comments Via: Autoblog Source: Bigfoot 4×4

Original post:
Watch an all-electric Bigfoot monster truck crush cars… quietly (video)

GE uses dual piezo jets to keep a Core i7 laptop cool, play a merry tune (hands-on video)

Cooling fans are the bane of many a laptop user’s existence. The tiny things are often over-taxed right out of the box and, after a year or two worth of dust and detritus gets in them, they complain more and more loudly. As much as we hate them, engineers hate them more, as they take up precious space beneath the keyboard and draw precious juice from the battery. GE has a better solution, so-called dual piezo cooling jets. They’re just 1mm thick, could consume a fraction of the power of a fan and contain no moving parts — at least, not in the traditional sense. As a demo of their potential, GE created a prototype Core i7-powered laptop, cooled only by these jets. Click on through for our impressions. Gallery: GE Global Research dual piezo cooling jet prototype Continue reading GE uses dual piezo jets to keep a Core i7 laptop cool, play a merry tune (hands-on video) Filed under: Laptops , Science Comments

Link:
GE uses dual piezo jets to keep a Core i7 laptop cool, play a merry tune (hands-on video)