bjpless | 13 years ago | on: Denial, anger, bargaining, depression, & acceptance: The A/B testing lifecycle.
bjpless's comments
bjpless | 13 years ago | on: Denial, anger, bargaining, depression, & acceptance: The A/B testing lifecycle.
Pretty clever implementation by the data scientist on our team.
bjpless | 13 years ago | on: Denial, anger, bargaining, depression, & acceptance: The A/B testing lifecycle.
We experimented with Optimizely but had a bad experience. It seemed as though their javascript was synchronous and blocking. We may have been able to customize that but did not dig deeper.
bjpless | 13 years ago | on: Denial, anger, bargaining, depression, & acceptance: The A/B testing lifecycle.
bjpless | 13 years ago | on: How I Taught Myself Python/Django in 8 Weekends
bjpless | 14 years ago | on: Zaarly swaps anonymity for identity in refreshed mobile marketplace
Task Rabbit has sacrificed short term growth (most likely) to install an incredibly rigorous screening process for their workers.
bjpless | 14 years ago | on: How to Add Django Database Caching in 5 Minutes
That points makes all the difference, in my mind. To your point about excessive invalidation, that depends on your Read/Write workload.
bjpless | 14 years ago | on: How to Add Django Database Caching in 5 Minutes
bjpless | 14 years ago | on: How to Add Django Database Caching in 5 Minutes
Adding read slaves is a great on many levels. Adding slaves, however, is not without overhead and stale data/programming complexity exists there too.