Article URL: https://github.com/prian3003/twinrun Comments URL: https://news.ycombinator.com/item?id=49581181 Points: 1 # Comments: 0
Hey HN, I built Ditch because I'm running Codex across several projects and was losing track of what each agent was doing, which one needed me, and where I had left off. Plus, I have other work, so I'd like to leave my agents be and come back only when they need me, finish or fail. Ditch is a local desktop app for managing multiple Codex agents simultaneously. It keeps projects and sessions in one place, shows which sessions are active or waiting, notifies you when something needs attention, and makes it easier to move between projects without losing context. Iβm also experimenting with remβ¦

Broadcom has released security updates for two security flaws impacting VMware Workstation and Fusion, including one critical bug that could result in arbitrary code execution under certain conditions. The vulnerability, tracked as CVE-2026-59346 (CVSS score: 9.3), is an integer-overflow vulnerability that a local attacker with elevated privileges can exploit to run arbitrary code. "A
submitted by /u/SunnyKatt [link] [comments]
Article URL: https://zachkehs.com/blog/theres_no_limit_to_how_bad_code_can_get/ Comments URL: https://news.ycombinator.com/item?id=49576704 Points: 19 # Comments: 5
Comments
You believe coding by hand is the Way and I both admire and appreciate beautiful, hand-crafted code. But I want to use your library, and when I ask my AI to evaluate it for bugs, memory leaks, security issues, it returns a long list of serious ones. Even if you hate AI-generated code, you can use an AI to identify issues and you can fix them yourself. Think of it as an advanced linter or something.

Article URL: https://www.coderabbit.ai/blog/gpt-6-astra-code-review-evaluation Comments URL: https://news.ycombinator.com/item?id=49572875 Points: 3 # Comments: 1

Article URL: https://engineering.atspotify.com/2026/9/portal-by-spotify-cut-my-claude-code-token-usage-by-90 Comments URL: https://news.ycombinator.com/item?id=49571465 Points: 9 # Comments: 0

Article URL: https://santiagodevelopment.com/p/2026/9/4/repo-zoo Comments URL: https://news.ycombinator.com/item?id=49570623 Points: 1 # Comments: 0
My company recently provided me a Claude license and even not being a fan of this kind of tool i recognize the value. I think it's great to deal with tasks you don't want to handle and just to get rid of them as fast as possible, but when there is something you like I belive it's importante not to rush it and enjoy the process, for my side projects I don't really allow code generation, instead I try to get the docs and examples on how stuff works then implement it, the risk of atrophy is high and to be able to write good code by yourself is a great value. But I see more and more people convinβ¦
