Morris Clay
clay.id
Morris Clay
@clay.id
Early stage tech investor. Junior dad-ops engineer.
bsky.app/starter-pack... Also great pack
December 17, 2024 at 10:29 AM
Starter packs are a great way: Eg you might find this relevant: bsky.app/starter-pack...
December 17, 2024 at 10:27 AM
5/ Many obvious security flaws I'm sure - I'm neither a cryptographer nor security expert. Just enjoyed exploring :) Kinda inspired by work with Cloudflare workers
December 2, 2024 at 11:24 AM
4/ Just an experiment in composing existing tools (keyring, git, RSA) rather than building new platform.
December 2, 2024 at 11:24 AM
3/ System keyring could hold private keys, public keys enable sharing. Git handles distribution:

```
for pub_key in team.keys() {
let encrypted = pub_key.encrypt(value)?;
secret.add(username, encrypted);
}
```
December 2, 2024 at 11:24 AM
2/ Core idea is straightforward: store per-user encrypted values locally.

```
struct Secret {
encrypted_values: HashMap<String, String>, // username -> encrypted
environment: String
}

```
December 2, 2024 at 11:24 AM
1/ Most secret managers are cloud-first. Was wondering if we could do simpler: local encryption + git for small teams
December 2, 2024 at 11:24 AM
These are just observations from the trenches. What patterns are you seeing? /end
November 27, 2024 at 5:15 PM
The biggest deals often start with the smallest commitments. Nature of trust maybe.
November 27, 2024 at 5:15 PM
Starting to think "land and expand" isn't a strategy. Just trust compounding. POCs often optimize for wrong things. Not about features checked - about confidence built.
November 27, 2024 at 5:15 PM
No shame in "service enabled". Trust is human first. Champion needs support, then product license. Careful when you structure offer to be able to phase out support slowly.
November 27, 2024 at 5:15 PM
$50k might be sweet-spot number? Small enough to stay under radar. Big enough to matter. What have you seen? Have yet to see a counter-example.
November 27, 2024 at 5:15 PM
Trust tips into revenue when champion feels confident enough to stake reputation.
November 27, 2024 at 5:15 PM
Pretty convinced the best enterprise deals start with someone just actually caring to solve their champions most pressing problems. - Everything else comes later.
November 27, 2024 at 5:15 PM
OSS is a trust factory running at scale. How do you turn stars into champions?

Magic moment when a developer becomes a champion in their org. They shift from "cool tech" to "I can solve real problems with this."
November 27, 2024 at 5:15 PM