Baby is healed with first personalized gene-editing treatment
nytimes.com
A leap year check in three instructions
hueffner.de
Teal – A statically-typed dialect of Lua
teal-language.org
Initialization in C++ is bonkers (2017)
blog.tartanllama.xyz
Tek – A music making program for 24-bit Unicode terminals
codeberg.org
Cracked - method chaining/CSS-style selector web audio library
github.com
Launch HN: Tinfoil (YC X25): Verifiable Privacy for Cloud AI
The unreasonable effectiveness of an LLM agent loop with tool use
sketch.dev
NASA keeps ancient Voyager 1 spacecraft alive with Hail Mary thruster fix
theregister.com
Ollama's new engine for multimodal models
ollama.com
The current state of TLA⁺ development
ahelwer.ca
I was a Theranos whistleblower. Here's what I think Elizabeth Holmes is up to
statnews.com
Sitting for a long time shrinks your brain even if you exercise
alz-journals.onlinelibrary.wiley.com
Show HN: Easel – Code multiplayer games like singleplayer
easel.games
Malicious compliance by booking an available meeting room
clientserver.dev
Show HN: Min.js style compression of tech docs for LLM context
github.com
Lock-Free Rust: How to Build a Rollercoaster While It's on Fire
yeet.cx
"The Mind in the Wheel" lays out a new foundation for the science of mind
experimental-history.com
Improving Naval Ship Acquisition
construction-physics.com
In the US, a rotating detonation rocket engine takes flight
arstechnica.com
Another fun interaction of trailing dot in URLs and web browsers: password management.
This is layers far above the curl internals discussed in the article.
On some platforms, the built in web password management considers web passwords for URLs with or without a trailing dot as distinct situations. Same for the 1Password manager.
I can't think of problems this might cause.
As long as we're trying to break things, I presume it would be easy enough to use JavaScript to switch the current URL to the one with a different trailing dot situation than the current application flow. Like in the middle of a hand-off from one authorization screen to another.
I tend to consider multi-page web application issues as a much higher plane than something curl library internals. But essentially, the back-and-forth of web communication isn't so different.