A blog post (updated) on the dangers of Generative AI and Agentic AI in Physical Process Control
A blog post (updated) on the dangers of Generative AI and Agentic AI in Physical Process Control
I've gotten in this habit of building all software to be #deterministic. And I mean ALL software. ๐
Functional languages make this easier. But they still don't capture state of systems you rely on. Like time or random number generators. ๐ซ The things that truly break apart. ๐
Abstracting non deterministic properties to calls you inject can make a world of difference. It helps then being able to evaluate why you get an error for api outside of your control. And yes time is an api. ๐
Obelisk โ a WASM-based deterministic workflow engine
#HackerNews #Obelisk #WASM #deterministic #workflow #engine #tech #innovation #programming
Deterministic simulation testing for async Rust
#HackerNews #Deterministic #simulation #testing #async #Rust #RustLang #Testing #Techniques #DevCommunity
Drought and its effect on streamflow are important to understand because of the potential to adversely affect water supply, agricultural production, and ecological conditions. The Red River of the North Basin in north-central United States and central Canada is susceptible to dry conditions. During an extended drought, streamflow conditions in the Red River of the North may become inadequate to support existing water supply needs in the basin for agriculture, industry, human use, and aquatic life. To understand potential future low-streamflow conditions in the Red River of the North Basin, the U.S. Geological Survey, in cooperation with the International Joint Commission, North Dakota Department of Water Resources, Red River Joint Water Resource District, and Red River Watershed Management Board, developed a water-balance model of the Red River of the North Basin upstream from Emerson, Manitoba, Canada, and coupled the model with stochastic weather inputs to simulate possible future low-streamflow conditions.Historical...
โ๏ธSimple and #deterministic spectral #concentrationbound for #localHamiltonians #by Nilin Abrahamsen
Rinton Press, a science and technology publisher, is founded by a team of scholars and publication professionals, and is based in Princeton, New Jersey. Rinton Press serves the scientific and academic community by publishing, marketing and distributing journals, books and proceedings, through a progressively wide variety of media such as CD-ROM and Internet in addition to conventional print on paper.
A new argument suggests that quantum mechanics may be more deterministic than previously thought, reigniting the debate on the relationship between physics and free will. The discussion centres around whether the indeterminacy at the quantum level leaves room for free will or if the universe is fundamentally deterministic.
#QuantumMechanics #FreeWill #Deterministic
https://www.scientificamerican.com/article/does-quantum-physics-rule-out-free-will/
Crazy how much difference the right data structure / #algorithm for a task makes.
This week I learned about #Deterministic #Finite #Automata and #Nondeterministic Finite Automata just to redo my clunky #AdventOfCode2023 day 12 challenge, written in #Rust #RustLang
Runtime for part 1 dropped from 1-2secs to milliseconds. Part 2 also milliseconds ๐ฎ
Are there any good Rust crates for DFAs/NFAs?
Many people solved that problem with #Dynamic #Programming - something else for the learn list ๐