HackerTrans
TopNewTrendsCommentsPastAskShowJobs

escot

no profile record

Submissions

Ask HN: How do you model temporarily invalid data structures

5 points·by escot·2 tháng trước·1 comments

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

abc7news.com
2 points·by escot·3 tháng trước·0 comments

Astrolabe

en.wikipedia.org
1 points·by escot·6 tháng trước·0 comments

Read Technology's Founding Documents

scottantipa.com
1 points·by escot·6 tháng trước·0 comments

Read Technology's Founding Documents

scottantipa.com
1 points·by escot·7 tháng trước·2 comments

Ask HN: iPhone 17 buggy for anyone else?

1 points·by escot·9 tháng trước·1 comments

comments

escot
·7 tháng trước·discuss
Thank you! Will take a look
escot
·6 năm trước·discuss
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.