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
A Brief History of Children Sent Through the Mail (2016)
smithsonianmag.com
C compiler for Web Assembly (c4wa)
github.com
James Webb Space Telescope Reveals Its First Direct Image of an Exoplanet
smithsonianmag.com
SymbolicAI: A neuro-symbolic perspective on LLMs
github.com
Reinforcement learning, explained with a minimum of math and jargon
understandingai.org
Multi-Stage Programming with Splice Variables
tsung-ju.org
Qwen VLo: From "Understanding" the World to "Depicting" It
qwenlm.github.io
Facebook is starting to feed its AI with private, unpublished photos
theverge.com
Weird Expressions in Rust
wakunguma.com
Structuring Arrays with Algebraic Shapes
dl.acm.org
10 Years of Pomological Watercolors
parkerhiggins.net
nimbme – Nim bare-metal environment
github.com
Transmitting data via ultrasound without any special equipment
halcy.de
bootc-image-builder: Build your entire OS from a Containerfile
github.com
Theoretical Analysis of Positional Encodings in Transformer Models
arxiv.org
Spark AI (YC W24) is hiring a full-stack engineer in SF (founding team)
ycombinator.com
New Process Uses Microbes to Create Valuable Materials from Urine
newscenter.lbl.gov
Rust in the Linux kernel: part 2
lwn.net
Show HN: Do you know RGB?
maxwellito.github.io
The Journey of Bypassing Ubuntu's Unprivileged Namespace Restriction
u1f383.github.io
Does a Focus on Royalty Obscure British History?
historytoday.com
>The next article in this series will look at the design of the interface between the C and Rust code in the kernel, as well as the process of adding new bindings when necessary.
This is the actual useful one since so little of the kernel has Rust bindings. When I tried to implement a filesystem driver in rust I spent most of my time trying to write bindings instead of trying to write a filesystem.