This site itself

Some fun facts

Warning: This section is under construction

Traffic

Here's the traffic to CloudFront, the CDN that serves my website. This chart is viewers grouped by browser and version.

Range: 8/12/2022 to 8/19/2022

pie title CDN Traffic
  "Chrome:104.0.0.0": 35958
  "Other": 15625
  "Chrome:103.0.0.0":6650
  "Firefox:103.0":4720
  "__CUSTOM__":4414
  "__BOT__":4307
  "Chrome:104.0.5112.81": 3010
  "Chrome Mobile:10":2324
  "Edge:104.0.1293.54":1843
  "__EMPTY__:":1329

Stack

Hacks

For ISR to work, I need to do this:

./node_modules/@wooorm/starry-night/lib/get-oniguruma.js

import.meta.url evaluates to a local path, that is then shipped to the regneration lambda function, which obviously doesn't work.

Here is a postinstall script to handle the patching from above

./scripts/patch-starry-night.sh