<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: radku</title><link>https://news.ycombinator.com/user?id=radku</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Jul 2026 02:21:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=radku" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by radku in "AWS: Inaccurate Estimated Billing Data – $1.7 billion"]]></title><description><![CDATA[
<p>I almost got a heart attack seeing a bill for 48B USD!</p>
]]></description><pubDate>Fri, 17 Jul 2026 17:43:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48950100</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=48950100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48950100</guid></item><item><title><![CDATA[New comment by radku in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>I've built a voice app for controlling Claude code / Codex sessions and having a lot of fun with it.<p>I can start a remote tmux session from my laptop, close the lid, grab my airpods and continue on the same sessions while in a gym or a bicycle.<p>Planning to open source it soon.</p>
]]></description><pubDate>Mon, 13 Jul 2026 09:24:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48889953</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=48889953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48889953</guid></item><item><title><![CDATA[New comment by radku in "GLM-5.2 – How to Run Locally"]]></title><description><![CDATA[
<p>I have pretty much almost this exact setup with 2x3090s and with slightly faster DDR4 512GB and 64 core Epyc! [0] I've been enjoying it a lot. Can't wait to give this model a try.<p>Apart of running local models I use this rig as my main remote development platform. All Claude Code sessions are running there in tmux now. And my fingers can't be happier not having to deal with constantly hot laptop. Not to mention that Claude Code is such a battery hog.<p>[0] <a href="https://medium.com/@rathko/i-built-an-epyc-64-core-512gb-ram-48gb-vram-llm-server-in-my-apartment-60a8b8a2d355" rel="nofollow">https://medium.com/@rathko/i-built-an-epyc-64-core-512gb-ram...</a></p>
]]></description><pubDate>Tue, 23 Jun 2026 09:30:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48642435</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=48642435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48642435</guid></item><item><title><![CDATA[New comment by radku in "Launch HN: TesterArmy (YC P26) – Agents that test web and mobile apps"]]></title><description><![CDATA[
<p>Congrats on the launch!<p>Will this solution work with services protected by cloudflare turnstile or captchas? Does this involve human in a loop?</p>
]]></description><pubDate>Fri, 19 Jun 2026 13:19:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48598251</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=48598251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48598251</guid></item><item><title><![CDATA[New comment by radku in "Show HN: Are You in the Weights?"]]></title><description><![CDATA[
<p>No privacy policy whatsoever?</p>
]]></description><pubDate>Thu, 18 Jun 2026 22:52:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48592710</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=48592710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48592710</guid></item><item><title><![CDATA[New comment by radku in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>I'm working on OSS security tool that can protect you form credential stealers (think Shai-hulud and similar) or prompt-injected agent leaking your secrets.<p>agent-vault-proxy is a local proxy that injects real secrets into requests in-flight, so a compromised or prompt-injected agent has nothing to steal, feedback welcome: <a href="https://github.com/inflightsec/agent-vault-proxy" rel="nofollow">https://github.com/inflightsec/agent-vault-proxy</a></p>
]]></description><pubDate>Sun, 14 Jun 2026 19:53:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48531904</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=48531904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48531904</guid></item><item><title><![CDATA[Show HN: AVP – an agent can't leak a secret it never had]]></title><description><![CDATA[
<p>A process can't leak a secret it never had.<p>Shai-hulud, prompt-injection - you name it. They cannot steal what your agent (or an process) don't have.<p>I run coding agents (Claude Code, Codex) on my own machines most of the day. Every one of them wants real API keys in env and I was scratching my head for the last few months how to contain it.<p>The usual answer to this is a firewall. I don't buy it. A firewall tries to contain a secret the process is still holding, and the rules are painful to maintain.<p>AVP gives the agent a placeholder and injects the real value at the last moment, on the wire:
```
# the agent's env holds only a placeholder
STRIPE_API_KEY=avp-placeholder
# agent sends:           Authorization: Bearer avp-placeholder
# AVP forwards upstream:  Authorization: Bearer sk_live_...real...
```<p>Keep your passwords in your vault where they belong. AVP initially relies on Bitwarden as a secret manager. It's MIT licensed.<p>Appreciate any feedback.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48495018">https://news.ycombinator.com/item?id=48495018</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 11 Jun 2026 19:10:08 +0000</pubDate><link>https://github.com/inflightsec/agent-vault-proxy</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=48495018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48495018</guid></item><item><title><![CDATA[New comment by radku in "Show HN: Claw Patrol, a security firewall for agents"]]></title><description><![CDATA[
<p>Nice work shipping this.<p>Disclosure: author of a related tool here. I have create agent-vault-proxy for a very similar reason. It also can help keep credentials out of the agent process. The agent gets a placeholder, the proxy swaps in the real secret in transit.<p>I read them as complementary: action firewall in front, credential broker behind. 
<a href="https://github.com/inflightsec/agent-vault-proxy" rel="nofollow">https://github.com/inflightsec/agent-vault-proxy</a></p>
]]></description><pubDate>Thu, 11 Jun 2026 18:15:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48494295</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=48494295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48494295</guid></item><item><title><![CDATA[New comment by radku in "Grafana Labs internal source code accessed"]]></title><description><![CDATA[
<p>AI is actually pretty good at finding vulnerabilities in the codebase.<p>Critical vulnerability in that source code could enable further access to other production systems or databases.<p>Edit: typo</p>
]]></description><pubDate>Sun, 17 May 2026 19:23:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48172339</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=48172339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48172339</guid></item><item><title><![CDATA[New comment by radku in "Node.js Security Bug Bounty Program Paused"]]></title><description><![CDATA[
<p>This could significantly impact security of large parts of web ecosystem.<p>Perhaps Node.js can switch to a VDP, no-bounty program. From Hacker One: "VDP is designed solely for receiving, validating, and addressing security reports without a paid bounty element"</p>
]]></description><pubDate>Fri, 03 Apr 2026 14:26:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47627026</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=47627026</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47627026</guid></item><item><title><![CDATA[New comment by radku in "Subscription bombing and how to mitigate it"]]></title><description><![CDATA[
<p>Agreed. Personally I think about it as massaging a text with LLM is like applying filters to your pictures.<p>The text probably have been based entirely on the internal notes and investigations and is very informative. Would it be better if the OP wrote it entirely by themselves? Not necessarily.</p>
]]></description><pubDate>Thu, 02 Apr 2026 07:31:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47611148</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=47611148</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47611148</guid></item><item><title><![CDATA[New comment by radku in "Hammerspoon"]]></title><description><![CDATA[
<p>Hammerspoon helped me have a F12 shortcut for Ghostty (the only feature I missed from guake on mac)! I love it</p>
]]></description><pubDate>Sat, 14 Mar 2026 14:14:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47376918</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=47376918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47376918</guid></item><item><title><![CDATA[New comment by radku in "Bootkitty: Analyzing the first UEFI bootkit for Linux"]]></title><description><![CDATA[
<p>I keep my fingers crossed for Arch and Valve cooperation: <a href="https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/RIZSKIBDSLY4S5J2E2STNP5DH4XZGJMR/" rel="nofollow">https://lists.archlinux.org/archives/list/arch-dev-public@li...</a></p>
]]></description><pubDate>Fri, 29 Nov 2024 10:06:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=42272723</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=42272723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42272723</guid></item><item><title><![CDATA[LLMs Orchestrating Structured Reasoning Achieve Kaggle Grandmaster Level]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2411.03562">https://arxiv.org/abs/2411.03562</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42147944">https://news.ycombinator.com/item?id=42147944</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 15 Nov 2024 15:50:01 +0000</pubDate><link>https://arxiv.org/abs/2411.03562</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=42147944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42147944</guid></item><item><title><![CDATA[New comment by radku in "Law Enforcement Undermines Tor"]]></title><description><![CDATA[
<p>Would using VPN prevent prying eyes from detecting the IP address? This issue seems to be related only to Tor users who do not use VPN?</p>
]]></description><pubDate>Fri, 25 Oct 2024 13:03:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=41944862</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=41944862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41944862</guid></item><item><title><![CDATA[New comment by radku in "Science Fiction Books About Aliens"]]></title><description><![CDATA[
<p>Legendary Iain M. Banks is a true classic now.<p>For some hard sci-fi I do highly recommend Neal Asher, which reminds me of Banks universe.<p>And a classic "We are Bob" by Dennis Taylor, which is a very easy way to introduce anyone to sci-fi.</p>
]]></description><pubDate>Sun, 14 May 2023 08:43:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=35936427</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=35936427</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35936427</guid></item><item><title><![CDATA[New comment by radku in "‘They killed everyone.’ Fury in Ukraine at Russian troops’ barbarity"]]></title><description><![CDATA[
<p>It's a troll who ignores the mass graves, the rapes, the killing of civilians. How sick do you have to be to look for "winks" here.</p>
]]></description><pubDate>Sun, 10 Apr 2022 15:21:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=30977826</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=30977826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30977826</guid></item><item><title><![CDATA[New comment by radku in "‘They killed everyone.’ Fury in Ukraine at Russian troops’ barbarity"]]></title><description><![CDATA[
<p>You are right. Clearly Russians are enemies here.</p>
]]></description><pubDate>Sun, 10 Apr 2022 15:04:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=30977570</link><dc:creator>radku</dc:creator><comments>https://news.ycombinator.com/item?id=30977570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30977570</guid></item></channel></rss>