diff --git a/content/2018-02-25-cleaning-up-your-shell.md b/content/2018-02-25-cleaning-up-your-shell.md index d376a6f..5c759ee 100644 --- a/content/2018-02-25-cleaning-up-your-shell.md +++ b/content/2018-02-25-cleaning-up-your-shell.md @@ -3,7 +3,7 @@ title = "cleaning up your shell" date = 2018-02-25 [taxonomies] -tags = ["bash", "zsh", "oh-my-zsh"] +tags = ["bash", "zsh", "terminal"] +++ Is your shell loading slower than it used to? Maybe you've been sticking a bit more into your `.bashrc`/`.zshrc` than you thought. diff --git a/content/2018-05-28-web-apps.md b/content/2018-05-28-web-apps.md index f737f88..c282c6b 100644 --- a/content/2018-05-28-web-apps.md +++ b/content/2018-05-28-web-apps.md @@ -3,7 +3,7 @@ title = "web apps" date = 2018-05-28 [taxonomies] -tags = ["javascript", "web", "rant"] +tags = ["javascript", "web", "rant", "things-that-are-bad"] +++ The other day, I just turned off JavaScript from my browser. "fucking neckbeard", "you'll turn it back in 2 weeks", "living without JavaScript is like living without electricity" were some of the responses I got. And they might be right. But let's see why things are the way they are and what we can do about it. diff --git a/content/2018-10-18-weechat-relay.md b/content/2018-10-18-weechat-relay.md index 71a4297..eaaeef5 100644 --- a/content/2018-10-18-weechat-relay.md +++ b/content/2018-10-18-weechat-relay.md @@ -3,7 +3,7 @@ title = "setting up irc with weechat" date = 2018-10-18 [taxonomies] -tags = ["irc", "tutorial", "life"] +tags = ["irc", "tutorial", "life", "things-that-are-good"] +++ I've just recently discovered that weechat has a "relay" mode, which means it can act as a relay server to other clients (for example, my phone). If I leave an instance of weechat running on, say, my server that's always running, it can act as a bouncer and my phone can receive notifications for highlights as well.