frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

P99 0ms* autocomplete for 240M domain names

https://ruurtjan.com/articles/p99-0ms-autocomplete-for-240-million-domain-names
1•pul•2m ago•1 comments

If You're Searching for a New Skillet, Consider Stainless Steel

https://www.wired.com/story/stainless-steel-skillets-are-great/
1•joozio•3m ago•0 comments

Bain tests software takeover targets by vibecoding AI replicas

https://www.ft.com/content/e5bac4d1-b1f8-43a4-bd54-b182d5357af0
1•Timofeibu•4m ago•0 comments

Why More Cores Stopped Saving Us

https://www.jonathanbeard.io/blog/2026/06/19/more-cores-stopped-saving-us.html
1•ingve•6m ago•0 comments

Ask HN: Can't Create an Account

1•retired•7m ago•0 comments

Why the iPhone Will Fail (2007)

https://www.engadget.com/2007-06-27-why-the-iphone-will-fail.html
1•chistev•7m ago•0 comments

Why an AI company cleaned my New York City apartment for free

https://www.bbc.co.uk/news/articles/cpwerjy20kyo
1•vinni2•8m ago•0 comments

A Fool with a Tool Is Still a Fool

https://schrottner.at/2026/06/20/A-Fool-with-a-Tool-is-Still-a-Fool.html
3•aepfli•11m ago•1 comments

Microsoft's Satya Nadella: We Can't Let AI Giants Eat the Economy

https://www.wsj.com/tech/ai/microsofts-satya-nadella-we-cant-let-ai-giants-eat-the-economy-b9d33b9f
2•doener•17m ago•1 comments

Oligarchy is worse than you think (by Johnny Harris) [video]

https://www.youtube.com/watch?v=4S25FfbFw4M
2•Imustaskforhelp•22m ago•0 comments

My Android App Stack

https://erenay.bearblog.dev/my-android-app-stack/
1•Erenay09•23m ago•0 comments

Ask HN: How are you securing write-enabled AI agents against payload smuggling?

https://www.realitykernel.dev
1•Tabrez416•25m ago•0 comments

A Game of Robot Telephone

https://poyo.co/note/20260619T090202/
1•kqr•31m ago•0 comments

Human-in-the-Loop Is Not the Same as Judgment-in-the-Loop

https://kunyuan.substack.com/p/05public-essayhuman-in-the-loop-is
3•hufdr•33m ago•0 comments

Tensordyne makes a big bet on log math to beat Nvidia

https://www.theregister.com/systems/2026/06/19/tensordyne-makes-a-big-bet-on-log-math-to-beat-nvi...
3•galaxyLogic•37m ago•0 comments

Peacock Spider

https://www.peacockspider.org
1•lujz•39m ago•0 comments

Cuckoo Tracking Project

https://www.bto.org/get-involved/volunteer/projects/cuckoo-tracking
1•austinallegro•40m ago•0 comments

Show HN: Generate images from the CLI with a ChatGPT subscription (no API key)

https://github.com/leeguooooo/chatgpt-imagegen
1•leeguoo•42m ago•0 comments

Homeschool

https://pollinatecurriculum.bubbleapps.io
1•LaminaECHSC•42m ago•0 comments

Fine-Tuning and Deploying LLMs on Mobile:F/b to learnings

https://www.youtube.com/watch?v=7N2n7lKtdME
1•thinkevolve•43m ago•0 comments

Free Agentic AI Webinar: From Agent Design to Production

https://simplai.ai/blogs/free-agentic-ai-webinar-from-agent-design-to-production/
2•SimplAI_ai•47m ago•0 comments

The Blu-ray Disc Format Turns 20

https://www.patreon.com/TheDigitalBits/posts/blu-ray-disc-20-161620352
2•lilytweed•49m ago•0 comments

Phones and Phonies: Commodore Shenanigans Through the Ages

https://www.datagubbe.se/commophone/
2•ingve•52m ago•0 comments

Tejas and Jayhawk

https://en.wikipedia.org/wiki/Tejas_and_Jayhawk
1•Teever•52m ago•0 comments

Accenture's crash shows the consultancy racket is finished

https://www.msn.com/en-us/news/technology/accenture-s-crash-shows-the-consultancy-racket-is-finis...
4•galaxyLogic•53m ago•0 comments

Notes on the Industry Job Search

https://alisawuffles.github.io/blog/job-search/
1•cosmoharrigan•53m ago•0 comments

An AI Agent Emailed Me

https://julien.danjou.info/blog/an-ai-agent-emailed-me/
1•enz•55m ago•0 comments

The AI architecture "attention" can't hold attention

https://scitechdaily.com/even-gpt-5-failed-this-human-attention-test/
3•nryoo•59m ago•0 comments

Gen Z earning more than millennials did at the same age

https://www.theguardian.com/money/2026/jun/22/gen-z-earning-more-millennials-same-age-resolution-...
3•sefrost•1h ago•0 comments

Xiaomi YU7 GT achieves the first autonomous driving lap record of Nürburgring

https://twitter.com/DriveGreen80167/status/2068920116671140045
1•gainsurier•1h 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.