You are currently browsing the darknets category

Dead Drops: Anonymous, Offline, Peer-to-Peer File-Sharing Network in Public Space

  • Posted on February 23, 2012 at 8:24 pm

dead drops

‘Dead Drops’ is an anonymous, offline, peer to peer file-sharing network in public space. USB flash drives are embedded into walls, buildings and curbs accessable to anybody in public space. Everyone is invited to drop or find files on a dead drop. Plug your laptop to a wall, house or pole to share your favorite files and data. Each dead drop is installed empty except a readme.txt file explaining the project. ‘Dead Drops’ is open to participation. If you want to install a dead drop in your city/neighborhood follow the ‘how to’ instructions and submit the location and pictures.

Dead Drops

(via Theremina)

If only there was some way to keep these from filling up with malware, porn and spam.

Trevor Blake wrote here a few years ago:

Now is a good time to establish lines of electronic communication that are not entirely (if at all) reliant on the Internet as it currently exists. Hand delivery of a stack of media is still one of my favorites. At a certain point it the best bit-per-second value known, it has certain privacy features that can’t be beat and it requires very little technical know-how or fancy equipment or money. For all the gnostic freakout of The Matrix, the scene where a disreputable character knocks on Mr. Anderson’s door and passes him a data disc might be the most prophetic.

Learning about cryptography, fidonet and the postal system won’t do anyone any harm. Nothing beats trusted person-to-person connections established in many only-partially overlapping social / professional circles.

See also: sneaker net.

From http://feedproxy.google.com/~r/Technoccult/~3/f-4h8KWLcIw/

How Osama bin Laden Used E-Mail Without An Internet Connection

  • Posted on May 13, 2011 at 10:09 am

According to the Associated Press’ sources, Osama bin Laden routinely typed e-mails on an Internet-less computer in his compound, saved them to a USB thumbdrive and had a courier e-mail them from cybercafes in nearby towns. Apparently this went on for years, undetected. According to the AP, Navy SEALS found about 100 flash drives that apparently contain series of these e-mail communications.

This is what’s referred to as a sneakernet, and as Internet crackdowns occur all over the world, it may become an increasingly popular way for people to communication.

A couple years ago, in these very pages, Trevor Blake wrote:

Now is a good time to establish lines of electronic communication that are not entirely (if at all) reliant on the Internet as it currently exists. Hand delivery of a stack of media is still one of my favorites. At a certain point it the best bit-per-second value known, it has certain privacy features that can’t be beat and it requires very little technical know-how or fancy equipment or money. For all the gnostic freakout of The Matrix, the scene where a disreputable character knocks on Mr. Anderson’s door and passes him a data disc might be the most prophetic.

Learning about cryptography, fidonet and the postal system won’t do anyone any harm. Nothing beats trusted person-to-person connections established in many only-partially overlapping social / professional circles.

From http://technoccult.net/archives/2011/05/13/how-osama-bin-laden-used-e-mail-without-an-internet-connection/

Decentralizing Twitter – And the Rest of the Web, Too

  • Posted on December 15, 2010 at 7:28 am

CouchDB

I just interviewed J Chris Anderson, the CFO of CouchOne, for ReadWriteWeb. CouchOne is the corporate sponsor of an open source database and programming language called CouchDB. Anderson recently started hosting a demo/proof of concept app called Twebz – a decentralized Twitter Client – built with CouchDB and node.js. Anderson explains how CouchDB could be used to decentralize not only Twitter, but most other web applications as well. It’s pretty geeky but could have big ramifications: This tech could help build a more resilient Internet in the face of disasters, cyberwarfare and censorship.

The aim is to allow you to interact with Twitter when Twitter is up and you are online. But if Twitter is down for maintenance or you are in the middle of nowhere, you can still tweet. And when you can reach Twitter again, it will go through.

If lots of folks are using it, then they can see each other’s tweets come in even when Twitter is down.

Mostly the goal was to show the way on how to integrate CouchDB with web services and APIs.

So if you did release this, and people started using it, and then one day Twitter decided “We’re done. We’re going to go raise pigs in the Ozarks,” Twebz would actually still be up and running fine basically forever and everyone could keep reading each other’s Tweets.

Yep. And as a side effect you have a complete personal Twitter archive of the folks you follow.

There’s even a feature to pull in the complete history of a user, so you can get the back fill of your closest friends if you want. [...]

Could CouchDB and Node be used in conjunction to create some sort of decentralized darknet? Something along the lines of Freenet?

Node is a good fit for CouchDB because Couch encourages asynchronous background processes, but people also use Ruby / Python / Java for the same purposes. But yes, eventually the plan is that CouchDB will make web applications a lot more robust because they will no longer depend on a centralized point of failure. E.g., even if Twitter goes out of business, people can continue to share messages.

The turnover of Web 2.0 startups is so fast that I think users get discouraged from signing up for services. Why bother with a new photo share if there’s a chance it won’t be around in a year? But when those are CouchApps, users can continue to use them even if no one is maintaining them, which makes it more rational to invest time in using them. Imagine if Pownce or Dodgeball were still being run by fans.

ReadWriteHack: CouchOne’s J Chris Anderson On Decentralizing Twitter – And the Rest Of the Web

I asked him about “darknets” but what this really seems useful for is mesh networks.

For another example of how CouchDB is useful in low-connectivity settings, check out this case study on how Better Health Outcomes through Mentoring and Assessments is using CouchDB in rural Zambia.

For another example of a decentralized social network built on CouchDB, check out CouchAppspora, a port of Diaspora to CouchDB.

Update: Trevor reminds me that I should mention FidoNet for some historical context. PODSnet (Pagan Occult Distribution System Network) may be of particular interest to Technoccult readers.

From http://feedproxy.google.com/~r/Technoccult/~3/i31v-CnARj8/