frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Ackman Act

https://docs.google.com/document/d/1EDezDWvB4wsgfhldNc23dNnSc0cZZfK9GZabjVvkyhg/edit?usp=sharing
1•throwawa1•1m ago•0 comments

Ask HN: How do you defend against supply chain attacks today?

1•elric•1m ago•0 comments

Karakeep – self-hostable bookmark-everything app

https://github.com/karakeep-app/karakeep
1•ano-ther•2m ago•0 comments

Show HN: Diffmode – Tool that builds custom growth tactics for bootstrapped SaaS

https://diffmode.app/
1•vanyaland•3m ago•0 comments

Neanderthal Dentists

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0347662
1•johnp314•4m ago•0 comments

Blocking mobile internet on smartphones improves attention and mental health

https://academic.oup.com/pnasnexus/article/4/2/pgaf017/8016017?login=false
1•jabo•6m ago•0 comments

Microsoft's AI system tops Anthropic's Mythos on cybersecurity benchmark

https://www.geekwire.com/2026/microsofts-multi-agent-ai-system-tops-anthropics-mythos-on-cybersec...
1•kseniamorph•7m ago•0 comments

Beware of Drunk Deer, French Police Say, Announcing Season of Inebriation

https://www.nytimes.com/2026/05/13/world/europe/france-drunk-deer.html
1•bookofjoe•7m ago•1 comments

Why autism pioneer Uta Frith wants to dismantle the spectrum

https://www.newscientist.com/article/2525037-why-autism-pioneer-uta-frith-wants-to-dismantle-the-...
1•donsupreme•7m ago•0 comments

Show HN: FreeFax (iOS) – a data point on shipping solo with Claude

https://apps.apple.com/us/app/freefax-send-fax-from-phone/id6763340737
1•joelsfoster•8m ago•0 comments

Hush – local push-to-talk dictation for macOS, no cloud, pastes at cursor

https://github.com/djmunro/hush
1•djmunro•9m ago•0 comments

DiscordMcp: Controlling Servers Through MCP

https://blog.rastrian.dev/post/discordmcp-controlling-servers-through-mcp
1•SchwKatze•9m ago•0 comments

The Whole Anthropic Kerfuffle

https://twitter.com/josevalim/status/2054887621336174799
2•tosh•9m ago•0 comments

Fight Slop with Clarity

https://blog.vtemian.com/post/fight-slop-with-clarity/
1•vtemian•11m ago•0 comments

Release NetHack 5.0 Atari ST/TT/Falcon (WIP)

https://github.com/ingpaschke/NetHack/releases/tag/v5.0-atari-wip
1•ibobev•12m ago•0 comments

Ubuntu 26.04 LTS Moving the Industry Forward with Linux 7.0 and More

https://www.servethehome.com/ubuntu-26-04-lts-moving-the-industry-forward-with-linux-7-0-and-more/
1•PaulHoule•14m ago•0 comments

BrrrViz – Learn GPU Programming

https://brrrviz.com/
2•sebg•15m ago•0 comments

Claude Account Suspended Seconds After Purchase?

3•AnthropicWHAT•15m ago•0 comments

The Third Hard Problem

https://mmapped.blog/posts/48-the-third-hard-problem
2•surprisetalk•17m ago•0 comments

Show HN: The trading terminal that prices everything in gold

https://pricedingoldelite.com
1•rrwilla•17m ago•0 comments

eBay Price Guesser

https://www.eguessr.com/
1•structuredPizza•19m ago•0 comments

56% merge rate on 316 cold OSS PRs in a week

https://github.com/kimjune01
2•kimjune01•20m ago•1 comments

Computer Hobby Movement in Canada

https://museum.eecs.yorku.ca/exhibits/show/hobby_canada/hobby_canada
2•rbanffy•20m ago•0 comments

Installing Linux on a Dead Badger: User's Notes by Lucy A. Snyder

https://strangehorizons.com/wordpress/non-fiction/articles/installing-linux-on-a-dead-badger-user...
1•speckx•20m ago•0 comments

Building for the Joy of Building

https://jola.dev/posts/building-for-the-joy-of-building
1•shintoist•21m ago•0 comments

Biggest Questions in Biotech

https://shelbyann.substack.com/p/biggest-questions-in-biotech
2•sebg•22m ago•0 comments

Show HN: AIMX – Self-hosted, open-source email server designed for AI agents

https://aimx.email/
3•uzyn•22m ago•1 comments

Green Hills Integrity RTOS: IPCOMShell Telnet Format String (CVE-2019-7711)

https://cxsecurity.com/issue/WLB-2026050002
1•mbanyamer•23m ago•1 comments

A Technical Deep Dive into the New Raycast

https://www.raycast.com/blog/a-technical-deep-dive-into-the-new-raycast
1•iscmt•26m ago•0 comments

Side hustle tax calculator (UK)

https://sidehustletaxcalculator.uk/
1•boros2me•27m 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!