Viewing profile — jrdorn
jrdorn
HN member- Joined
- Sun, Sep 20, 2020, 8:57 PM UTC
- HN karma
- 27
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About jrdorn
Recent public activity
-
comment
Comment #30527577
Most interactions between tests are really minor and indistinguishable from random noise. Those ones aren't worth worrying about. There are two ways to deal with the bigger interac…
-
comment
Comment #30527088
We're big fans of PostHog ourselves. Any tool that encourages people to use data to make product decisions is a huge win in our book.
-
comment
Comment #30523740
We are planning on an open core model similar to PostHog. So we would eventually monetize from cloud hosting and license keys for enterprise features. We wanted to use MIT to make …
-
comment
Comment #30523224
Thanks! Let us know if you run into any issues integrating and setting up your first feature.
-
comment
Comment #30519205
Congrats on the launch! Product looks great and there's so much room for improvement when it comes to onboarding.
-
comment
Comment #30518443
Thanks for the suggestion. We added MySQL support so we can work with Matomo now, but we're definitely lacking in documentation and tutorials. There's a similar issue with people u…
-
comment
Comment #30518249
Yeah, Statsig is building a really cool product. There's definitely a gap in GrowthBook right now, like you mentioned, between pure feature flags and experiments. We're working on …
-
comment
Comment #30518097
Tools like Flagr typically function as a microservice that handles all of the feature evaluation. That means you need a network request every time you want to get a feature's value…
-
comment
Comment #30517507
Yeah, that's our exact experience as well. I was super surprised to find out how much of a graveyard open source A/B testing was. Intuit (Wasabi), Facebook (PlanOut), and SeatGuru …
-
comment
Comment #30517229
Thanks! If you can recreate the installation steps in the Dockerfile ( https://github.com/growthbook/growthbook/blob/main/Dockerfil... ), it should be possible to run it yourself o…
-
comment
Comment #30516299
Thanks! It's been a crazy 6 months, feels like years ago
-
comment
Comment #28094015
Ax is for automated optimization using machine learning. You define the parameters and optimization function and it decides the variations, traffic splitting, and everything else f…
-
comment
Comment #28093732
Yep, should be possible once MySQL/MariaDB is done.
-
comment
Comment #28093663
Do you mind explaining that a little more? As it's currently designed, a company could use DBT to model their raw data into dedicated metric tables and then Growth Book sits on top…
-
comment
Comment #28092348
Thanks for the comment and for your work on Alephbet! Open source A/B testing is a graveyard of abandoned projects, so it's always great to see more people actively working in this…
-
comment
Comment #28092189
Yes. As long as the variation assignment data and success metrics are in a supported data source (SQL, GA, or Mixpanel currently), it can be queried and analyzed in Growth Book.
- comment
-
comment
Comment #28091982
We plan to add MySQL/MariaDB support soon which should let you use Matomo data as long as you have raw SQL access. For cloud-hosted Matomo, we would have to use the reporting API, …
-
comment
Comment #28091587
We don't have native mobile SDKs yet, but it's something we want to support in the future. Mobile is a little tricky since you either need to do a new release every time you want t…
-
comment
Comment #28091539
1. GA is very limited as a data source because of sampling and the fact that they don't expose variance. So if using GA, we only support simple binomial metrics, count data (assumi…
-
comment
Comment #28091088
Hi, thanks for the questions! 1. We don't store any raw user data. We pull things like mean and standard deviation from data sources, run the statistics, and store the result. 2. W…
-
comment
Comment #28090391
That's on our roadmap. We originally built the tool as a multi-tenant hosted platform so storing configs in a database made the most sense initially. For self hosting, we want to s…
-
comment
Comment #28090358
We're definitely interested in supporting some personalization use cases in the future using contextual bandits.
-
comment
Comment #28090315
Hi! One of the authors here. We're using MongoDB to store caches A/B test results (among other things), which are deeply nested JSON objects. MongoDB let us develop features really…
-
comment
Comment #27441515
Hey HN! We noticed tons of companies build their own A/B testing platforms from scratch and thought that was kind of crazy so we made Growth Book. Let us know what you think.