MiniMax-M1 open-weight, large-scale hybrid-attention reasoning model
github.com
Scrappy - make little apps for you and your friends
pontus.granstrom.me
I counted all of the yurts in Mongolia using machine learning
monroeclinton.com
Honda conducts successful launch and landing of experimental reusable rocket
global.honda
The Grug Brained Developer (2022)
grugbrain.dev
Jiga (YC W21) Is Hiring Software Engs to Make Like of Mech Engs Easier
workatastartup.com
Show HN: Lstr – A modern, interactive tree command written in Rust
github.com
Introduction to the A* Algorithm
redblobgames.com
A Straightforward Explanation of the Good Regulator Theorem
lesswrong.com
Building Effective AI Agents
anthropic.com
OpenSERDES – Open Hardware Serializer/Deserializer (SerDes) in Verilog
github.com
3D-printed device splits white noise into an acoustic rainbow without power
phys.org
What Google Translate can tell us about vibecoding
ingrids.space
Preparation of a neutral nitrogen allotrope hexanitrogen C2h-N6
nature.com
Now might be the best time to learn software development
substack.com
Making 2.5 Flash and 2.5 Pro GA, and introducing Gemini 2.5 Flash-Lite
blog.google
Resurrecting a dead torrent tracker and finding 3M peers
kianbradley.com
Why JPEGs still rule the web (2024)
spectrum.ieee.org
Locally hosting an internet-connected server
mjg59.dreamwidth.org
LLMs pose an interesting problem for DSL designers
kirancodes.me
Timescale Is Now TigerData
tigerdata.com
Bzip2 crate switches from C to 100% Rust
trifectatech.org
There is a mistake right in the beginning, not sure how it affects the conclusions yet. The variables given are S - System variable (some kind of disturbance), Z is the outcome ( a controlled variable) and R is the action of a controller. The causal relations between them are S affects Z, S affects R, and R affects Z.
> The archetypal example for this is something like a thermostat. The variable S represents random external temperature fluctuations. The regulator R is the thermostat, which measures these fluctuations and takes an action (such as putting on heating or air conditioning) based on the information it takes in. The outcome Z is the resulting temperature of the room, which depends both on the action taken by the regulator, and the external temperature.
The problem here is that the regulator R does not measure external temperature. It just measures the controlled variable - the temperature Z, so the causal arrow should go from Z to R too, and the arrow from S to R does not exist.