website

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

commit d08ffebcba419d2b29ac6c6b786565d761fa1de9
parent 4ad0f4417bd58964deb2c600b7241c198a6f09f8
Author: Silas Brack <silasbrack@gmail.com>
Date:   Tue, 14 Apr 2026 21:42:52 +0200

fix: oops

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

diff --git a/index.html b/index.html @@ -43,10 +43,6 @@ computer vision and deep learning across several cutting-edge research areas: 3D reconstruction, human mesh recovery, action recognition, and visual-language models. - <span class="marginnote"> - <span style="font-size:1.0rem;">Posts</span><br /> - &bull;&nbsp;<a href="./posts/birthday.html">We're really bad at combinatorics</a><br /> - </span> </p> <p> Previously, I spent over four years at Saxo Bank as an ML Engineer in the diff --git a/posts/birthday.html b/posts/birthday.html @@ -4,242 +4,8 @@ <meta charset="utf-8" /> <meta name="generator" content="pandoc" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> - <title>We’re really bad at exponentials</title> - <style> - -code{white-space: pre-wrap;} -span.smallcaps{font-variant: small-caps;} -div.columns{display: flex; gap: min(4vw, 1.5em);} -div.column{flex: auto; overflow-x: auto;} -div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - -ul.task-list[class]{list-style: none;} -ul.task-list li input[type="checkbox"] { -font-size: inherit; -width: 0.8em; -margin: 0 0.8em 0.2em -1.6em; -vertical-align: middle; -} -</style> - <style type="text/css"> -:root { ---bg-color: #fffff8; ---text-color: #111; ---text-muted: #ccc; ---selection-color: #b4d5fe; ---font-sans: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif; ---font-serif: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif; ---font-mono: JetBrains Mono, monospace; -} -code { -font-family: var(--font-mono); -font-size: 0.75rem; -} -@media (prefers-color-scheme: dark) { -:root { ---bg-color: #151515; ---text-color: #ddd; ---text-muted: #555; -} -} - -html { -font-size: 2.4vw; -} -@media (min-width: 1000px) { -html { -font-size: 22px; -} -} -@media (max-width: 760px) { -html { -font-size: 18px; -} -} -body { -width: 87.5%; -margin-left: auto; -margin-right: auto; -padding-left: 12.5%; -font-family: var(--font-serif); -background-color: var(--bg-color); -color: var(--text-color); -max-width: 1400px; -counter-reset: sidenote-counter; -} -h1 { -font-family: var(--font-sans); -font-weight: bold; -font-size: 1.5rem; -margin-top: 2.5rem; -margin-bottom: 1.5rem; -line-height: 1; -} -h2 { -font-family: var(--font-sans); -font-weight: bold; -font-size: 1.1rem; -} -h3 { -font-size: 1.0rem; -} -p.subtitle { -font-family: var(--font-sans); -margin-top: 1rem; -margin-bottom: 1rem; -line-height: 1; -} -article { -padding: 3rem 0; -} -section { -padding-top: 1rem; -padding-bottom: 1rem; -} -p { -font-size: 1rem; -line-height: 1.4rem; -margin-top: 1.4rem; -margin-bottom: 1.4rem; -} -section > p, -section > ol, -section > ul { -width: 55%; -} - -a:link, -a:visited { -color: inherit; -text-decoration: underline; -text-decoration-skip-ink: auto; -text-underline-offset: 0.1em; -} -::selection { -background: var(--selection-color); -} - -img { -max-width: 100%; -} -.sidenote, -.marginnote { -float: right; -clear: right; -margin-right: -60%; -width: 50%; -margin-top: 0.3rem; -margin-bottom: 0; -font-size: 0.75rem; -line-height: 1.3; -position: relative; -} -.sidenote-number { -counter-increment: sidenote-counter; -} -.sidenote-number:after, -.sidenote:before { -position: relative; -} -.sidenote-number:after { -content: counter(sidenote-counter); -font-size: 0.7rem; -top: -0.5rem; -left: 0.1rem; -} -.sidenote:before { -content: counter(sidenote-counter) " "; -font-size: 0.7rem; -top: -0.5rem; -} -input.margin-toggle { -display: none; -} -label.sidenote-number { -display: inline-block; -max-height: 2rem; -} -label.margin-toggle:not(.sidenote-number) { -display: none; -} -.socials a { -display: block; -line-height: 2.0; -} - -table{ -border-collapse:collapse; -border-top:2px solid #333; -border-bottom:2px solid #333; -} -th, td { -padding:7px 14px; -} -thead th{ -font-weight:700; -border-bottom:1px solid #333; -text-align:left; -} -td{ -border-bottom:1px solid #e5e5e5; -} -tbody tr:last-child td{ -border-bottom:0; -} -.numeric{ -text-align:right; -} - -@media (max-width: 760px) { -body { -width: 90%; -padding-left: 5%; -padding-right: 5%; -} -section > p, -section > ol, -section > ul { -width: 100%; -} -label.margin-toggle:not(.sidenote-number) { -display: inline; -} -.sidenote { -display: none; -} -.marginnote { -display: block; -float: none; -clear: both; -width: 100%; -margin: 1rem 0; -position: relative; -} -.marginnote.socials { -display: flex; -justify-content: space-around; -} -.marginnote.socials a { -display: inline; -} -.margin-toggle:checked + .sidenote { -display: block; -float: left; -left: 1rem; -clear: both; -width: 95%; -margin: 1rem 2.5%; -position: relative; -} -label { -cursor: pointer; -} -img { -width: 100%; -} -} -</style> - + <link rel="stylesheet" href="../style.css" /> + <title>We’re really bad at exponentials</title> </head> <body> <article>