frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

T. rex fossil could become most expensive dinosaur ever sold

https://www.bbc.co.uk/news/articles/c4gykgyn1r4o
1•beardyw•1m ago•0 comments

24-zig

https://en.wikipedia.org/wiki/24-zig
1•Lammy•3m ago•0 comments

Show HN: PalExplorer – peer-to-peer file sharing with no central server

https://palexplorer.com
1•hannan2•4m ago•0 comments

The Caste of Intelligence and the Big Tech Blueprint

https://calcrecipe.com/en/workshop/5
1•wsdn•5m ago•0 comments

Agent Service – promptable AI agents with guardrails and downloadable packages

https://buy.stripe.com/5kQ5kEaUKd8w0qr0FKe3e00
1•mknight2690•9m ago•0 comments

Using Kamal 2.0 in Production

https://rubys.github.io/kamal-in-production/
3•enz•15m ago•0 comments

AI Should Build Its Own Research World Model

https://www.evolvinglab.ai/blog/research-world-model
1•vinhnx•15m ago•0 comments

Cruxcoach – Manage many climbing boards privatly in one app

https://cruxcoach.org/
1•frankzander•18m ago•0 comments

What I learned publishing a paper

https://ramjanarthan.com/what-i-learned-publishing-a-paper/
1•shadowblue•24m ago•0 comments

Best Hiking Boots (2026): Walking Shoes, Trails, Backpacking

https://www.wired.com/gallery/best-hiking-boots/
1•joozio•25m ago•0 comments

6× faster binary search: from compiled code to mechanical sympathy

https://pythonspeed.com/articles/branchless-binary-search/
2•enz•27m ago•0 comments

The secret operation to move the Bayeux Tapestry

https://www.nationalgeographic.com/history/article/bayeux-tapestry-return-england-british-museum
1•Tomte•30m ago•0 comments

Sen. Lindsey Graham dead at 71 after 'brief and sudden' illness, office says

https://www.dw.com/en/us-senator-lindsey-graham-dies/a-77921386
5•rock57•30m ago•2 comments

Parse inbound email to JSON in Node.js – MailKite

https://mailkite.dev/blog/parse-inbound-email-to-json-node/
4•aisendhub•32m ago•0 comments

To Build More Believable Bots, Simulate the Neurochemistry

https://github.com/smithandrewjohn/kindalive
2•beardyw•33m ago•2 comments

Ancient feeding-related neuropeptides regulate alloparenting in ants

https://www.nature.com/articles/s41586-026-10747-6
2•XzetaU8•41m ago•0 comments

How Aldi is taking on US supermarkets with its $4 almond butter

https://www.bbc.com/news/articles/cly0l5d5xn7o
2•reqo•43m ago•1 comments

Sen. Lindsey Graham dies at 71 from a 'sudden illness'

https://www.nbcnews.com/video/sen-lindsey-graham-dies-at-81-266555461760
3•josefrichter•43m ago•0 comments

Show HN: Bgchanger.video – change video backgrounds online

https://bgchanger.video/
1•andytuyu•45m ago•0 comments

Ask HN: Can anyone explain this Gsearch rabbit-hole?

1•Baljhin•45m ago•0 comments

The Ten Commandments of AI Usage

https://defragzone.substack.com/p/the-ten-commandments-of-ai-usage
1•frag•48m ago•0 comments

AI song going to be viral in 2026

https://open.spotify.com/track/50mUiidUauqseqtm2Kr7U6
2•puildupO•56m ago•0 comments

LLMlet: P2P distributed LLM inference on browsers

https://github.com/ktock/llmlet
1•mrauha•56m ago•0 comments

Theoretical Limit of Image Compression [video]

https://www.youtube.com/watch?v=W39hBPOk9Hk
2•eln1•58m ago•0 comments

MSK – an AI agent that thinks like a CTO

https://apps.apple.com/us/app/msk-ai-cto-agent/id6778822216
1•moeidsaleem•1h ago•0 comments

Eternal Dogfooders: How is the child of Aha turns furry

https://rwhu.helluvaos.com/posts/what-to-eat-as-a-dog-inside-google
1•shscs911•1h ago•1 comments

Inside the secret AI war between Silicon Valley and China

https://www.washingtonpost.com/national-security/2026/07/06/why-anthropic-alleges-chinese-firms-a...
1•breve•1h ago•1 comments

Tell HN: Fable guardrails trigger on random questions

2•nocoder•1h ago•0 comments

Show HN: Rules-free solo-only client for the Paperback tabletop game

https://wanderinghorse.net/gaming/paperback/solo.html
1•sgbeal•1h ago•0 comments

AI found a Linux root bug that was missed for 15 years

https://www.wired.com/story/security-news-this-week-ai-found-a-root-bug-in-linux-that-everyone-mi...
1•crowd51•1h ago•0 comments
Open in hackernews

Show HN: Git-chain – Simplify branch dependency management in Git

https://github.com/hammadfauz/git-chain
1•hammadfauz•1y ago
I built Git-chain because managing dependent branches and open PRs was becoming painful. This tool helps automate and track those relationships easily.

I made some usability improvements: * Made chain storage more robust. * Added a way to clear a chain * Added tab completion for branch names * Changed github workflow to show error instead of warning (more obvious, can be bypassed via github UI)

Comments

hammadfauz•1y ago
Hi HN,

I built Git-chain to help with branch management in trunk-based development workflows.

When you want to keep changesets small and reviewable, but still build new work on top of unmerged changes, Git can get messy fast. Git-chain makes it easier to track and manage these dependent branches cleanly.

Would love feedback — especially from teams doing trunk-based development!