HackerTrans
TopNewTrendsCommentsPastAskShowJobs

threadthread

no profile record

Submissions

Using a Mechanic's Workbench in the Kitchen

1990ad.substack.com
1 points·by threadthread·2년 전·0 comments

The Toaster Project

dezeen.com
1 points·by threadthread·5년 전·0 comments

comments

threadthread
·5년 전·discuss
Getting a database to line up with production code is especially important in python as pep 484 types become more commonplace. If you trust the type annotations but the database/orm is polluting data structures with values that don’t conform to the annotations, you’ve lost a lot of the annotation work’s leverage.
threadthread
·5년 전·discuss
It’s frustrating how almost all scaling advice is focused on stuff like how to manage a fleet of 100s of servers or implement consensus algorithms. Enterprise startups in many cases really should be treating servers like pets, not cattle.