chore: normalizing tags across blog posts

This commit is contained in:
fiatcode 2026-02-22 13:50:43 +07:00
parent 1b9dcad3b0
commit f144fe163b
11 changed files with 13 additions and 22 deletions

View file

@ -5,8 +5,7 @@ date: 2026-02-22T13:23:00+07:00
draft: false
tags:
- go
- engineering
- tooling
- testing
- ai
---

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -5,9 +5,7 @@ date: 2026-02-20T13:08:00+07:00
draft: false
tags:
- linux
- fedora
- engineering
- developer_experience
- dev-setup
---
Theres a specific kind of anxiety that comes with running a system upgrade on a deadline. Youre not just updating a browser; youre shifting the ground beneath your IDE, your compilers, and your carefully tuned environment. One bad dependency, and your afternoon is gone.

View file

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

View file

@ -5,8 +5,7 @@ date: 2025-03-01T22:41:32+07:00
draft: false
tags:
- linux
- laptop
- infinix
- hardware
- tweak
---

View file

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