Breaking News
Friday, June 12, 2026
Show HN: Lead Qualifier – Get leads qualified in minutes https://ift.tt/qFc7WL1
Show HN: Lead Qualifier – Get leads qualified in minutes https://ift.tt/qCuRPrn June 13, 2026 at 06:36AM
Show HN: Turn your name into a tree in an infinite procedural shanshui landscape https://ift.tt/VrAlUiR
Show HN: Turn your name into a tree in an infinite procedural shanshui landscape Hi HN! I made this after collecting hundreds of "name → tree" submissions at ITP. Live: https://ift.tt/dR52mfo
Source: https://ift.tt/RANfmhy
Plant a tree: https://ift.tt/px9BYD3 Pan and zoom an infinite procedural landscape. Each name is converted to ASCII codes, which grow into a unique tree (breadth-first branching; repeated digits become mathematical roses). Mountains use midpoint displacement + Perlin noise, with SVG radial gradients in the blue/green/gold palette from Wang Ximeng's "A Thousand Li of Rivers and Mountains." Inspired by Lingdong Huang's {Shan, Shui}* ( https://ift.tt/qtHRjPN ). Every tree is someone's name, signed with an APack stamp ( https://ift.tt/fyQ5wc6 ). Try planting your name, then pan along the ridgeline to find it. "My trees" lets you jump back to ones you planted. Happy to answer questions about the terrain algo, name→tree encoding, or the Riso print we tiled at ITP Winter Show! https://ift.tt/dR52mfo June 10, 2026 at 06:39PM
Show HN: Nenya – A lightweight, highly secure AI API Gateway/Proxy written in Go https://ift.tt/6hAdNOx
Show HN: Nenya – A lightweight, highly secure AI API Gateway/Proxy written in Go https://ift.tt/c4KiyLe June 12, 2026 at 09:32PM
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
Subscribe to:
Posts (Atom)