Don't just check errors, handle them gracefully (2016)
dave.cheney.net
Show HN: AirAP AirPlay server - AirPlay to an iOS Device
github.com
The Small World of English
inotherwords.app
Quarkdown: A modern Markdown-based typesetting system
github.com
(On | No) Syntactic Support for Error Handling
go.dev
Ask HN: Options for One-Handed Typing
Show HN: An Alfred workflow to open GCP services and browse resources within
github.com
Show HN: Controlling 3D models with voice and hand gestures
github.com
CVE-2024-47081: Netrc credential leak in PSF requests library
seclists.org
Show HN: Localize React apps without rewriting code
github.com
Swift at Apple: Migrating the Password Monitoring Service from Java
swift.org
Morph (YC S23) Is Hiring a ML Engineer
Show HN: I wrote a Java decompiler in pure C language
github.com
The Shape of the Essay Field
paulgraham.com
Where in the world are babies at the lowest risk of dying?
ourworldindata.org
When the sun dies, could life survive on the Jupiter ocean moon Europa?
space.com
Covert Web-to-App Tracking via Localhost on Android
localmess.github.io
Show HN: PinSend – Share text between devices using a PIN(P2P, no login)
pinsend.app
Vision Language Models Are Biased
vlmsarebiased.github.io
My AI skeptic friends are all nuts
fly.io
GUIs are built at least 2.5 times
patricia.no
AI makes the humanities more important, but also weirder
resobscura.substack.com
Plutonium Mountain: The 17-year mission to guard remains of Soviet nuclear tests
belfercenter.org
i actually thought the opposite. i found it extremely illuminating to see exp(ix) partition the power series into even and odd terms and collect into cos and sine.
i just always thought of the chain of functions that are their own derivatives.
f = f' => f = exp
f = f'' => f = cosh or sinh
f = f'''' = -f'' => f = cos or sine
if you dont skip cosh/sinh the pattern makes more sense.
and obviously f = f'''' strongly suggests 1 = i^4