frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hong Kong Disneyland Speedrun Guide

https://geohot.github.io//blog/jekyll/update/2026/04/09/hk-disneyland.html
1•surprisetalk•21s ago•0 comments

Show HN: Egregore – Shared memory and coordination for multiplayer Claude Code

https://github.com/egregore-labs/egregore
1•ohmyai•59s ago•0 comments

Hex Index: The best place to read on the Internet

https://hex-index.com/weekly/index.html
1•bmedwar•1m ago•1 comments

TokenLight: Precise Lighting Control in Images Using Attribute Tokens

https://vrroom.github.io/tokenlight/
1•matroid•1m ago•1 comments

Show HN: recroomgrads.com – Celebrating Rec Room's Talented Team

https://www.recroomgrads.com
1•tyleo•2m ago•0 comments

Byte Magazine Volume 11 Number 05: Mass Storage

https://archive.org/details/byte-magazine-1986-05
1•fragmede•2m ago•0 comments

OpenAI tests web browsing feature on Codex Superapp

https://www.testingcatalog.com/openai-tests-web-browsing-feature-on-codex-superapp/
1•gmays•2m ago•0 comments

Shakespeare owned a house in London. We know where it was

https://www.cnn.com/2026/04/15/science/shakespeares-london-house-study-scli-intl
1•mooreds•3m ago•0 comments

Finance Has No Good Framework for Commodity Procurement Under Geopolitical Risk

https://syncretica.substack.com/p/the-missing-model-why-finance-has
1•mooreds•3m ago•0 comments

How do you design a multi-tenant system without overengineering?

1•dnosoz•3m ago•0 comments

The 7.0 scheduler regression that wasn't

https://lwn.net/SubscriberLink/1067029/7e4d08d3f0e37757/
2•Deeg9rie9usi•4m ago•1 comments

IETF draft-meow-mrrp-00

https://www.ietf.org/archive/id/draft-meow-mrrp-00.html
1•varun_ch•4m ago•0 comments

Kitum Cave

https://en.wikipedia.org/wiki/Kitum_Cave
1•Jimmc414•6m ago•0 comments

Toward Autonomous Long-Horizon Engineering for ML Research

https://arxiv.org/abs/2604.13018
1•gmays•7m ago•0 comments

Healthchecks.io Now Uses Self-Hosted Object Storage

https://blog.healthchecks.io/2026/04/healthchecks-io-now-uses-self-hosted-object-storage/
1•zdw•7m ago•0 comments

Things AI Shouldn't Do

https://jsrn.net/weeknotes/2026/04/15/things-ai-shouldnt-do.html
1•speckx•9m ago•0 comments

It Is Time to Ban the Sale of Precise Geolocation

https://www.lawfaremedia.org/article/it-is-time-to-ban-the-sale-of-precise-geolocation
8•hn_acker•11m ago•0 comments

We need a physical digital music experience

https://olly.world/we-need-a-physical-digital-music-experience
1•cyanbane•12m ago•0 comments

iPhone Loyalty Hits 96.4% as Android Users Four Times More Likely to Switch

https://www.macrumors.com/2026/04/16/iphone-loyalty-survey/
2•MBCook•13m ago•1 comments

Tiktokification shall set us free

https://pluralistic.net/2026/04/17/for-youze/
1•hn_acker•13m ago•0 comments

Eliza a Play by Tom Holloway

https://www.mtc.com.au/plays-and-tickets/whats-on/season-2026/eliza
1•abrax3141•14m ago•1 comments

So many HN topics blocked by paywall. I'll pass

1•vektoralian•14m ago•0 comments

Chicken Nuget

https://daniel.haxx.se/blog/2026/03/12/chicken-nuget/
2•latexr•16m ago•1 comments

Microsoft closes book on rogue Windows Server 2025 upgrades

https://www.theregister.com/2026/04/17/microsoft_windows_server_2025/
1•Brajeshwar•16m ago•0 comments

Show HN: React Email 6.0 – An open-source email editor you can embed in your app

https://github.com/resend/react-email
6•code-in-public•17m ago•0 comments

Why nobody outside of GIS use Postgres for large datasets analytics

https://dekart.xyz/docs/knowledge-base/gis-analytics-cost-comparison/
1•delfrrr•17m ago•0 comments

AI agents hire meatbags as the perils of chaos thrive in Silicon Valley

https://www.sdxcentral.com/control-plane/ai-agents-hire-meatbags-as-the-perils-of-chaos-thrive-in...
4•oavioklein•19m ago•1 comments

Built a full-stack charitable giving SaaS as a solo developer with agentic AI

https://www.pifster.org/
2•conleec•19m ago•0 comments

How Push Notifications Can Betray Your Privacy (and What to Do About It)

https://www.eff.org/deeplinks/2026/04/how-push-notifications-can-betray-your-privacy-and-what-do-...
3•hn_acker•22m ago•0 comments

Crystal 1.20.0 Is Released

https://crystal-lang.org/2026/04/16/1.20.0-released/
5•sdogruyol•22m ago•1 comments
Open in hackernews

Micrograd a 24kb pure Python autodiff lib

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

Comments

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