Mebio.us

From Serial Experiments Lain wiki
Revision as of 17:18, 1 February 2016 by Lain throwaway (talk | contribs) (Created page with "Launched in May 2015 as a clone of mebious.co.uk, '''mebio.us''' is a site with a similar focus to the original, though it was created in response to the closure of [[mebious...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Launched in May 2015 as a clone of mebious.co.uk, mebio.us is a site with a similar focus to the original, though it was created in response to the closure of mebious.mobi.

It has several unique features, such as:

  • All traffic is encrypted via SSL to prevent eavesdropping.
  • The code is completely open source and it's encouraged that users create their own instances of it to create a decentralized community.
  • Posts are completely anonymous and can never be matched to an IP address.
  • It has a REST API which allows anonymous reading, and with an API key, posting to the site.

Other Features

  • 512 character limit as opposed to the original site.
  • Image support is planned, along with the possibility of audio. There is, however, no ETA on when these features will be complete.

True Anonymity

To achieve its stated "true anonymity", the site takes the following precautions:

  • All webserver logs disabled completely.
  • User IPs are hashed immediately as SHA1 and the plaintext representation of the IP address is discarded. The hashed IP is stored only for banning purposes. Thus, there is no way to link a post on the site to a real world identity.

External Links