Skip to content

Instantly share code, notes, and snippets.

View csquared's full-sized avatar

Chris Continanza csquared

  • ex-stripe, ex-coinbase, ex-heroku
  • Brooklyn, NY
View GitHub Profile

2017-06-03 DeepTraffic

first attempt

  • crank everything! (didn't save numbers)
  • added 4 rlu layers with around 1000 neurons
  • very non-deterministic performance
  • didn't understand model
  • read the docs!
Verifying that +csquared is my blockchain ID. https://onename.com/csquared
### Keybase proof
I hereby claim:
* I am csquared on github.
* I am csquared (https://keybase.io/csquared) on keybase.
* I have a public key whose fingerprint is A0A8 220E EAA2 7665 7A47 FB23 CAB1 2481 ACC6 5176
To claim this, I am signing this object:
commit 6e98738c32e2a4975fcdbc61114f9d071d671995
Author: Chris Continanza <christopher.continanza@gmail.com>
Date: Sun Mar 16 12:42:27 2014 -0700
fix sign
diff --git a/ecdsa.cpp b/ecdsa.cpp
index ff9d534..a26ad2f 100644
--- a/ecdsa.cpp
+++ b/ecdsa.cpp
@csquared
csquared / -
Created February 14, 2014 22:11
require 'redis'
$redis = Redis.new
def pub
puts 'pub'
$redis.publish('one', 'two')
$redis.publish(:one, 'two')
#$redis.publish(:one, 'exit')
end
make
-- don't rollback the entire fucking transaction
-- if you typo a sql command, but only in interactive mode
\set ON_ERROR_ROLLBACK interactive
-- a prompt wtih transaction information
\set PROMPT1 '%[%033[33;1m%]%x%[%033[0m%]%[%033[1m%]%/%[%033[0m%]%R%# '
-- automatically switch between extended and normal
-- depending on how wide the output is
\x auto
@csquared
csquared / talk.md
Last active December 30, 2015 12:18

Internet of Things

github.com/csquared

@em_csquared

Things == Computers

  • shrinking size

Internet of Things

Things

  • shrinking size
  • increasing power

Things

  • MicroProcessor (Tiny)
#set-option -g default-terminal "screen-256color"
# command prefix (like screen)
set -g prefix C-a
bind C-a send-prefix
#bind tab select-pane -t :.+
# quit \
unbind \