diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-16 21:26:20 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-16 21:26:20 +0700 |
commit | b13d691d3d73ffb5b46ad2ed2a470a29454a172f (patch) | |
tree | aafd679a3af3556d2a3515a833d46f28dade27df /blog | |
parent | 14de1fdceee38fa3f8a5b33955c135e17e0ffded (diff) | |
download | site-b13d691d3d73ffb5b46ad2ed2a470a29454a172f.tar.gz |
Fix even moar stuff
Diffstat (limited to 'blog')
-rw-r--r-- | blog/2020/gsoc/index.md | 2 | ||||
-rw-r--r-- | blog/butter.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/blog/2020/gsoc/index.md b/blog/2020/gsoc/index.md index 0288385..823ed98 100644 --- a/blog/2020/gsoc/index.md +++ b/blog/2020/gsoc/index.md @@ -4,7 +4,7 @@ rss = "GSoC 2020 final report" date = Date(2020, 8, 31) tags = ["fun", "gsoc", "pip"] internship = "https://summerofcode.withgoogle.com/archive/2020/projects/6238594655584256" -benchmark = "/blog/2020/gsoc/blog20200831/#the_benchmark" +benchmark = "/blog/2020/gsoc/article/7/#the_benchmark" python_gsoc = "https://blogs.python-gsoc.org/en/mcsinyxs-blog" +++ diff --git a/blog/butter.md b/blog/butter.md index 3d5ac6b..b35e6d6 100644 --- a/blog/butter.md +++ b/blog/butter.md @@ -3,14 +3,14 @@ title = "NixOS on Btrfs+tmpfs" rss = "How I reinstalled NixOS on Btrfs with an amnesiac root and backed up my data" date = Date(2021, 11, 14) -tags = ["btrfs", "fun", "nixos", "backup"] +tags = ["backup", "btrfs", "fun", "nixos"] +++ In 2018, dad bought me a new laptop to replace the good ole Compaq nx7010 whose screen unfortunately got infected by some sort of microbe and dieded shortly afterwards. The new one, whilst having a considerably worse build quality (like all other late-2010s ones when compared to mid-2000s models), -had 12.5 times as much storage: a 250 GB M.2 SSD and a 500 GB SATA HDD. +had a dozen times as much storage: a 250 GB M.2 SSD and a 500 GB SATA HDD. My data hoarding habit has grown exponentially ever since. Initially, I used to back up the data from the SSD to the HDD but after a few years, |