- TestingBot has moved to its own cloud! - 2013.12
- Why we double down on AWS and the cloud, 2013.09
- MemSQL - Why Some Startups Say the Cloud Is a Waste of Money, 2013.08
- Why I Dislike EC2, 2013.06
- Scalyr - Even Stranger than Expected: a Systematic Look at EC2 I/O, 2012.10
- EC2 Is Basically One Big Rip-off, 2012.01
- Mixpanel - Why We Moved Off The Cloud - 2011.10
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
Clipboard History
FlyCut: https://github.com/TermiT/Flycut
https://itunes.apple.com/us/app/flycut-clipboard-manager/id442160987?mt=12
App Launcher
Alfred App/Quicksilver
Windows Layout:
Slate: https://github.com/jigish/slate , http://slate.ninjamonkeysoftware.com/Slate.dmg
lunchy-go A friendly wrapper for launchctl. Start your agents and go to lunch!
This is a port of original lunchy ruby gem by Mike Perham. https://github.com/sosedoff/lunchy-go
wget http://dl.bintray.com/sosedoff/generic/0.1.1_darwin_amd64.zip
- http://boxen.github.com/
- https://github.com/opscode-cookbooks/homebrew
- http://jtimberman.housepub.org/blog/2012/07/29/os-x-workstation-management-with-chef/
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
#!/usr/bin/env ruby | |
#### Usage: | |
## ./mini_bundler -> will install gems | |
## ./mini_bundler cache -> will cache installed gem-file in vendor/cache | |
def execute(cmd) | |
log "CMD: #{cmd}" | |
%x(#{cmd}) |
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
## to fix lib dependency, put this on top of your recipe file. | |
self.run_context.cookbook_collection[self.cookbook_name].library_filenames.each { |e| load(e) } | |
## in a cookbook, that needs my_cookbook | |
## in metadata.rb | |
depends 'my_cookbook' | |
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
##### freezes after a couple of requests... | |
# OS: osx 10.9.1, libv8 (3.16.14.3 x86_64-darwin-13), therubyracer (0.12.1) | |
# gem install sinatra therubyracer json puma | |
# rackup sinatra-nodejs.ru | |
# wrk -t 2 -d 3 http://0.0.0.0:9292/am | |
# webserver (puma/webrick) does not make any difference | |
require 'sinatra/base' | |
require 'json' |
- https://github.com/aggregateknowledge/postgresql-hll
- http://research.neustar.biz/2013/02/04/open-source-release-postgresql-hll/
- http://pgxn.org/dist/hyperloglog_estimator
- Craig Kerstiens: Scalable Uniques in Postgres - HyperLogLog - Video ---> Slides
- http://tapoueh.org/blog/2013/02/25-postgresql-hyperloglog
- http://tapoueh.org/blog/2013/02/26-hll-union
- Scalable PostgreSQL as your data platform - slides - 2014.04