Viewing profile — lstoll
lstoll
HN member- Joined
- Mon, Mar 22, 2010, 6:52 AM UTC
- HN karma
- 350
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About lstoll
Recent public activity
- story
-
comment
Comment #32661752
We use an AWS KMS asymmetric key for the CA keys, they're cheap and avoids exposing the private key material in an any way. For signing SSH certificates, we run a small service (pr…
-
comment
Comment #27442630
I migrated from the EU to the US, but then realised that once everything was factored in (medical, car, housing, cost of living) the taxes were actually worth it, so I moved back t…
-
comment
Comment #27442611
you don't have to predict that exact scenario to know that domestic semiconductor manufacturing is a good idea.
-
comment
Comment #26391563
This is fine while you're employed, but what if you lose your position or decide to take a couple years off? Then it becomes a different equation. Spread out over time, in the plac…
-
comment
Comment #22995115
Git also supports S/MIME, and GitHub provides a tool to sign commits with this directly https://github.blog/changelog/2018-09-10-smime-signature-ver...
- comment
-
comment
Comment #9932925
It used to use RubyEncoder, now it uses something custom. The overhead is very minimal, and it's only when the source is read off disk.
- comment
-
comment
Comment #9701712
We just keep all our go code in one repo.
-
comment
Comment #9612606
Heroku already does this pretty well, not sure what the benefit would be?
-
comment
Comment #6840923
There's already a `goenv` https://github.com/wfarr/goenv , that I've been using for a bit. Also can do go version management.
- comment
-
comment
Comment #4548226
I recently had an immediate need to use Fusion in a Vagrant-style environment, so I hacked 'Tenderloin' together from an old version of Vagrant: https://github.com/lstoll/tenderloi…
- comment
-
comment
Comment #4256484
There is, it's just not officially supported: https://github.com/heroku/heroku-buildpack-php . Github lists it as having 82 forks, so people are definitely playing around with this…
- story
- story
- comment
-
comment
Comment #3995657
I'd rather see a benchmark of a more real-world case. These hello world microbenchmarks don't show anything.
- comment
-
comment
Comment #3902304
I think if a new 'leader' in version control systems starts to make ground, github could easily adapt and support it. The github magic isn't just git, it's the network and collabor…
-
comment
Comment #3865102
It is however possibly the only obviously 'Java' experience that most non-techinal people have had. If you're trying to prove to them that Java is everywhere, this is what's going …
-
comment
Comment #3616390
How is it flawed? According to the original report IE's handling is correct, it's the spec that's flawed.
-
comment
Comment #2938239
Seems to work fine: http://smooth-stream-686.herokuapp.com/ (code at https://github.com/lstoll/heroku-playframework-scala , basically a simple hello world app)