Live data from Hacker News

Viewing profile — lstoll

lstoll

HN member
Joined
Mon, Mar 22, 2010, 6:52 AM UTC
HN karma
350
Public activity
27 items

About lstoll

twitter/github/etc: lstoll

Recent public activity

  1. story
  2. 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…

  3. 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…

  4. comment
    Comment #27442611

    you don't have to predict that exact scenario to know that domestic semiconductor manufacturing is a good idea.

  5. 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…

  6. 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...

  7. comment
  8. 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.

  9. comment
  10. comment
    Comment #9701712

    We just keep all our go code in one repo.

  11. comment
    Comment #9612606

    Heroku already does this pretty well, not sure what the benefit would be?

  12. 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.

  13. comment
  14. 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…

  15. comment
  16. 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…

  17. story
  18. story
  19. comment
  20. comment
    Comment #3995657

    I'd rather see a benchmark of a more real-world case. These hello world microbenchmarks don't show anything.

  21. comment
  22. 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…

  23. 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 …

  24. comment
    Comment #3616390

    How is it flawed? According to the original report IE's handling is correct, it's the spec that's flawed.

  25. 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)