0c9304d41e
This was previously only in my Telegram channel, but it might as well be on the blog itself. Change-Id: I301ebeaa4dd1875f3858cee5259a5c689b950790 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10009 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
78 lines
1.9 KiB
Nix
78 lines
1.9 KiB
Nix
# This file defines all the blog posts.
|
||
[
|
||
{
|
||
key = "reliably-switch-buffers";
|
||
title = "Зачем reliably-switch-buffers?";
|
||
content = ./posts/reliably-switch-buffers.md;
|
||
date = 1692882000;
|
||
}
|
||
{
|
||
key = "tvix-eval-talk-2023";
|
||
title = "[доклад] tvix-eval, имплементация языка Nix на Rust";
|
||
date = 1694102400;
|
||
content = ./posts/tvix-eval-talk-2023.md;
|
||
tagfilter = false;
|
||
}
|
||
{
|
||
key = "emacs-is-underrated";
|
||
title = "Emacs is the most underrated tool";
|
||
date = 1581286656;
|
||
content = ./posts/emacs-is-underrated.md;
|
||
draft = true;
|
||
}
|
||
{
|
||
key = "best-tools";
|
||
title = "tazjin's best tools";
|
||
date = 1576800001;
|
||
content = ./posts/best-tools.md;
|
||
}
|
||
{
|
||
key = "nixery-layers";
|
||
title = "Nixery: Improved Layering Design";
|
||
date = 1565391600;
|
||
content = ./posts/nixery-layers.md;
|
||
}
|
||
{
|
||
key = "reversing-watchguard-vpn";
|
||
title = "Reverse-engineering WatchGuard Mobile VPN";
|
||
date = 1486830338;
|
||
content = ./posts/reversing-watchguard-vpn.md;
|
||
oldKey = "1486830338";
|
||
}
|
||
{
|
||
key = "make-object-t-again";
|
||
title = "Make Object <T> Again!";
|
||
date = 1476807384;
|
||
content = ./posts/make-object-t-again.md;
|
||
oldKey = "1476807384";
|
||
}
|
||
{
|
||
key = "the-smu-problem";
|
||
title = "The SMU-problem of messaging apps";
|
||
date = 1450354078;
|
||
content = ./posts/the-smu-problem.md;
|
||
oldKey = "1450354078";
|
||
}
|
||
{
|
||
key = "sick-in-sweden";
|
||
title = "Being sick in Sweden";
|
||
date = 1423995834;
|
||
content = ./posts/sick-in-sweden.md;
|
||
oldKey = "1423995834";
|
||
listed = false;
|
||
}
|
||
{
|
||
key = "nsa-zettabytes";
|
||
title = "The NSA's 5 zettabytes of data";
|
||
date = 1375310627;
|
||
content = ./posts/nsa-zettabytes.md;
|
||
oldKey = "1375310627";
|
||
}
|
||
{
|
||
key = "thoughts";
|
||
title = "Some thoughts";
|
||
date = 1665095948;
|
||
content = ./posts/thoughts.md;
|
||
listed = false;
|
||
}
|
||
]
|