Skip to content

Instantly share code, notes, and snippets.

Can you get the word out to Etsy people and any other startups you know?
It's at Tumblr: 35 E. 21st St.
Come to our conference space on the 6th floor at 2 PM tomorrow.
Goal is to brief people on the legislation, how it hurts startups, and
what we can do to stop it. Congresswoman Zoe Lofgren will be calling
in.
"display line numbers
set number
"set autoindent
set ai
"etsy style tabs (aka no tabs, 4 spaces, some people use 2 here for ruby)
set shiftwidth=4
set tabstop=4
set expandtab
"amount" : -0.02500000,
"amount" : -0.02500000,
"amount" : -0.02500000,
"amount" : -0.02500000,
"amount" : -0.02500000,
"amount" : -0.02500000,
"amount" : -0.02500000,
"amount" : -0.02500000,
"amount" : -0.02500000,

Keybase proof

I hereby claim:

  • I am johnmarc on github.
  • I am johnmarc (https://keybase.io/johnmarc) on keybase.
  • I have a public key whose fingerprint is 3705 B6E5 B398 44E6 DB77 9F6A 8135 1479 47BF B648

To claim this, I am signing this object:

jm@blameitonthegovernment:~$ ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:25:90:64:8b:f8
inet addr:66.109.35.194 Bcast:66.109.35.207 Mask:255.255.255.240
inet6 addr: 2607:fd48:103:1:353d:d4ee:a16f:184c/64 Scope:Global
inet6 addr: 2607:fd48:103:1:98cb:7bb5:1ccc:2d29/64 Scope:Global
inet6 addr: 2607:fd48:103:1:7874:c026:eb67:1678/64 Scope:Global
inet6 addr: 2607:fd48:103:1:f197:49a8:a19:b95a/64 Scope:Global
inet6 addr: 2607:fd48:103:1:225:90ff:fe64:8bf8/64 Scope:Global
inet6 addr: 2607:fd48:103:1:8c21:8358:164f:feef/64 Scope:Global
inet6 addr: 2607:fd48:103:1:9d6:4cb5:9953:134/64 Scope:Global
Starting Chef Client, version 11.18.6
resolving cookbooks for run list: ["fis-ironboard-app"]
Synchronizing Cookbooks:
- fis-ruby-app
- users
- apt
- fis-ironboard-app
- fis-base
- sudo
- chef_gem
13:59 < melanarchy> .toss
13:59 < MongoBot> 2 2 3 1 1 for 200 and rolling
13:59 < melanarchy> .toss 4
13:59 < MongoBot> 4 3 1 5 for 250 and rolling
13:59 < melanarchy> .toss 3
13:59 < MongoBot> 4 4 1 for 300 and rolling
13:59 < melanarchy> .toss
13:59 < MongoBot> 6 1 for 400 and rolling
14:00 < melanarchy> .toss
14:00 < MongoBot> 5 for 450 and clear!
import os
import glob
import time
from stathat import StatHat
os.system('modprobe w1-gpio')
os.system('modprobe w1-therm')
base_dir = '/sys/bus/w1/devices/'
device_folder = glob.glob(base_dir + '28*')
@johnmarc
johnmarc / config
Created December 3, 2015 20:39
ssl config nginx
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 10m;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
## generate perserver with
## cd /etc/ssl/certs
## openssl dhparam -out dhparam.pem 4096
ssl_dhparam /etc/nginx/dhparams.pem;
diff --git a/Procfile b/Procfile
index 09afc3b..3cf7acf 100644
--- a/Procfile
+++ b/Procfile
@@ -1,4 +1,32 @@
-sneakers: /var/app/current/bin/rake sneakers:run WORKERS=ActivityFeedWorker,PushstreamPublisherWorker,CurriculumValidationsWorker,CloneCurriculumWorker,HandraiseWorker,UserActivityWorker,LessonsOfInterestPublisherWorker,DailyBatchReportWorker,NewManagedNitrousEmailPublisherWorker,NitrousContainerSetupWorker,ManagedNitrousMigrationWorker,InvitationWorker,SuggestChangeEmailPublisherWorker,TeamForksWorker,VerifiedUserFlowEmailWorker,SalesforceUpdateWorker,IntercomWorker,DeploymentsWorker,DeployAssignmentWorker,MobileSignUpEmailWorker,StudyGroupEmailWorker,ChatRoomBulkInvitationWorker,ChatRoomKickerWorker,LiveReviewWorker
-github: /var/app/current/bin/rake sneakers:run WORKERS=GithubWorker,GithubRepoSyncWorker,GithubUserNotifierWorker
-nongithub: /var/app/current/bin/rake sneakers:run WORKERS=TrackYamlWorker,ReadmeWorker,LocalBuildWorker,HelpCenterSyncWorker
+activityfeed: /var/app/current/bin/rake sneak