This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[12:28am] elliottcable: To describe what I'm doing: To anonymize my identity away from my private “savings” address, from which I'm drawing funds, | |
[12:28am] elliottcable: I'm preforming a “shared send.” This uses a third-party anonymizing service that forwards the money through hundreds of transactions, that “mix” the money with other peoples', making it virtually impossible to trace the transaction back through the public block-chain. | |
[12:28am] elliottcable: (Basically, it's socially-acceptable money laundering. Standard practice.) | |
[12:29am] elliottcable: This is going to trickle money out onto a new address of my own I've generated for this purpose; once it's full, I'll be generating two transactions. One to the address you just signed for me, a private transaction to yourself. You will then be able to draw on that money (publically), or launder it back to your own anonymous savings account, as you please. | |
[12:30am] elliottcable: The second will go to a public gittip.com address, which I'll help you generat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# you'll need mercurial, gzip, a c compiler... | |
# though you could skip the mercurial if you download the source directly | |
# get the latest source checkout | |
hg clone https://vim.googlecode.com/hg/ vim | |
cd vim | |
# if you already have the source, make sure it is up to date | |
## cd path/to/vim | |
## hg pull |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/channel add -auto #ajax Freenode | |
/channel add -auto #arduino Freenode | |
/channel add -auto ##bash Freenode | |
/channel add -auto ##c Freenode | |
/channel add -auto ##c++ Freenode | |
/channel add -auto #chromium Freenode | |
/channel add -auto ##chocolatapp Freenode | |
/channel add -auto #cloud9ide Freenode | |
/channel add -auto ##compsci Freenode | |
/channel add -auto #css Freenode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See my comment on wayneeseguin’s post: https://gist.github.com/1095634#gistcomment-41339 | |
module MyModule | |
class MyClass | |
def my_method | |
10.times do | |
if rand < 0.5 | |
p :small | |
end | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Empty noughtie on `<me>`: | |
infrastructure list affix () () (infrastructure list create ()) | |
# /// (()) | |
# First element on `<me>`, a pairing of “child” with | |
# an execution. (with a noughtie for the pairing itself): | |
infrastructure list affix () () (infrastructure list create ()) | |
infrastructure list affix () (infrastructure list get () () 1) (infrastructure list create ()) | |
# /// ( (), (()) ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UITableViewCell* cell = [tableView dequeueReusableCellWithIdentifier:myIdentifier]; | |
if (cell == nil) { cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault | |
reuseIdentifier:myIdentifier] autorelease]; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Protocol: SSH ; Host: 127.0.0.1:4444 ; User Name: elliottcable ; Identity: ~/.identity | |
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' -CfnNTg -o 'CompressionLevel 9' \ | |
-R '127.0.0.1:2222:0.0.0.0:22' | |
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' \ | |
'ssh 127.0.0.1 -p 2222 -Ng'\ | |
' -R '\''127.0.0.1:4444:0.0.0.0:22'\''' | |
#ssh 127.0.0.1 -p 2222 -Ng \ | |
# -R '127.0.0.1:4444:0.0.0.0:22' | |
# ---- ---- /!\ ---- ---- # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Protocol: SSH ; Host: 127.0.0.1:4444 ; User Name: elliottcable ; Identity: ~/.identity | |
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' -CfnNTg -o 'CompressionLevel 9' \ | |
-R '127.0.0.1:2222:0.0.0.0:22' | |
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' \ | |
'ssh 127.0.0.1 -p 2222 -Ng'\ | |
' -R '\''127.0.0.1:4444:0.0.0.0:22'\''' | |
#ssh 127.0.0.1 -p 2222 -Ng \ | |
# -R '127.0.0.1:4444:0.0.0.0:22' | |
# ---- ---- /!\ ---- ---- # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Protocol: SSH ; Host: 127.0.0.1:4444 ; User Name: elliottcable ; Identity: ~/.identity | |
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' -CfnNTg -o 'CompressionLevel 9' \ | |
-R '127.0.0.1:2222:0.0.0.0:22' | |
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' \ | |
'ssh 127.0.0.1 -p 2222 -Ng'\ | |
' -R '\''127.0.0.1:4444:0.0.0.0:22'\''' | |
#ssh 127.0.0.1 -p 2222 -Ng \ | |
# -R '127.0.0.1:4444:0.0.0.0:22' | |
# ---- ---- /!\ ---- ---- # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Protocol: SSH ; Host: 127.0.0.1:4444 ; User Name: elliottcable ; Identity: ~/.identity | |
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' -CfnNTg -o 'CompressionLevel 9' \ | |
-R '127.0.0.1:2222:0.0.0.0:22' | |
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' \ | |
'ssh 127.0.0.1 -p 2222 -Ng'\ | |
' -R '\''127.0.0.1:4444:0.0.0.0:22'\''' | |
#ssh 127.0.0.1 -p 2222 -Ng \ | |
# -R '127.0.0.1:4444:0.0.0.0:22' | |
# ---- ---- /!\ ---- ---- # |