frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Claude Code Over 6k issues labeled with has repro have been auto-closed

https://github.com/anthropics/claude-code/issues/87647
2•antropic13224ad•1m ago•0 comments

Sportacus

https://en.wikipedia.org/wiki/Sportacus
1•softwaredoug•1m ago•0 comments

A list of 1,325 AI assisted repositories, mined from GitHub

https://github.com/ActuallyTaylor/strata/blob/main/paper/data/large/datasets/ai-assisted-reposito...
1•ActuallyTaylor•2m ago•0 comments

Can a regex match valid credit card numbers?

https://abstractnonsense.xyz/blog/2025-08-31-can-a-regex-match-valid-card-numbers/
1•fanf2•2m ago•0 comments

'Project Lily': The Humans Reading Your ChatGPT Chats

https://www.404media.co/inside-project-lily-the-humans-reading-your-chatgpt-chats/
1•2sf5•3m ago•0 comments

RubyGems Open Source Supply Chain Security and OpenAI

https://rietta.com/blog/rubygems-supply-chain-openai/
2•rietta•5m ago•0 comments

Show HN: What an agent does when anyone can read and rewrite its context

https://ljedrz.github.io/nachalnik/
1•ljedrz•6m ago•0 comments

Qwen 3.8 Flash via DwarfStar

https://twitter.com/antirez/status/2099487927793299936
1•hmokiguess•6m ago•0 comments

Jabber/XMPP: How Do We Gain Traction?

https://gultsch.de/posts/how-do-we-gain-traction/
4•inputmice•7m ago•0 comments

1,000+ shoes reviewed and cut in half

https://runrepeat.com
1•bushwart•7m ago•0 comments

More Money Than They Ever Imagined–and No Clue How to Spend It

https://www.wsj.com/tech/ai/ai-tech-anthropic-openai-ipo-0a9da59e
1•Jimmc414•8m ago•1 comments

Cheap high brand (armani,Nike,Jordan etc.)

https://cheapmarketprices.com/
1•ilaysyou•8m ago•0 comments

Buy Intel, It's Cheap

1•roschdal•8m ago•0 comments

Show HN: Voice Rater – in-browser voice analysis (jitter, CPPS, formants)

https://voice-rater.com/
1•hacksu•8m ago•0 comments

Borrow Checking, RC, GC, and the Eleven Other Memory Safety Approaches (2024)

https://verdagon.dev/grimoire/grimoire
1•Tomte•9m ago•0 comments

With dead oysters and debt, PEI farmers fear they'll lose everything

https://www.cbc.ca/radio/thecurrent/oyster-farmers-msx-dermo-9.7337251
1•JumpCrisscross•9m ago•0 comments

Ars Magna (Cardano Book)

https://en.wikipedia.org/wiki/Ars_Magna_(Cardano_book)
1•vismit2000•10m ago•0 comments

Oslo bans smart glasses in schools

https://www.thelocal.no/20260910/oslo-bans-smart-glasses-in-schools
1•bushwart•10m ago•0 comments

Removing algorithmic feed slop from my life

https://bell.bz/removing-algorithmic-feed-slop-from-my-life/
1•speckx•10m ago•0 comments

Dynamicz

https://opentofu.org/blog/opentofu-1-12-0/
1•starlightsmovem•11m ago•0 comments

A rough guide for going back to the Moon

https://research.ibm.com/blog/nasa-ibm-lunar-foundation-model
1•gmays•11m ago•0 comments

The Only Crypto Story You Need, by Matt Levine (2022)

https://www.bloomberg.com/features/2022-the-crypto-story/
1•Tomte•14m ago•0 comments

Two Wrong Answers, One Exact Solution: The Arithmetic Method Schools Forgot

https://valeman.medium.com/two-wrong-answers-one-exact-solution-the-arithmetic-method-schools-for...
1•ibobev•14m ago•0 comments

Show HN: PHP-fts 2.0 – Pure-PHP full-text search, now in 26 writing systems

https://github.com/olivier-ls/php-fts/releases/tag/v2.0.0
1•asmodios•14m ago•0 comments

Most people prefer traditional architecture

https://www.worksinprogress.news/p/do-people-prefer-traditional-architecture
1•alihm•14m ago•0 comments

Airbnb Sets Up $250M Fund to Invest in Housing Construction

https://www.wsj.com/real-estate/airbnb-sets-up-250-million-fund-to-invest-in-housing-construction...
2•lode•14m ago•1 comments

It's All About the Permissions Recovery

https://blog.master.dev/its-all-about-the-permissions-recovery/
2•ibobev•15m ago•0 comments

What the Hugging Face Incident Means for Security Leaders

https://www.netskope.com/blog/when-the-attacker-is-your-own-model-what-the-hugging-face-incident-...
3•danielmorozoff•15m ago•0 comments

Dropping eBPF CPU Cost by About 90% with Memoization (Not AI Gen)

https://nathannaveen.dev/posts/dropping-ebpf-cpu-cost-by-90/
5•nathannaveen•15m ago•0 comments

How to make the most out of community

https://www.pawlean.com/posts/how-to-make-the-most-out-of-community
3•mooreds•15m 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.