+++ /dev/null
-module.exports = {
- tags: [
- "articles"
- ],
- "layout": "layouts/article.njk",
-};
--- /dev/null
+{
+ "tags": ["articles"],
+ "layout": "layouts/article.njk",
+ "permalink": "articles/{{ date | htmlDateString }}-{{ title | slugify }}/"
+}
\ No newline at end of file
title: Minimum UTXO Value
date: 2023-08-04
modified: 2024-01-26
-permalink: 'articles/2023-008-04-minimum-utxo-value/'
description: A look at what Bitcoin dust is, historical fee rates, how fees are calculated, and a decision on a minimum UTXO value to stay above the dust threshold.
tags:
- bitcoin
---
title: Monetary System Enshittification
date: 2024-03-01
-permalink: 'articles/2024-03-01-monetary-system-enshittification/'
description: Is the US monetary system experience enshittification? And how do we solve it?
tags:
- bitcoin
---
title: 'Removing a Drive from a Btrfs Array'
date: 2023-07-05
-permalink: 'articles/2023-07-05-removing-a-drive-from-a-btrfs-array/'
modified: 2024-01-26
description: If a drive is failing in an array, Btrfs could block attempts at removing the drive due to corrupted files. A quick write-up of how to get it removed.
tags: