From 000fb856befa667bfc4ac36fe3794f97ad34a1bd Mon Sep 17 00:00:00 2001 From: Aspen Smith Date: Wed, 7 Aug 2024 23:15:27 -0400 Subject: [PATCH] chore(aspen/web): some tweaks Change-Id: I268728af52785efb5e6b3df7d4bfe0e0d54c13a1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12169 Autosubmit: aspen Tested-by: BuildkiteCI Reviewed-by: aspen --- users/aspen/web/index.org | 2 +- users/aspen/web/orgExportHTML.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/users/aspen/web/index.org b/users/aspen/web/index.org index 116d62d8c..109f3a77a 100644 --- a/users/aspen/web/index.org +++ b/users/aspen/web/index.org @@ -13,7 +13,7 @@ my name is aspen smith and i'm a software engineer and musician. i'm currently a software engineer at jane street. -before that, i worked on database internals at [[https://readyset.io/][readyset]], an incrementally +previously, i worked on database internals at [[https://readyset.io/][readyset]], an incrementally maintained, partially stateful materialized view maintenance system for sql that's wire-compatible with postgresql and mysql, based on [[https://github.com/mit-pdos/noria][noria]]. diff --git a/users/aspen/web/orgExportHTML.nix b/users/aspen/web/orgExportHTML.nix index aac4e32e7..3a8e35f22 100644 --- a/users/aspen/web/orgExportHTML.nix +++ b/users/aspen/web/orgExportHTML.nix @@ -51,7 +51,7 @@ runCommand outName { inherit src; } '' --kill rm file.org substitute file.html "$2" \ - --replace '' "" + --replace-quiet '' "" rm file.html }