frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

NoUI()

https://www.swiftjectivec.com/noui/
1•ingve•2m ago•0 comments

OpenAgents makes Sonnet 5, Fable 5 and other agents collaborate in one thread

https://openagents.org/workspace
1•gshg12•6m ago•1 comments

The Socialist Wave Reaches the Heartland

https://www.wsj.com/opinion/colorado-democrats-socialists-melat-kiros-michael-bennet-99ad5a66
1•doener•7m ago•0 comments

PyCanopy: A spatial query layer for Polars, competitive with DuckDB, SedonaDB

https://github.com/pranav-walimbe/PyCanopy
1•pranav1077•7m ago•1 comments

The Complete Homemade Juggling Beanbag Guide

https://www.joshuaclifton.com/juggle/
1•mrauha•8m ago•1 comments

Show HN: LinkedIn Focus Chrome Extension

https://yvetter438.github.io/LinkedInFeedBlockerWebsite/
1•ywv•9m ago•0 comments

Show HN: What GPTBot sees before your React app hydrates

https://botscore.io/blog/what-gptbot-sees-before-hydration/
1•_tool•10m ago•0 comments

Show HN: Designing a factory-safety agent (model reasons, code routes)

https://github.com/HumphreySun98/safety-commander-agent
1•humphreysun98•14m ago•0 comments

Section 194J of Income Tax Act: Meaning, Rules and Examples – SMFG India Credit

https://www.smfgindiacredit.com/knowledge-center/section-194j-of-income-tax-act.aspx
1•saumyaraut11•15m ago•0 comments

Black Pepper Won Europe from a Tastier Pepper (2016)

https://www.atlasobscura.com/articles/long-pepper-better-than-black-pepper
1•downbad_•16m ago•0 comments

Google's exponential path to climate-wrecking digital bloat

https://ketanjoshi.co/2026/07/01/googles-exponential-path-to-climate-wrecking-digital-bloat/
1•jalev•17m ago•0 comments

LongCat 2.0: The first trillion-parameter model trained on Chinese-made GPUs

https://www.reuters.com/world/china/chinas-meituan-says-new-ai-model-trained-domestic-chips-2026-...
1•linzhangrun•17m ago•0 comments

Limine: Modern, secure, portable, multiprotocol bootloader and boot manager

https://github.com/Limine-Bootloader/Limine
2•noteness•23m ago•0 comments

Cotal: Agentic Coordination Layer

https://cotal.ai
1•handfuloflight•25m ago•0 comments

CSS Logical Properties Converter

https://cssawwwards.com/frontend-toolkit/css-logical-properties
1•cssawwwards•26m ago•0 comments

Show HN: I wrote a Rust book ending with a Redis clone

https://shankhan3.gumroad.com/l/dnwmtp
1•zeeshanali0094•26m ago•0 comments

The Three Projections of Doctor Futamura

http://blog.sigfpe.com/2009/05/three-projections-of-doctor-futamura.html
1•tristenharr•27m ago•0 comments

Torlink

https://github.com/baairon/torlink
2•handfuloflight•27m ago•1 comments

AI Tutor on Your Screen

https://heybraza.com
1•orakulus•32m ago•1 comments

What Happened to the Fight for the Internet?

https://dustycloud.org/blog/what-happened-to-the-fight-for-the-internet/
1•signa11•35m ago•0 comments

Power House – a Rust/Python toolkit for verifiable computation artifacts

https://mfenx.com
1•psl-fox•37m ago•0 comments

Nomenclator (Nomenclature)

https://en.wikipedia.org/wiki/Nomenclator_(nomenclature)
1•thunderbong•42m ago•0 comments

Age Checks That Do NOT Leak Identity: Privacy-Preserving Attribute Verification [pdf]

https://magarshak.com/papers/Personal.pdf
1•EGreg•44m ago•0 comments

City on the Edge: Can San Francisco's soul survive techno-capitalism?

https://www.ft.com/content/e9a5639c-eaad-4c24-997b-1cdf9348851d
2•1vuio0pswjnm7•53m ago•0 comments

Show HN: Searchable directory of HN Job postings

https://gethnjobs.com/
2•hboon•54m ago•0 comments

On AI Text Detection

https://ethansmith2000.substack.com/p/ai-text-detection-arms-dealers-in
1•dvrp•54m ago•0 comments

Ditching Vagrant

https://benjamintoll.com/2026/06/29/on-ditching-vagrant/
1•jandeboevrie•1h ago•0 comments

Show HN: PDFWix – Browser-Based PDF Tools for Everyday Workflows

https://www.pdfwix.com/
1•PDFWix•1h ago•0 comments

He sent a harsh email to ICE's top official. Federal agents tracked him down

https://www.npr.org/2026/07/01/nx-s1-5874124/dhs-tracks-ice-critic
5•OutOfHere•1h ago•0 comments

CursorBench 3.1

https://cursor.com/evals
12•handfuloflight•1h ago•2 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!