Show HN: I'm an airline pilot – I built interactive graphs/globes of my flights
jameshard.ing
Normalizing Flows Are Capable Generative Models
machinelearning.apple.com
SymbolicAI: A neuro-symbolic perspective on LLMs
github.com
James Webb Space Telescope Reveals Its First Direct Image of an Exoplanet
smithsonianmag.com
Structuring Arrays with Algebraic Shapes
dl.acm.org
Multi-Stage Programming with Splice Variables
tsung-ju.org
Reinforcement learning, explained with a minimum of math and jargon
understandingai.org
Qwen VLo: From "Understanding" the World to "Depicting" It
qwenlm.github.io
10 Years of Pomological Watercolors
parkerhiggins.net
nimbme – Nim bare-metal environment
github.com
Facebook is starting to feed its AI with private, unpublished photos
theverge.com
bootc-image-builder: Build your entire OS from a Containerfile
github.com
Theoretical Analysis of Positional Encodings in Transformer Models
arxiv.org
Transmitting data via ultrasound without any special equipment
halcy.de
Spark AI (YC W24) is hiring a full-stack engineer in SF (founding team)
ycombinator.com
A Brief History of Children Sent Through the Mail
smithsonianmag.com
Rust in the Linux kernel: part 2
lwn.net
C compiler for Web Assembly (c4wa)
github.com
Weird Expressions in Rust
wakunguma.com
The Journey of Bypassing Ubuntu's Unprivileged Namespace Restriction
u1f383.github.io
New Process Uses Microbes to Create Valuable Materials from Urine
newscenter.lbl.gov
Does a Focus on Royalty Obscure British History?
historytoday.com
Whitesmiths C compiler: One of the earliest commercial C compilers available
github.com
The "proper" way to do this is to define functional coverage for your code and then you would realise that the test was broken when you didn't hit the cover points that the test was supposed to hit.
I've never seen functional coverage used in software though - only in hardware verification. Bugs aren't costly enough to make it worth the effort.
Also... just use a better language than Python where these trivial bugs can't happen so easily.