I hereby claim:
- I am filiptepper on github.
- I am filiptepper (https://keybase.io/filiptepper) on keybase.
- I have a public key ASDQAuUXBN7qbhbiWKhzUaKti497GollbmgGiqUN0Go60go
To claim this, I am signing this object:
# | |
# $ AWS_ACCESS_KEY_ID=FOO AWS_SECRET_ACCESS_KEY=BAR docker-compose up | |
# | |
version: "3.7" | |
services: | |
db: | |
image: postgres | |
environment: |
I hereby claim:
To claim this, I am signing this object:
# do poczytania | |
https://zachholman.com/posts/fuck-your-90-day-exercise-window/ | |
https://www.benkuhn.net/options | |
https://gist.github.com/yossorion/4965df74fd6da6cdc280ec57e83a202d | |
https://hackernoon.com/why-i-will-not-exercise-my-gitlab-stock-options-bf6f3dda62e | |
http://yosefk.com/blog/stock-options-a-balanced-approach.html | |
https://blog.alexmaccaw.com/an-engineers-guide-to-stock-options | |
https://www.nceo.org/articles/stock-options-restricted-phantom-sars-espps | |
http://robertheaton.com/2015/11/02/how-to-value-your-startup-stock-options/ |
I hereby claim:
To claim this, I am signing this object:
# import config. | |
# You can change the default config with `make cnf="config_special.env" build` | |
cnf ?= config.env | |
include $(cnf) | |
export $(shell sed 's/=.*//' $(cnf)) | |
# import deploy config | |
# You can change the default deploy config with `make cnf="deploy_special.env" release` | |
dpl ?= deploy.env | |
include $(dpl) |
require "bundler/inline" | |
require "time" | |
require "date" | |
gemfile(true) do | |
source "https://rubygems.org/" | |
gem "benchmark-ips", require: "benchmark/ips" | |
end |
I hereby claim:
To claim this, I am signing this object:
source 'https://rubygems.org/' | |
if ENV['DEVELOPMENT'] == '1' | |
gem 'rails', '4.0.0' | |
else | |
gem 'rails', '4.1.0' | |
end |
#!/usr/bin/env ruby | |
$actions = [ | |
'Time to stand up.', | |
'Grab the ball.', | |
'Sit down.' | |
] | |
def take_action | |
current_action = $actions.shift |
OpenSSL::X509::StoreError: setting default path failed: problem creating X509 Aux certificate: java.io.IOException: problem parsing cert: java.security.cert.CertificateParsingException: java.io.IOException: Duplicate extensions not allowed | |
set_default_paths at org/jruby/ext/openssl/X509Store.java:162 | |
SSLContext at /Users/filiptepper/.rvm/rubies/jruby-1.7.4/lib/ruby/1.9/openssl/ssl-internal.rb:31 | |
SSL at /Users/filiptepper/.rvm/rubies/jruby-1.7.4/lib/ruby/1.9/openssl/ssl-internal.rb:22 | |
OpenSSL at /Users/filiptepper/.rvm/rubies/jruby-1.7.4/lib/ruby/1.9/openssl/ssl-internal.rb:21 | |
(root) at /Users/filiptepper/.rvm/rubies/jruby-1.7.4/lib/ruby/1.9/openssl/ssl-internal.rb:20 | |
require at org/jruby/RubyKernel.java:1054 | |
(root) at /Users/filiptepper/.rvm/rubies/jruby-1.7.4/lib/ruby/shared/openssl.rb:1 | |
require at org/jruby/RubyKernel.java:1054 | |
(root) at /Users/filiptepper/.rvm/rubies/jruby-1.7.4/lib/ruby/shared/openssl.rb: |