From cc18627f6cb216806e9cc3831adc50151be7cb22 Mon Sep 17 00:00:00 2001 From: eggy Date: Sat, 25 Mar 2023 16:07:40 -0400 Subject: [PATCH] remove albatross articles are not blog entries --- content/blog/2022/4-anonymous-browser-extensions.md | 1 + content/blog/2022/av1-foss-video-codec.md | 3 ++- content/blog/2022/foss-licensing.md | 1 + content/blog/2022/git-is-a-blockchain.md | 1 + content/blog/2022/github-for-dummies.md | 1 + content/blog/2022/googles-guide-to-taking-over-the-web.md | 1 + content/blog/2022/handy-python-tricks-2.md | 1 + content/blog/2022/how-to-emulate.md | 1 + content/blog/2022/many-steps-to-access-a-website.md | 1 + content/blog/2022/rust-changes-how-you-think-and-code.md | 1 + content/blog/2022/wayland-intro.md | 1 + content/blog/2022/why-use-web-frameworks.md | 3 ++- content/blog/2022/wine.md | 1 + 13 files changed, 15 insertions(+), 2 deletions(-) diff --git a/content/blog/2022/4-anonymous-browser-extensions.md b/content/blog/2022/4-anonymous-browser-extensions.md index 3a4d80b..a01fe32 100644 --- a/content/blog/2022/4-anonymous-browser-extensions.md +++ b/content/blog/2022/4-anonymous-browser-extensions.md @@ -1,6 +1,7 @@ --- title: "Stay Anonymous Online With These 4 Browser Extensions" date: "2022-08-06" +_draft: true tags: - tech - albatross diff --git a/content/blog/2022/av1-foss-video-codec.md b/content/blog/2022/av1-foss-video-codec.md index a62a3c3..d94ce90 100644 --- a/content/blog/2022/av1-foss-video-codec.md +++ b/content/blog/2022/av1-foss-video-codec.md @@ -1,6 +1,7 @@ --- title: "AV1 — The FOSS Video Codec" date: 2022-11-13 +_draft: true tags: - tech - albatross @@ -44,4 +45,4 @@ Why doesn’t H.264 have this problem, you ask? [Cisco generously open sourced]( In light of these problems, Google led the development of AV1 as a royalty-free, high quality alternative to H.265. All modern browsers today have already implemented AV1 playback, and hardware released within the last two years all support hardware decoding of AV1, meaning that the performance and power cost of supporting the codec has decreased drastically. -By supporting open standards, you can support a world where outdated royalty models no longer exist, and we can all benefit off of each others’ work. \ No newline at end of file +By supporting open standards, you can support a world where outdated royalty models no longer exist, and we can all benefit off of each others’ work. diff --git a/content/blog/2022/foss-licensing.md b/content/blog/2022/foss-licensing.md index 5908e1c..e9af28e 100644 --- a/content/blog/2022/foss-licensing.md +++ b/content/blog/2022/foss-licensing.md @@ -1,6 +1,7 @@ --- title: "Choosing a License — Politics in FOSS" date: "2022-09-02" +_draft: true tags: - tech - albatross diff --git a/content/blog/2022/git-is-a-blockchain.md b/content/blog/2022/git-is-a-blockchain.md index eac4978..e26257f 100644 --- a/content/blog/2022/git-is-a-blockchain.md +++ b/content/blog/2022/git-is-a-blockchain.md @@ -1,6 +1,7 @@ --- title: "Git is a Blockchain" date: "2022-10-02" +_draft: true tags: - tech - albatross diff --git a/content/blog/2022/github-for-dummies.md b/content/blog/2022/github-for-dummies.md index 92efa24..1d95acf 100644 --- a/content/blog/2022/github-for-dummies.md +++ b/content/blog/2022/github-for-dummies.md @@ -1,6 +1,7 @@ --- title: "GitHub for Dummies" date: "2022-06-17" +_draft: true tags: - tech - albatross diff --git a/content/blog/2022/googles-guide-to-taking-over-the-web.md b/content/blog/2022/googles-guide-to-taking-over-the-web.md index e0e4db1..cc5cc95 100644 --- a/content/blog/2022/googles-guide-to-taking-over-the-web.md +++ b/content/blog/2022/googles-guide-to-taking-over-the-web.md @@ -1,6 +1,7 @@ --- title: "Google's Guide to Taking Over the Web" date: "2022-07-16" +_draft: true tags: - tech - albatross diff --git a/content/blog/2022/handy-python-tricks-2.md b/content/blog/2022/handy-python-tricks-2.md index f0c5a4d..5e0270e 100644 --- a/content/blog/2022/handy-python-tricks-2.md +++ b/content/blog/2022/handy-python-tricks-2.md @@ -1,6 +1,7 @@ --- title: "13 Tricks to Write Nicer Python" date: "2022-08-21" +_draft: true tags: - tech - albatross diff --git a/content/blog/2022/how-to-emulate.md b/content/blog/2022/how-to-emulate.md index c96f958..e267847 100644 --- a/content/blog/2022/how-to-emulate.md +++ b/content/blog/2022/how-to-emulate.md @@ -1,6 +1,7 @@ --- title: "Reviving Older Games Through Emulation" date: "2022-05-22" +_draft: true tags: - tech - albatross diff --git a/content/blog/2022/many-steps-to-access-a-website.md b/content/blog/2022/many-steps-to-access-a-website.md index 2737272..768e89e 100644 --- a/content/blog/2022/many-steps-to-access-a-website.md +++ b/content/blog/2022/many-steps-to-access-a-website.md @@ -1,6 +1,7 @@ --- title: "Appreciate Your Browser!" date: "2022-09-18" +_draft: true tags: - tech - albatross diff --git a/content/blog/2022/rust-changes-how-you-think-and-code.md b/content/blog/2022/rust-changes-how-you-think-and-code.md index 739caff..92cc677 100644 --- a/content/blog/2022/rust-changes-how-you-think-and-code.md +++ b/content/blog/2022/rust-changes-how-you-think-and-code.md @@ -1,6 +1,7 @@ --- title: "Rust Changes How You Think And Code" date: 2022-11-27 +_draft: true tags: - tech - rust diff --git a/content/blog/2022/wayland-intro.md b/content/blog/2022/wayland-intro.md index 4f55922..89bec31 100644 --- a/content/blog/2022/wayland-intro.md +++ b/content/blog/2022/wayland-intro.md @@ -1,6 +1,7 @@ --- title: "What's Wayland? Linux's \"New\" Display Server" date: 2022-12-11 +_draft: true tags: - tech - albatross diff --git a/content/blog/2022/why-use-web-frameworks.md b/content/blog/2022/why-use-web-frameworks.md index 290eb08..4671d41 100644 --- a/content/blog/2022/why-use-web-frameworks.md +++ b/content/blog/2022/why-use-web-frameworks.md @@ -1,6 +1,7 @@ --- title: "Why Use Web Frameworks?" date: 2022-10-30 +_draft: true tags: - tech - albatross @@ -116,4 +117,4 @@ This splitting of logic makes it easier for your brain to focus on specific subc Web frameworks offer a lot of advantages over writing in a more imperative style. However, their abstractions do come at a cost — an extra minimum [16 KB](https://vuejs.org/about/faq.html#is-vue-lightweight) in JavaScript has to be fetched from your server, which can increase bandwidth costs and make your site slower. -Ultimately, in creating your website, much like when you do anything else, you should weigh the pros and cons of web frameworks before deciding to go with one or the other. \ No newline at end of file +Ultimately, in creating your website, much like when you do anything else, you should weigh the pros and cons of web frameworks before deciding to go with one or the other. diff --git a/content/blog/2022/wine.md b/content/blog/2022/wine.md index a659e37..ea8393a 100644 --- a/content/blog/2022/wine.md +++ b/content/blog/2022/wine.md @@ -1,6 +1,7 @@ --- title: "Running Windows Apps on Mac and Linux" date: "2022-10-16" +_draft: true tags: - tech - albatross