Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
selixe_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
Show HN: EnvMaster – inject encrypted env variables from your terminal
(envmaster.dev)
3 points
by
selixe_
6mo ago
|
0 comments
2.
▲
by
selixe_
6mo ago
This kind of "tool" is exactly what we need. Looks really good and the only change I would personally do is on the editor page remove the section below the editor. Other than that good work :)
3.
▲
by
selixe_
6mo ago
I'm no expert in this niche but I really do like the design of your project. Great work :)
4.
▲
by
selixe_
6mo ago
Interesting, but I wonder if this shifts too much complexity onto the user. tmux is powerful, but not exactly approachable, and "multi-agent orchestration" on top of it feels like something that could get hard to reason about quic
5.
▲
by
selixe_
6mo ago
This seems useful, but I wonder about edge cases: - dynamically generated code - reflection-heavy systems - implicit coupling (shared schemas, conventions, etc) These are usually where simple maps break down and why people fall back to full
6.
▲
by
selixe_
6mo ago
Fun concept and clean design very good game. :)
7.
▲
by
selixe_
6mo ago
I think "gambling" is a bit too strong, but there is a real shift in how we evaluate correctness. With traditional coding, you reason step by step and with AI-assisted code, you're often validating outputs after the fact. The
8.
▲
by
selixe_
6mo ago
Neat idea - using the keychain for master key storage is a clean solution for the solo developer case. If the team sharing and multi-environment side ever becomes a problem, we've been working on something similar at envmaster.dev that