Skip to content

Instantly share code, notes, and snippets.

View filiptepper's full-sized avatar
🏠
Working from home

Filip Tepper filiptepper

🏠
Working from home
View GitHub Profile
#
# $ AWS_ACCESS_KEY_ID=FOO AWS_SECRET_ACCESS_KEY=BAR docker-compose up
#
version: "3.7"
services:
db:
image: postgres
environment:

Keybase proof

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:

# 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/
@filiptepper
filiptepper / keybase.md
Created January 9, 2019 08:18
keybase.md

Keybase proof

I hereby claim:

  • I am filiptepper on github.
  • I am filipcastle (https://keybase.io/filipcastle) on keybase.
  • I have a public key ASDQsnsAXHor3otVAr-0i1iCA_7h5E9-2JvMR8A8zW2yWgo

To claim this, I am signing this object:

@filiptepper
filiptepper / Makefile
Created October 23, 2017 13:36 — forked from mpneuried/Makefile
Simple Makefile to build, run, tag and publish a docker containier to AWS-ECR
# 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)
@filiptepper
filiptepper / benchmark.rb
Created March 24, 2017 20:49
Time benchmarks.rb
require "bundler/inline"
require "time"
require "date"
gemfile(true) do
source "https://rubygems.org/"
gem "benchmark-ips", require: "benchmark/ips"
end

Keybase proof

I hereby claim:

  • I am filiptepper on github.
  • I am filiptepper (https://keybase.io/filiptepper) on keybase.
  • I have a public key whose fingerprint is 7D03 390A 7356 8A3C 04DC 756A 2246 B32A E1FB 997F

To claim this, I am signing this object:

@filiptepper
filiptepper / Gemfile
Created August 22, 2014 09:10
Conditional Gemfile
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: