Live data from Hacker News

Viewing profile — drichelson

drichelson

HN member
Joined
Fri, Feb 12, 2016, 1:44 AM UTC
HN karma
90
Public activity
15 items

About drichelson

Analog Nomad

Recent public activity

  1. comment
    Comment #40849993

    Author here. I'm paying more attention to GitHub than the comments here so please feel free to chime in there or ask any questions: https://github.com/dorklyorg/dorkly/discussions/…

  2. comment
    Comment #40825359

    Well GitHub has a pretty simple UI for editing files + submitting pull requests, so let's say it's a different UI.

  3. comment
    Comment #40825295

    The example files are put in place by Terraform, so they will get overwritten next time `terraform apply` is run. You can of course change the example flag files as you're kicking …

  4. comment
    Comment #40823388

    Congrats on your success! The generally accepted definition of Feature Flags/Toggles seems to be this one: https://martinfowler.com/articles/feature-toggles.html

  5. comment
    Comment #40823313

    It's worth noting that there is no architectural limitation preventing an HA topology: multiple Dorkly servers can be deployed behind one or more load balancers for HA + lower late…

  6. comment
    Comment #40822448

    Fair point. I’m open to suggestions for a new name :)

  7. comment
    Comment #40813919

    Correct: the flags live in a separate repo.

  8. comment
    Comment #40813868

    The PR is optional, but governance often requires documented peer approval for all production changes. Flag changes can be pushed directly to the main branch with the correct repo …

  9. comment
    Comment #40813685

    I have mostly seen developers in charge of changing flags, but there is also great value in empowering other roles to change flags (One example: sales people can unlock features as…

  10. story
    Show HN: Dorkly – Open source feature flags

    Dorkly is a free open source Feature Flag backend for LaunchDarkly SDKs. It uses simple yaml files stored in GitHub as the source of truth. Full disclosure: made by a former Launch…

  11. comment
    Comment #13542279

    LaunchDarkly - ONSITE in Oakland, California. Not currently hiring remotes workers Unable to sponsor visas at the moment. Posting as an engineer who has been working here one year.…

  12. comment
    Comment #13231184

    Feature Flags FTW!

  13. comment
    Comment #13222386

    Feature flags FTW!

  14. comment
    Comment #11625031

    Did you encounter any performance problems during the 'Early Canary Read' phase? this seems like a lot of DB action.

  15. comment
    Comment #11582672

    Great idea!