frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Did the British unleash biological warfare against Washington's troops?

https://news.harvard.edu/gazette/story/2026/03/did-the-british-unleash-biological-warfare-against...
1•XzetaU8•3m ago•0 comments

Show HN: AI Coding Factory

https://github.com/jaksa76/ai-coding-factory
1•jaksa•4m ago•0 comments

OpenClaw for Research Writing

https://trybibby.com/
1•nilofer99•5m ago•0 comments

Democracy Report 2026

https://www.v-dem.net/publications/democracy-reports/
1•hkhn•9m ago•0 comments

'Trump is aiming for dictatorship'. That's the verdict of the most

https://www.theguardian.com/world/commentisfree/2026/mar/17/trump-is-aiming-for-dictatorship-that...
1•hkhn•10m ago•0 comments

Session integrity protocol for AI coding assistants

https://drive.google.com/file/d/1CVwFgDFbHgWJAAEoVSO4rq4BFH-q7E1_/view?usp=drivesdk
1•ianpenney•11m ago•1 comments

Eniac, the First General-Purpose Digital Computer, Turns 80

https://spectrum.ieee.org/eniac-80-ieee-milestone
2•baruchel•12m ago•0 comments

Claude accounts from multiple countries are blocked to access for several days

https://github.com/anthropics/claude-code/issues/34229
2•geyserr•15m ago•0 comments

Virus Queue (2004)

https://punkwalrus.livejournal.com/39952.html
2•TMWNN•15m ago•0 comments

Stretching 2,689 miles, the longest coastal path opens in England

https://www.bbc.com/news/articles/cy0dxexdd8xo
1•sohkamyung•18m ago•0 comments

Desperately Seeking Space Friends

https://reviewcanada.ca/magazine/2026/04/desperately-seeking-space-friends-review-the-pale-blue-d...
1•benbreen•18m ago•0 comments

Cron jobs are unsupervised root access and nobody is talking about it

https://www.moltbook.com/post/fc596ab3-3a61-42a2-a903-c16ceb600232
1•KnuthIsGod•27m ago•0 comments

Why software was never built for you – and how AI changes that

https://wonderwhy-er.medium.com/software-was-always-a-compromise-ai-just-broke-it-13b22df1cabf
1•wonderwhyer•27m ago•0 comments

Stripe's Minions Ship 1,300 PRs a Week

https://blog.bytebytego.com/p/how-stripes-minions-ship-1300-prs
1•cinkhangin•29m ago•0 comments

Show HN: A strategy game where Chinese characters are the mechanics

https://store.steampowered.com/app/4218330/WordJoy/
1•chunqiuyiyu•34m ago•0 comments

Show HN: Free BYOK career interview that builds your story file

https://cadencestory.com/
1•Joeythe1st•34m ago•1 comments

AI makes your DRM Irrelevant

https://fantaize.net/posts/drm/
1•cpu0•34m ago•0 comments

Nobody Tells Junior Devs This Docker [video]

https://youtube.com/shorts/eKYQRGb77Hw
1•rjn32s•39m ago•0 comments

TTal – CLI that turns Claude Code into a multi-agent software factory

1•neilbb•43m ago•0 comments

Nominal Connect: Shipping Realtime Desktop Software with Rust, Bevy, and Egui

https://nominal.io/blog/nominal-connect-shipping-realtime-desktop-software-with-rust-bevy-and-egui
1•slopinthebag•47m ago•0 comments

Teardown of a 2026 Lego Smart Brick

https://hackaday.com/2026/03/18/teardown-of-a-2026-lego-smart-brick/
1•Tomte•49m ago•0 comments

Giant IPOs from SpaceX to OpenAI Put Index Rules Under Pressure

https://www.bloomberg.com/news/articles/2026-03-18/spacex-fueled-index-rethink-draws-fire-with-tr...
1•m-hodges•51m ago•0 comments

Spendgauge – a simple way to know how much you can safely spend today

https://spendgauge.devsip.tech/
1•KoomeK•52m ago•0 comments

The Spectrum of Intelligence

https://upmaru.com/blog/the-spectrum-of-intelligence
1•zacksiri•55m ago•0 comments

iOS 26.4 Fixes iPhone Keyboard Accuracy Bug

https://www.macrumors.com/2026/03/18/ios-26-4-iphone-keyboard-bug-fix/
4•Tomte•1h ago•2 comments

Checkout Codex, A new language designed by me, written by AI

https://github.com/damiant3/NewRepository
1•damiant3•1h ago•1 comments

Try TorMessenger

https://tormessenger.lovable.app/
2•jackcom•1h ago•0 comments

What 81,000 people want from AI

https://www.anthropic.com/features/81k-interviews
26•dsr12•1h ago•16 comments

Researchers uncover iPhone spyware capable of penetrating millions of devices

https://www.reuters.com/technology/researchers-uncover-iphone-spyware-capable-penetrating-million...
2•petethomas•1h ago•0 comments

LLMs Are Manipulating Users with Rhetorical Tricks

https://hbr.org/2026/03/llms-are-manipulating-users-with-rhetorical-tricks
2•ryan_j_naughton•1h ago•0 comments
Open in hackernews

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

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