frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

NemoClaw vs. Grith: Sandbox for One Agent vs. Security for All

https://grith.ai/blog/nemoclaw-vs-grith-ai-agent-security
2•edf13•56s ago•0 comments

Show HN: Crossle – Scrabble meets crossword game

https://playcrossle.com/
1•enahs-sf•1m ago•0 comments

Cindy Cohn on Privacy Battles Old and New

https://lwn.net/SubscriberLink/1061979/3d095580f34f5310/
1•dannyobrien•3m ago•0 comments

Pictures of Distant Worlds [video]

https://www.youtube.com/watch?v=Sl4j9mlRjQE
1•superjan•3m ago•0 comments

Treetable: a case-study in q

https://web.archive.org/web/20220418084435/http://archive.vector.org.uk/art10500340
1•tosh•3m ago•0 comments

Ask HN: How to Evaluate IP Dataset?

1•punkpeye•4m ago•0 comments

DNSSEC for Research.gov Is Hosed

https://dnsviz.net/d/research.gov/dnssec/
1•krunck•5m ago•0 comments

Travis Kalanick's New Thing

https://atoms.co/
1•sanj•5m ago•0 comments

Why Testing is Hard and How to Fix it [audio]

https://signalsandthreads.com/why-testing-is-hard-and-how-to-fix-it/
1•mmillin•8m ago•0 comments

XPFarm; Open-source vulnerability scanner wrapping community tools and Multi-LLM

https://github.com/A3-N/xpfarm
1•A3-N•10m ago•1 comments

Can Nvidia's Dominance Survive the Sea Change Under Way in AI Computing?

https://www.wsj.com/tech/ai/can-nvidias-dominance-survive-the-sea-change-under-way-in-ai-computin...
1•gmays•10m ago•0 comments

What Determines Which Knowledge Work AI Can Automate

https://pattersonconsultingtn.com/content/hitchhikers_guide_kw/cognitive_labor.html
1•jpattanooga•11m ago•1 comments

Improved EV battery gains will outmatch degradation from climate change

https://techxplore.com/news/2026-03-ev-battery-gains-outmatch-degradation.html
2•PaulHoule•12m ago•0 comments

I Drove $31M in Bookings as a Consultant. The System Said I Needed Improvement

https://www.briancarpio.com/blog/i-drove-31m-in-bookings-the-system-said-i-needed-improvement
2•th3tekllc•14m ago•1 comments

Your Brain Rewrites Your Memories Each Time You Recall Them - Study

https://thedebrief.org/your-brain-rewrites-your-memories-each-time-you-recall-them-new-study-finds/
1•thunderbong•15m ago•0 comments

Why investors won't know what to make of AI for a while

https://www.economist.com/finance-and-economics/2026/03/12/why-investors-wont-know-what-to-make-o...
2•1vuio0pswjnm7•17m ago•0 comments

Built an AI employee that handles customer follow-ups for local businesses

https://usetrellis.polsia.app/
1•trellisai•20m ago•0 comments

OpenAI Japan announces Japan Teen Safety Blueprint to put teen safety first

https://openai.com/index/japan-teen-safety-blueprint
1•surprisetalk•20m ago•0 comments

The Myth of Never Giving Up

https://marcrandolph.substack.com/p/the-myth-of-never-giving-up
3•theorchid•20m ago•2 comments

Go SDK for Claude Agents

https://github.com/character-ai/claude-agent-sdk-go
1•nateb2022•22m ago•0 comments

Apiark: Open-Source Postman Alternative

https://github.com/berbicanes/apiark
1•adamnemecek•22m ago•0 comments

Golem and Pygmalion effects – traps to avoid as an Engineering Manager

https://medium.com/doctolib/golem-and-pygmalion-effects-traps-to-avoid-as-an-engineering-manager-...
2•rognjen•22m ago•0 comments

Show HN: StatusOK – Uptime monitoring with 1-minute checks on the free tier

https://statusok.dev
1•condorave•25m ago•0 comments

Deal to stop algorithmic price-fixing of apartment rentals leaves out renters

https://www.courthousenews.com/greystar-agrees-to-stop-price-fixing-but-renters-left-out-of-deal/
3•frmersdog•25m ago•0 comments

Show HN: How to cache your codebase for AI agents

https://github.com/kaanozhan/Frame
1•kozhan•29m ago•0 comments

CRISPR makes enhanced cancer-fighting immune cells inside mice

https://www.nature.com/articles/d41586-026-00857-6
1•saikatsg•29m ago•0 comments

Leading the charge to explain static electricity

https://www.nature.com/articles/d41586-026-00839-8
2•saikatsg•29m ago•0 comments

A factual warning for other media buyers

https://blog.karljtaylor.com/blog/2026-03-18-free-speech-on-x-10-dollar-promoted-post-experiment/
1•karljtaylor•31m ago•1 comments

Show HN: Ossature – Spec-driven code generation with LLMs

https://ossature.dev
3•beshrkayali•33m ago•0 comments

30 Days Left

https://krollsec.github.io/thirty-days/
1•Ksecurity•34m ago•0 comments
Open in hackernews

Show HN: Pertmux – A TUI to unify your coding agents, MRs and worktrees

https://github.com/rupert648/pertmux
1•pure-orange•1h ago
Hey HN!

Since terminal coding agents took over my workflow, I've been juggling more worktrees and MRs than ever — constantly switching between GitLab/GitHub dashboards, tmux sessions, and git worktrees. Agents would sit idle, MRs needed rebasing, and I'd miss it all while focused on my main task.

Hence I built Pertmux. It's a Rust TUI (shout out to ratatui — http://ratatui.rs) that links everything together in one dashboard: MRs from GitHub/GitLab, git worktrees, tmux panes, and coding agents. Select an MR and you see its linked branch, worktree, pipeline status dots, and which agent is working on it. Create and manage worktrees, jump straight into tmux panes, or send commands to agents (rebase, fix CI) — all without leaving the dashboard. It runs as a background daemon so the data is always fresh, and can pop up as a tmux overlay so it's one keybind away.

Built for my own workflow around neovim + tmux + opencode. The architecture is pluggable (traits for forges and agents), and there's an AGENTS.md to onboard coding agents for customization. I'd encourage you to fork, open Issues/MRs and do what you want. I think we're all better off building hyper specific tools to fit our own needs since it's easier than ever before to do, and I hope Pertmux at least provides you a great jumping off point.

Heavily inspired by workmux so shout out to them! https://github.com/raine/workmux

Worktree management is based upon the fantastic CLI worktrunk: https://worktrunk.dev/