frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Nvidia is the central bank of AI

https://www.economist.com/interactive/briefing/2026/09/03/nvidia-is-the-central-bank-of-ai
76•tolugenius•1h ago•45 comments

A Mathematical Framework for Transformer Circuits (2021)

https://transformer-circuits.pub/2021/framework/index.html
37•Bluestein•2h ago•3 comments

IKEA made a mod for Skyrim [video]

https://www.youtube.com/watch?v=iZODN0QUgjI
414•kegenaar•2d ago•88 comments

Fuck it, make it anyway

https://www.joelotter.com/posts/2026/09/make-it-anyway/
380•JayOtter•4h ago•306 comments

Retrospectively Reverse-Engineering Apple's Neural Engine

https://eiln.github.io/posts/ane.html
174•zdw•8h ago•18 comments

A misalignment of AI in mathematics

https://mathandai.org/
1105•meredydd•22h ago•1047 comments

LG responds to TV spying allegations

https://www.theverge.com/tech/994333/lg-responds-to-tv-spying-allegations
21•OuterVale•40m ago•9 comments

The Worst Spam Emails: Inside iLands' AI Agent Hustle

https://tedium.co/2026/09/11/ilands-agents-email-spam-kaixin-tang/
68•ColinWright•5h ago•39 comments

I spent $220 on Google app ads and 60% of the installs were robots

https://dayzlegame.com/blog/google-ads-bot-farm/
666•nickabe•21h ago•366 comments

LRU is harder to beat than the KV-cache papers suggest

https://github.com/gauravapiscean/agentic-kv-cache
47•gauravapiscean•2d ago•24 comments

Performance of WebAssembly Runtimes in 2026

https://00f.net/2026/06/23/webassembly-runtimes-2026/
33•fagnerbrack•3d ago•6 comments

A Design Space Exploration of Async/Await

https://cel.cs.brown.edu/blog/design-space-async-await/
375•wcrichton•3d ago•101 comments

Moby-Dick and the Indefinite Sublime: On facing the white page

https://yalereview.org/article/tom-mccarthy-indefinite-sublime
12•benbreen•3d ago•0 comments

Europe's "Less" Is Doing More Than Anyone Gives It Credit For

https://oilprice.com/Energy/Energy-General/Europes-Less-Is-Doing-More-Than-Anyone-Gives-It-Credit...
27•u1hcw9nx•1h ago•3 comments

Great Lakes sturgeon may be 400 years old:Scientists rethinking how to save them

https://www.cbc.ca/news/canada/ontario-great-lakes-sturgeon-lifespan-study-9.7329250
116•bookofjoe•3d ago•32 comments

Usenet rewind archive search engine

https://www.usenet-rewind.com/
109•cstadler1869•11h ago•33 comments

Forgotten Woodlands

https://storymaps.arcgis.com/stories/9b790daf22ba4e87836f467abb1c7e49
30•NaOH•18h ago•9 comments

Logo Programming

https://el.media.mit.edu/logo-foundation/what_is_logo/logo_programming.html
298•azhenley•3d ago•120 comments

Inverse Kinematics and Foot Locking

https://theorangeduck.com/page/inverse-kinematics-foot-locking
103•airhangerf15•5d ago•11 comments

google.com/goto: Google's anti-scraping update

https://www.autom.dev/blog/google-search-goto-links
530•1e1a•12h ago•431 comments

Is it time for a Luddite Renaissance?

https://www.npr.org/2026/09/08/nx-s1-5955618/is-it-time-for-a-luddite-renaissance
10•mooreds•49m ago•2 comments

We've followed their lives for six decades; now the stars of 7 Up are bowing out

https://www.bbc.co.uk/news/articles/crm932el3yjo
87•mellosouls•5h ago•23 comments

Compiler Can Undo Your Security Checks

https://davidbombal.com/your-compiler-can-undo-your-security-checks/
15•birdculture•2h ago•21 comments

OpenAI agents carried out an undisclosed attack on RubyGems

https://www.rubyhack.ai/
861•chao-•16h ago•504 comments

Designing for Dual Screen and Foldable Devices with CSS (2023)

https://blog.stephaniestimac.com/posts/2023/05/design-foldable-devices/
52•mooreds•2d ago•11 comments

Mind-altering drugs played key role in rise of Andean civilization

https://www.science.org/content/article/mind-altering-drugs-played-key-role-rise-andean-civilization
198•geneticdrifts•22h ago•131 comments

Litelm: LiteLLM Without the Bloat

https://github.com/kennethwolters/litelm
164•kennethwolters•22h ago•57 comments

SystemIO conflicts are not firmware bugs

https://codon.org.uk/~mjg59/blog/p/systemio-conflicts-are-not-firmware-bugs/
26•haeseong•2d ago•5 comments

I've operated petabyte-scale ClickHouse clusters for 5 years

https://www.tinybird.co/blog/what-i-learned-operating-clickhouse
234•adastral•4d ago•85 comments

We Must Pace the Frontier

https://darioamodei.com/post/we-must-pace-the-frontier
145•apsec112•2h ago•186 comments
Open in hackernews

You Don't Need Matrix Calculus

https://julesjacobs.com/2024/07/28/you-dont-need-matrix-calculus.html
15•srean•1h ago

Comments

srean•1h ago
Same point made by bollu here

https://news.ycombinator.com/item?id=23359467

marginalia_nu•51m ago
Yeah I think almost anyone will agree that these matrix formulations are more confusing than helpful. The subject itself isn't really that complicated, but the jargon and notation makes it a lot less approachable than it is. Unwrapping the operations with explicit summation makes it a heck of a lot clearer what is happening.

There are places where matrix expressions are informative and helpful, but at least in the context of teaching machine learning, this isn't one of them.

meken•18m ago
Hard disagree, to the point where I'm not sure there's not some confusion at play here.

I find using indices and summations generally confusing and hard to read/follow/understand. To me, it's so much simpler to draw out the computational graph, derive the gradient with a single element (so I'm in agreement with you guys here?), see how that applies the same to every element the same, then scale up to the vectorized/matrix version.

> and you need to memorize a bunch of new rules to apply it

There's nothing to memorize though..?

Is there something called "matrix calculus" that's different than just drawing the computational graph and deriving the gradient in the way I described..?

Like, is this "matrix calculus"?

- https://cs231n.github.io/optimization-2/

If so, what is there to memorize here?

srean•14m ago
Now that einsum syntax is supported in languages like Python and Julia this is more true.

Before einsum syntax, it helped if the result could be written in terms of matrix operation because then one could utilise the primitives offered by matrix libraries. The alternative was to write the raw low level index loops, tedious and errorprone.

For some cases though the matrix result is just more compact. For example the derivative of log determinant of matrix wrt the matrix.