frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Can you share how your team handles FinOps and cloud cost optimization?

https://qualtricsxm6y7fnpxlk.qualtrics.com/jfe/form/SV_3t9duUd1bWwJrn0
1•avinashgaurav_•1m ago•1 comments

CIA Menu Collection

http://ciadigitalcollections.culinary.edu/digital/collection/p16940coll1/search
1•pseudolus•2m ago•0 comments

Ask HN: Would you use a fast/cheap "prior art" service instead of a patent?

1•shaheeniquebal•3m ago•0 comments

R.O.B. Robotic Operating Buddy

https://en.wikipedia.org/wiki/R.O.B.
1•debo_•3m ago•0 comments

There's still no free lunch in information retrieval

https://www.getbluemorpho.com/blog/there-s-still-no-free-lunch-in-information-retrieval
1•matthieu_bl•5m ago•0 comments

Super-recognizers sample visual information for facial recognition

https://royalsocietypublishing.org/doi/10.1098/rspb.2025.2005
1•mfld•8m ago•0 comments

Rust

https://en.wikipedia.org/wiki/Rust_(video_game)
1•tosh•10m ago•0 comments

Docker Superpowers You Forget to Use

https://oneuptime.com/blog/post/2025-11-27-ten-docker-superpowers-youre-probably-not-using/view
4•ndhandala•17m ago•0 comments

Show HN: Ioc-Arise

https://ioc-arise.notjustcoders.com/
1•stormsidali2001•17m ago•0 comments

Cross ratio to define a metric on the hyperbolic plane

https://www.johndcook.com/blog/2025/11/26/hyperbolic-metric/
1•ibobev•17m ago•0 comments

OBR calls in cyber expert over botched release of Budget analysis

https://www.bbc.co.uk/news/articles/cgmn991pz9jo
2•adrianhon•17m ago•0 comments

Hey there You are using WhatsApp: Enumerating Three Billion Accounts [pdf]

https://github.com/sbaresearch/whatsapp-census/blob/main/Hey_there_You_are_using_WhatsApp.pdf
1•miniBill•17m ago•0 comments

Brief thoughts on the recent Cloudflare outage

https://surfingcomplexity.blog/2025/11/26/brief-thoughts-on-the-recent-cloudflare-outage/
1•gpi•20m ago•0 comments

Implementing Drift Search with Neo4j and LlamaIndex

https://neo4j.com/blog/developer/drift-search-with-neo4j-and-llamaindex/
1•tsenturk•21m ago•0 comments

China launches an emergency lifeboat to bring three astronauts back to Earth

https://arstechnica.com/space/2025/11/china-launches-an-emergency-lifeboat-to-bring-three-astrona...
1•taubek•27m ago•0 comments

Ask HN: To Bring your project in front of 4000 people, how much should I charge?

1•karanveer•27m ago•0 comments

I Made Playing Cards to Teach English

https://landenlove.xyz/i-made-playing-cards-to-teach-english/
2•LandenLove•28m ago•3 comments

We are all mosaics: genetic diversity found between cells in a single person

https://www.nature.com/articles/d41586-025-03768-0
4•bookofjoe•28m ago•1 comments

Managing Side Effects: A JavaScript Effect System in 30 Lines or Less

https://lackofimagination.org/2025/11/managing-side-effects-a-javascript-effect-system-in-30-line...
1•birdculture•31m ago•0 comments

Books by Bitfield Consulting

https://bitfieldconsulting.com/books
2•chautumn•32m ago•0 comments

iPhone Air Flop Sparks Industry Retreat from Ultra-Thin Phones

https://www.macrumors.com/2025/11/27/iphone-air-flop-industry-drops-thin-phones/
3•mgh2•34m ago•0 comments

Robinhood CEO's math-focused AI startup Harmonic valued at $1.45B

https://www.reuters.com/business/robinhood-ceos-math-focused-ai-startup-harmonic-valued-145-billi...
1•ig1•35m ago•0 comments

The Untold Story of Charlie Munger's Final Years

https://www.wsj.com/finance/investing/charlie-munger-life-final-years-berkshire-7c20c18e
2•owenmakes•36m ago•1 comments

Effective harnesses for long-running agents

https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
2•pretext•36m ago•0 comments

Learn to Program

https://janetdocs.org/tutorials/learn-to-program
1•smartmic•37m ago•0 comments

Show HN: Litterbox – Somewhat Isolated Development Environments

https://litterbox.work/
2•Gerharddc•39m ago•0 comments

Why (Senior) Engineers Struggle to Build AI Agents

https://www.philschmid.de/why-engineers-struggle-building-agents
2•danieloj•41m ago•0 comments

Raccoon Was Once a Thanksgiving Feast Fit for a President

https://www.smithsonianmag.com/smart-news/raccoon-was-once-thanksgiving-feast-fit-president-18097...
3•thunderbong•45m ago•0 comments

Genetics testing startup offers to genetically optimise would-be parents babies

https://news.sky.com/story/genetics-testing-start-up-offers-to-genetically-optimise-would-be-pare...
1•austinallegro•49m ago•0 comments

Show HN: Expense management like a (lazy) DEV

https://medium.com/@christopher-helm/expense-management-like-a-dev-b8df6a8adb63
1•chelm•56m ago•0 comments
Open in hackernews

Micrograd a 24kb pure Python autodiff lib

https://github.com/brief-ds/micrograd
2•aglassofred•7mo ago

Comments

aglassofred•7mo 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.