frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Interactive maps of US and Canadian flock cameras

https://maps.deflock.org/
1•nephihaha•1m ago•0 comments

The RECAP Suite is a collection of tools for working with PACER

https://free.law/recap/
1•gregsadetsky•3m ago•0 comments

Are monoliths making a come back?

https://www.shepherdinsurance.com/blog/back-to-the-monolith
1•mmahalwy•5m ago•0 comments

Show HN: Loupe – Chrome extension that explains WCAG issues in plain English

https://getloupe.dev
1•Nautahakk•5m ago•0 comments

Show HN: Collie – a local AI harness that runs the browser, desktop and code

https://github.com/colliehq/collie
1•wudmaing00•6m ago•0 comments

What Happens When C Becomes Machine Code (10 Real Examples)

https://comuniq.xyz/post?t=1458
1•01-_-•7m ago•0 comments

Lectures on Condensed Mathematics

https://arxiv.org/abs/2605.03658
2•simonpure•8m ago•0 comments

Why Synthetic Aperture (Radar or Sonar)?

https://gergltd.com/aperturelab/aperture.html
1•ipunchghosts•9m ago•0 comments

Perry: A native TypeScript compiler written in Rust

https://github.com/PerryTS/perry
1•cwaffles•11m ago•0 comments

Show HN: Summarizer.Free – Too Long? Get the TL;DR

https://summarizer.free/
2•nadermx•11m ago•0 comments

The Problem with Optionality

https://ofdollarsanddata.com/the-problem-with-optionality/
1•JumpCrisscross•14m ago•0 comments

The Current State of Software Development

https://pastebin.com/QXYkABL2
2•maniac_2000•14m ago•0 comments

Show HN: NMEMORY – a memory for coding agents that says when it doesn't know

https://github.com/menot-you/n-memory
1•tiago-im•14m ago•0 comments

Over 20k precolonial earthworks in the Southwest Amazonia

https://www.nature.com/articles/s41586-026-10835-7
1•sampo•14m ago•0 comments

Servo now passes 100% of WPT tests for the WebCrypto API

https://bsky.app/profile/servo.org/post/3mrrgsm5fw226
2•msub2•14m ago•1 comments

Launching Riidact, an on-device PII tool

https://www.riidact.com/
2•ahmedcader•14m ago•1 comments

Banks Line Up $15B of Debt for Anthropic with Google Aid

https://www.bloomberg.com/news/articles/2026-07-30/banks-line-up-15-billion-of-debt-for-anthropic...
1•petethomas•16m ago•0 comments

Firebender: Android AI Coder

https://firebender.com/
1•handfuloflight•17m ago•0 comments

Microsoft's $450B Jump Is Biggest in Stock Market History

https://www.bloomberg.com/news/articles/2026-07-30/microsoft-eyes-history-with-490-billion-pop-in...
2•signatoremo•17m ago•0 comments

The Right to Cut: What Gabon Taught Me About Sovereignty

https://francois.aichelbaum.com/2026/07/21/what-gabon-taught-me-about-sovereignty
1•JumpCrisscross•17m ago•0 comments

Instrument an LLM Agent with OpenTelemetry · TripleCloud Blog

https://blog.triplecloud.tech/posts/instrument-llm-agent-opentelemetry
1•mineev•19m ago•0 comments

Amazon.com Announces Second Quarter Results [pdf]

https://s2.q4cdn.com/299287126/files/doc_earnings/2026/q2/earnings-result/AMZN-Q2-2026-Earnings-R...
3•mfiguiere•19m ago•1 comments

Show HN: WorldDiT – a 399M world-action model for simulated robot tasks

https://huggingface.co/bageldotcom/worlddit
1•royychacker•20m ago•0 comments

Discovery of a multicomponent alloy forged by the Hiroshima atomic blast

https://www.science.org/doi/10.1126/sciadv.aeg8299
2•_____k•20m ago•0 comments

Netnet.studio, an open-source hypermedia studio for the Web's creative potential

https://netnet.studio/docs/
2•interweb•21m ago•0 comments

Five conversion leaks on a B2B landing page (with replacement copy)

https://firstfold-fix-launch.ian-jael-mg.chatgpt.site/sample
2•firstfoldfix•22m ago•0 comments

Show HN: TaskView – self-hosted project management for teams

https://github.com/Gimanh/taskview-community
2•rg1527•22m ago•0 comments

Amazon accidentally spent $1.8M using Claude for a menial coding task, went

https://www.tomshardware.com/tech-industry/artificial-intelligence/amazon-accidentally-spent-usd1...
1•sbulaev•23m ago•1 comments

Public Suffix List

https://publicsuffix.org/list/
1•colinprince•23m ago•0 comments

Auto-Activation Is Now Native in Flox

https://flox.dev/blog/auto-activation-is-now-native-in-flox/
2•ronef•26m ago•1 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!