frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

With lunar missions looming, scientists grow chickpeas in 'moon dirt'

https://www.yahoo.com/news/articles/lunar-missions-looming-scientists-grow-160200108.html
1•gmays•1m ago•0 comments

Sales Calls Are Your Best Content Engine (and You're Ignoring Them)

https://medium.com/@joan_97780/your-sales-calls-are-your-best-content-engine-and-youre-ignoring-t...
1•Konvex•1m ago•0 comments

Meta's AI glasses reportedly send sensitive footage to human reviewers in Kenya

https://www.theverge.com/tech/889637/meta-ai-smart-glasses-human-reviewers-kenya
2•zdragnar•3m ago•1 comments

Show HN: ContextFlow – YouTube videos to viral social content (built by a 15yo)

https://contextflowai.online
1•Terminator_XD•5m ago•0 comments

Reverse Engineering with AI IDEs (Ghidra-No-MCP)

https://github.com/gxenos/GHIDRA-NO-MCP/
1•gxenos95•6m ago•0 comments

How to Network as a Scientist [video]

https://www.youtube.com/watch?v=t3ulUtmGChM
1•Anon84•6m ago•0 comments

Entryism

https://en.wikipedia.org/wiki/Entryism
2•iamnothere•6m ago•0 comments

OAuth Is Broken for AI Agents

https://levine.tech/blog/oauth-is-broken
1•ericlevine•8m ago•0 comments

Show HN: Agentlore – searchable team log for AI coding agent sessions

https://github.com/clkao/agentlore
1•clkao•8m ago•0 comments

Show HN: WASM Market Simulator with No Restrictions of Strategy

https://github.com/nima555/hawk-bt
1•nima555•8m ago•0 comments

8-phase AI agent pipeline from problem description to production release

https://friendly-maamoul-bf2dd5.netlify.app
1•jimotheneus•8m ago•0 comments

Show HN: Corral – An open-source orchestration layer for AI coding agents

https://github.com/cdknorow/corral
1•cdknorow•9m ago•0 comments

Iran War Provides a Large-Scale Test for AI-Assisted Warfare

https://www.bloomberg.com/news/newsletters/2026-03-05/iran-war-provides-a-large-scale-test-for-ai...
1•rramadass•10m ago•1 comments

Turning Codebase Antipatterns into Claude Skills

https://ihoka.me/blog/2026/03/06/turning-antipatterns-into-claude-skills.html
1•ihoka81•11m ago•0 comments

AI Danger Gets Real

https://www.economist.com/leaders/2026/03/05/ai-danger-gets-real
1•andsoitis•13m ago•1 comments

What would you like to see in an AI answer generator?

https://99helpers.com/tools/ai-answer-generator
1•nickk81•15m ago•1 comments

Show HN: Agent Toolbox – 13 utility tools as one MCP server and REST API

https://github.com/Vincentwei1021/agent-toolbox
1•vincent1021•15m ago•0 comments

Trump's push for new nuclear weapons begins in Tennessee's oldest town

https://www.wuot.org/news/2026-02-26/trumps-push-for-new-nuclear-weapons-begins-in-tennessees-old...
2•stopbulying•15m ago•3 comments

Show HN: Deterministic browser control for AI agents (~90% on Mind2Web)

https://github.com/theredsix/agent-browser-protocol
1•theredsix•15m ago•1 comments

Antivirus Survivors 2003 Professional

https://store.steampowered.com/app/3832490/Antivirus_Survivors_2003_Professional/
1•Klaster_1•17m ago•0 comments

America's First War in Age of LLMs Exposes Myth of AI Alignment

https://www.techpolicy.press/americas-first-war-in-age-of-llms-exposes-myth-of-ai-alignment/
2•geox•18m ago•0 comments

Show HN: ClaudeOS – What if Claude Code managed your operating system?

https://github.com/jacopone/nixos-config
2•jak0•19m ago•3 comments

Show HN: Stateless Go GraphQL Federation Gateway, 1.58x Faster Than ApolloRouter

https://github.com/n9te9/go-graphql-federation-gateway
1•n9te9•19m ago•0 comments

Europe's Rigid Labour Markets Are an Economic Death Sentence

https://www.economicforces.xyz/p/europes-rigid-labor-markets-are-an
1•barry-cotter•20m ago•1 comments

Your Docs Directory Is Doomed

https://yagmin.com/blog/your-docs-directory-is-doomed/
1•lubujackson•23m ago•0 comments

Cybersecurity Data Extraction from Common Crawl

https://arxiv.org/abs/2602.22218
2•PaulHoule•24m ago•0 comments

Show HN: Squawk – Detect and stop behavioral anti-patterns in AI coding agents

https://github.com/Jack-Lin-DS-AI/squawk
1•jack-lin•25m ago•1 comments

Motion AI Kit – AI Animation Tools for Claude, Cursor

https://motion.dev/docs/ai-kit
3•bpierre•25m ago•0 comments

Show HN: Modembin – A pastebin that encodes your text into real FSK modem audio

https://www.modembin.com
2•a13x57•26m ago•0 comments

Sad Story of Http.DefaultTransport

https://antonz.org/default-transport/
1•karel-3d•26m 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!