diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-06 08:42:36 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-06 08:42:36 -0800 |
| commit | 6a73da98e5c0899c3f04b6ce3c22b120b44be265 (patch) | |
| tree | e2fe6ee15c6adca9211fcf44fe6a94ff86ac1e9c /content/notes | |
| parent | basic setup for tags (diff) | |
| download | fcuny.net-6a73da98e5c0899c3f04b6ce3c22b120b44be265.tar.gz | |
add taxonomy to all entities
Diffstat (limited to 'content/notes')
| -rw-r--r-- | content/notes/containerd-to-firecracker.md | 10 | ||||
| -rw-r--r-- | content/notes/cpu-power-management.md | 10 | ||||
| -rw-r--r-- | content/notes/making-sense-intel-amd-cpus.md | 10 | ||||
| -rw-r--r-- | content/notes/stuff-about-pcie.md | 10 | ||||
| -rw-r--r-- | content/notes/working-with-go.md | 10 | ||||
| -rw-r--r-- | content/notes/working-with-nix.md | 10 |
6 files changed, 36 insertions, 24 deletions
diff --git a/content/notes/containerd-to-firecracker.md b/content/notes/containerd-to-firecracker.md index 9716735..df26cba 100644 --- a/content/notes/containerd-to-firecracker.md +++ b/content/notes/containerd-to-firecracker.md @@ -1,7 +1,9 @@ ---- -title: containerd to firecracker -date: 2021-05-15 ---- ++++ +title = "containerd to firecracker" +date = 2021-05-15 +[taxonomies] +tags = ["containers"] ++++ fly.io had an [interesting article](https://fly.io/blog/docker-without-docker/) about how they use diff --git a/content/notes/cpu-power-management.md b/content/notes/cpu-power-management.md index bbbd2e6..922f081 100644 --- a/content/notes/cpu-power-management.md +++ b/content/notes/cpu-power-management.md @@ -1,7 +1,9 @@ ---- -title: CPU power management -date: 2023-01-22 ---- ++++ +title = "CPU power management" +date = 2023-01-22 +[taxonomies] +tags = ["hardware"] ++++ ## Maximum power consumption of a processor diff --git a/content/notes/making-sense-intel-amd-cpus.md b/content/notes/making-sense-intel-amd-cpus.md index 75392c6..9d1ce84 100644 --- a/content/notes/making-sense-intel-amd-cpus.md +++ b/content/notes/making-sense-intel-amd-cpus.md @@ -1,7 +1,9 @@ ---- -title: Making sense of Intel and AMD CPUs naming -date: 2021-12-29 ---- ++++ +title = "Making sense of Intel and AMD CPUs naming" +date = 2021-12-29 +[taxonomies] +tags = ["hardware"] ++++ ## Intel diff --git a/content/notes/stuff-about-pcie.md b/content/notes/stuff-about-pcie.md index b540d24..311e55f 100644 --- a/content/notes/stuff-about-pcie.md +++ b/content/notes/stuff-about-pcie.md @@ -1,7 +1,9 @@ ---- -title: Stuff about PCIe -date: 2022-01-03 ---- ++++ +title = "Stuff about PCIe" +date = 2022-01-03 +[taxonomies] +tags = ["hardware"] ++++ ## Speed diff --git a/content/notes/working-with-go.md b/content/notes/working-with-go.md index 29f1737..2a5d7a6 100644 --- a/content/notes/working-with-go.md +++ b/content/notes/working-with-go.md @@ -1,7 +1,9 @@ ---- -title: Working with Go -date: 2021-08-05 ---- ++++ +title = "Working with Go" +date = 2021-08-05 +[taxonomies] +tags = ["go"] ++++ _This document assumes go version \>= 1.16_. diff --git a/content/notes/working-with-nix.md b/content/notes/working-with-nix.md index 1f5da81..1269963 100644 --- a/content/notes/working-with-nix.md +++ b/content/notes/working-with-nix.md @@ -1,7 +1,9 @@ ---- -title: working with nix -date: 2022-05-10 ---- ++++ +title = "working with nix" +date = 2022-05-10 +[taxonomies] +tags = ["nix"] ++++ ## the `nix develop` command |
