2021-12-27 14:38:35 +01:00
|
|
|
# To format the date, run:
|
2022-01-06 23:10:56 +01:00
|
|
|
# $ date -d "today" +%s
|
2021-12-27 14:38:35 +01:00
|
|
|
[
|
|
|
|
{
|
|
|
|
key = "cell-phone-experiment";
|
|
|
|
title = "Cell Phone Experiment";
|
|
|
|
date = 1585800000;
|
|
|
|
content = ./posts/cell-phone-experiment.md;
|
|
|
|
draft = false;
|
|
|
|
}
|
|
|
|
{
|
|
|
|
key = "quassel-google-vm";
|
|
|
|
title = "IRC, GCP, and NixOS";
|
|
|
|
date = 1640404800;
|
|
|
|
content = ./posts/quassel-google-vm.md;
|
|
|
|
draft = true;
|
|
|
|
}
|
2022-01-06 21:15:32 +01:00
|
|
|
{
|
|
|
|
key = "send-mail-as-2fa";
|
|
|
|
title = "2FA and Gmail's \"Send mail as\"";
|
|
|
|
date = 1641497483;
|
|
|
|
content = ./posts/send-mail-as-2fa.md;
|
|
|
|
draft = false;
|
|
|
|
}
|
2022-01-31 23:30:03 +01:00
|
|
|
{
|
|
|
|
key = "auto-reboot-nixos";
|
|
|
|
title = "Automatically Reboot NixOS";
|
|
|
|
date = 1643666914;
|
|
|
|
content = ./posts/auto-reboot-nixos.md;
|
|
|
|
draft = false;
|
|
|
|
}
|
2022-06-21 21:49:02 +02:00
|
|
|
{
|
|
|
|
key = "csharp-unused-variables";
|
|
|
|
title = "Unused Variables Broke Prod";
|
|
|
|
date = 1655840877;
|
|
|
|
content = ./posts/csharp-unused-variables.md;
|
|
|
|
draft = false;
|
|
|
|
}
|
2022-07-01 05:50:51 +02:00
|
|
|
{
|
|
|
|
key = "restic-field-guide";
|
|
|
|
title = "Beginner's Field Guide to restic";
|
|
|
|
date = 1656645093;
|
|
|
|
content = ./posts/restic.md;
|
|
|
|
draft = false;
|
|
|
|
}
|
2022-07-12 05:58:23 +02:00
|
|
|
{
|
|
|
|
key = "tee-time";
|
|
|
|
title = "tee time";
|
|
|
|
date = 1657597870;
|
|
|
|
content = ./posts/tee-time.md;
|
|
|
|
draft = false;
|
|
|
|
}
|
2022-07-12 22:40:41 +02:00
|
|
|
{
|
|
|
|
key = "ssh-oddities";
|
|
|
|
title = "SSH Oddities";
|
|
|
|
date = 1657647994;
|
|
|
|
content = ./posts/ssh-oddities.md;
|
|
|
|
draft = false;
|
|
|
|
}
|
2022-10-04 19:18:39 +02:00
|
|
|
{
|
|
|
|
key = "nix-shell";
|
|
|
|
title = "nix-shell (note to self)";
|
|
|
|
date = 1664902186;
|
|
|
|
content = ./posts/nix-shell-note.md;
|
|
|
|
draft = false;
|
|
|
|
}
|
2022-10-07 20:53:22 +02:00
|
|
|
{
|
|
|
|
key = "git-filter-repo-note";
|
|
|
|
title = "git-filter-repo (note to self)";
|
|
|
|
date = 1665163559;
|
|
|
|
content = ./posts/git-filter-repo-note.md;
|
|
|
|
draft = false;
|
|
|
|
}
|
2022-10-26 18:52:08 +02:00
|
|
|
{
|
|
|
|
key = "nixos-disk-full-note";
|
|
|
|
title = "disk full (note to self)";
|
|
|
|
date = 1666801882;
|
|
|
|
content = ./posts/nixos-disk-full-note.md;
|
|
|
|
draft = false;
|
|
|
|
}
|
2022-10-27 00:24:31 +02:00
|
|
|
{
|
|
|
|
key = "git-rev-refs";
|
|
|
|
title = "git revision numbers as refs (note to self)";
|
|
|
|
date = 1666823030;
|
|
|
|
content = ./posts/git-rev-refs.md;
|
|
|
|
draft = false;
|
|
|
|
}
|
2022-10-28 04:00:02 +02:00
|
|
|
{
|
|
|
|
key = "import-subtree-checklist";
|
|
|
|
title = "Checklist for Importing Subtrees";
|
|
|
|
date = 1666903846;
|
|
|
|
content = ./posts/importing-subtrees.md;
|
|
|
|
draft = false;
|
|
|
|
}
|
2022-11-01 23:55:45 +01:00
|
|
|
{
|
|
|
|
key = "nix-env-note";
|
|
|
|
title = "nix-env (note to self)";
|
|
|
|
date = 1667343279;
|
|
|
|
content = ./posts/nix-env-note.md;
|
|
|
|
draft = false;
|
|
|
|
}
|
2021-12-27 14:38:35 +01:00
|
|
|
]
|