frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rust Bibliography

https://rustc-dev-guide.rust-lang.org/appendix/bibliography.html#rust-bibliography
1•vinhnx•49s ago•0 comments

Checking Write Bandwidth on GPUs

https://clamtech.org/?dest=gpuwrite
1•matt_d•1m ago•0 comments

Rectified Flow Auto Coder

https://world-snapshot.github.io/RAC/
1•E-Reverance•1m ago•1 comments

Servo is almost ready for Cordova, but there are two missing pieces

https://blog.merzlabs.com/posts/cordova-servo/
1•Fudgel•5m ago•0 comments

Model Collapse

https://aksioma.org/model-collapse
1•jruohonen•8m ago•0 comments

Show HN: Pmc – tiny single binary for packing code into LLM context

https://github.com/Water-Run/pack-my-code
3•linxxxx•8m ago•1 comments

I Asked My AI About Israel-Iran. It Tried to Intercept a Satellite

https://github.com/fredabila/orcbot
2•abilafredkb•8m ago•3 comments

Show HN: A high-performance, privacy-focused normal map generator in the browser

https://normalmap-generator.online/
1•maxnew•9m ago•1 comments

Raglet(open-source)–portable RAG for small text corpora (no infrastructure)

https://github.com/mkarots/raglet
1•cepstrum9•12m ago•1 comments

Seedance 2.0 Pro – Next-Gen AI Video Generator by ByteDance

https://www.seedance2pro.com
2•AgarwalKamrul•12m ago•2 comments

Paris: Causally Consistent Transactions with Partial Replication

https://arxiv.org/abs/1902.09327
1•Kinrany•13m ago•1 comments

Show HN: Transcribe audio from apps, files and your device's microphone

https://play.google.com/store/apps/details?id=com.dstudio.d_transcriber&hl=en
1•dstudios•14m ago•0 comments

Laws of UX

https://lawsofux.com/
1•celadevra_•14m ago•0 comments

Challenges in Decompilation and Reverse Engineering of CUDA-Based Kernels [pdf]

https://nicolo.dev/files/pdf/reverse26-cuda-kernels.pdf
1•matt_d•14m ago•0 comments

Tesla opens its first Megacharger station to Semi customers in California

https://electrek.co/2026/03/08/tesla-opens-first-megacharger-ontario-california-semi-customers/
2•mattas•15m ago•0 comments

Alabama set to execute man who didn't kill anyone

https://www.nbcnews.com/news/us-news/alabama-set-execute-man-not-kill-anyone-rcna262113
3•Jimmc414•16m ago•1 comments

Uber turned off $25M a year on Facebook Ads

https://read.earlystagegrowth.com/p/brand-marketing-at-uber-taught-me
1•joshlachkovic•16m ago•0 comments

WTI Crude over $100 a barrel after Iran US War Tensions refuse to calm

https://www.bbc.com/news/articles/c79542n0grwo
2•cermicelli•18m ago•0 comments

Coding agents wrote a chess engine in pure TeX

https://blog.mathieuacher.com/TeXCCChessEngine/
2•azhenley•21m ago•0 comments

Ask HN: If a photo of you could talk and move with your voice in calls, why not?

1•BelVisgarra•22m ago•0 comments

(AI) Smells on Medium

https://rmoff.net/2025/11/25/ai-smells-on-medium/
3•jruohonen•25m ago•2 comments

The uncomfortable truth about hybrid vehicles

https://www.theverge.com/column/890135/truth-hybrid-vehicles
1•kstonekuan•25m ago•0 comments

Comprehensive Benchmarking of Agentic Systems Across 104 Real-World Challenges

https://arxiv.org/abs/2603.02586
1•wek•31m ago•0 comments

A blog post by Anthropic about COBOL wiped $30B off IBM's market cap

https://www.heraldsun.com/news/business/article314892640.html
1•toss1•31m ago•1 comments

Loongson 3B6000: Compared to AMD Zen 5, Intel Arrow Lake and Raspberry Pi 5

https://www.phoronix.com/review/loongson-3b6000-loongarch
1•rguiscard•38m ago•1 comments

Building for Trillions of Agents

https://twitter.com/levie/status/2030714592238956960
1•rmason•38m ago•0 comments

GNU and the AI Reimplementations – <Antirez>

https://antirez.com/news/162
4•abdelhousni•39m ago•0 comments

Claude helped select targets for Iran strikes, possibly including school

https://twitter.com/robertwrighter/status/2030482402628214841
7•delichon•42m ago•4 comments

OpenAI's Symphony: Agent Management Layer

https://github.com/openai/symphony
2•kentf•46m ago•0 comments

Zero Lines Written by a Human but 750 Pull Requests Later

https://chatml.com/blog/we-built-entire-product-with-ai-750-pull-requests
1•mcastilho•48m ago•1 comments
Open in hackernews

Show HN: Termix – One dashboard for all your AI coding agents

https://github.com/rustykuntz/termix
4•rustykuntz•17h ago

Comments

rustykuntz•17h ago
I have about 13 terminal windows with Claude Code, OpenCode, Codex, Gemini CLI, across a few projects. Half the time I cant find the one I need, and i definitely missed an agent that finished minutes ago because it was buried behind other tabs.

I built Termix to fix this. It's basically Slack / WhatsApp but for coding agents. Left side shows all your sessions sorted by project, you click one, you see the terminal. Green dot means working, yellow means idle. You can see the last message from each agent without switching to it. Simple but powerful, once you have more than 5-6 agents in various terminals, this changes everything. You actually know what's going on. Runs locally, all CLI agent sessions survive restarts.

npm i -g termix-cli && termix Open localhost:4000, start working. Claude Code, Codex, Gemini CLI, OpenCode supported. Plugins!