Skip to content

Instantly share code, notes, and snippets.

@betabrain
betabrain / gist:3251963
Created August 3, 2012 22:01 — forked from anonymous/gist:3246849
Immigrationality
1. Where is the problem?
There is lot of talk about tightening borders of late.
Right wing parties blame immigrants for anything from crime to unemployment
to the bankrupcy of social services to the disintegration of society which they
claim was taking place.
A end-of world vibe seems to spread among their ranks, while they argue that
we were in a dog-eat-dog world.
Is there really a immigration-caused crime problem?
@betabrain
betabrain / blackdahlia.txt
Created August 12, 2012 22:46
Black Dahlia Murder Theory Notes
james ellroy, larry harnisch, elizabeth short
- from depression family
- cash / tricks?
- murder
- mutilation, cut in half, smile, drained of blood
- bayley, surgeon, girlfriend
- dead son, sob story
@betabrain
betabrain / tree.md
Created August 27, 2012 08:14 — forked from hrldcpr/tree.md
one-line tree in python

One-line Tree in Python

Using Python's built-in defaultdict we can easily define a tree data structure:

def tree(): return defaultdict(tree)

That's it!

@betabrain
betabrain / brew--config
Created September 29, 2013 16:24
Homebrew Scheme48 build problems
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/mxcl/homebrew.git
HEAD: e13b1c0ffbeefd859bf7aea596421b469a08983b
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit haswell
OS X: 10.8.5-x86_64
Xcode: 5.0
CLT: 5.0.0.0.1.1377666378
LLVM-GCC: N/A
@betabrain
betabrain / tree.md
Created October 28, 2013 16:50 — forked from hrldcpr/tree.md

One-line Tree in Python

Using Python's built-in defaultdict we can easily define a tree data structure:

def tree(): return defaultdict(tree)

That's it!

Keybase proof

I hereby claim:

  • I am betabrain on github.
  • I am betabrain (https://keybase.io/betabrain) on keybase.
  • I have a public key whose fingerprint is 22A3 C9BB A408 2F1C BA0F D449 CBB6 BAF4 830C C559

To claim this, I am signing this object:

@betabrain
betabrain / config.json
Created September 28, 2016 10:28
minio trouble - relevant files
{
"version": "7",
"credential": {
"accessKey": "ACW2IAU1YO5UC6T3KV8U",
"secretKey": "e4O5NRCGnRPIyRYVVLiJ1kv3AnsvTfsHSqM5MgFf"
},
"region": "us-east-1",
"logger": {
"console": {
"enable": true,