Today, a Los Angeles jury acquitted [Lori Drew] of three felony computer hacking charges. She was convicted of three misdemeanor counts for accessing a computer without authorization. The 49-year-old Missouri resident posed as a teenage boy on MySpace and harassed her daughter’s estranged friend [Megan Meier], who then committed suicide. The case came to our attention in May because of it’s unorthodox use of the federal Computer Fraud and Abuse Act. Prosecutors charged that by violating MySpace’s Terms of Service, [Drew] had gained unlawful access to their computers for the purpose of harming others, an equivalent to computer hacking. While an interesting approach to cyberbullying, it would set a very dangerous precedent for anyone that had violated a TOS before (all of us). The case broke when [Drew]’s employee [Ashley Grills] testified that no one involved had read the TOS, that the hoax was all her idea, and that she sent the final message to [Meier].
Author: Eliot1332 Articles
Fuzebox, Open Source Gaming
Adafruit has just put their Uzebox based console into production. The Fuzebox is an 8bit game console based around the ATmega644-20PU microcontroller. Full 256 color 240×224 resolution video output is provide by either a composite connection or svideo. There is an SD card slot on board for future expansion. The chip takes care of all the I/O, so you just need to write your game code in C on top of it.
The kit looks easy to assemble. Almost all of the components are through-hole. The video chip is SMD and comes presoldered to the board. The kit has two SNES controller ports included, but you can use NES ports too. There are three ways you can load your program onto the board: 6pin FTDI, ICSP10, and ICSP6.
Simple MIDI Thru Box
[Aris] has quite a few MIDI devices that only have in and out ports. To chain together multiple devices, the MIDI slaves must have a “thru” port. Instead of daisy chaining, a better solution is to build a thru box to split the signal from the master. [Aris]’s thru box design uses an optocoupler on the input, which connected to 74HC14 hex inverting Schmitt trigger. The schematic shows three outputs, but there’s room for adding two more. A useful bit of kit for only a two hour job.
Boxee On Apple TV 2.3 Firmware
We heard some fear mongering that Apple had released Apple TV firmware 2.3 to break Boxee and XBMC. It certainly was a side effect of the upgrade, but that doesn’t matter now since a new version of ATV USB Creator has been released to work with the new firmware. So, everything is essentially back to normal for the two media center programs.
25th Chaos Communication Congress Schedule
The team behind 25C3 has published the first draft of this year’s schedule. The annual Chaos Communication Congress is happening December 27th to 30th in Berlin, Germany. There are plenty of interesting talks already in place. We’re spotting things we want to attend already: The conference starts off with how to solar power your gear, which is followed by open source power line communication. A TOR-based VPN, an open source BIOS, rapid prototyping, holographic techniques, and running your own GSM network are on the bill too.
We’ll have at least three Hack a Day contributors in attendance. Last year featured two of our favorite conference talks: [Drew Endy]’s Biohacking and the MiFare crypto1 RFID crack. We hope to see you there.
Notacon Call For Papers
Notacon has just announced their first round of talk selections. The Cleveland, OH area hacker conference will be celebrating its sixth year April 16th-19th. When we attended this year we saw talks that ranged from circuit bending to the infamous TSA bagcam. Self-taught silicon designer [Jeri Ellsworth] presented on FPGA demoing. [Trixter] covered his demo archiving process. You can find a video archive of this year’s talks here.
We’re really looking forward to the conference. [SigFLUP] is already on the schedule to cover Sega Genesis development. Get your talk in soon though; they’re already handing out space to the knitters.
TISCH, Multitouch Framework
[floe] wrote in to tell us about his multitouch based thesis work. While many projects have focused on the hardware side of multitouch, TISCH is designed to promote the software side. TISCH is a multiplatform library that features hardware abstraction and gesture recognition. This takes a lot of weight off of widget developers since they can specify known library gestures instead of writing the exact motions from scratch. Using TISCH also means a standard set of gestures across multiple widgets, so the learning curve will be much easier when a user tries out a new app. If you’re researching multitouch, check out this project and help improve the codebase.