website

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 42f0bd69cdcb5535b360dd49554e0254a8303398
parent 42e75502a1a6769b8e38ea3f88dca3738f104829
Author: Silas Brack <silasbrack@gmail.com>
Date:   Sun,  3 May 2026 14:12:51 +0200

style: use header and hgroup for semantic page/post titles

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Diffstat:
Mindex.html | 8++++++--
Mposts/birthday.html | 6++++--
2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html @@ -12,8 +12,12 @@ <body> <main> - <h1>Silas Brack</h1> - <p class="subtitle"><a href="./assets/cv.pdf">CV</a> · <a href="https://github.com/silasbrack">GitHub</a> · <a href="https://www.linkedin.com/in/silasbrack/">LinkedIn</a></p> + <header> + <hgroup> + <h1>Silas Brack</h1> + <p><a href="./assets/cv.pdf">CV</a> · <a href="https://github.com/silasbrack">GitHub</a> · <a href="https://www.linkedin.com/in/silasbrack/">LinkedIn</a></p> + </hgroup> + </header> <p> I'm an AI Research Engineer at <a href="https://teton.ai">Teton</a>, where we're building next-generation healthcare technology to support nurses and patients in hospitals and nursing homes. Our work leverages computer vision and deep learning across several cutting-edge research areas: 3D reconstruction, human mesh recovery, action recognition, and visual-language models. diff --git a/posts/birthday.html b/posts/birthday.html @@ -12,8 +12,10 @@ <article> <p><a href="../">← Back</a></p> <header> - <h1>We’re really bad at exponentials</h1> - <p class="subtitle">The birthday paradox, Gaussian soap bubbles, and general coincidences</p> + <hgroup> + <h1>We’re really bad at exponentials</h1> + <p>The birthday paradox, Gaussian soap bubbles, and general coincidences</p> + </hgroup> </header> <p>Some things confuse me. To be fair, I don’t think I’m especially good at riddles, I always fall for the famous paradoxes,