HackerTrans
トップ新着トレンドコメント過去質問紹介求人

DriftRegion

no profile record

投稿

Kola Superdeep Borehole

davidsmythe.org
2 ポイント·投稿者 DriftRegion·4 か月前·0 コメント

Segmented Turning Designer

cdelker.bitbucket.io
1 ポイント·投稿者 DriftRegion·6 か月前·0 コメント

コメント

DriftRegion
·2 か月前·議論
This is the first time I've read an AI-heavy piece and stayed engaged with it all the way through. I think the author's sharing the prompts was key to that experience.
DriftRegion
·2 か月前·議論
See also:

https://www.wsws.org/en/articles/2026/04/11/fqke-a11.html

https://scabusa.org/featured-researcher-bio/2024-Poster-Winn...

https://www.idsnews.com/article/2026/05/iu-roger-innes-biolo...

https://www.justice.gov/usao-sdin/pr/iu-biology-researcher-p...

https://www.justice.gov/usao-edmi/pr/chinese-nationals-charg...

https://abcnews.com/Politics/2-chinese-nationals-charged-smu...
DriftRegion
·3 か月前·議論
Thanks, I enjoyed that.
DriftRegion
·6 か月前·議論
Writing unit tests is futile exercise without a specification.

The software under test is always modeling something -- business logic, a communications protocol, a control algorithm, a standard, etc. Behind each of those things is a specification. If a specification doesn't exist then the software is called a prototype. For sustained long term incremental development a specification must exist.

The purpose of unit tests is to assert specification-defined invariants at the module interface level.

Unit tests are durable iff the specification they uphold is explicit and accessible to developers and the scope of the test is small. It's futile to write good tests for a module which has ambiguous utility.

priors: I worked in embedded SW and am now a PhD student.
DriftRegion
·8 か月前·議論
The problem is management. Managing bilingual teams is challenging.

See also: TSMC in Phoenix

https://www.reddit.com/r/Semiconductors/comments/1m96m4f/my_...
DriftRegion
·9 か月前·議論
I found the linked article to be difficult to follow. Vacliv Smil wrote a book called Energy and Civilization (2017) in which he argues that the ability to harness energy is what makes civilizations thrive and enables the production of culture.
DriftRegion
·10 か月前·議論
Thanks for sharing. As a non-google bazel user this is quite helpful.