frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Sue (Dinosaur)

https://en.wikipedia.org/wiki/Sue_(dinosaur)
1•thunderbong•4m ago•0 comments

Mirror your GitHub repos to tangled.org automatically

https://synchub.to/
1•wertyk•9m ago•0 comments

The Mighty Big Array of Finn Jensen LA8YB

https://la0by.darc.de/LA8YB_EME_MBA.htm
1•kalehmann•10m ago•0 comments

Facebook Down

https://downdetector.co.uk/status/facebook/
2•RupertWiser•12m ago•0 comments

Perforce charges $500 for training training videos.. and it's AI narrated

https://training.perforce.com/learn/courses/535/p4-helix-core-user-basic
2•TZubiri•15m ago•1 comments

Ask HN: Are you building agents? What do they need access to?

1•asim•16m ago•1 comments

Ollama: All Aboard Open Models

https://ollama.com/blog/all-aboard-open-models
1•inferhaven•16m ago•0 comments

Wolfram LLM Benchmarking Project

https://www.wolfram.com/llm-benchmarking-project/
1•rzk•17m ago•0 comments

Breeze – A High-Performance Go Web Framework with a Built-In Developer Dashboard

https://github.com/nelthaarion/breeze
1•ethanwinters•19m ago•1 comments

The Model Race Hangover

https://adlrocha.substack.com/p/adlrocha-the-model-race-hangover
1•adlrocha•20m ago•0 comments

2026 EuroLLVM – Rust or CHERI?

https://www.youtube.com/watch?v=3YJn2VULv8E
1•pjmlp•20m ago•0 comments

OpenAI reduces Codex Model Context Size from 372k to 272k

https://github.com/openai/codex/pull/33972/files
1•AmazingTurtle•21m ago•0 comments

Some Observations on Kimi

https://xcancel.com/deanwball/status/2078133895766114412#m
1•vrganj•23m ago•1 comments

Show HN: Use the document. Not the personal data

https://www.dokmine.com/
1•not_wowinter13•24m ago•0 comments

FckSignups: Open-source tools. No accounts, emails, tracking–just tools

https://github.com/BraveOPotato/FckSignups
1•wertyk•25m ago•0 comments

Analogies in Nature (1856) [pdf]

https://mimno.infosci.cornell.edu/papers/maxwell-analogies.pdf
1•rzk•27m ago•0 comments

Tech-Infused Pool Hall Startup Raises $55M

https://www.nytimes.com/2026/07/17/business/dealbook/poolhouse-fundraise-topgolf.html
1•gemanor•28m ago•0 comments

Reviewing AI Code Is Not a Viable Argument

https://www.softwaremaxims.com/blog/reviewing-ai-code
2•birdculture•29m ago•1 comments

Will AI Fix Prior Authorization – Or Make It Worse?

https://undark.org/2026/07/15/medicare-prior-authorization-ai/
1•thm•31m ago•0 comments

Valve/Collabora Release Holo Core Custom Aarch64 Arch Linux Port for Steam Frame

https://www.linuxcompatible.org/story/valve-and-collabora-release-holo-core-a-custom-aarch64-arch...
1•_____k•39m ago•1 comments

Email Is Crazy

https://samkhawase.com/blog/email-is-crazy/
1•fagnerbrack•40m ago•0 comments

Same Idea, Different Decade

https://fagnerbrack.com/same-idea-different-decade-4abaa13ed0f0
1•fagnerbrack•40m ago•0 comments

Lean Programming Language

https://lean-lang.org/
2•fagnerbrack•40m ago•0 comments

Prodigy – AI Workforce for professional teams

1•samayashar•42m ago•0 comments

Order of Magnitude Physics a Textbook with Applications to the Retinal Rod(1998) [pdf]

https://www.inference.org.uk/sanjoy/thesis/thesis-letter.pdf
1•nill0•45m ago•0 comments

The Art of Insight in Science and Engineering – Mastering Complexity(2014) [pdf]

https://ocw.mit.edu/courses/res-6-011-the-art-of-insight-in-science-and-engineering-mastering-com...
1•nill0•48m ago•0 comments

SIMD Vectors in the HotSpot JVM [video]

https://www.youtube.com/watch?v=KpCz6UtViEo
1•tosh•52m ago•0 comments

Kimi K3 is top-tier at cybersecurity

https://twitter.com/rauchg/status/2078647648307880209
3•tosh•54m ago•0 comments

Show HN: PilotCite – Get your brand cited by ChatGPT, Gemini, and more

https://www.pilotcite.com
1•standew•58m ago•0 comments

CARE

https://en.wikipedia.org/wiki/CARE_International
1•tosh•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!