Breaking News
Thursday, June 11, 2026
Show HN: Nuts – pip/NPM for Java with first-class workspaces, JDK provisioning https://ift.tt/rC87lut
Show HN: Nuts – pip/NPM for Java with first-class workspaces, JDK provisioning My frustration with distributing java apps didnt show up recently.
I remember having implemented my first network jar downloaded back in the 2000's because i needed applet like feature support with desktop full control.
Years after, the problem is the very same. Webstart didnt really took off and the only mean i had in my projects was the ugly fatjars, including the (for me) uglier spring-boot repackaging that changes the application classloading behaviour and hence giving me by time some headackes i was not prepared for. So basically nuts started as a response to this frustration 9 years ago, but from now i think its mature enough (used in production) to be shared, and forecebly i am more keen to need suggestions and help from fellow contributors. https://ift.tt/irDh9Hm June 11, 2026 at 02:23AM
Show HN: AVP – an agent can't leak a secret it never had https://ift.tt/YAIBDQT
Show HN: AVP – an agent can't leak a secret it never had A process can't leak a secret it never had. Shai-hulud, prompt-injection - you name it. They cannot steal what your agent (or an process) don't have. 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. 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. 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...
``` Keep your passwords in your vault where they belong. AVP initially relies on Bitwarden as a secret manager. It's MIT licensed. Appreciate any feedback. https://ift.tt/qQ3GS1P June 11, 2026 at 11:10PM
Wednesday, June 10, 2026
Show HN: Kctx – A read-only Kubernetes context engine for SREs and AI Agents https://ift.tt/REDP9i5
Show HN: Kctx – A read-only Kubernetes context engine for SREs and AI Agents https://ift.tt/WBpnHPO June 11, 2026 at 12:44AM
Show HN: Atlasphere – Live Infrastructure Diagrams https://ift.tt/wvmNBWq
Show HN: Atlasphere – Live Infrastructure Diagrams Hi HN. My name is Andrey. On a regular business day, I'm a software engineer working at AWS. Outside of work hours, I spend time on my hobby - writing code. I was once building a pet project that allowed customers to spin up fully synchronized blockchain nodes within just a few minutes. The backend was split into a control plane and a data plane, each with its own AWS account. Later I added two more AWS accounts. One for shared RPC nodes. One for the Analytics Service. Since I love to visualize things, I used drawio to visualize the architecture. With time, I noticed a pattern. I'd write some code, add a few lambda functions, update my drawio diagram, write more code, introduce a few more resources, test things, see that everything works fine and go to sleep with a smile on my face. Next week I'd check my diagram, and shockingly, it's missing some of the resources! This kept happening for a few more weeks until I decided to fully abandon the project until my infrastructure diagrams could stay in sync with my cloud account. That's how Atlasphere.io was born. I've been working on it for the past 6 months and I think the product is ready for some feedback :) A few notes: - Atlasphere uses a ReadOnly IAM role to scan your AWS account (my account reaches your account through a trust relationship). - The number of services is currently limited (WIP) - It's a macOS app - It's NOT an Electron app, i use Rust + Webview What am I looking for? All I really need is for someone to try the app and tell me what they like about it and what they absolutely hate about it, haha! The website is https://atlasphere.io/ June 9, 2026 at 04:35PM
Tuesday, June 9, 2026
Show HN: LocalCode – turn plain English into CLI commands with Apple's local AI https://ift.tt/qWojEPG
Show HN: LocalCode – turn plain English into CLI commands with Apple's local AI https://ift.tt/iWHLkTB June 10, 2026 at 01:04AM
Show HN: OpenYabby, voice-controlled multi-agent orchestrator for Claude Code https://ift.tt/i85B9bz
Show HN: OpenYabby, voice-controlled multi-agent orchestrator for Claude Code https://ift.tt/TnYFQ78 June 10, 2026 at 12:08AM
Show HN: Transit-format (JSON/MessagePack) reader/writer in C https://ift.tt/fNoRyJT
Show HN: Transit-format (JSON/MessagePack) reader/writer in C Transit.c is an addition to the set of libraries to support transit data interchange format written in C11. It supports full 0.8 specification of cognitect's transit-format: JSON, JSON-Verbose and MessagePack encodings, all ground and extension types, compression via keys caching, extensibility via custom tag handlers. https://ift.tt/l8Nmpd9 June 8, 2026 at 01:35PM
Subscribe to:
Posts (Atom)