New Site Part 2: Electric Boogaloo

Published 2022-02-02 on Cara's Blog - Permalink

Hey y’all! You’ve probably noticed quite a few things that are different about this site. First and foremost, the theme. Gone is the harsh black-on-white theme that was hell on the eyes, especially in a projection booth. I’m rather partial to the gruvbox color scheme, so I figured taking the dark theme and applying it to my site as well as my editor would be a good idea.

I’ve also overhauled the backend. This site is now running a warp.rs server on the backend. The source can be found here.

This has led to some interesting issues. By far the biggest one was footnotes1. I’m using comrak as my markdown parsing library, which correctly implements the CommonMark spec. Footnotes are, unfortunately, not part of that spec, so they’re an extension, along with superscript and a few others. Since footnotes are displayed in superscript, I thought that both extensions had to be enabled. This led to quite a long month of not being able to figure out why my footnotes weren’t being parsed correctly, but as it turns out it was these two extensions fighting.


  1. Hey, you found one! ↩︎


Articles from my webring

gccrs: An alternative compiler for Rust

This is a guest post from the gccrs project, at the invitation of the Rust Project, to clarify the relationship with the Rust Project and the opportunities for collaboration. gccrs is a work-in-progress alternative compiler for Rust being developed as part…

via Rust Blog November 7, 2024

Status update, October 2024

Hi! This month XDC 2024 took place in Montreal. I wasn’t there in-person, but thanks to the organizers I could still ask questions and attend workshops remotely (thanks!). As usual, XDC has been a great reminder of many things I wanted to do but which got bur…

via emersion October 21, 2024

Post-OCSP certificate revocation in the Web PKI

Introduction Today, TLS certificates in the Web public key infrastructure (PKI) have long validity: almost all remain valid for at least three months! An attacker compromising a certificate early enough in its lifetime1 keeps it compromised for months. Cer…

via Posts on Seirdy’s Home September 25, 2024

Generated by openring