remove albatross

articles are not blog entries
This commit is contained in:
eggy 2023-03-25 16:07:40 -04:00
parent 901405087d
commit cc18627f6c
13 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,7 @@
---
title: "Stay Anonymous Online With These 4 Browser Extensions"
date: "2022-08-06"
_draft: true
tags:
- tech
- albatross

View File

@ -1,6 +1,7 @@
---
title: "AV1 — The FOSS Video Codec"
date: 2022-11-13
_draft: true
tags:
- tech
- albatross
@ -44,4 +45,4 @@ Why doesnt 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.
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.

View File

@ -1,6 +1,7 @@
---
title: "Choosing a License — Politics in FOSS"
date: "2022-09-02"
_draft: true
tags:
- tech
- albatross

View File

@ -1,6 +1,7 @@
---
title: "Git is a Blockchain"
date: "2022-10-02"
_draft: true
tags:
- tech
- albatross

View File

@ -1,6 +1,7 @@
---
title: "GitHub for Dummies"
date: "2022-06-17"
_draft: true
tags:
- tech
- albatross

View File

@ -1,6 +1,7 @@
---
title: "Google's Guide to Taking Over the Web"
date: "2022-07-16"
_draft: true
tags:
- tech
- albatross

View File

@ -1,6 +1,7 @@
---
title: "13 Tricks to Write Nicer Python"
date: "2022-08-21"
_draft: true
tags:
- tech
- albatross

View File

@ -1,6 +1,7 @@
---
title: "Reviving Older Games Through Emulation"
date: "2022-05-22"
_draft: true
tags:
- tech
- albatross

View File

@ -1,6 +1,7 @@
---
title: "Appreciate Your Browser!"
date: "2022-09-18"
_draft: true
tags:
- tech
- albatross

View File

@ -1,6 +1,7 @@
---
title: "Rust Changes How You Think And Code"
date: 2022-11-27
_draft: true
tags:
- tech
- rust

View File

@ -1,6 +1,7 @@
---
title: "What's Wayland? Linux's \"New\" Display Server"
date: 2022-12-11
_draft: true
tags:
- tech
- albatross

View File

@ -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.
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.

View File

@ -1,6 +1,7 @@
---
title: "Running Windows Apps on Mac and Linux"
date: "2022-10-16"
_draft: true
tags:
- tech
- albatross