PDF Redaction Still Not Working

facebook

Facebook’s internal valuation was revealed this week thanks to shoddy PDF redaction. Court documents from a settlement between Facebook and ConnectU showed that Facebook values itself at $3.7 billion, much less than the $15 billion that was speculated during the Microsoft investment. The AP uncovered this by cutting and pasting from the redacted court document. It’s the same thing we showed in our PDF redaction screencast last summer… and it will never cease to be funny.

[photo: Bryan Veloso]

Curiosity Killed The Twit, Twitter Clickjacking

dontclick

Twitter was flooded this morning with users posting “Don’t Click: http://tinyurl.com/amgzs6”. TinyURL has since terminated the URL. The original page doesn’t seem to be live either. It displayed a button that said “Don’t Click”. If the user happened to be logged into Twitter, it would automatically update their status. The instigator partially describes the method on his blog (translated). The page would load the user’s Twitter page in an invisible iframe. The status would be pasted in and the “Don’t Click” button is placed on top of the update button. You can find the code snippets here and the original author credits this post for the inspiration. Twitter has since added a JavaScript fragment to each page to break out of iframes.

if (window.top !== window.self) { window.top.location.href = window.self.location.href; }

Impress: Tactile Interface

impress

Touch screen interfaces are generally hard and flat. Impress tries to break from that tradition by making the display flexible. Allowing you to feel more like you are interacting with the display. In the image above, the circles seem to physically fall into the dent made by your fingers. Another application shows some rudimentary 3d modeling being done by physically pushing on the vertexes. This prototype is very interesting, we’d love to see much higher resolution on the input side of things. It states that it does pressure sensitivity, but we weren’t able to distinguish it in the video. Maybe you can, catch the video after the break. Maybe laying one of these on some foam would be another alternative.

Continue reading “Impress: Tactile Interface”

Solar Charging Your DS

solar_ds

[dark sponge] decided to make his DS lite, solar powered. Or, at least charged via solar panels.  He was able to find solar cells that were 60×60 mm, which means he could fit 4 of them on the outside of the DS. This gives him a total of 6V at 80 mA output. These panels charge the battery between uses. The DS has to be open and laying on its face for all 4 panels to be exposed, but this way of mounting them didn’t alter the pocket-ability of the unit. He says he’s been using it for a while and hasn’t had to plug it in yet, but we have concerns about wiring the panels directly to the battery. As [cyrozap] points out in the comments on the instructable, this is a Lithium Ion battery, shouldn’t there be some charging circuitry involved?