As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
Verifying that +mornings is my blockchain ID. https://onename.com/mornings |
I hereby claim:
To claim this, I am signing this object:
Saved for later
Source: http://thenewinquiry.com/blogs/marginal-utility/surveillance-notes/
—
the execution no longer bears the specific mark of the crime or the social status of the criminal; a death that lasts only a moment – no torture must be added to it in advance, no further actions performed upon the corpse; an execution that affects life rather than the body.
—
‘Of course, we pass sentence, but this sentence is not in direct relation to the crime. It is quite clear that for us it functions as a way of treating a criminal. We punish, but this is a way of saying that we wish to obtain a cure.’ Today, criminal justice functions and justifies itself only by this perpetual reference to something other than itself, by this unceasing reinscription in non-juridical systems. Its fate is to be redefined by knowledge.
—
Rusche and Kirchheimer’s great work, Punishment and Social Structures,
Daily Programming Thread
Tutorials http://programming-motherfucker.com/become.html http://install:[email protected]/ http://books.gentoomen.org/ http://codepaste.net/pwsfzk
Courses https://www.khanacademy.org/
upstream php-fpm { | |
server unix:/var/run/php5-fpm.sock; | |
} | |
server { | |
listen 80; | |
server_name www.example.com; | |
rewrite ^ http://example.com$request_uri?; | |
} |
Healthy reminder that cyberpunk is now and that one should start living it instead of fantasizing like some cyberhipster; >http://www.antipope.org/charlie/blog-static/2013/12/psa-why-there-wont-be-a-third-.html
Circumventing surveillance in meatspace:
DIYing your own IRhat; Infra Red Invisible Mask (embed) Dress like a more fashionable juggalo; http://cvdazzle.com Build your own stealth-wear out of Mylar blankets; http://ahprojects.com/projects/stealth-wear
#!/bin/bash | |
# | |
# GLASSHOLE.SH | |
# | |
# Find and kick Google Glass devices from your local wireless network. Requires | |
# 'beep', 'arp-scan', 'aircrack-ng' and a GNU/Linux host. Put on a BeagleBone | |
# black or Raspberry Pi. Plug in a good USB wireless NIC (like the TL-WN722N) | |
# and wear it, hide it in your workplace or your exhibition. | |
# | |
# Save as glasshole.sh, 'chmod +x glasshole.sh' and exec as follows: |