Skip to content

Instantly share code, notes, and snippets.

View yincrash's full-sized avatar
🗳️

Michael Yin yincrash

🗳️
  • Jackson, Wyoming
View GitHub Profile
This file has been truncated, but you can view the full file.
@yincrash
yincrash / voting.md
Last active February 28, 2016 21:30
Why you should vote

As an example of how powerful a single person can be, most places in the country are divided into wards and precincts (I am unaware of anyplace that doesn't do this, but, nonetheless, you have my hedge).

These places send delegates to state (and national) conventions. At these conventions, major fucking decisions are made, such as what the official (state) party platform will be, and sometimes, ​_who can appear at all on the primary ballot_​.

In 2012 I participated in the state dem convention. That fall Liz Warren beat Scott Brown. She had no primary. Why?

Because Marisa DeFranco was unable to convince 15% or more of the state delegates to vote for her at the convention. Even though she was a very liberal candidate and by all measures a great woman (I like her very much but did not vote for her at the convention).

Now, in this setting, my individual vote very easily could have swung things. Marisa came in at around 5-6% or so. I could have persuaded others to vote with me. Etc. Point bei

Keybase proof

I hereby claim:

  • I am yincrash on github.
  • I am yincrash (https://keybase.io/yincrash) on keybase.
  • I have a public key whose fingerprint is 218E 80C7 580A CB68 8FE0 0CDD 3394 52FF C2B2 FCB3

To claim this, I am signing this object:

/*
* Copyright 2002-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@yincrash
yincrash / Google2APi.java
Created April 22, 2012 17:22
Google OAuth2.0 for scribe-java
package org.scribe.builder.api;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.scribe.exceptions.OAuthException;
import org.scribe.extractors.AccessTokenExtractor;
import org.scribe.model.OAuthConfig;
import org.scribe.model.OAuthConstants;
import org.scribe.model.OAuthRequest;