frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Scientific Laws and LLMs Are the Same Shape

https://audriusberzanskis.substack.com/p/the-brute-force-formula
1•audriusber•1m ago•0 comments

Michael Reiter – The Palm Beach cop who Jeffrey Epstein couldn't stop

https://www.miamiherald.com/news/local/article315967185.html
1•embedding-shape•1m ago•0 comments

Can tech legends find the liar?

https://www.youtube.com/watch?v=EDCwQe7P8T0
1•skogstokig•4m ago•0 comments

Koppert Bumblebee Farming [video]

https://www.youtube.com/watch?v=oLucqyqg6L8
1•Onavo•10m ago•0 comments

Home alone: Remote work, isolation, and mental health

https://www.science.org/doi/10.1126/science.aec7671
2•speckx•10m ago•0 comments

AI Enthusiasts Race Against Time, Skeptics Race Against Entropy

https://charitydotwtf.substack.com/p/ai-enthusiasts-are-in-a-race-against
1•birdculture•13m ago•0 comments

If you put the Apple icon in reverse

https://daringfireball.net/2026/01/thoughts_and_observations_regarding_apple_creator_studio
1•baal80spam•15m ago•0 comments

A new robot's UI is body language

https://www.theattachmenteconomy.com/p/a-new-robots-ui-is-body-language
2•mikelgan•15m ago•1 comments

Catalog: Ecom Inspo

https://catalog.cool
2•handfuloflight•17m ago•0 comments

Taco Truck called TNT Tacos explodes, leaves two hospitalized with burns

https://www.wbbjtv.com/2026/06/05/local-taco-truck-explodes-leaving-two-hospitalized-with-severe-...
2•randycupertino•18m ago•0 comments

McDonald's Just Announced a Big Change to Its Drive-Thrus

https://www.allrecipes.com/mcdonalds-ai-drive-thru-change-11991109
1•mikhael•19m ago•1 comments

Our Great War Is a Spiritual War

https://geohot.github.io//blog/jekyll/update/2026/06/06/our-great-war.html
3•therepanic•21m ago•1 comments

Recent Thoughts on AI Use

https://blog.jsweeting.me/recent-thoughts-on-ai-use
1•speckx•21m ago•0 comments

Deterministic Implementation of a .NET Runtime

https://github.com/Smaug123/WoofWare.PawPrint
2•algorithmsRcool•22m ago•0 comments

Startup replaced $14K/mo cloud GPUs with 1000 M4 Mac Minis

https://twitter.com/TheAppleDesign/status/2063195530864542142
2•ksec•22m ago•2 comments

I made a browser game that teaches tmux

https://tmuxquest.com/
1•buzzycat•24m ago•0 comments

Trophic memory, deer, and a unique scientific object

https://thoughtforms.life/trophic-memory-deer-and-a-truly-unique-scientific-object/
4•BafS•25m ago•0 comments

Ask HN: Are your hidden links missing?

1•toomuchtodo•28m ago•0 comments

Mass Layoffs Caused by AI

https://olegdubovoi.com/thoughts/2026-06-04-mass-layoffs-caused-by-ai/
2•empiree•28m ago•0 comments

Show HN: I ported Xonotic (arena FPS) to WebAssembly with full P2P multiplayer

https://dpgame.xonotic.workers.dev/
5•astlouis44•32m ago•1 comments

Looking for Backdoors in Jane Street LLMs

https://www.alignmentforum.org/posts/a98MFPmqH54J2ayBn/looking-for-backdoors-in-jane-street-llms-1
2•allenleee•32m ago•0 comments

Claude, Teach Me Something

https://hugotunius.se/2025/10/26/claude-teach-me-something.html
1•dannyboland•36m ago•1 comments

We Forget

https://quinnmaclay.com/posts/forget
1•speckx•39m ago•0 comments

Ntsc-rs – open-source video emulation of analog TV and VHS artifacts

https://ntsc.rs/
27•gregsadetsky•43m ago•7 comments

Hermes – Community Web UI with Agent

https://get-hermes.ai/
1•SeriousM•45m ago•0 comments

Show HN: CCC: One place to manage all your Claude, Codex, Antigravity sessions

https://github.com/amirfish1/claude-command-center
1•amirfish2•45m ago•0 comments

posix_spawn syscall added (2012)

https://blog.netbsd.org/tnf/entry/posix_spawn_syscall_added
1•JdeBP•46m ago•0 comments

AI Memory Proves Inefficient: Tenure Project Detects 95% Error Rate

https://zamin.uz/en/technology/205592-ai-memory-proves-inefficient-tenure-project-detects-95-erro...
5•jflynt76•47m ago•0 comments

The dark origins of Disney fairy tales [video]

https://www.youtube.com/watch?v=pyDZpDkU46Y
2•gmays•48m ago•0 comments

Readers' top novels of all time

https://www.theguardian.com/books/ng-interactive/2026/jun/06/readers-top-100-novels-of-all-time
1•fallinditch•49m ago•0 comments
Open in hackernews

Micrograd a 24kb pure Python autodiff lib

https://github.com/brief-ds/micrograd
2•aglassofred•1y ago

Comments

aglassofred•1y ago
A tiny Autograd engine whose only dependency is NumPy. Implements backpropagation (reverse-mode autodiff) over a dynamically built DAG and a small neural networks library on top of it with a PyTorch-like API. Both are tiny.

- 24 kilobytes code without tests - as portable as Python and NumPy - loads 10x faster than PyTorch, 30x faster than TensorFlow

This version is capable of working with matrices and higher-order tensors. For @karpathy's original scalar-based version, locate the code with tag scalar.