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

escot

no profile record

提交

Ask HN: How do you model temporarily invalid data structures

5 分·作者 escot·2个月前·1 评论

UC Berkeley economist explains California’s 'mystery gas surcharge' (2022)

abc7news.com
2 分·作者 escot·3个月前·0 评论

Astrolabe

en.wikipedia.org
1 分·作者 escot·6个月前·0 评论

Read Technology's Founding Documents

scottantipa.com
1 分·作者 escot·6个月前·0 评论

Read Technology's Founding Documents

scottantipa.com
1 分·作者 escot·7个月前·2 评论

Ask HN: iPhone 17 buggy for anyone else?

1 分·作者 escot·9个月前·1 评论

评论

escot
·7个月前·讨论
Thank you! Will take a look
escot
·6年前·讨论
Using constraint programming to schedule generic experiments in an automated lab. Experiments are complex and fragile so we expose a dsl for describing the constraints and objectives of each task so that the biology/chemistry doesn't go awry. One of the hardest parts of this isn't the optimization but the upfront work of defining what is/isn't necessary to be able to encode about an experiment. You want the api to provide as much control as possible without allowing the author to over constrain the problem, or introduce irrelevant steps into an experiment just because that's how they're done by hand.