frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Telemetry engine to audit ledger integrity and race conditions

https://omnisyncqa.netlify.app/
1•agusgestro•28s ago•0 comments

US-based Android developers generate 5x more downloads than the next country, SG

https://www.appbrain.com/stats/developers-by-country
1•thijser•1m ago•0 comments

Starbucks Korea to shut stores for history lesson after bungled coffee promotion

https://www.theguardian.com/world/2026/jun/16/starbucks-korea-shut-all-stores-tank-day-promotion
1•cf100clunk•1m ago•1 comments

Show HN: K8s watcher that investigates incidents and opens PRs (it can't merge)

https://github.com/har-ki/claude-code-sre-handbook/tree/main/watcher-semantic-example
1•har-ki•2m ago•0 comments

Subquadratic – Introducing SubQ 1.1 Small

https://subq.ai/subq-1-1-small-technical-report
1•EDM115•2m ago•1 comments

Struggling Pizza Hut restaurant chain will be sold for $2.7B

https://abcnews.com/Business/wireStory/struggling-pizza-hut-restaurant-chain-sold-27-billion-1339...
1•randycupertino•3m ago•1 comments

Show HN: Wattfare – LLM API that's paid by users, not dev

https://wattfare.com/
1•bstrama•7m ago•0 comments

Everything That Can Be Written in JavaScript, Will Not Be Written in JavaScript

https://shivekkhurana.com/blog/will-not-be-written-in-js/
1•shivekkhurana•8m ago•0 comments

The Lost Art of Channel Surfing

https://siddhesh.substack.com/p/surf
1•weekendvampire•9m ago•0 comments

Darts, dice, and coins: sampling from a discrete distribution

https://www.keithschwarz.com/darts-dice-coins/
1•fanf2•10m ago•0 comments

A Joy That Is Being Lost

https://davegriffith.substack.com/p/a-joy-that-is-being-lost
2•cspags•12m ago•0 comments

Sounds Like Bach

https://www.ibiblio.org/gandhi/gandhi/hofstadter.htm
1•turzmo•13m ago•0 comments

Show HN: PDF redaction that works automatically, all on your device

https://nimbril.com/
1•yapancha•14m ago•1 comments

Multi-Tier JIT Compilation Virtual Machine in a Meta-Tracing Compiler Framework

https://arxiv.org/abs/2504.17460
1•tosh•15m ago•0 comments

Running local models is good now

https://vickiboykis.com/2026/06/15/running-local-models-is-good-now/
2•jfb•15m ago•0 comments

Clayem is an LLM-assisted tool that helps fight property insurance claims

https://clayem.com
1•briannezhad•16m ago•0 comments

Tiny GPT in Go. Optimised for Understanding. Trained on Jules Verne Books

https://github.com/zakirullin/gpt-go
1•idontlikellm•17m ago•0 comments

WarpMonkey

https://firefox-source-docs.mozilla.org/js/index.html#warpmonkey
1•tosh•17m ago•0 comments

Scientists Tracked Down the Echo of Creation

https://www.youtube.com/watch?v=CVl5XkAeN2I
1•Asheed•18m ago•0 comments

Order of the Sinking Star Demo on Steam

https://store.steampowered.com/app/4597250/Order_of_the_Sinking_Star_Demo/
1•ibobev•18m ago•0 comments

A Computational Introduction to Number Theory and Algebra

https://shoup.net/ntb/
2•ibobev•18m ago•0 comments

Iran Update Special Report, June 15, 2026

https://understandingwar.org/research/middle-east/iran-update-special-report-june-15-2026/
1•everybodyknows•20m ago•0 comments

Microsoft sued by shareholders over expenses, cloud business, AI

https://www.reuters.com/business/microsoft-sued-by-shareholders-over-expenses-cloud-business-ai-2...
4•laphony•20m ago•0 comments

Issues with the "NAND gate of math": EML revisited

https://dzfrias.dev/blog/eml/
1•dzfrias•22m ago•0 comments

Show HN: I built a philosopher-inspired thinking style quiz

https://pilnmeness.com/wp-content/uploads/iq-diagnosis/diagnosis.html?lang=en&v=107
1•mgmg_life9•22m ago•0 comments

World Cup 2026: Soccer Arcade Games Through the Years

https://arcadeheroes.com/2026/06/13/world-cup-2026-soccer-arcade/
1•speckx•22m ago•0 comments

Someone Has to Take the Leap

https://blog.livenearfriends.com/take-the-leap/
1•surprisetalk•22m ago•0 comments

Show HN: Polymr – A Platform for Controllable Execution and Adaptive Interaction

https://polymr-platform.github.io/
1•its-a-new-world•22m ago•0 comments

Apple's CUPS repo was archived

https://github.com/apple/cups
5•qrobit•23m ago•1 comments

DreamX-World 1.0: A General-Purpose Interactive World Model

https://arxiv.org/abs/2606.16993
1•berlianta•24m 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.