frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Buildermark: Measure how much of your code is written by agents

https://buildermark.dev/
1•thunderbong•4m ago•0 comments

Does Remote Work Make Employees Happier? Here's What the Evidence Says

https://www.wsj.com/lifestyle/careers/remote-work-happiness-evidence-153351d8
1•throw-the-towel•4m ago•1 comments

Police officer investigated for using AI to 'create evidence' in multiple cases

https://news.sky.com/story/derbyshire-police-officer-investigated-for-using-ai-to-create-evidence...
2•austinallegro•5m ago•0 comments

Kimi K2.7 Code

https://www.kimi.com/resources/kimi-k2-7-code
2•__natty__•6m ago•0 comments

Reviving an abandoned open-source project: 6 years of Atomic Calendar Revive

https://totaldebug.uk/posts/reviving-an-abandoned-open-source-project/
1•marksie1988•6m ago•0 comments

Show HN: I am running 3 coding agents non-stop over the last 3 days. Here is how

2•sermakarevich•11m ago•0 comments

Concepts to Navigate the Second Cold War [video]

https://www.youtube.com/watch?v=hjtlOd2lbWU
1•simonebrunozzi•11m ago•0 comments

Michigan Lawmakers Want to Ban Chinese-Tagged Cars from Even Visiting the State

https://www.techdirt.com/2026/06/12/michigan-lawmakers-want-to-ban-chinese-tagged-vehicles-from-e...
1•hn_acker•15m ago•1 comments

Show HN: Slopsome – a VRAM fit calculator and tok/s database for local LLMs

https://slopsome.com
1•NexAIGuy•15m ago•0 comments

Soccer and Economic Growth

https://www.ourlongwalk.com/p/a-football-is-not-enough-bcf
1•paulpauper•16m ago•0 comments

Can Shakespeare be the best writer?

https://ramblingafter.substack.com/p/can-shakespeare-really-be-the-best
1•paulpauper•16m ago•0 comments

What Is Good Writing?

https://jonasmoman.substack.com/p/what-is-good-writing
1•paulpauper•17m ago•0 comments

Parasitic Engineering's Equinox 100 Minicomputer

https://computeradsfromthepast.substack.com/p/parasitic-engineerings-equinox-100
1•rbanffy•20m ago•0 comments

American Government Takes Down Claude Fable

https://thezvi.substack.com/p/american-government-takes-down-claude
2•7777777phil•21m ago•0 comments

Pi Building Pi, OpenClaw's Minimalist Coding Agent – Mario Zechner, Creator [video]

https://www.youtube.com/watch?v=DPgJjRdQWrg
2•contingencies•23m ago•0 comments

Texas is America Inc's new centre of gravity

https://www.economist.com/business/2026/05/31/texas-is-america-incs-new-centre-of-gravity
2•alephnerd•26m ago•0 comments

Why does paper fold so well?

https://www.bbc.co.uk/programmes/w3ct8k70
3•zeristor•28m ago•1 comments

The YouTube App Is an Authenticator and That's a Problem

https://lowendbox.com/blog/the-youtube-app-is-an-authenticator-and-thats-a-problem/
3•boring_twenties•29m ago•0 comments

!No Pasaran!

https://generalstab.org/wp-content/uploads/no_pasaran-01.jpg
2•jruohonen•31m ago•0 comments

Show HN: Local RAG memory system that AI can write directly to

https://github.com/ptobey/local-memory-mcp
3•ptobey•36m ago•1 comments

Show HN: An exact verifier for one brick in a decades-old quantum math problem

https://zenodo.org/records/20682233
2•nerlwein•39m ago•0 comments

The heck I just stepped into – OpenCode Plans' privacy marketing vs. reality

https://opencode.ai/legal/privacy-policy
4•Frenchwho•41m ago•0 comments

Ramputene DIY

https://www.confuzine.com/2024/09/22/ramputene-diy-donostia-basque-country/
2•jruohonen•42m ago•0 comments

Record Every Meeting

https://rfd.shared.oxide.computer/rfd/0537
3•encodedrose•46m ago•0 comments

AgentGraph – Graph-Based Context Management

https://iancutzu.substack.com/p/agentgraph-graph-based-context-management
2•iancutzul•49m ago•0 comments

Inside Interoception: The hidden sense of how you feel inside

https://www.technologyreview.com/2026/06/12/1138833/inside-interoception-brain-body/
1•bookofjoe•50m ago•1 comments

Kennedy Center board's new bylaws strip funding if center removes Trump's name

https://bsky.app/profile/lizdye.bsky.social/post/3mo4ky6pbgk26
2•hn_acker•53m ago•2 comments

Achieving Pipeline Parallelism on $4 Microcontrollers: Splitting a 42M model

https://github.com/harmansingh4163-ai/ESP-32-s3-Story-maker-LLM
2•Harman-Singh123•55m ago•0 comments

Show HN: Galdor – a Go LLM agent framework with built-in tracing and replay

https://github.com/YasserCR/galdor
3•yassros16•55m ago•0 comments

QuantmLayer – kernel sandbox for coding agents that learns its policy

https://github.com/quantmlayer/quantmlayer
2•mquant•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!