frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Stack Overflow for Agents

https://agents.stackoverflow.com
1•CommonGuy•8s ago•0 comments

Quarks Are Time

https://as.oooooooooo.se/paper/
2•mbinatorom•4m ago•1 comments

Dutch mass claim states that Steam makes customers pay too much for games

https://gameclaim.consumercompetitionclaims.com/en/
1•HelloUsername•4m ago•0 comments

Bootproof – runs a repo and signs proof of whether it booted

https://github.com/bootproof/bootproof
1•bootproof•6m ago•0 comments

LumoSQL – Add features to SQLite for security, privacy, speed and measurability

https://lumosql.org/
1•smartmic•6m ago•0 comments

The Largest Number Representable in 64 Bits

https://www.mdpi.com/1099-4300/28/5/494
1•rowbin•6m ago•0 comments

Show HN: Conduit, a local-first SSH, Mosh and SFTP client for Android

https://github.com/gwitko/Conduit
1•gwitko•9m ago•0 comments

The number of possible chess games exceeds the number of atoms in the universe

https://spacedaily.com/d-the-total-number-of-possible-chess-games-is-so-large-that-it-exceeds-the...
1•arizen•11m ago•0 comments

Sweet Jeebus, macOS 27 Golden Gate Removes the Dumb Icons from Menu Items

https://daringfireball.net/2026/06/macos_27_golden_gate_removes_the_dumb_icons_from_menu_items
1•epaga•11m ago•0 comments

Accusations of 'AI Slop' Don't Screen for AI Text

https://arxiv.org/abs/2606.12073
2•igortru•13m ago•0 comments

Omarchy on Asahi creator lost access to his GitHub account two weeks ago

https://twitter.com/dhh/status/2064969863840276732
1•raybb•16m ago•0 comments

Local firewall for AI agents – blocks secret leaks and cuts API costs by 40–70%

https://github.com/ashp15205/guardian-runtime
3•ashp15•16m ago•0 comments

Open-source Linux tray app for tracking Claude Code and Codex usage

https://github.com/openusage-community/openusage
1•symonbaikov•18m ago•1 comments

Hate using Granola? Here is a free local version

https://github.com/emberscribe/hobnob
1•polemos•21m ago•0 comments

Publication trends for any academic journal

https://journaltrends.com/
1•ilreb•29m ago•0 comments

A civilization inside a GitHub repo. Issues are laws, ticks every 4h

https://github.com/ordinary9843/gitizens
2•gitizens•32m ago•0 comments

GitLab Is Down

https://status.gitlab.com
8•shrikrishna•37m ago•4 comments

GitLab Down?

https://gitlab.com/
1•Abimelex•37m ago•1 comments

Event-Driven TypeScript: An Interview on Nimbus

https://docs.eventsourcingdb.io/blog/2026/06/11/event-driven-typescript-an-interview-on-nimbus/
1•goloroden•38m ago•0 comments

Why AI conversation mode beats vocabulary lists

https://manateavagner.com/news/translate-conversation-mode-language-learning
1•manateavagner•38m ago•0 comments

Selectively setting some iPhone apps to 'color', greyscale for all others

https://www.fabianhemmert.com/opinions/a-greyscale-iphone-setup-that-works-in-everyday-life
1•hemmert•40m ago•0 comments

C3 0.8.1 released: Raiding the stdlib for bugs

https://c3-lang.org/blog/0_8_1_raiding_the_stdlib_for_bugs/
1•birdculture•40m ago•0 comments

EVs hit 24% of new cars registered in Ireland in 2026

https://www.rte.ie/news/business/2026/0610/1577722-cso-new-car-sales-for-may/
1•a_paddy•41m ago•2 comments

OpenAI says Chinese accounts tried to turn Americans against data centres

https://www.engadget.com/2191966/openai-china-influence-campaigns-against-data-centers-report/
3•NordStreamYacht•47m ago•1 comments

Cheap Iranian drone downed $25M US Army helicopter–maybe by chance

https://arstechnica.com/gadgets/2026/06/cheap-iranian-drone-downed-25-million-us-army-helicopter-...
8•rbanffy•49m ago•0 comments

The Conductor Rewrite: What They Changed to Make It Fast

https://performance.dev/the-conductor-rewrite
2•howToTestFE•49m ago•0 comments

Reverse Engineering Linear's Sync Engine: A Detailed Study

https://github.com/wzhudev/reverse-linear-sync-engine/tree/main
2•howToTestFE•50m ago•0 comments

Ask HN: Any Local LLM can I run without GPU for Local Agentic workflow AI?

5•limondas•51m ago•1 comments

Show HN: A text based browser, written in Rust, for humans and agents

https://github.com/DO-SAY-GO/web-cli
2•keepamovin•55m ago•1 comments

Europe asked for fair markets. Nobody asked to be left out

https://siri4eu.com
2•frizlab•56m 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.