I hereby claim:
- I am jspc on github.
- I am jspc (https://keybase.io/jspc) on keybase.
- I have a public key whose fingerprint is 5E44 BFDA 7D04 E5E5 9F59 3D56 E303 6728 70F9 5D79
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# I have firefox pointing to socks on 9050; tor | |
COUNT=0 | |
while true; do | |
((COUNT+=1)) | |
echo "Opening url; iteration ${COUNT}" | |
firefox 'https://www.youtube.com/watch?v=vO4TXgUdf_c' & | |
PID=$! |
#!/usr/bin/env ruby | |
require 'mac_vendor' | |
mac_vendor = MacVendor.new | |
stations = {} | |
dns_leases = %x{systemctl status wifi}.split("\n").grep(/dnsmasq/).first.split.last | |
%x{iw dev ap0 station dump}.split("Station").each do |station| |
#!/usr/bin/env ruby | |
# Installation: 'gem install sinatra' | |
# Running: ruby hello_world.rb | |
# Using: The app will give you a port. Visit it. | |
require 'json' | |
require 'sinatra' | |
get '/' do | |
content_type :json |
irb(main):072:0* counter = 0 | |
=> 0 | |
irb(main):073:0> iterations = 0 | |
=> 0 | |
irb(main):074:0> 1000000000000.times { iterations += 1 ; counter += 1 if Random.rand(2000) == Random.rand(2000) } | |
^CIRB::Abort: abort then interrupt! | |
from (irb):74:in `call' | |
from (irb):74:in `block in irb_binding' | |
from (irb):74:in `times' | |
from (irb):74 |
I hereby claim:
To claim this, I am signing this object: