HackerTrans
热门最新趋势评论往期问答秀出招聘

threadthread

no profile record

提交

Using a Mechanic's Workbench in the Kitchen

1990ad.substack.com
1 分·作者 threadthread·2年前·0 评论

The Toaster Project

dezeen.com
1 分·作者 threadthread·5年前·0 评论

评论

threadthread
·5年前·讨论
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年前·讨论
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.