aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-03-11 16:26:37 +0100
committerKatharina Fey <kookie@spacekookie.de>2018-03-11 16:26:37 +0100
commit2763770d0d4f7f953efc179101078421c082c4b5 (patch)
tree569d0d38ecb1b67eb9dd6d9d598f4bc152146aa1
parent504a641898d5f9b9b30c457df24daac900eb05af (diff)
Making one a draft again
-rw-r--r--content/blog/101_rust_is_awesome.md2
-rw-r--r--content/blog/102_arch_kernel_updates.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/content/blog/101_rust_is_awesome.md b/content/blog/101_rust_is_awesome.md
index f4c9f95..1b3c323 100644
--- a/content/blog/101_rust_is_awesome.md
+++ b/content/blog/101_rust_is_awesome.md
@@ -2,7 +2,7 @@ Title: Failure. Or: why Rust is probably the best programming language ever crea
Category: Blog
Tags: /dev/diary, reflections, programming, rust
Date: 2018-01-28
-<!-- Status: Draft -->
+
*This post is two stories.* One is about accepting and recognising personal failure, reflecting and growing from it; the other is about an incredibly and seemingly endlessly powerful programming language, called *Rust*.
diff --git a/content/blog/102_arch_kernel_updates.md b/content/blog/102_arch_kernel_updates.md
index 3a1eb65..9b29dbf 100644
--- a/content/blog/102_arch_kernel_updates.md
+++ b/content/blog/102_arch_kernel_updates.md
@@ -2,6 +2,7 @@ Title: The Kernel is dead! Long live the Kernel
Category: Blog
Tags: /dev/diary, linux, arch linux, pacman
Date: 2018-02-08
+Status: Draft
So I run Arch Linux and mostly I love it (I'm weird, I know 😝). But there is one thing that's really been annoying me which happens after some `pacman -Syyu` runs: all of my old kernel modules become unavailable, forcing me to do a reboot. But recently I found some stuff online to prevent that from happening so let's document all of it here.