frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Is SpaceX Worth $2T?

https://www.profgmedia.com/p/is-spacex-really-worth-2-trillion
2•JumpCrisscross•1m ago•0 comments

Federal Court Denies Anthropic's Motion to Lift 'Supply Chain Risk' Label

https://www.nytimes.com/2026/04/08/technology/anthropic-pentagon-risk-circuit-court.html
2•1vuio0pswjnm7•3m ago•0 comments

Show HN: BNNR – a closed-loop pipeline for improving vision models

1•dominka•3m ago•0 comments

Names and faces of those killed by Israel in its April 8 massacre

https://today.lorientlejour.com/article/1502922/names-and-faces-of-those-killed-by-israel-in-its-...
8•johnbarron•4m ago•0 comments

You're Looking at the Wrong Pretext Demo

https://denodell.com/blog/youre-looking-at-the-wrong-pretext-demo
1•speckx•5m ago•0 comments

Rolling your own crypto can make sense (sometimes)

https://blog.m0dex.eu/posts/rolling-your-own-crypto/
1•M0dEx•5m ago•0 comments

Show HN: Haven – persistent SSH sessions without tmux

https://haventerminal.com/
3•christiansafka•5m ago•0 comments

Status: Tariff Refunds

https://asiaviewnews.com/gigabots/threads?p=100055
1•mark336•5m ago•2 comments

I gave every train in New York an instrument

https://www.trainjazz.com/
2•joshuawolk•7m ago•0 comments

France to ditch Windows for Linux to reduce reliance on US tech

https://techcrunch.com/2026/04/10/france-to-ditch-windows-for-linux-to-reduce-reliance-on-us-tech/
4•Teever•7m ago•0 comments

Show HN: Figma for Coding Agents

https://getdesign.md
1•omeraplak•7m ago•0 comments

Show HN: I built a project board where AI agents join as real teammates

https://is.team
2•datahover•7m ago•0 comments

eBPF-based PostgreSQL wait event tracer using hardware watchpoints

https://github.com/DmitryNFomin/pg_wait_tracer
1•tanelpoder•8m ago•0 comments

Physics stippling with headless simulation and batched rendering [video]

https://www.youtube.com/watch?v=4pfAlYC9Ydw
1•Rayterex•9m ago•1 comments

Will Lower Courts Find Ways Around Cox vs. Sony? You Betcha

https://blog.ericgoldman.org/archives/2026/04/will-lower-courts-find-ways-around-cox-v-sony-you-b...
1•hn_acker•10m ago•0 comments

Florida AG launches investigation into OpenAI

https://www.axios.com/2026/04/09/florida-ag-launches-investigation-openai
1•1vuio0pswjnm7•11m ago•0 comments

Writer Survey: 60% of Companies Plan to Lay Off Employees Who Won't Adopt AI

https://writer.com/blog/enterprise-ai-adoption-survey-results-press-release/
1•louiereederson•12m ago•0 comments

Show HN: Skilldeck – Desktop app to manage AI agent skill files across tools

https://github.com/ali-erfan-dev/skilldeck
1•alierfan•13m ago•0 comments

We analyzed 5M App Store rankings – here's what moves the needle

https://appstorestatistics.com/
1•tkrenn06•14m ago•0 comments

Yikes, Encryption's Y2K Moment Is Coming Years Early

https://www.eff.org/deeplinks/2026/04/yikes-encryptions-y2k-moment-coming-years-early
2•Brajeshwar•16m ago•0 comments

RemembrallMCP – persistent memory and code graph for AI agents

https://github.com/cdnsteve/remembrallmcp
1•cdnsteve•16m ago•0 comments

What does it mean to create with AI?

https://cjauvin.github.io/posts/creating-with-ai/
1•cjauvin•16m ago•0 comments

Wisconsin city passes nation's first anti-data center referendum

https://www.politico.com/news/2026/04/08/wisconsin-city-passes-nations-first-anti-data-center-ref...
1•1vuio0pswjnm7•16m ago•0 comments

The Gentle Seduction [pdf]

https://eyeofmidas.com/scifi/Stiegler_GentleSeduction.pdf
1•JumpCrisscross•19m ago•0 comments

Framework founder says that 'personal computing as we know it is dead'

https://www.tomshardware.com/tech-industry/big-tech/framework-founder-says-that-personal-computin...
1•speckx•19m ago•2 comments

GBrain – The memex, built for people who think for a living

https://github.com/garrytan/gbrain
1•china•20m ago•0 comments

Some Movement of Models

https://movementsofmodels.antikythera.org/
1•anarbadalov•20m ago•0 comments

Honeywell and Odys Develop Laila VTOL Anti-Drone Platform

https://www.ainonline.com/aviation-news/defense/2026-04-01/honeywell-and-odys-develop-laila-vtol-...
1•JumpCrisscross•20m ago•0 comments

Helium Is Hard to Replace

https://www.construction-physics.com/p/helium-is-hard-to-replace
2•JumpCrisscross•21m ago•0 comments

Show HN: I created a leaderboard converting your LOC into garrytans. COPE

https://www.garrytans.com/
1•Tjerkienator•21m ago•1 comments
Open in hackernews

Ask HN: How do you and your team manage secrets day to day?

2•markvm•1h ago
I used to work at a startup. In that company we were regularly switching between environments, connecting to different API's and databases. We were constantly juggling .env files, storing them on our laptops and sharing them on Slack. At some point I lost a set of credentials for a (richly filled) test database I created. I guess I deleted it when cleaning up the workspace, unaware I didn't store it somewhere. That was the moment I started looking for a better way to manage secrets. To be honest, the more I look the less I understand what the actual default is in 2026.

The GitGuardian report that came out recently says 29 million secrets leaked on GitHub in 2025, so it looks like I'm not the only one who is still figuring this out. At least my .env files were in .gitignore.

So I'm just curious: how do you/your team actually handle this in practice? Are you running Vault, Doppler, something locally, a folder of .env files that nobody talks about, a 1Password vault that everyone shares, something else entirely? What works, what doesn't, and what do you wish was different?

Comments

philmillman•1h ago
We built varlock.dev to solve this exact problem. It works with all the secret and password managers everyone is already using and gives you a schema that you can commit, better DX (type-safety, intellisense) and security guardrails (redaction, leak prevention, scanning). Would love to hear your thoughts!
markvm•14m ago
Thank you, just took a look. So, if I understand correctly varlock is designed to run on top of existing password/secrets managers. Do you have any idea which ones are typically used by varlock users? What do you use?
philmillman•3m ago
Yeah we're currently meant to run on top of whatever platforms/products people are already using. We're launching some first party encryption support imminently. It's mostly geared towards local overrides, but that will evolve into more of an end-to-end solution over time.

1Password is very popular, especially for dev/pre-prod where shared vaults are more the norm. I think it will continue to grow as their Environments product matures. Next most popular would be AWS (our plugin supports both of their secrets management solutions). And after that would be Infisical. Some of the other plugins are quite new so I expect some growth there as people find them.

We are pretty heavy 1Pass users internally.