frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Firefox vs. Chromium security in 2022, how true is it still today?

https://madaidans-insecurities.github.io/firefox-chromium.html
1•wyoh•41s ago•1 comments

GM to pay $12.75M to settle California driver privacy probe

https://www.reuters.com/sustainability/boards-policy-regulation/gm-pay-1275-million-settle-califo...
1•1vuio0pswjnm7•49s ago•0 comments

Show HN: Free C course called "C Systems Lab"

https://csystemslab.com/
1•vhcosta•3m ago•0 comments

Impact of Trump aid cuts: 9 million deaths by 2030

https://www.nytimes.com/2026/05/09/opinion/foreign-aid-cuts.html
1•marojejian•5m ago•1 comments

GM to Pay $13M to Settle Claims It Sold Californians' Driving Data

https://www.law.com/therecorder/2026/05/08/gm-to-pay-13m-to-settle-claims-it-sold-californians-dr...
1•1vuio0pswjnm7•5m ago•0 comments

sick of dealing with unwanted line breaks when you copy text from claude code?

https://github.com/aaronw122/termcopy/
1•aaronw122•6m ago•0 comments

I Hired Too Fast. I Had to Let Everyone Go. Here's What I Learned

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

Marginal likelihood is exhaustive leave-p-out cross-validation

https://belko.xyz/posts/lml-and-cross-validation/
1•samuel2•9m ago•0 comments

It's time to talk about agentic "remote control"

https://arpadvoros.com/posts/2026/05/08/its-time-to-talk-about-agentic-remote-control/
1•arpadav•9m ago•0 comments

AI wants direct access to your data

https://matthiasplappert.com/blog/2026/ai-wants-direct-data-access/
1•sherlock_h•12m ago•0 comments

Mythos finds the vulnerabilities. VibeAI makes sure YOU understand them

https://hugonomy.com/
1•GlyphWeaver_a•13m ago•0 comments

Show HN: You can edit the game by chatting with it

https://aion.quest/
1•xkoda•14m ago•0 comments

I build software for small businesses rate my site

https://skiigen.com/
1•loui01•14m ago•1 comments

'A Four-Eyed World' Review: The Story of Spectacles

https://www.wsj.com/arts-culture/books/a-four-eyed-world-review-the-story-of-spectacles-504334ac
1•Hooke•14m ago•0 comments

The Chinese Exclusion Act (PBS Documentary)

https://www.pbs.org/wgbh/americanexperience/films/chinese-exclusion-act/
1•mkgobaco•14m ago•1 comments

The unprecedented and deadly cruise ship hantavirus outbreak

https://arstechnica.com/health/2026/05/everything-you-need-to-know-about-the-hantavirus-cruise-sh...
1•Brajeshwar•17m ago•0 comments

Piccolo: An experimental stackless Lua VM implemented in pure Rust

https://github.com/kyren/piccolo
1•tosh•17m ago•0 comments

Query Insights for Postgres, Powered by ClickHouse

https://clickhouse.com/blog/postgres-query-insights-clickhouse-cloud
1•cauchyk•18m ago•0 comments

Let's kill off half the builtins in C3 0.8.0

https://c3-lang.org/blog/lets-kill-off-half-the-builtins-in-080/
1•DASD•18m ago•0 comments

Using Rust for Game Development by Catherine West (2018) [video]

https://www.youtube.com/watch?v=aKLntZcp27M
1•tosh•20m ago•0 comments

Worried Britons 'prepping' for major disruption with stash of tins and cash

https://www.theguardian.com/business/2026/may/09/worried-britons-prepping-for-major-disruption-wi...
3•tomwphillips•22m ago•0 comments

The Memex Method

https://pluralistic.net/2021/05/09/the-memex-method/
1•ingve•23m ago•0 comments

AoS and SoA

https://en.wikipedia.org/wiki/AoS_and_SoA
1•tosh•23m ago•0 comments

VGA Memory Access Is Complicated

https://www.os2museum.com/wp/learn-something-old-every-day-part-xxi-vga-memory-access-is-complica...
1•ingve•27m ago•0 comments

Show HN: Durable async jobs for x402-paid APIs

https://github.com/clearedink/cleared-jobs
1•massanishi•27m ago•0 comments

Ask HN: Notify about DNS records propagation

1•vojtechrichter•28m ago•0 comments

Debunking the Myth That Search Is Dying

https://graphite.io/five-percent/debunking-the-myth-that-seo-traffic-has-dramatically-declined
1•paulpauper•29m ago•2 comments

InMusic and Native Instruments Unite

https://www.inmusicbrands.com/press/inmusic-native/
2•Tomte•30m ago•0 comments

A $15 RISC-V Device Built Its Own Wallet and Learned to Pay the Internet

https://www.eddieoz.com/how-a-15-risc-v-device-built-its-own-lightning-wallet-and-learned-to-pay-...
1•eddieoz•31m ago•0 comments

The Body as a Bioreactor

https://accelerateadvancedtherapies.com/thebodyasbioreactor/ep1/
1•CuriousSoup•31m 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!