Skip to content

Instantly share code, notes, and snippets.

View caffeinewriter's full-sized avatar

Brandon Anzaldi caffeinewriter

  • Blitz
  • Greater Los Angeles Area, California
View GitHub Profile
### Keybase proof
I hereby claim:
* I am caffeinewriter on github.
* I am sushi (https://keybase.io/sushi) on keybase.
* I have a public key whose fingerprint is 68EA 0F1F 9C7B 3381 077F 91C1 276A 7E88 632A 93FF
To claim this, I am signing this object:

Sorry, RSA, I'm just not buying it

I want to be extremely clear about three things. First, this is my personal opinion – insert full standard disclaimer. Second, this is not a condemnation of everyone at RSA, present and past. I assume most of them are pretty okay, and that the problem is confined to a few specific points in the company. However, “unknown problem people making major decisions at RSA” is a bit unwieldy, so I will just say RSA. Third, I'm not calling for a total boycott on RSA. I work almost literally across the street from them and I don’t want to get beat up by roving gangs of cryptographers at the local Chipotle.

RSA's denial published last night is utter codswallop that denies pretty much everything in the world except the actual allegations put forth by Reuters and hinted at for months by [other sources](http://li

<!DOCTYPE html>
<html>
<head>
<meta name="bitcoin" content="1BayBFcQP4D6iz3FSaEwqNDDcbbgnQFUtN">
<style>
.text {
color:#333333;
font-family:arial;
<!DOCTYPE html>
<html>
<head>
<style>
.text {
color:#333333;
font-family:arial;
<?PHP
$url = "http://abitcoinsite.com/"; //Site Url
$metatags = get_meta_tags($url); //Get ALL the tags
$btcaddr = $metatags['bitcoin']; //Get just the Bitcoin tag
echo $btcaddr; //Echo it out. Boom.
?>