Skip to content

Instantly share code, notes, and snippets.

@Bren2010
Bren2010 / HearSay.md
Last active October 7, 2023 03:42
The HearSay P2P File Sharer

HearSay

The HearSay P2P File Sharer; a response to The Copyright Alert System, as well as several other internet regulation attempts. The goal of this project is to prove the viability of semi-anonymous and confidential file sharing. Consists of several proofs of concepts such as the formation of ad-hoc mix networks and routing throughout them while maintaining anonymity and semantic security.

However, lets be honest with ourselves for a second. Don't use this to fight an oppressive regime. I can not (and will not try) to 'prove' its security, and I

Keybase proof

I hereby claim:

  • I am bren2010 on github.
  • I am bren2010 (https://keybase.io/bren2010) on keybase.
  • I have a public key ASAi5DstmFu4tt5mTElRkuJ_Y6oypm53OYrccLoHxOJNlwo

To claim this, I am signing this object:

@Bren2010
Bren2010 / README.md
Created September 15, 2012 21:21
Audio Debugger
@Bren2010
Bren2010 / class.googlevoice.php
Created August 2, 2012 01:52
An IRC bot that texts you. God help us.
<?PHP
/*
Version 0.2
License This code is released under the MIT Open Source License. Feel free to do whatever you want with it.
Author lostleon@gmail.com, http://www.lostleon.com/
LastUpdate 05/28/2010
*/
class GoogleVoice
{
public $username;
@Bren2010
Bren2010 / gist:3118514
Created July 15, 2012 20:31
Recode Status
* Content (Articles, News): Done
- BBCode: Done
- Previews: Done
- Tags: Done
- Revisions: Done
- CRUD: Done
- Short News/Latest Articles: Done
- Commentable option: Done
* Lectures: Done
- CRUD: Done
@Bren2010
Bren2010 / flashcard.html
Created July 10, 2014 01:09
A little one-file flash card app. Works on desktop and mobile. You can put it on your phone with BitTorrent Sync or something.
<html>
<head>
<title>Flash Cards</title>
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
<style type="text/css">
html, body {
height: 100%;
margin: 0;