"crypto" entries

Four short links: 12 April 2011

Four short links: 12 April 2011

Email Game, Faster B Trees, RFID+Projectors, and Airport Express Broken

  1. The Email Game — game mechanics to get you answering email more efficiently. Can’t wait to hear that conversation with corporate IT. “You want us to install what on the Exchange server?” (via Demo Day Wrapup)
  2. Stratified B-trees and versioning dictionariesA classic versioned data structure in storage and computer science is the copy-on-write (CoW) B-tree — it underlies many of today’s file systems and databases, including WAFL, ZFS, Btrfs and more. Unfortunately, it doesn’t inherit the B-tree’s optimality properties; it has poor space utilization, cannot offer fast updates, and relies on random IO to scale. Yet, nothing better has been developed since. We describe the `stratified B-tree’, which beats all known semi-external memory versioned B-trees, including the CoW B-tree. In particular, it is the first versioned dictionary to achieve optimal tradeoffs between space, query and update performance. (via Bob Ippolito)
  3. DisplayCabinet (Ben Bashford) — We embedded a group of inanimate ornamental objects with RFID tags. Totems or avatars that represent either people, products or services. We also added RFID tags to a set of house keys and a wallet. Functional things that you carry with you. This group of objects combine with a set of shelves containing a hidden projector and RFID reader to become DisplayCabinet. (via Chris Heathcote)
  4. shairport — Aussie pulled the encryption keys from an Airport Express device, so now you can have software pretend to be an Airport Express.
Four short links: 30 December 2010

Four short links: 30 December 2010

Systematic Voice, gTLD Branding, Haikuleaks, and PS3 Code Signing

  1. Groupon Editorial Manual (Scribd) — When introducing something nonsensical (fake history, mixed metaphors), don’t wink at the reader to let them in on the joke. Don’t call it out with quotes, parenthesis, or any other narrative device. Speak your ignorance with total authority. Assert it as fact. This is how you can surprise the reader. If you call out your joke, even in a subtle way, it spoils the surprise. Think of yourself as an objective, confident, albeit totally unqualified and frequently blatantly ignorant voice speaking at a panel you shouldn’t have been invited to. It’s interesting to see a quirky voice encoded in rules. Corporates obviously need this, to scale and to ensure consistency between staff, whereas in startups it emerges through the unique gifts and circumstance of employees (think Flickr’s Friendly Hipster voice). (via Brady Forrest on Twitter)
  2. Deloitte Corporate gTLD (Slideshare) — Deloitte one of the early bidders to buy their own top-level domain as a branding move. The application fee alone is $185,000.
  3. Haikuleaks — automated finder of haiku from within the wikileaked cables. (via Andy Baio on Twitter)
  4. PS3 Code-signing Key Broken — the private keys giving Sony a monopoly on distributing games for the PS3 have been broken. Claimed to be to let Linux run on the boxes, rather than pirated games. Remains to be seen whether the experience of the PS3 user will become richer for the lack of Sony gatekeeping. There’s even a key generator now. (via Hacker News)