Why Zig Feels More Practical Than Rust
dayvster.com
Go has added Valgrind support
go-review.googlesource.com
Structured Outputs in LLMs
parthsareen.com
Nine Things I Learned in Ninety Years
edwardpackard.com
MrBeast Failed to Disclose Ads and Improperly Collected Children's Data
bbbprograms.org
Zoxide: A Better CD Command
github.com
The YAML Document from Hell
ruudvanasseldonk.com
Indoor surfaces act as sponges for harmful chemicals
news.uci.edu
Zinc (YC W14) Is Hiring a Senior Back End Engineer (NYC)
app.dover.com
Processing Strings 109x Faster Than Nvidia on H100
ashvardanian.com
Cache of Devices Capable of Crashing Cell Network Is Found Near U.N
nytimes.com
Show HN: Run Qwen3-Next-80B on 8GB GPU at 1tok/2s throughput
github.com
Qwen3-Omni: Native Omni AI model for text, image and video
github.com
I built a dual RTX 3090 rig for local AI in 2025 (and lessons learned)
llamabuilds.ai
Delete FROM users WHERE location = 'Iran';
gist.github.com
Forking Styled Components
github.com
Compiling a Functional Language to LLVM (2023)
danieljharvey.github.io
Obscure feature and obscure feature and obscure feature = compiler bug
antithesis.com
Hyb Error: A Hybrid Metric Combining Absolute and Relative Errors
arxiv.org
Gamebooks and graph theory (2019)
notes.atomutek.org
Walking Michigan City (Indiana)
walkingtheworld.substack.com
The lack of control over the scale to switch between absolute and relative error seems like somewhat of a shortcoming: it only works when you have values in the rough vicinity of 1.
In any case, what I usually want from an error metric is a clear interpretation of what it means, apart from just looking nice. Absolute error is good for measurements where the major error sources are independent of the value, while relative error is good for accuracy loss in floating-point arithmetic (though it gets a bit involved with catastrophic cancellation, where you want to take everything relative to the original input scale). Without a principled reason to do so, I wouldn't want to clump together absolute and relative thresholds and distort their meaning like this.