frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Gemini can now natively embed video, so I built sub-second video search

https://github.com/ssrajadh/sentrysearch
15•sohamrj•1h ago•2 comments

Show HN: Visualizing Apple Health workout data (stats, trends, insights)

https://apps.apple.com/us/app/streakout-workout-stats/id6758457318
2•toni88x•20m ago•0 comments

Show HN: Mapping the most convenient ways to meet someone with public transit

https://www.commutometer.com/meet-in-sanfrancisco
5•acavailhez•1h ago•0 comments

Show HN: Cq – Stack Overflow for AI coding agents

https://blog.mozilla.ai/cq-stack-overflow-for-agents/
191•peteski22•1d ago•82 comments

Show HN: Craton HSM – A memory-safe PKCS#11 software HSM in Rust

https://github.com/craton-co/craton-hsm-core
3•victor-craton•2h ago•1 comments

Show HN: Think Fast. Type Faster

https://wordsnap.up.railway.app/
3•oyahud•2h ago•0 comments

Show HN: MangoWave – Open-source browser audio visualizer

https://mangowave.app/
3•lmascari•2h ago•1 comments

Show HN: a Rust Redis GUI that doesn't freeze on 100k keys

https://github.com/vicanso/zedis
2•vicanso•3h ago•0 comments

Show HN: AI agent got 237 rules from another agent, still made the same mistakes

https://github.com/getcalx/oss
3•spenceships•3h ago•0 comments

Show HN: Off By – a daily game about how wrong we are about the American economy

https://offby.io
5•offby99•3h ago•3 comments

Show HN: Running AI agents across environments needs a proper solution

https://github.com/liquidos-ai/Odyssey
7•human_hack3r•4h ago•5 comments

Show HN: zbot – an AI agent for MCU with Telegram chat (runs on Zephyr or Linux)

https://github.com/LingaoM/zbot
4•menggithub•4h ago•1 comments

Show HN: Danube – AI Tools Marketplace

https://danubeai.com
2•preston25•4h ago•1 comments

Show HN: The King Wen Permutation: [52, 10, 2]

https://gzw1987-bit.github.io/iching-math/
61•gezhengwen•1d ago•27 comments

Show HN: Offline-first UK train planner

https://railraptor.com
3•marcusdev•6h ago•2 comments

Show HN: ProofShot – Give AI coding agents eyes to verify the UI they build

https://proofshot.argil.io/
66•jberthom•8h ago•50 comments

Show HN: Chat with an exhaustive geopolitical simulation of the 2026 Iran War

https://notebooklm.google.com/notebook/4cf9474f-194d-4607-8953-8ee84a9e66e0
4•hrishirc•2h ago•2 comments

Show HN: Kern – One agent. One folder. One mind. Every channel

https://github.com/oguzbilgic/kern-ai
4•obilgic•8h ago•1 comments

Show HN: Littlebird – Screenreading is the missing link in AI

https://littlebird.ai/
44•delu•22h ago•22 comments

Show HN: Revise – An AI Editor for Documents

https://revise.io
81•artursapek•2d ago•70 comments

Show HN: WhyThere.life – Compare cities side-by-side to decide where to move

https://whythere.life
14•daversa•19h ago•13 comments

Show HN: Atomic – Self-hosted, semantically-connected personal knowledge base

https://github.com/kenforthewin/atomic
147•kenforthewin•2d ago•24 comments

Show HN: Agent Kernel – Three Markdown files that make any AI agent stateful

https://github.com/oguzbilgic/agent-kernel
41•obilgic•1d ago•19 comments

Show HN: AgentDrive – Persistent file storage for AI agents

https://www.getagentdrive.com
3•itstomo•13h ago•0 comments

Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran

https://github.com/FormerLab/fortransky
145•FormerLabFred•3d ago•82 comments

Show HN: Sonar – A tiny CLI to see and kill whatever's running on localhost

https://github.com/RasKrebs/sonar
202•raskrebs•4d ago•80 comments

Show HN: VoidLLM – privacy-first LLM proxy (Go, self-hosted)

https://github.com/voidmind-io/voidllm
3•chrisremo85•17h ago•2 comments

Show HN: Mutatr – an open source A/B testing agent

https://github.com/novynlabs-repo/mutatr
3•AhmedAshraf•17h ago•0 comments

Show HN: Dgs-CLI – 63-command CLI for D-Link DGS-1100 switches via Selenium

https://github.com/bobberb/dgs-cli
3•ShellackGobln7•17h ago•0 comments

Show HN: Duplicate 3 layers in a 24B LLM, logical deduction .22→.76. No training

https://github.com/alainnothere/llm-circuit-finder
265•xlayn•5d ago•81 comments
Open in hackernews

Show HN: Offline-first UK train planner

https://railraptor.com
3•marcusdev•6h ago
Hey HN! I'd like to share my personal experiment with a different way of finding train journeys across the UK.

When I book flights, I use sites like Kiwi and Skyscanner for flexible searches - multiple airports, custom connections, creative routes, etc. But rail search feels oddly constrained. All the UK train operators offer basically the same experience, and surface the exact same routes. I always suspected there were better or just different options that weren’t being shown. Where is the "Skyscanner for trains"?

After digging through the national rail data feeds, I decided to have a go at building my own route planner that runs completely offline in the browser. This gave me the freedom to implement more complex filters, search to/from multiple stations, and do it without a persistent network connection.

Now I'm finding routes that aren't offered by the standard train operators, connecting at different stations, and finding it's often easier to travel to different stations (some I'd never heard of) that get me closer and faster to where I actually want to go!

It's still a little rough and I'd like to add more features such as fares, VSTP data, and direct-links to book tickets, but wanted to share early and get some initial feedback before investing more time into it. So, thanks in advance - let me know what you think.

Comments

amadeuspagel•2h ago
Shockingly fast. Have you considered supporting other countries, maybe all of europe?
marcusdev•1h ago
Thanks for the feedback!

I'd love to support more countries, but from what I can tell it's a mammoth task. Every country publishes rail data in different ways - there are aggregator APIs to join them up, but they don't come cheap.