-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (71 loc) · 3.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<html>
<style>
@media (prefers-color-scheme: dark) {
body { background-color: black; color: white; }
a { color: #87d2f5; }
}
body {
padding: 10px 10px 0px 10px;
}
#main {
max-width: 50em;
}
#main p {
padding: 0px;
margin: 0px;
}
</style>
<head>
<title>1d</title>
</head>
<body>
<div id="main">
<p>Hi! I'm Mike Mettler (<a href="https://linkedin.com/in/mettler" target="_blank">linkedin</a> & <a href="https://x.com/mettler" target="_blank">x</a>). I support & make small angel investments (usually $25k) in awesome people building things that help our planet. I prefer to get involved as early as possible, including being the first check. I like working directly with teams on product, sales, recruiting, and operations. I'm not as useful at the later growth stages. If you think I might be able to help, get in touch! Warm intros are nice but not required.</p>
<br />
<p>I've invested in <a href="https://www.airmyne.com/" target="_blank">AirMyne</a>,
<a href="https://www.barnwellbio.com/" target="_blank">Barnwell Bio</a>,
<a href="https://bedrock.inc/" target="_blank">Bedrock Materials</a>,
<a href="https://beeper.com" target="_blank">Beeper</a> (acquired by Automattic),
<a href="https://boomsupersonic.com/" target="_blank">Boom Supersonic</a>,
Cambrian Genomics (shut down),
<a href="https://www.channingcopper.com/" target="_blank">Channing Copper</a>,
<a href="https://compoundeye.com/" target="_blank">Compound Eye</a>,
<a href="https://criticalenergy.co/" target="_blank">Critical Energy</a>,
<a href="https://deepfission.com/" target="_blank">Deep Fission</a>,
<a href="https://elephantenergy.com/" target="_blank">Elephant Energy</a>,
<a href="http://www.elroyair.com/" target="_blank">Elroy Air</a>,
<a href="http://www.hexium.us/" target="_blank">Hexium</a>,
<a href="https://www.kopperfield.com/" target="_blank">Kopperfield</a>,
<a href="https://lightcellenergy.com/" target="_blank">Lightcell Energy</a>,
<a href="https://www.ludwigcomputing.com/" target="_blank">Ludwig Computing</a>,
<a href="https://getlumen.com/" target="_blank">Lumen Energy</a>,
<a href="https://www.lydianlabs.com/" target="_blank">Lydian Labs</a>,
<a href="https://www.seabound.co/" target="_blank">Seabound</a>,
<a href="https://www.hellosuper.com/" target="_blank">Super</a>,
<a href="https://www.tailscale.com/" target="_blank">Tailscale</a>,
and
<a href="https://transition.bio/" target="_blank">Transition Biomining</a>.
</p>
<br />
<p>Some areas that I'm actively looking to fund/help (not restrictive - if you're working on something else, great):</p>
<br />
<p>Machine learning</p>
<p>- Self-driving labs</p>
<br />
<p>Chemical synthesis</p>
<p>- Low-temp plasma</p>
<p>- Cell-free biology</p>
<br />
<p>Storage</p>
<p>- Chemical long-duration</p>
<br />
<p>Geothermal</p>
<p>- Heat transfer</p>
<br />
<p>Efficient computing</p>
<p>- Low power hardware for AI/ML</p>
<br />
</div>
</body>
</html>