Skip to content

Instantly share code, notes, and snippets.

Avatar

Alex Wagner alexdwagner

View GitHub Profile
View Automated Rothko v1
/* This is a Processing sketch in which two rectangles in back-and-forth vertical motion paint the canvas
in Rothko-like fashion. Click the mouse to change the color of "Brick 1" and click-and-drag the mouse to change
the color of "Brick 2".
Brick b1;
Brick b2;
void setup()
{
size(1280, 720);
View pong.html
<html>
<canvas id ="gameCanvas" width = "800" height= "600"></canvas>
<script>
var canvas;
var canvasContext;
var ballX = 50;
var ballY = 50;
var ballSpeedX = 10;
var ballSpeedY = 4;
@alexdwagner
alexdwagner / guide.markdown
Created October 11, 2016 21:06 — forked from bluehat/guide.markdown
Privacy Guide for Activists with Haters
View guide.markdown

Privacy Guide for Activists with Haters

In light of the gamergate fiasco, we realized that most of the targeted individuals had their private information trivially publicly online. Later, several authors had more immediate experience with online harassment. This guide is meant to help people take basic steps required to protect their online privacy, hopefully reducing the number of crazies who threaten to show up at your house.

We do not believe that leaving your information online means you deserve harassment, we simply wish to arm people who want to speak up with all the defensive tools available.

This guide is not an anti-government-surveillance document, as it only helps you make your information private and does not remove it.

Hiding Your Whois Data

This one should be easy, but it is the number one privacy failure we found when checking information of individuals who have previously been harassed.