Viewing profile — prognostikos
prognostikos
HN member- Joined
- Thu, Jul 28, 2011, 6:59 AM UTC
- HN karma
- 7
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About prognostikos
matt (at) prognostikos.com
Recent public activity
- story
-
comment
Comment #47191511
It may be marked as Beta, but I've been using https://developer.1password.com/docs/environments/ since October-ish with no issues.
- story
- story
-
comment
Comment #38412025
I also avoid `NotImplementedError` as it inherits from `Error` instead of `StandardError`. This can bring down services like job queue processors that rescue `StandardError`.
-
comment
Comment #32687586
FWIW we are evaluating Lago and have had great interactions with the team. They are very customer focused and iterating fast.
-
comment
Comment #2815711
You can do 95% of this (excluding Apache configuration) automatically with Rails templates. My example is here https://github.com/prognostikos/rails_templates/blob/master/... and i…