frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Fuck, You're Still Sad?

https://bessstillman.substack.com/p/oh-fuck-youre-still-sad
162•LaurenSerino•1h ago•55 comments

Geizhals Preisvergleich Donates USD 10k to the Perl and Raku Foundation

https://www.perl.com/article/geizhals-donates-to-tprf/
117•oalders•2h ago•41 comments

American Prairie unlocks another 70k acres in Montana

https://earthhope.substack.com/p/victory-for-public-access-american
16•mooreds•19m ago•0 comments

Launch HN: Cactus (YC S25) – AI inference on smartphones

https://github.com/cactus-compute/cactus
14•HenryNdubuaku•26m ago•3 comments

Slack has raised our charges by $195k per year

https://skyfall.dev/posts/slack
2231•JustSkyfall•14h ago•961 comments

TernFS – An exabyte scale, multi-region distributed filesystem

https://www.xtxmarkets.com/tech/2025-ternfs/
63•rostayob•1h ago•13 comments

Luau – fast, small, safe, gradually typed scripting language derived from Lua

https://luau.org/
55•andsoitis•2h ago•17 comments

Flipper Zero Geiger Counter

https://kasiin.top/blog/2025-08-04-flipper_zero_geiger_counter_module/
85•wgx•2h ago•27 comments

KDE is now my favorite desktop

https://kokada.dev/blog/kde-is-now-my-favorite-desktop/
374•todsacerdoti•3h ago•313 comments

The quality of AI-assisted software depends on unit of work management

https://blog.nilenso.com/blog/2025/09/15/ai-unit-of-work/
78•mogambo1•3h ago•44 comments

Midcentury North American Restaurant Placemats

https://casualarchivist.substack.com/p/order-up
104•NaOH•1d ago•25 comments

Automatic Differentiation Can Be Incorrect

https://www.stochasticlifestyle.com/the-numerical-analysis-of-differentiable-simulation-automatic...
31•abetusk•2h ago•6 comments

CERN Animal Shelter for Computer Mice

https://computer-animal-shelter.web.cern.ch/index.shtml
243•EbNar•9h ago•34 comments

Show HN: The text disappears when you screenshot it

https://unscreenshottable.vercel.app/?text=Hello
431•zikero•13h ago•143 comments

Meta Ray-Ban Display

https://www.meta.com/blog/meta-ray-ban-display-ai-glasses-connect-2025/
544•martpie•15h ago•784 comments

Pnpm has a new setting to stave off supply chain attacks

https://pnpm.io/blog/releases/10.16
132•ivanb•8h ago•91 comments

Rereading

https://maxgirkins.com/writings/on-rereading
11•mgirkins•3d ago•0 comments

This Website Has No Class

https://aaadaaam.com/notes/no-class/
155•robin_reala•7h ago•72 comments

CircuitHub (YC W12) Is Hiring Operations Research Engineers (UK/Remote)

https://www.ycombinator.com/companies/circuithub/jobs/UM1QSjZ-operations-research-engineer
1•seddona•6h ago

Fast Fourier Transforms Part 1: Cooley-Tukey

https://connorboyle.io/2025/09/11/fft-cooley-tukey.html
57•signa11•6h ago•10 comments

Nvidia buys $5B in Intel stock in seismic deal

https://www.tomshardware.com/pc-components/cpus/nvidia-and-intel-announce-jointly-developed-intel...
298•stycznik•5h ago•196 comments

New bill aims to block both online adult content and VPNs

https://www.cnet.com/tech/services-and-software/new-bill-aims-to-block-both-online-adult-content-...
14•heavyset_go•17m ago•3 comments

A better future for JavaScript that won't happen

https://drewdevault.com/2025/09/17/2025-09-17-An-impossible-future-for-JS.html
16•warrenm•48m ago•2 comments

Mirror Life Worries

https://www.science.org/content/blog-post/mirror-life-worries
23•etiam•4h ago•12 comments

You Had No Taste Before AI

https://matthewsanabria.dev/posts/you-had-no-taste-before-ai/
172•codeclimber•4h ago•146 comments

Keeping SSH sessions alive with systemd-inhibit

https://kd8bny.com/posts/session_inhibit/
37•kd8bny•2d ago•13 comments

An Afternoon at the Recursive Café: Two Threads Interleaving

https://ipfs.io/ipfs/bafkreieiwashxhlv5epydts2apocoepdvjudzhpnrswqxcd3zm3i5gipyu
9•robertothais•4d ago•2 comments

Boring is good

https://jenson.org/boring/
261•zdw•2d ago•58 comments

One Token to rule them all – Obtaining Global Admin in every Entra ID tenant

https://dirkjanm.io/obtaining-global-admin-in-every-entra-id-tenant-with-actor-tokens/
277•colinprince•17h ago•42 comments

A postmortem of three recent issues

https://www.anthropic.com/engineering/a-postmortem-of-three-recent-issues
351•moatmoat•19h ago•110 comments
Open in hackernews

Automatic Differentiation Can Be Incorrect

https://www.stochasticlifestyle.com/the-numerical-analysis-of-differentiable-simulation-automatic-differentiation-can-be-incorrect/
31•abetusk•2h ago

Comments

NooneAtAll3•1h ago
[video]?
ComplexSystems•1h ago
This article is saying that it can be numerically unstable in certain situations, not that it's theoretically incorrect.
omnicognate•52m ago
Yeah, perhaps the actual title would be better: "The Numerical Analysis of Differentiable Simulation". (Rather than the subtitle, which is itself a poor rewording of the actual subtitle in the video.)
Lerc•37m ago
With floats getting smaller and smaller in ML, It's hard to imagine anyone failing to learn this as one of their early experiences in the field.

The focus should not be on the possibility of error, but managing the error to be within acceptable limits. There's a hour long video there, and it's 3am, so I'm not sure how much of this covers management. Anyone familiar with it care to say?

deckar01•26m ago
I have been using sympy while learning electron physics to automatically integrate linear charge densities. It works great symbolically, but often fails silently when the symbols are substituted with floats before integration.

https://github.com/sympy/sympy/issues/27675

ismailmaj•24m ago
The way I explained it to myself in the past why so much of the CUDA algorithms don't care much about numerical stability is that the error is a form of regularization (i.e. less overfitting over the data) in deep learning.