frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Claude Code can now do your job overnight

https://thenewstack.io/claude-code-can-now-do-your-job-overnight/
1•Brajeshwar•26s ago•0 comments

How to notify users about privacy policy changes without spamming everyone

https://www.openpolicy.sh/blog/building-update-flows
1•jamie_davenport•28s ago•0 comments

Ask HN: Are your product managers sending PRs?

1•subw00f•3m ago•0 comments

Reverse-enginnering a bluethoot termal printer (2021)

https://werwolv.net/posts/cat_printer/
1•Muhammad523•6m ago•0 comments

Show HN: Unseal.link – Paste a URL, set a price, let buyers unseal it via Stripe

https://unseal.link
1•beharefe•6m ago•1 comments

NoteSide

https://dylblake.dev/
1•dylblake03•7m ago•1 comments

PTEcorepractice – Free PTE Core Practice Platform for Canada PR Applicants

https://ptecorepractice.com
1•zzx•8m ago•0 comments

One Interface, Every Protocol

https://openbindings.com/blog/one-interface-every-protocol
2•clevengermatt•9m ago•1 comments

Sumida Aquarium Posts 2026 Penguin Relationship Chart, with Drama and Breakups

https://www.sumida-aquarium.com/special/sokanzu/en/2026/
2•Lwrless•9m ago•0 comments

LinkedIn data shows AI isn't to blame for hiring decline yet

https://techcrunch.com/2026/04/15/linkedin-data-shows-ai-isnt-to-blame-for-hiring-decline-yet/
2•caisah•9m ago•0 comments

Blueprinting the System: An Interview on Event Modeling

https://docs.eventsourcingdb.io/blog/2026/04/16/blueprinting-the-system-an-interview-on-event-mod...
2•goloroden•10m ago•0 comments

Bazooka Theory: Why Korea's birth crisis won't be solved by incremental reform

https://upwarding.substack.com/p/the-bazooka-theory-what-korea-taught
1•Ckawaja•11m ago•1 comments

Language models transmit behavioural traits through hidden signals in data

https://www.nature.com/articles/s41586-026-10319-8
4•armcat•12m ago•2 comments

The Permission System

https://www.nurbaysal.com/the-permission-system/
1•kieloo•12m ago•0 comments

Ask HN: How far will the neo-Luddites go in their attempts to stop AI progress?

1•adinhitlore•12m ago•0 comments

Stop building agents, start harnessing Goose

https://maxamillion.sh/blog/stop-building-agents-start-harnessing-goose/
1•speckx•13m ago•0 comments

The Weight of Wheat

https://www.omu.ac.jp/en/info/research-news/entry-108581.html
1•t-3•13m ago•0 comments

Adaptations enable activity at sub-freezing temperatures in the snow fly

https://www.cell.com/current-biology/fulltext/S0960-9822(26)00247-2
1•PaulHoule•16m ago•0 comments

NASA's Parker Solar Probe Finds Explosive Surprises on Sun

https://science.nasa.gov/blogs/science-news/2026/04/15/science-nasa-gov-parker-solar-probe-finds-...
2•ZunarJ5•17m ago•0 comments

Six death sentences in 35 years, and consulting keeps walking out

https://albertcmikkelsen.substack.com/p/six-eulogies-so-far-but-the-corpse
1•merqurio•17m ago•0 comments

In the last 30 years, the number of public companies has been cut in half

https://twitter.com/ToddZywicki/status/2044167534681936085
2•MrBuddyCasino•18m ago•0 comments

Ukraine captures enemy Russian position using only robots

https://nypost.com/2026/04/15/world-news/ukraine-captures-enemy-russian-position-using-only-robot...
2•noworld•18m ago•0 comments

Scientists discover "cleaner ants" that groom giant ants in Arizona desert

https://www.sciencedaily.com/releases/2026/04/260414075641.htm
1•t-3•19m ago•0 comments

Show HN: CalcPocket – simple online calculators with no clutter

https://calcpocket.com
1•calcpocket•19m ago•0 comments

PiCore - Raspberry Pi Port of Tiny Core Linux

http://tinycorelinux.net/5.x/armv6/releases/README
2•gregsadetsky•19m ago•0 comments

Show HN: AI support chatbot with RAG and citations – one back end file, no infra

https://github.com/oncellai/oncell-support-agent
8•anupsing_ai•20m ago•0 comments

Icons and Counting

https://blog.jimmac.eu/posts/app-icon-requests/
2•birdculture•20m ago•0 comments

Snap is laying off 16 percent of its staff as it leans into AI

https://www.theverge.com/tech/912314/snap-layoffs-1000-staffers-ai-profitability
5•Brajeshwar•21m ago•0 comments

Ask HN: What are you using in 2026 for mobile access to terminal?

1•CPLX•22m ago•1 comments

Show HN: Frontpedia, an open source front end resource site

https://frontpedia.com
1•AndreVitorio•25m ago•0 comments
Open in hackernews

Show HN: Git-chain – Simplify branch dependency management in Git

https://github.com/hammadfauz/git-chain
1•hammadfauz•11mo 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•11mo 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!