frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

1•themcgruff•18s ago

Why You Shouldn't Build a Blockchain

https://olshansky.substack.com/p/why-you-shouldnt-build-a-blockchain
1•Olshansky•39s ago•0 comments

Your cloud should come with an app builder

https://blog.railway.com/p/dev-new
1•ashumz•8m ago•2 comments

Ask HN: What tasks cost money through a UI but are free in code?

1•instagraham•8m ago•0 comments

Hop from server to server without ever leaving your terminal

https://github.com/p-arndt/hop/
1•thunderbong•10m ago•0 comments

Classifying AI Crawlers and AI Chat User Fetches from Server Logs

https://canonry.ai/blog/classifying-ai-crawlers-user-fetches-server-logs
1•arberx•12m ago•0 comments

This hydrogen-powered JCB doesn't dig – it does 406 MPH

https://www.theregister.com/offbeat/2026/08/13/this-jcb-doesnt-dig-it-does-406-mph/5287395
2•defrost•15m ago•0 comments

Rsync 3.5.0: a huge number of security fixes

https://download.samba.org/pub/rsync/NEWS#SECURITY_FIXES-3.5.0
2•zdkaster•19m ago•0 comments

Dario's wife tried to raise money from Epstein for a porn studio

https://twitter.com/atreides_sf/status/2088044874503524469
4•MrBuddyCasino•22m ago•2 comments

Show HN: Why Business Strategy Creates Innovation

https://s-1.vercel.app/
1•Taikhoom10•22m ago•0 comments

US conducted mass spying campaign against leftwing and anti-ICE protesters

https://www.theguardian.com/us-news/2026/aug/13/us-government-spied-anti-ice-protesters
13•magic_interface•25m ago•0 comments

Accurate local Claude 4.7+ tokenizer

https://www.tokenize.rs/claude
1•Tiberium•29m ago•0 comments

MLSecOps Practical Guide – open-source handbook for securing AI systems

https://github.com/MHaghighian/MLSecOps
2•moslemhaghighia•30m ago•0 comments

Example of a real working loop orchestrator

https://www.reddit.com/r/ClaudeAI/s/Q4xgqXK1bi
1•bgnm2000•35m ago•0 comments

How to tell if qubits are working together

https://medium.com/@jkim_tran/how-to-tell-if-qubits-are-working-together-3ed62f9d710c
1•jennifer-trin•36m ago•0 comments

Patterns and problems in emerging multiagent systems

https://www.anthropic.com/research/multiagent-systems
1•applicative•40m ago•1 comments

The next frontier in AI governance isn't stronger guardrails. It's fire brigades

https://www.fastcompany.com/91583956/the-next-frontier-in-ai-governance-isnt-stronger-guardrails-...
1•newsomix9xl•42m ago•0 comments

Agentstow: Canonical configs, fanned out to all your AI coding agents

https://agentstow.dev/
1•soulmachine•44m ago•0 comments

FieldFleet – open-source field operations system

https://taskfleetai.github.io/fieldfleet/
1•iguardo•44m ago•0 comments

Claude's new Scarlet Letter watermark is invisible–for now

https://arstechnica.com/tech-policy/2026/08/claudes-new-scarlet-letter-watermark-is-invisible-for...
1•jonbaer•45m ago•0 comments

Graph Engineering: Execution Graphs vs. Context Graphs

https://hydradb.com/blog/graph-engineering-ai-agents-context-graph
1•manveerc•47m ago•0 comments

Tax Law Is Funding the AI Infrastructure Boom, Not Creating It

https://news.bloombergtax.com/tax-insights-and-commentary/tax-law-is-funding-the-ai-infrastructur...
3•tldrthelaw•47m ago•0 comments

Trump's vaccine plan requires individual shots last used decades ago

https://apnews.com/article/vaccines-trump-mmr-drugmakers-5a1d91e149feab99b18dd916412523ee
4•petethomas•48m ago•0 comments

I need follower and 16 star on vaultSC pls

https://github.com/Knyazovich/vaultsc
1•aazzeefdfdz•49m ago•0 comments

The Sunlight CT Log

https://sunlight.dev/
1•pentestercrab•50m ago•0 comments

Trump Admin Lets Loose the Cyber Pirates

https://gizmodo.com/trump-admin-lets-loose-the-cyber-pirates-2000798523
3•sans_souse•50m ago•2 comments

What Is the "Bean Soup Theory" on TikTok?

https://www.insidehook.com/internet/bean-soup-theory-tiktok
1•bentcorner•50m ago•0 comments

'Not acceptable': Judge orders Google to make rival app store installs easier

https://www.theverge.com/policy/979852/that-is-not-acceptable-judge-orders-google-to-make-rival-a...
6•Jimmc414•54m ago•1 comments

Conway's Game of Life Screensaver

https://jasperbernaers.com/conways-game-of-life-screensaver/
1•vishnukvmd•1h ago•0 comments

Spicy tale of an App Store fraud

https://lapcatsoftware.com/articles/2026/8/4.html
1•JumpCrisscross•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!