The Preserving Machine by Philip K. Dick (1953) (archive.org)
2 points by akkartik 7m ago 0 comments
Are men being 'pushed out of publishing'? (thebookseller.com)
8 points by ilamont 38m ago 0 comments
How are you handling Git branching for database migrations?
1 sonichigo 1 7/30/2025, 9:18:39 AM harness.io ↗
1. Merge conflicts across dev, qa, prod branches 2. Inconsistent baselines and forgotten hotfixes 3. Broken audit trails and configuration drift
We shifted instead to a trunk-based approach with Liquibase contexts:
1. All changes stored in one main branch 2. Environment-specific behavior driven by context metadata 3. Promotions handled via pipelines, not merges 4. Full GitOps traceability and one-click rollback support