On Mon, 7 May 2012 09:37:47 -0500, Joe Kerman wrote:
> Its that time again! Tell us what you have been making around the space
> over the last few months! Make the people who havent had the time to be
> around the space in person jealous that they havent :)
Two things:
1. I made a wiki page for the second FreedomBox Hackfest in NYC, in
July. It's the 3 days before HOPE 9, so if you're going to HOPE, you
should come by to join the hackfest too.
http://wiki.debian.org/FreedomBox/Hackfests/2
2. I've released the first developer preview of the
Santiago/FreedomBuddy system. It's a developer preview mostly
because the setup instructions are really annoying and long.
It's designed to let users negotiate services without interference
from third parties, preventing man-in-the-middle attacks by using
pre-shared keys, and without having to worry about exchanging IP
addresses.
First, a short history lesson in by way of explanation: A few years
ago, Comcast started blocking Lotus Notes for no apparent reason [2,
3]. Users were negotiating connections between their computers and
Comcast was censoring the messages. To simplify things terribly,
Alice would try to send Bob some new notes. Bob would tell Alice to
send them along but that acceptance would be censored: Alice never
received Bob's reply and notes were never exchanged.
Santiago avoids this issue by encrypting the messages that negotiate
connections: now, neither Comcast nor your nosy next-door neighbor
will know what services you're negotiating, keeping out the people
who have no business poking into your business. Securing the
connection process allows you to set up an encrypted connection to
your friend that other services can use, making it still harder for
third parties to interfere in your communication. If you use a Tor
hidden service as your Santiago service address, that can act as
static IP address, allowing you to negotiate with your friends even
as you both move around and change IP addresses.
Find it at:
github.com/nickdaly/plinth
Thanks for your time,
Nick