Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Privacy

Replicating the NSA's Gadgets Using Open Source 47

An anonymous reader writes "Wireless security researcher Michael Ossmann asked himself: 'Could I make the gadgets that the agency uses to monitor and locate mobile phones, tap USB and Ethernet connections, maintain persistent malware on PCs, communicate with malware across air gaps, and more, by just using open source software and hardware?' In this podcast he shares his insights on what to use — and how — to duplicate hardware devices found in the ANT catalog."
Censorship

3D Printed Gun Maker Cody Wilson Defends Open Source Freedom 354

Lucas123 (935744) writes "Cody Wilson, the 26-year-old former law school student who published plans for printing 3D guns online, disputed claims by universities and government agencies that his thermoplastic gun design is unsafe. Wilson claims the agencies that tested the guns did not build them to spec. In a Q&A with Computerworld, he also addressed why he's continuing to press regulatory agencies to allow him to offer the plans again for upload after being ordered to take them down, saying it's less about the Second Amendment and more about the implications of open source and the digital age. "If you want to talk about rights, what does it mean to respect a civil liberty or civil right? Well, it means you understand there are social costs in having that right; that's why it deserves protection in the first place," he said. Wilson is also planning to release other gun-related project, though not necessarily a CAD design."
Graphics

My Neighbor Totoro In Virtual Reality 45

An anonymous reader writes "Nick Pitton, the developer behind the Spirited Away Boiler Room VR experience, has released his second project: the bus stop scene from Studio Ghibli's famous movie My Neighbor Totoro, once again in virtual reality for the Oculus Rift. Pittom 'hand-painted' the textures in Photoshop to recreated the painted-background feel of the movie. For the characters (Totoro and the Catbus) he used a cel-shaded approached to approximate the animated look from the movie. For his next project, he plans to recreate the ship and characters from the acclaimed anime Cowboy Bebop."
Robotics

MIT Researcher Works Toward Robots That Assemble Themselves In an Oven 20

TechCrunch is among the many outlets which carry news (based on a release from MIT professor Daniela Rus) of robots that take advantage of materials engineered to change shape with the application of heat. With carefully planned creases and slits "printed" into flat sheets of plastic, heat-induced deformation can be channeled to create complex three-dimentional shapes, something between origami and Shrinky-Dinks. The creases can also be used to create moving parts in the finished product, and -- as with papercraft -- folding, overlapping and other techniques can increase the stiffness or otherwise give useful properties to the robot bodies formed. From the article: "This project could also produce a variable resistor by opening or closing an electric component and even create metallic muscles that contract when heated or current is applied. It’s obviously still in very early stages right now but Rus and her team will exhibit the technology at the IEEE International Conference on Robotics and Automation this year and maybe, one day, our cake-like robotic servants will rise up and bake us."
Hardware Hacking

Ask Slashdot: What Inspired You To Start Hacking? 153

An anonymous reader writes "What got you into hacking? This is a question that Jennifer Steffen, IOActive CEO, often asks hackers she meets on conferences around the world. More often than not, the answer is movies: War Games, Hackers, The Matrix, and so on. But today, it is the real life hacking that is inspiring the movies of tomorrow. 'Hackers are doing epic stuff,' she says, and they are now inspiring movies and comics. So, what got you started? And what makes a good hacker today?"
Wireless Networking

Tiniest Linux COM Yet? 76

DeviceGuru writes: "An open-spec COM that runs OpenWRT Linux on a MIPS-based Ralink RT5350 SoC has won its Indiegogo funding. The $20, IoT-focused VoCore measures 25 x 25mm. How low can you go? Tiny computer-on-modules (COMs) for Internet of Things (IoT) applications are popping up everywhere, with recent, Linux-ready entries including Intel's Atom or Quark-based Edison, Ingenic's MIPS/Xburst-based Newton, Acme Systems's ARM9/SAM9G25 based Arrietta G25, and SolidRun's quad-core i.MX6-based MicroSOM. Now, an unnamed Chinese startup has raised over six times its $6,000 Indiegogo funding goal for what could be the smallest, cheapest Linux COM yet."
Biotech

'Curiosity' Lead Engineer Suggests Printing Humans On Other Planets 323

Jason Koebler (3528235) writes "Adam Steltzner, the lead engineer on the NASA JPL's Curiosity rover mission, believes that to send humans to distant planets, we may need to do one of two things: look for ways to game space-time—traveling through wormholes and whatnot—or rethink the fundamental idea of 'ourselves.' 'Our best bet for space exploration could be printing humans, organically, on another planet,' said Steltzner."
Portables (Games)

Google Glass and the Future of Wearable Gaming 39

An anonymous reader writes "Google Glass is now becoming more widely available, but developers are only just starting to tap into the augmented reality specs' potential for gaming. A new report looks at some of the early experiments with the tech — leading the charge is indie developer Mind Pirate, the first studio to release a mobile game simultaneously on iPhone and Google Glass. But will others get on board? Will the explosion in popularity of virtual reality headsets help or hinder it? It's still a wild wild west.

'The potential of wearables will only be realized through thoughtful integration of hardware and software,' says Mind Pirate CEO Shawn Hardin. Right now, 'much of the mature infrastructure of the mobile arena' is missing in the world of wearables. The 'myriad of unique sensor and hardware configurations atop increasingly diverse operating systems' makes it particularly difficult for developers to get started."
Hardware Hacking

Servo Stock 3D Printer Brings Closed-Loop Control To Reprap 56

A limitation of current (affordable) 3D printers is their use of open loop controllers and stepper motors which limits reliability (drove the motor too quickly and skipped a step? Your model is ruined) and precision (~300 steps per revolution). A new project, Servo Stock instead uses cheap RC Servomotors combined with Hall Effect sensors, using a closed-loop controller to precisely position the extruder. The Servo Stock is derived from the delta robot Reprap Rostock (which is pretty cool even with stepper motors). The sensors give a resolution of 4096 ticks per rotation, and the controller can currently position the motors to within +/-2 ticks. They've also simplified the printer electronics by driving as much as possible from the controlling computer using Bowler, a new communication protocol for machine control. The Servo Stock also includes sensors for the hot end, presumably to be used to control the filament feed rate and temperature. The hardware models are fully parametric, allowing reasonably straightforward scaling of the design. Source for the hardware, firmware, and software is available.
Google

Google Rumored To Be Making 3D-Scanning Tablets 55

According to The Wall Street Journal, Google may be planning to commoditze 3-D scanning by building the tech of its Project Tango project (essentially, thus far, a phone-sized handheld with 3-D sensing capabilities) into tablets. The Register speculates: "Given that Google has already announced the Project Tango smartphone, it seems likely that it would extend the technology to tablets, and the seven-inch form factor would tie in nicely with the existing Nexus 7 design. ...Google is hoping that developers can build applications to use the scanning capabilities of the Tango hardware. Suggested topics include providing guides for visually impaired people, building gaming maps based on actual rooms, and possibly augmenting Google Maps with interior details – Street View becoming Home View perhaps?" Setting aside what brand it might bear, how would you employ a portable 3-D scanner?
Hardware Hacking

LegoTechno -- Making Music With Lego Bricks, Python, OpenCV and a Groovebox 5

bauhausinteraction writes "A team from the Bauhaus-University and Native Instruments Developers built and programmed a fully functional interactive Lego Sequencer / Tangible Groove Machine that sends control data to the Maschine drum sequencer to make music. The thing was built within 24 hours as an unofficial weekend collaboration between bauhausinteraction and NI at the MidiHack 2014 in Stockholm. A standard webcam is mounted underneath the baseplate. The image is processed by a Python Script using the OpenCV Library to track the bricks. The tricky bit was to not track the user's hand, but we succeeded at that as well.

The information about brick color, position, and orientation is derived from the image and then converted into OpenSoundControl (OSC) messages. Those are sent over a network connection to a computer running Native Instruments Maschine to play back the sounds. Of course, this would work with other sound generators as well, since the whole thing simply spits out OSC-Messages and MIDI — but hey: if the guys from Native are there, you'd better use their Maschine stuff. Being real Masterbuilders, of course we used only unmodified, standard Lego Parts and no Kragle* for the construction. (*see the Lego Movie for reference.)"
Hardware Hacking

Unlock Your Android Phone With Open Source Wearable NFC 81

coop0030 (263345) writes "Becky Stern at Adafruit has created a guide on how to create an open source NFC ring or other wearable to mod and unlock your Android phone. From the tutorial: 'Unlock your phone by just picking it up! No more pesky password or gesture PIN, just scan an NFC tag! This guide covers creating an NFC ring, putting an NFC tag in your nail polish, modding your Android installation to read tags from the lockscreen, and creating an automation toolchain to unlock the phone when the desired tag is scanned.' There is also a video that demonstrates how it works."
Open Source

Autodesk Unveils 3d Printer As It Aims To Become Industry's Android 85

Hugh Pickens DOT Com (2995471) writes "BBC reports that Autodesk — the leading 3D modelling software-maker — is going into hardware with its own 3D printer and in addition to selling the machine, Autodesk will also allow other manufacturers to make their own versions of the printer or power their own models off its software at no cost. 'The printer is a bona fide attempt to prove the interoperability and open source nature of Autodesk's platform,' says Pete Basiliere. 'And by sharing its design we could see a second wave of small start-ups creating stereolithography machines just as the makers did when the early material extrusion patents expired.' Chief executive Carl Bass likened the new printer to Google's first Nexus smartphone, a product meant to inspire other manufacturers to install Android on their handsets rather than become a bestseller itself. In Autodesk's case the idea is to drive the adoption of its new Spark software, a product it likens to being an 'operating system for 3D-printing'. Although Autodesk is giving away both Spark and the printer's design, the company should still profit because the move would drive demand for the firm's other products. 'If 3D printing succeeds we succeed, because the only way you can print is if you have a 3D model, and our customers are the largest makers of 3D models in the world.'

Instead of the extrusion technique most commonly used by existing budget printers, Autodesk's printer uses a laser to harden liquid plastic to create the objects delivering smoother, more complex and more detailed objects. 'We're making a printer that, rather than just being able to load in proprietary materials, you can load in any material you want. You can formulate your own polymers and experiment with those. That's an important next step because we think material science is a breakthrough that has to happen to make [the industry] go from low-volume 3D-printed stuff to where it really starts changing manufacturing.' Bass said, its printer is targeted at more professional users–for creating small objects like medical devices or jewelry–and will likely end up closer to the $5,000 range, though exact pricing has not been set."

Slashdot Top Deals

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...