frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

COBOL dev won .NET hackathon with help from AI

https://www.theregister.com/ai-and-ml/2026/09/15/cobol-dev-won-net-hackathon-with-help-from-ai-an...
1•theanonymousone•1m ago•0 comments

Valeriepieris Circle

https://en.wikipedia.org/wiki/Valeriepieris_circle
1•edward•5m ago•0 comments

Show HN: Point at anything in your app, say what you want, get a spec

https://dhamark.com/try
1•Femina•5m ago•0 comments

Show HN: LaunchPad – I built a Launchpad to replace macOS Apps

1•zhangchioulin•6m ago•0 comments

UK mathematician debunks myth around Parthenon's optical illusions

https://www.theguardian.com/science/2026/sep/16/uk-mathematician-debunks-myth-parthenon-optical-i...
1•trocado•8m ago•0 comments

The Gap Will Grow

https://backnotprop.substack.com/p/the-gap-will-grow
1•ramoz•10m ago•0 comments

The secret formula for Apple's rounded corners (2023)

https://arun.is/blog/apple-rounded-corners/
1•guynamedloren•11m ago•0 comments

Dense vs. Moe Models: Active Parameters, Throughput, and When to Choose Each

https://developer.nvidia.com/blog/dense-vs-moe-models-active-parameters-throughput-and-when-to-ch...
1•pretext•12m ago•0 comments

Nightmare Eclipse revelaved his identity

https://twitter.com/MSNightmare2000/status/2099381382925447545
1•croes•12m ago•0 comments

Secret Life of Circuits – Illustrated Guide to Electronic Circuit Design

https://nostarch.com/secret-life-of-circuits
2•alibarber•15m ago•0 comments

Sanders: "If AI is coming for workers, it should bring a 4-day workweek with it"

https://fortune.com/2026/09/15/bernie-sanders-ai-four-day-workweek-bill/
2•Markoff•17m ago•1 comments

Ask HN: How do you test an app from a region you're not physically in?

1•Stranger5901•20m ago•0 comments

Attribution-Based Control in AI Systems

https://attribution-based-control.ai/
1•handfuloflight•22m ago•0 comments

Why WordPress Is Still the #1 CMS in 2026

https://wpaudit.cc/blog/why-wordpress-is-the-worlds-number-one-cms-2026/
1•mysticmetal•25m ago•0 comments

Apple M5 Ultra Geekbench

https://browser.geekbench.com/v7/cpu/354092
2•7777777phil•27m ago•0 comments

Roundtables: Could AI kill us all?

https://www.technologyreview.com/2026/09/15/1143936/roundtables-will-ai-really-kill-us-all/
1•joozio•29m ago•0 comments

Ask HN: How do you get coding agents to clean up after changing direction?

2•BearBest•31m ago•0 comments

DFOS is an open protocol for identities, signed records, delegated permissions

https://protocol.dfos.com
1•sigalor•33m ago•0 comments

Klaus Programmieren

https://klausprogrammieren.com/
1•microsoftedging•33m ago•0 comments

Due to DMA, Siri AI delayed in EU for iOS 27 and iPadOS 27

https://www.apple.com/newsroom/2026/06/due-to-dma-siri-ai-delayed-in-eu-for-ios-27-and-ipados-27/
3•isolli•36m ago•0 comments

Mozill's Built-In VPN in Firefox

1•anidsiam•37m ago•0 comments

Bootstrap from Twitter

https://getbootstrap.com/2.0.2/
2•auraham•42m ago•0 comments

GPT Image 2.5 Prompts

https://github.com/VulcanEon/awesome-gpt-image-2.5-prompts
1•aurenvale•43m ago•0 comments

How Streaks Work?

https://sheets.works/data-viz/streaks
1•lordbubbles•44m ago•0 comments

How meaning is fundamentally altered by sonic environments

https://scifi.danieldeboulay.com/
1•deboulaymxf•45m ago•0 comments

Atria Dawn Preview: an AI model trained end-to-end on verifiable research

https://atria-dawn.atominnolab.com/
2•naktinis•48m ago•0 comments

Show HN: Nerdulator – put something in, get everything out (no AI)

https://nerdulator.com
1•newlifehelp•53m ago•0 comments

EchoMuse – Alexa replacement and controller for Echo Dot 2nd Generation device

https://github.com/wilbowes/EchoMuse
1•tehlike•53m ago•0 comments

The Controversial Linear No-Threshold Model

https://jnm.snmjournals.org/content/58/1/7
1•leonidasrup•56m ago•0 comments

Amazon says cloud infrastructure in Bahrain, UAE 'beyond saving'

https://thecradle.co/articles-id/39961
4•slowin•56m 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!