-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
384 lines (384 loc) · 12.4 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
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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Gianni's Site</title>
<meta http-equiv="Cache-Control" content="max-age=31536000, immutable" />
<meta
name="description"
content="Personal website of Gianni Rosato, a student and open-source software enthusiast with a focus on digital compression algorithms."
/>
<meta
name="keywords"
content="Gianni Rosato, open-source, software, compression, AV1, JPEG XL, QOI, C, Zig, codecs, codec, encoding, video, Aviator"
/>
<meta name="author" content="Gianni Rosato" />
<meta name="robots" content="index, follow" />
<meta
name="googlebot"
content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
/>
<meta
name="bingbot"
content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
/>
<meta property="og:title" content="Gianni's Site" />
<meta
property="og:description"
content="Personal website of Gianni Rosato, a student and open-source software enthusiast with a focus on digital compression algorithms."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.yourdomain.com" />
<meta
property="og:image"
content="https://www.yourdomain.com/static/images/thumbnail.jpg"
/>
<link rel="stylesheet" type="text/css" href="/static/css/main.css" />
<link href="/static/favicon.webp" rel="icon" />
<link rel="stylesheet" type="text/css" href="/static/css/markdown.css" />
<link rel="stylesheet" type="text/css" href="/static/css/main.css" />
<link rel="stylesheet" type="text/css" href="/static/css/88x31.css" />
<script
defer
src="https://cloud.umami.is/script.js"
data-website-id="ed9fd2cd-67dd-4524-ad11-1810fb677e29"
></script>
</head>
<body>
<div class="container">
<h1>Hi, I'm Gianni.</h1>
<div class="content-section-main">
<p>
I'm a student & programmer who really likes digital compression. I
build <a
href="https://svt-av1-psy.com/"
target="_blank"
>video & image compression technology</a>, <a
href="https://flathub.org/apps/net.natesales.Aviator"
target="_blank"
>accessible encoding tools</a>, and <a
href="https://wiki.x266.mov"
target="_blank"
>public compression resources</a>. My favorite codecs are AV1, JPEG
XL, and <a href="https://github.com/gianni-rosato/qoi-enc-zig"
>QOI</a>. I enjoy working with C and Zig.
</p>
<p>
On my site, you'll find blog posts about multimedia & data compression
algorithms, consumer electronics, my encoding tools, and potentially
more in the future. Enjoy your stay, and feel free to connect with me
via the social icons at the bottom of this page!
</p>
</div>
</div>
<div class="button-container">
<a href="/blog/" class="button">Blog</a>
<a href="mailto:[email protected]" class="button">Email</a>
<a href="/gallery/" class="button">Gallery</a>
</div>
<div class="container">
<h2>What I Work On</h2>
<div class="content-section-main">
<p>Some of what I work on includes:</p>
<ul>
<li>
<a href="https://www.twoorioles.com/eve-av1">Eve-AV1</a> & <a
href="https://www.twoorioles.com/eve-vp9"
>Eve-VP9</a>, commercial encoders developed by Two Orioles for
high-impact use cases at scale
</li>
<li>
<a href="https://svt-av1-psy.com/">SVT-AV1-PSY</a>, a fork of the
SVT-AV1 encoder with a focus on perceptual quality
</li>
<li>
<a href="https://wiki.x266.mov/">The Codec Wiki</a>, a public
resource for digital compression knowledge
</li>
<li>
<a href="https://wiki.x266.mov/">Aviator</a>, an AV1 encoding GUI
</li>
</ul>
<p>
You can find more on <a href="https://github.com/gianni-rosato"
>my GitHub</a>. I also enjoy contributing to open-source projects,
including the mainline <a
href="https://gitlab.com/AOMediaCodec/SVT-AV1/"
>SVT-AV1</a> project.
</p>
</div>
</div>
<!-- 88x31 -->
<div class="footer">
<a href="https://giannirosato.com" target="_blank">
<picture>
<source
srcset="/static/images/88x31/gb82_88x31.jxl"
type="image/jxl"
/>
<img
src="/static/images/88x31/gb82_88x31.webp"
alt="me"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://hayl.in/" target="_blank">
<picture>
<img
src="https://hayl.in/assets/img/badges/haylin.png"
alt="haylin"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://jordane.day/" target="_blank">
<picture>
<img
src="/static/images/88x31/jordan.webp"
alt="jordan"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://holliger.me/" target="_blank">
<picture>
<source
srcset="https://holliger.me/88x31/lukas.jxl"
type="image/jxl"
/>
<img
src="https://holliger.me/88x31/lukas.webp"
alt="lukas"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://kernel.org/" target="_blank">
<picture>
<img
src="/static/images/88x31/penguins.webp"
alt="linux"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://varun.ch/" target="_blank">
<picture>
<source srcset="/static/images/88x31/varun.ch.jxl" type="image/jxl" />
<img
src="/static/images/88x31/varun.ch.webp"
alt="varun"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://www.apple.com/mac/" target="_blank">
<picture>
<source srcset="/static/images/88x31/mac.jxl" type="image/jxl" />
<img
src="/static/images/88x31/mac.webp"
alt="mac"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://svt-av1-psy.com/" target="_blank">
<picture>
<source
srcset="/static/images/88x31/psy_88x31.jxl"
type="image/jxl"
/>
<img
src="/static/images/88x31/psy_88x31.webp"
alt="svt-av1-psy"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://github.com/gianni-rosato" target="_blank">
<picture>
<source srcset="/static/images/88x31/github.jxl" type="image/jxl" />
<img
src="/static/images/88x31/github.webp"
alt="github"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://ziglang.org/" target="_blank">
<picture>
<source srcset="/static/images/88x31/ziglang.jxl" type="image/jxl" />
<img
src="/static/images/88x31/ziglang.webp"
alt="ziglang"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://matrix.to/#/@computerbustr:matrix.org" target="_blank">
<picture>
<source srcset="/static/images/88x31/matrix.jxl" type="image/jxl" />
<img
src="/static/images/88x31/matrix.webp"
alt="matrix"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://ezri.pet/" target="_blank">
<picture>
<source srcset="/static/images/88x31/ezri.jxl" type="image/jxl" />
<img
src="/static/images/88x31/ezri.webp"
alt="ezri"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://zed.dev/" target="_blank">
<picture>
<source srcset="/static/images/88x31/zed.jxl" type="image/jxl" />
<img
src="/static/images/88x31/zed.webp"
alt="ezri"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://jpegxl.info/" target="_blank">
<picture>
<source srcset="/static/images/88x31/jpegxl.jxl" type="image/jxl" />
<img
src="/static/images/88x31/jpegxl.webp"
alt="JPEG XL"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://archlinux.org/" target="_blank">
<picture>
<source
srcset="/static/images/88x31/archlinux.jxl"
type="image/jxl"
/>
<img
src="/static/images/88x31/archlinux.webp"
alt="arch"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://disobey.net/@gianni" target="_blank">
<picture>
<img
src="/static/images/88x31/fediverse.webp"
alt="fedi"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://wiki.x266.mov/" target="_blank">
<picture>
<source
srcset="/static/images/88x31/codecwiki.jxl"
type="image/jxl"
/>
<img
src="/static/images/88x31/codecwiki.webp"
alt="Codec Wiki"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://www.waterfox.net/" target="_blank">
<picture>
<source srcset="/static/images/88x31/waterfox.jxl" type="image/jxl" />
<img
src="/static/images/88x31/waterfox.webp"
alt="Codec Wiki"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://eightyeightthirty.one/" target="_blank">
<picture>
<source srcset="/static/images/88x31/88x31.jxl" type="image/jxl" />
<img
src="/static/images/88x31/88x31.webp"
alt="Codec Wiki"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://bsky.app/profile/giannirosato.com" target="_blank">
<picture>
<source srcset="/static/images/88x31/bluesky.jxl" type="image/jxl" />
<img
src="/static/images/88x31/bluesky.webp"
alt="Bluesky"
width="88"
height="31"
/>
</picture>
</a>
<a href="https://samranda.com/" target="_blank">
<picture>
<source srcset="/static/images/88x31/samranda.jxl" type="image/jxl" />
<img
src="/static/images/88x31/samranda.webp"
alt="sam randa"
width="88"
height="31"
/>
</picture>
</a>
</div>
<div class="social-container">
<a href="https://www.linkedin.com/in/gianni-r-52487124b/" target="_blank">
<img src="/static/images/linkedin.svg" alt="LinkedIn Icon" />
</a>
<a href="https://disobey.net/@gianni" target="_blank">
<img src="/static/images/mastodon.svg" alt="Mastodon Icon" />
</a>
<a href="https://bsky.app/profile/giannirosato.com" target="_blank">
<img src="/static/images/bsky.svg" alt="Bluesky Icon" />
</a>
<a href="https://discord.gg/bbQD5MjDr3" target="_blank">
<img src="/static/images/discord.svg" alt="Discord Icon" />
</a>
<a href="https://matrix.to/#/@computerbustr:matrix.org" target="_blank">
<img src="/static/images/matrix.svg" alt="Matrix Icon" />
</a>
<a href="https://github.com/gianni-rosato" target="_blank">
<img src="/static/images/github.svg" alt="GitHub Icon" />
</a>
<a href="https://kernel.org/" target="_blank">
<img src="/static/images/tux.svg" alt="Linux Icon" />
</a>
</div>
</body>
</html>