Robot Bites Man!

The old newspaper saying holds that a dog biting a man isn’t news, but “Man Bites Dog” is a stellar headline. So instead of focusing on the usual human-on-small-robot torture experiments as we usually do, we bring you “The First Law“, an art piece by [Alex Reben].

[Alex] built a robot that “intentionally” defies Asimov’s First Law: doing no harm to humans. A human puts its little pink finger in the slot, is sensed, and a robot arm with a needle comes down and smashes through the meatbag’s puny fleshy appendage. Or maybe it doesn’t — it’s got a randomization routine that can be said to be “choosing” to prick you or not.

Yeah, the pin-prick is trivial, and yeah, the robot is not really deciding, but the point of the ‘bot is to get people talking. In a world where killer robots are not (yet, explicitly) against the Geneva Convention, soon we’re going to be facing this problem for real. If we need robot-art that makes literary references to get us thinking about these issues, so be it.

Of course, you don’t need to wait until there’s moral consensus to build your own terribly dangerous “robots” at home. How about an automated flamethrower or a knife-wielding tentacle? Or maybe this once, we’ll say that it makes more sense to just sit back and read about other folks doing it.

Via [Fast Company]. Thanks [fishocks367] for the tip!

Premier Farnell Sold To Swiss Firm

According to this article in the Guardian, Premier Farnell, the electronics parts distributor who is also a UK manufacturer of the Raspberry Pi, is going to be sold to Dätwyler. Their share price immediately rose 50%, closing at just under the Swiss firm’s offer price.

Farnell itself had been on a binge, according to Wikipedia anyway, buying up electronics distributorships in Poland, India, and the US. In 2009, they bought Cadsoft, the makers of Eagle CAD software. Now they’re being sold to another distributor.

Bloomberg writes this up as being just more consolidation in an already consolidating market. What any of this will mean for the hacker on the street is anyone’s guess, but we’re putting our money on it amounting to nearly nothing. But still, now’s the time to stock up on your genuine UK-owned, made-in-UK Pis before they become Swiss-owned and made who knows where.

Ikea Projection Lamp Makeover Adds LED Matrix And Raspberry Pi Zero

If you’re like us, it’s hard to walk through an Ikea without mentally hacking everything there into something else. The salad bowl? Parabolic antenna. Drawer slides? Linear motion rails. Storage containers? Etching tank. We admit that we still haven’t figured out what to do with that 1,000-pack of tea lights.

[Alain Mauer] pulled off an Ikea hack that we’ve always dreamed about. In particular, he took the Sprida projector lamp and wedged an 8×8 LED matrix and Raspberry Pi Zero into it.

The lamp in question is essentially a slide projector for kids. Before [Alain] got to it, it had an LED in the back, a mount for a slide in the middle, and a focusing lens on the front. His mod is simplicity itself: remove the LED and transparency, and place the LED matrix in the focal plane where the slide used to be. Reverse images on the LED in software to compensate for the lens, and you’re done.

The video says “Raspberry Pi Zero with WiFi” and the project title promises “IoT”, but we don’t see the WiFi in the build. We’re guessing that [Alain] will get around to it — it’s easily doable. (Doh! There’s a tiny USB WiFi dongle providing the obligatory wireless connection.) Anyway, the point is the projection, and we love it, and we’d be lying if we said it didn’t make us think about RGB matrices.

Continue reading “Ikea Projection Lamp Makeover Adds LED Matrix And Raspberry Pi Zero”

“IoT Security” Is An Empty Buzzword

As buzzwords go, the “Internet of Things” is pretty clever, and at the same time pretty loathsome, and both for the same reason. “IoT” can mean basically anything, so it’s a big-tent, inclusive trend. Every company, from Mattel to Fiat Chrysler, needs an IoT business strategy these days. But at the same time, “IoT” is vacuous — a name that applies to everything fails to clarify anything.

That’s a problem because “IoT Security” is everywhere in the news these days. Above and beyond the buzz, there are some truly good-hearted security professionals who are making valiant attempts to prevent what they see as a repeat of 1990s PC security fiascos. And I applaud them.

But I’m going to claim that a one-size-fits-all “IoT Security” policy is doomed to failure. OK, that’s a straw-man argument; any one-size-fits-all security policy is bound for the scrap heap. More seriously, I think that the term “IoT” is doing more harm than good by lumping entirely different devices and different connection modes together, and creating an implicit suggestion that they can all be treated similarly. “Internet of Things Security” is a thing, but the problem is that it’s everything, and that means that it’s useful for nothing.

What’s wrong with the phrase “Internet of Things” from a security perspective? Only two words: “Internet” and “Things”.

Continue reading ““IoT Security” Is An Empty Buzzword”

Stop The Machine-on-Machine Violence!

We’re not sure we condone this at all. CRT monitors are virtually extinct, and here we have some folks just smashing them up for no good reason. That said, it’s kinda cool to see large industrial robots in motion, so we can’t really blame them. (Video embedded below.)

geeksmash_thumbnail

We’ve covered the [Geek Group] crushing TVs with their robot arm before although that first try was more like a fail, in the sense that the TV was only partly smashed. At the time, we joked that it was because they had a Jolly Wrencher holding the CRT together. But it could have been that the robot arm simply lacked the requisite grunt.

This time they came to it with a stronger robot arm, and removed the Jolly Wrencher from the screens. These folks aren’t scientists — changing two variables at once leaves the experiment inconclusive. But they do smash things. So that’s a success, right?

Continue reading “Stop The Machine-on-Machine Violence!”

Hackaday Prize Entry: 8-Bit Arduino Audio For Squares

A stock Arduino isn’t really known for its hi-fi audio generating abilities. For “serious” audio like sample playback, people usually add a shield with hardware to do the heavy lifting. Short of that, many projects limit themselves to constant-volume square waves, which is musically uninspiring, but it’s easy.

[Connor]’s volume-control scheme for the Arduino bridges the gap. He starts off with the tone library that makes those boring square waves, and adds dynamic volume control. The difference is easy to hear: in nature almost no sounds start and end instantaneously. Hit a gong and it rings, all the while getting quieter. That’s what [Connor]’s code lets you do with your Arduino and very little extra work on your part.

Continue reading “Hackaday Prize Entry: 8-Bit Arduino Audio For Squares”

Quickie USB Keyboard Device

There are a ton of applications that we use that can benefit from keyboard shortcuts, and we use ’em religiously. Indeed, there are some tasks that we do so often that they warrant their own physical button. And the only thing cooler than custom keyboards are custom keyboards that you’ve made yourself.

Which brings us to [Dan]’s four-button Cherry MX USB keypad. It’s not really all that much more than four keyswitch footprints and an AVR ATmega32u4, but that plus some software is all you really need. He programs the Arduino bootloader into the chip, and then he’s using the Arduino Leonardo keyboard libraries. Bam! Check out the video below.

Continue reading “Quickie USB Keyboard Device”