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.