frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Git bayesect – Bayesian Git bisection for non-deterministic bugs

https://github.com/hauntsaninja/git_bayesect
142•hauntsaninja•4d ago•18 comments

Show HN: Flight-Viz – 10K flights on a 3D globe in 3.5MB of Rust+WASM

https://flight-viz.com
33•coolwulf•4h ago•14 comments

Show HN: Zerobox – Sandbox any command with file, network, credential controls

https://github.com/afshinm/zerobox
82•afshinmeh•2d ago•75 comments

Show HN: Dull – Instagram Without Reels, YouTube Without Shorts (iOS)

https://getdull.app
5•kasparnoor•1h ago•1 comments

Show HN: Mkdnsite – Markdown-native web server for humans (HTML) and agents (md)

https://github.com/mkdnsite/mkdnsite
2•nexdrew•43m ago•0 comments

Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)

https://github.com/yannick-cw/korb
185•wazHFsRy•2d ago•79 comments

Show HN: Real-time dashboard for Claude Code agent teams

https://github.com/simple10/agents-observe
65•simple10•6h ago•23 comments

Show HN: A typing trainer that uses real code snippets

https://type.a2n.dev/
4•a2nb•1h ago•2 comments

Show HN: Sycamore – next gen Rust web UI library using fine-grained reactivity

https://sycamore.dev
94•lukechu10•10h ago•71 comments

Show HN: Mycellm – BitTorrent for LLMs, pool GPUs into federated networks

https://mycellm.ai
3•mijkal•2h ago•0 comments

Show HN: Local RAG on 25 Years of Teletext News

https://github.com/r-follador/TeletextSignals/
2•folli•2h ago•0 comments

Show HN: Roadie – An open-source KVM that lets AI control your phone

https://github.com/VibiumDev/roadie
4•hugs•2h ago•1 comments

Show HN: Postgres extension for BM25 relevance-ranked full-text search

https://github.com/timescale/pg_textsearch
188•tjgreen•1d ago•55 comments

Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs

https://prismml.com/
397•PrismML•1d ago•146 comments

Show HN: Modern AI assisted goals and performance management

https://prfrm.architectfwd.com
2•quintes•3h ago•0 comments

Show HN: Forkrun – NUMA-aware shell parallelizer (50×–400× faster than parallel)

https://github.com/jkool702/forkrun
143•jkool702•5d ago•38 comments

Show HN: Canon PIXMA G3010 macOS driver, reverse-engineered with Claude

https://github.com/pdrgds/pixma-rs
2•pdrgds•4h ago•0 comments

Show HN: Hire Gnome – a lightweight ATS for small recruiting agencies

https://hiregnome.com/
3•harrywynn•4h ago•1 comments

Show HN: Claude Code rewritten as a bash script

https://github.com/jdcodes1/claude-sh
45•rpst•23h ago•12 comments

Show HN: Max Headbox, a local agent that fits on a Raspberry Pi 5

https://github.com/syxanash/maxheadbox
4•syx•7h ago•0 comments

Show HN: Metal Quantized Attention on M5 Max

https://releases.drawthings.ai/p/metal-quantized-attention-pulling
4•liuliu•5h ago•0 comments

Show HN: Rustobol – Compile Rust to COBOL

https://github.com/romanagenda/rustobol/
5•mikece•5h ago•0 comments

Show HN: Loreline, narrative language transpiled via Haxe: C++/C#/JS/Java/Py/Lua

https://loreline.app/en/docs/technical-overview/
68•jeremyfa•4d ago•20 comments

Show HN: Baton – A desktop app for developing with AI agents

https://getbaton.dev/
59•tordrt•10h ago•49 comments

Show HN: SAM3-CPU – Run Segment Anything on CPU with memory-aware video chunking

https://github.com/rhubarb-ai/sam3-cpu
5•judlaw•7h ago•1 comments

Show HN: Made a small multiplayer game with AI

https://newton.hyperkube.org/
4•SamInTheShell•7h ago•1 comments

Show HN: Kvdb – a lightweight embedded key-value database written in Zig

https://github.com/lispking/kvdb
2•lispking•7h ago•0 comments

Show HN: Sundial – a new way to look at a weather forecast

https://sundial.page/
54•izaidi•1d ago•22 comments

Show HN: Nixidy – Kubernetes GitOps with Nix and Argo CD

https://nixidy.dev/
4•granra•7h ago•1 comments

Show HN: Coasts – Containerized Hosts for Agents

https://github.com/coast-guard/coasts
95•jsunderland323•2d ago•38 comments
Open in hackernews

Show HN: A typing trainer that uses real code snippets

https://type.a2n.dev/
4•a2nb•1h ago
I recently got a Lily58 split keyboard (from mechboards, if you need that information ;) ) and wanted to improve my typing speed and "proprioception".

Most typing tools (like Monkeytype) use random text / text, which didn’t feel very useful for programming.

So I built this to practice typing on real code instead.

You can train on code-like content and focus on patterns you actually use while coding.

Each code snippet come from real, know repo :) or one you add !

Would love feedback — especially from people who use split/ergonomic keyboards.

Comments

Imustaskforhelp•1h ago
Hey looks cool, https://type.a2n.dev/test?repo=ohmyzsh%2Fohmyzsh&mode=timed&... but I reloaded the website and I got this error:

Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster. Error 404 type.a2n.dev Apache

vunderba•1h ago
Nice job. There are a couple of these already out there:

https://www.speedcoder.net

https://typing.io

Feedback:

You really need to let people use the Tab key instead of having to insert spaces manually. Even better would be to automatically start new lines at the correct indentation level, since Tab is often intercepted by browsers.

The current layout introduces ugly horizontal scroll bars when the viewport is even modestly resized, especially because the code snippets already use a fairly large font. As a result, you can’t see all the text at once. Since the program doesn’t auto-scroll to keep the cursor in view, it becomes very difficult to use unless you run it full screen.