-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
240 lines (232 loc) · 11 KB
/
Copy pathblog.html
File metadata and controls
240 lines (232 loc) · 11 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta name='description' content='Writing on AI for biology, scientific tooling, and product building by Domen Jemec.' />
<title>Blog | Domen Jemec</title>
<meta property='og:title' content='Blog | Domen Jemec' />
<meta property='og:description' content='Writing on AI for biology, scientific tooling, and product building.' />
<meta property='og:url' content='https://domenjemec.com/blog.html' />
<meta property='og:type' content='website' />
<meta property='og:image' content='https://domenjemec.com/resources/photo.jpg' />
<meta name='twitter:card' content='summary_large_image' />
<meta name='twitter:site' content='@domenjemec' />
<meta name='twitter:creator' content='@domenjemec' />
<meta name='twitter:title' content='Blog | Domen Jemec' />
<meta name='twitter:description' content='Writing on AI for biology, scientific tooling, and product building.' />
<meta name='twitter:image' content='https://domenjemec.com/resources/photo.jpg' />
<link rel='canonical' href='https://domenjemec.com/blog.html' />
<meta name='author' content='Domen Jemec' />
<meta name='robots' content='index, follow' />
<style>
:root{
--bg:#020810;
--text:#ffffff;
--muted:#8899aa;
--accent:#00f5ff;
--maxw:1400px;
--mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
--sans:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
font-family:var(--sans);
color:var(--text);
line-height:1.6;
background:var(--bg);
font-size:18px;
}
a{color:inherit;text-decoration:none}
.container{max-width:var(--maxw);margin:0 auto;padding:0 2vw}
nav{
padding:15px 0 10px;
display:flex;
justify-content:space-between;
align-items:center;
}
.logo{
font-size:30px;
font-weight:700;
color:var(--accent);
}
.nav-social{display:flex;gap:20px;align-items:center}
.nav-social a,.nav-social button{
color:var(--muted);
transition:all .1s;
display:flex;
align-items:center;
justify-content:center;
background:none;
border:none;
cursor:pointer;
font-family:var(--sans);
font-size:15px;
}
.nav-social a:hover,.nav-social button:hover{color:var(--accent)}
.nav-social svg{width:22px;height:22px}
.nav-link{
font-size:14px;
text-transform:uppercase;
letter-spacing:2px;
font-weight:600;
}
.nav-link.active{color:var(--accent)}
main{padding:40px 0 80px}
.blog-header h1{
font-size:clamp(28px,4vw,46px);
font-weight:700;
line-height:1.2;
letter-spacing:-0.5px;
margin-bottom:16px;
color:var(--text);
}
.blog-header p{
font-size:17px;
color:var(--muted);
line-height:1.7;
margin-bottom:48px;
}
.post-list{display:flex;flex-direction:column;gap:4px}
.post-item{
display:block;
padding:22px 0;
border-bottom:1px solid rgba(255,255,255,.07);
transition:padding .15s;
}
.post-item:last-child{border-bottom:none}
.post-item:hover{padding-left:8px}
.post-item:hover h2{color:var(--accent)}
.post-item .date{
font-size:13px;
color:var(--accent);
font-family:var(--mono);
margin-bottom:6px;
}
.post-item h2{
font-size:22px;
font-weight:600;
color:var(--text);
transition:color .15s;
margin:0;
text-transform:none;
letter-spacing:normal;
}
.empty{color:var(--muted);font-size:16px;padding:20px 0}
.loading{color:var(--muted);font-size:16px;padding:40px 0;text-align:center}
footer{
padding:36px 0;
border-top:1px solid rgba(255,255,255,.07);
display:flex;
justify-content:space-between;
align-items:center;
color:var(--muted);
font-size:14px;
}
footer a{color:var(--accent)}
@media(max-width:500px){
footer{flex-direction:column;gap:10px;text-align:center}
}
</style>
<!-- Google tag (gtag.js) -->
<script async src='https://www.googletagmanager.com/gtag/js?id=G-CRV0D7Q5HX'></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CRV0D7Q5HX');
</script>
</head>
<body>
<div class='container'>
<nav>
<a href='index.html' class='logo'>Domen Jemec</a>
<div class='nav-social'>
<a href='blog.html' class='nav-link active'>Blog</a>
<a href='https://www.linkedin.com/in/domenjemec/' target='_blank' rel='noopener' aria-label='LinkedIn'>
<svg viewBox='0 0 24 24' fill='currentColor'><path d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/></svg>
</a>
<a href='https://github.com/djemec' target='_blank' rel='noopener' aria-label='GitHub'>
<svg viewBox='0 0 24 24' fill='currentColor'><path d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/></svg>
</a>
<a href='https://x.com/domenjemec' target='_blank' rel='noopener' aria-label='Twitter'>
<svg viewBox='0 0 24 24' fill='currentColor'><path d='M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z'/></svg>
</a>
</div>
</nav>
<hr>
<main id='main'>
<div class='blog-header'>
<h1>Blogs</h1>
<p>Occasional writings on product management, AI, software, and other interests.</p>
</div>
<div class='post-list'>
<a class='post-item' href='https://gptomics.com/blog/your-genome-report.html' target='_blank' rel='noopener'>
<div class='date'>July 14, 2026</div>
<h2>What Your Genome Report Doesn't Say</h2>
</a>
<a class='post-item' href='https://github.com/djemec/descriptive_notebooks/tree/main/protein_folding' target='_blank' rel='noopener'>
<div class='date'>July 12, 2026</div>
<h2>Descriptive Notebook - Protein Folding: a notebook series showing a single-chain folding path</h2>
</a>
<a class='post-item' href='https://gptomics.com/history_book/era0_part1.html' target='_blank' rel='noopener'>
<div class='date'>June 23, 2026</div>
<h2>Era 0, Part I: Heredity observed from variation</h2>
</a>
<a class='post-item' href='https://gptomics.com/blog/conway_law_genomics.html' target='_blank' rel='noopener'>
<div class='date'>May 27, 2026</div>
<h2>Conway's Law and the Shape of Computational Genomics Software</h2>
</a>
<a class='post-item' href='https://gptomics.com/blog/biology_is_messy.html' target='_blank' rel='noopener'>
<div class='date'>May 18, 2026</div>
<h2>Biology is messy</h2>
</a>
<a class='post-item' href='https://gptomics.com/blog/how_ai_changes_software_pnl.html' target='_blank' rel='noopener'>
<div class='date'>May 11, 2026</div>
<h2>How AI changes software P&L</h2>
</a>
<a class='post-item' href='https://github.com/djemec/descriptive_notebooks/blob/main/rl_grpo_explainer.ipynb' target='_blank' rel='noopener'>
<div class='date'>May 11, 2026</div>
<h2>Explainer Notebook - Reinforcement Learning (RL) as Applied in Group Relative Policy Optimization (GRPO)</h2>
</a>
<a class='post-item' href='https://gptomics.com/blog/coherently_solve_user_problems.html' target='_blank' rel='noopener'>
<div class='date'>April 13, 2026</div>
<h2>Coherently solve user problems</h2>
</a>
<a class='post-item' href='https://github.com/djemec/descriptive_notebooks/blob/main/gnn_gat_explainer.ipynb' target='_blank' rel='noopener'>
<div class='date'>November 9, 2025</div>
<h2>Explainer Notebook - Graph Neural Network (GNN) with Graph Attention Network (GAT)</h2>
</a>
<a class='post-item' href='https://github.com/djemec/descriptive_notebooks/blob/main/gnn_gcn_explainer.ipynb' target='_blank' rel='noopener'>
<div class='date'>October 19, 2025</div>
<h2>Explainer Notebook - Graph Neural Network (GNN) with Graph Convolutional Network (GCN)</h2>
</a>
<a class='post-item' href='https://github.com/djemec/descriptive_notebooks/blob/main/cnn_resnet_explainer.ipynb' target='_blank' rel='noopener'>
<div class='date'>October 13, 2025</div>
<h2>Explainer Notebook - Convolutional Neural Network (CNN) with ResNet Components</h2>
</a>
<a class='post-item' href='https://github.com/djemec/descriptive_notebooks/blob/main/rnn_gru_explainer.ipynb' target='_blank' rel='noopener'>
<div class='date'>October 8, 2025</div>
<h2>Explainer Notebook - Recurrent Neural Networks (RNN) with Gated Recurrent Unit (GRU)</h2>
</a>
<a class='post-item' href='https://github.com/djemec/descriptive_notebooks/blob/main/rnn_lstm_explainer.ipynb' target='_blank' rel='noopener'>
<div class='date'>October 5, 2025</div>
<h2>Explainer Notebook - Recurrent Neural Networks (RNN) with Long Short-Term Memory (LSTM)</h2>
</a>
<a class='post-item' href='https://github.com/djemec/descriptive_notebooks/blob/main/gpt_transformer_explainer.ipynb' target='_blank' rel='noopener'>
<div class='date'>September 28, 2025</div>
<h2>Explainer Notebook - Transform with GPT Components</h2>
</a>
</div>
</main>
<footer>
<div>© <span id='year'></span> <a href='index.html'>Domen Jemec</a></div>
<div><a href='#'>I'm lazy, take me back to the top</a></div>
</footer>
</div>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
</script>
</body>
</html>