frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Rcarmo/kata: Repetition makes perfect

https://github.com/rcarmo/kata
1•rcarmo•4m ago•0 comments

Claude Opus 4.5 vs. GLM-5.2

https://gopeekapp.blogspot.com/2026/06/glm-52-vs-claude-opus-45.html
1•bhartipoddar•4m ago•0 comments

US fighter pilot avoids British trial after raping a woman in England

https://www.theguardian.com/uk-news/ng-interactive/2026/jun/25/us-fighter-pilot-strangled-woman-e...
1•Alien1Being•7m ago•0 comments

Qualcomm Investor Day 2026 Data Center Announcements CPUs

https://www.servethehome.com/qualcomm-investor-day-2026-data-center-announcements-cpus-ai-acceler...
1•ksec•10m ago•1 comments

A Y2K bug surfaced 26 years late today

https://old.reddit.com/r/sysadmin/comments/1uetdyw/a_y2k_bug_surfaced_26_years_late_today/
1•thunderbong•10m ago•0 comments

Calculate Real-Time Implied Volatility for Commodity Options

https://medium.com/@DolphinDB_Inc/how-we-built-a-real-time-implied-volatility-engine-for-commodit...
2•Polly_Liu•12m ago•0 comments

Warrior Cats Name Generator

https://warriorcatsnamegenerator.net/
1•woflying•13m ago•0 comments

We Made Trading Signals Microsecond-Level Easy – 100 Factors in 40µs

https://medium.com/@DolphinDB_Inc/we-just-made-trading-signals-microsecond-level-easy-100-factors...
2•CrazyTomato•14m ago•0 comments

You are leaving tech, what's next?

https://www.seattletimes.com/business/local-business/older-tech-workers-are-tapping-out-early-her...
1•ynac•14m ago•1 comments

Long distance Uber alternative (for passengers and drivers)

https://localsride.com/en
1•dr_dimitru•14m ago•0 comments

Will AI replace technical writers?

https://willaireplacetechnicalwriters.com/
1•theletterf•14m ago•0 comments

Got access to Gemini's actual thinking

1•StizzurpXDD•14m ago•0 comments

The AI Coding Era Makes Boring Tests More Valuable

https://www.vincentschmalbach.com/the-ai-coding-era-makes-boring-tests-more-valuable/
1•vincent_s•15m ago•0 comments

10x More Selective

https://yosefk.com/blog/10x-more-selective.html
1•tosh•16m ago•0 comments

Open Source Maintainers Need a Spam Filter for AI Labor

https://www.vincentschmalbach.com/open-source-maintainers-need-a-spam-filter-for-ai-labor/
3•vincent_s•22m ago•0 comments

OVHCloud Managed Kubernetes Review

https://www.eucloudcost.com/blog/ovhcloud-cluster/
1•mixxor•23m ago•0 comments

How "German" is Langdock under American control?

https://steigerlegal.ch/2026/06/19/langdock-ki-usa-deutschland/
1•doener•24m ago•0 comments

Using mirrord to verify AI-SRE fixes against the staging cluster

https://metalbear.com/blog/ai-sre-holmesgpt/
1•eyalbukchin•27m ago•0 comments

AWS Lambda Introduces MicroVMs

https://aws.amazon.com/blogs/aws/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-in...
2•root-parent•29m ago•0 comments

Global NAND Memory Market Share: Quarterly

https://counterpointresearch.com/en/insights/global-nand-memory-market-share
1•ksec•29m ago•0 comments

Scott Hanselman (VP at Microsoft/GitHub) just starred my project on GitHub

1•iliashad•29m ago•1 comments

Advertise in ChatGPT

https://ads.openai.com/
2•tosh•31m ago•0 comments

Riding Technology Waves

https://staysaasy.com/strategy/2026/06/22/riding-technology-waves.html
1•kiyanwang•31m ago•0 comments

Young Cornish people are turning to campervans to have a roof over their heads

https://www.theguardian.com/environment/2026/jun/25/reality-life-cornwall-young-van-dwellers-pric...
1•root-parent•31m ago•0 comments

Microsoft admits 8GB RAM is fine for Windows 11, after years of pushing 16GB

https://www.windowslatest.com/2026/06/25/microsoft-now-says-8gb-ram-is-fine-for-everyday-use-righ...
3•ksec•33m ago•0 comments

Helmholtz AI: Democratising AI for a data-driven future

https://www.helmholtz.ai/
1•the-mitr•40m ago•0 comments

Looking Back at the 'Fosse/Verdon' Dancing Legends That Inspired FX Series

https://variety.com/2019/vintage/features/bob-fosse-gwen-verdon-1203185015/
1•firasd•40m ago•0 comments

Bill Gates says Epstein sought to blackmail him over extramarital affairs

https://www.theguardian.com/us-news/2026/jun/24/bill-gates-epstein-transcript
1•root-parent•43m ago•0 comments

Shelf: Save Links to Telegram

https://useshelf.dev/
1•hisamafahri•48m ago•0 comments

The netdna-ssl.com takeover is an attack waiting to happen

https://scotthelme.co.uk/a-dead-cdn-a-wildcard-and-an-attack-waiting-to-happen-the-netdna-ssl-com...
2•moebrowne•49m 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!