From f144fe163ba643ae1c1506acf7e03579c9d23d6c Mon Sep 17 00:00:00 2001 From: fiatcode Date: Sun, 22 Feb 2026 13:50:43 +0700 Subject: [PATCH] chore: normalizing tags across blog posts --- .../blog/building-load-testing-script-with-claude.md | 3 +-- .../blog/crdt-conflict-free-replicated-data-types.md | 3 +-- src/content/blog/fix-adb-unsufficient-permission-linux.md | 3 +-- .../blog/fix-infinix-air-pro-plus-quad-speakers-linux.md | 5 ++--- src/content/blog/fix-infinix-air-pro-plus-screen-color.md | 6 +++--- src/content/blog/flutter-android-emulator-not-showing.md | 2 -- src/content/blog/flutter-clean-architecture.md | 2 +- src/content/blog/immutable-workstation-fedora-kinoite.md | 4 +--- src/content/blog/kuwot-flutter-daily-quote-app.md | 2 +- src/content/blog/remap-copilot-key-infinix-air-pro-plus.md | 3 +-- src/content/blog/using-direnv-in-powershell-on-windows.md | 2 +- 11 files changed, 13 insertions(+), 22 deletions(-) diff --git a/src/content/blog/building-load-testing-script-with-claude.md b/src/content/blog/building-load-testing-script-with-claude.md index 584336e..f5f199c 100644 --- a/src/content/blog/building-load-testing-script-with-claude.md +++ b/src/content/blog/building-load-testing-script-with-claude.md @@ -5,8 +5,7 @@ date: 2026-02-22T13:23:00+07:00 draft: false tags: - go - - engineering - - tooling + - testing - ai --- diff --git a/src/content/blog/crdt-conflict-free-replicated-data-types.md b/src/content/blog/crdt-conflict-free-replicated-data-types.md index 7be2fd5..6487e8b 100644 --- a/src/content/blog/crdt-conflict-free-replicated-data-types.md +++ b/src/content/blog/crdt-conflict-free-replicated-data-types.md @@ -4,9 +4,8 @@ description: "A brief intro to Conflict Free Replicated Data Types" date: 2025-02-24T09:58:08+07:00 draft: false tags: - - programming - dart - - data + - programming --- # Background diff --git a/src/content/blog/fix-adb-unsufficient-permission-linux.md b/src/content/blog/fix-adb-unsufficient-permission-linux.md index df0d833..06ced3d 100644 --- a/src/content/blog/fix-adb-unsufficient-permission-linux.md +++ b/src/content/blog/fix-adb-unsufficient-permission-linux.md @@ -4,9 +4,8 @@ description: "udev rules for fixing ADB Insufficient permission in Linux" date: 2025-02-24T11:29:30+07:00 draft: false tags: - - android - - adb - linux + - android --- # Why need this? diff --git a/src/content/blog/fix-infinix-air-pro-plus-quad-speakers-linux.md b/src/content/blog/fix-infinix-air-pro-plus-quad-speakers-linux.md index 5c564b9..6b8ee12 100644 --- a/src/content/blog/fix-infinix-air-pro-plus-quad-speakers-linux.md +++ b/src/content/blog/fix-infinix-air-pro-plus-quad-speakers-linux.md @@ -4,10 +4,9 @@ description: "A fix for Infinix Air Pro+ -- only 2 of 4 speakers working in Linu date: 2025-02-23T23:27:49+07:00 draft: false tags: - - laptop - - infinix - - tweak - linux + - hardware + - tweak --- I installed Linux ([EndeavourOS](https://endeavouros.com/)) in my Infinix Air Pro+ last week and noticed that the sound coming from the speakers was bad. This laptops has 4 speakers, hence only 2 of them are working. This is how I fix this issue. diff --git a/src/content/blog/fix-infinix-air-pro-plus-screen-color.md b/src/content/blog/fix-infinix-air-pro-plus-screen-color.md index 24dc5a9..655b466 100644 --- a/src/content/blog/fix-infinix-air-pro-plus-screen-color.md +++ b/src/content/blog/fix-infinix-air-pro-plus-screen-color.md @@ -4,10 +4,10 @@ description: "Fixing Infinix Air Pro+ washed out screen color in Windows and Lin date: 2025-02-21T18:09:54+07:00 draft: false tags: - - laptop - - infinix + - windows + - linux + - hardware - tweak - - script --- I have Infinix Air Pro+ and I use it for my work. I can say it is a good laptop coding mainly because it has 2.5k OLED 16:10 screen. But I found a problem with its screen color. When the screen brightness is below about 50% and the screen turned off (to save power, not necessarily going system sleep/suspend) and turns back on, the color looks washed out. diff --git a/src/content/blog/flutter-android-emulator-not-showing.md b/src/content/blog/flutter-android-emulator-not-showing.md index c21c1ca..d631fb7 100644 --- a/src/content/blog/flutter-android-emulator-not-showing.md +++ b/src/content/blog/flutter-android-emulator-not-showing.md @@ -4,10 +4,8 @@ description: "A fix for new Flutter project that doesn't have Android devices sh date: 2025-02-22T09:21:22+07:00 draft: false tags: - - programming - flutter - android - - emulator --- When I create a new Flutter project targeting Android device, I can't choose which Android device to run it. Either it a real connected devices or AVDs, even the devices is available and listed in `Device Manager` tab. diff --git a/src/content/blog/flutter-clean-architecture.md b/src/content/blog/flutter-clean-architecture.md index b1b87e8..d4f95ec 100644 --- a/src/content/blog/flutter-clean-architecture.md +++ b/src/content/blog/flutter-clean-architecture.md @@ -6,8 +6,8 @@ images: date: 2025-01-12T00:12:04+07:00 draft: false tags: - - programming - flutter + - architecture --- ![flutter-clean-architecture](/images/flutter_dash.png) diff --git a/src/content/blog/immutable-workstation-fedora-kinoite.md b/src/content/blog/immutable-workstation-fedora-kinoite.md index 76848fd..c87bade 100644 --- a/src/content/blog/immutable-workstation-fedora-kinoite.md +++ b/src/content/blog/immutable-workstation-fedora-kinoite.md @@ -5,9 +5,7 @@ date: 2026-02-20T13:08:00+07:00 draft: false tags: - linux - - fedora - - engineering - - developer_experience + - dev-setup --- There’s a specific kind of anxiety that comes with running a system upgrade on a deadline. You’re not just updating a browser; you’re shifting the ground beneath your IDE, your compilers, and your carefully tuned environment. One bad dependency, and your afternoon is gone. diff --git a/src/content/blog/kuwot-flutter-daily-quote-app.md b/src/content/blog/kuwot-flutter-daily-quote-app.md index 6c6c4a9..4029ac6 100644 --- a/src/content/blog/kuwot-flutter-daily-quote-app.md +++ b/src/content/blog/kuwot-flutter-daily-quote-app.md @@ -4,8 +4,8 @@ description: "Flutter Daily Quote App" date: 2025-02-20T15:26:04+07:00 draft: true tags: - - programming - flutter + - project --- I made [Kuwot](https://play.google.com/store/apps/details?id=com.dhemasnurjaya.kuwot) last year in my spare time. I want to share it, you can use it as an inspiration, practice app, or something else is up to you since I open-sourced the code (links below). diff --git a/src/content/blog/remap-copilot-key-infinix-air-pro-plus.md b/src/content/blog/remap-copilot-key-infinix-air-pro-plus.md index bac7e3f..ed4663d 100644 --- a/src/content/blog/remap-copilot-key-infinix-air-pro-plus.md +++ b/src/content/blog/remap-copilot-key-infinix-air-pro-plus.md @@ -5,8 +5,7 @@ date: 2025-03-01T22:41:32+07:00 draft: false tags: - linux - - laptop - - infinix + - hardware - tweak --- diff --git a/src/content/blog/using-direnv-in-powershell-on-windows.md b/src/content/blog/using-direnv-in-powershell-on-windows.md index 340e885..40c2434 100644 --- a/src/content/blog/using-direnv-in-powershell-on-windows.md +++ b/src/content/blog/using-direnv-in-powershell-on-windows.md @@ -4,8 +4,8 @@ description: "Simple way to manage environment variables in PowerShell on Window date: 2026-02-17T12:50:32+07:00 draft: false tags: - - script - windows + - dev-setup --- # Background