Live data from Hacker News

Viewing profile — prognostikos

prognostikos

HN member
Joined
Thu, Jul 28, 2011, 6:59 AM UTC
HN karma
7
Public activity
7 items

About prognostikos

matt (at) prognostikos.com

Recent public activity

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

  3. story
  4. story
  5. 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`.

  6. comment
    Comment #32687586

    FWIW we are evaluating Lago and have had great interactions with the team. They are very customer focused and iterating fast.

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