chore: normalizing tags across blog posts
This commit is contained in:
parent
1b9dcad3b0
commit
f144fe163b
11 changed files with 13 additions and 22 deletions
|
|
@ -5,8 +5,7 @@ date: 2026-02-22T13:23:00+07:00
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- go
|
- go
|
||||||
- engineering
|
- testing
|
||||||
- tooling
|
|
||||||
- ai
|
- ai
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,8 @@ description: "A brief intro to Conflict Free Replicated Data Types"
|
||||||
date: 2025-02-24T09:58:08+07:00
|
date: 2025-02-24T09:58:08+07:00
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- programming
|
|
||||||
- dart
|
- dart
|
||||||
- data
|
- programming
|
||||||
---
|
---
|
||||||
|
|
||||||
# Background
|
# Background
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,8 @@ description: "udev rules for fixing ADB Insufficient permission in Linux"
|
||||||
date: 2025-02-24T11:29:30+07:00
|
date: 2025-02-24T11:29:30+07:00
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- android
|
|
||||||
- adb
|
|
||||||
- linux
|
- linux
|
||||||
|
- android
|
||||||
---
|
---
|
||||||
|
|
||||||
# Why need this?
|
# Why need this?
|
||||||
|
|
|
||||||
|
|
@ -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
|
date: 2025-02-23T23:27:49+07:00
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- laptop
|
|
||||||
- infinix
|
|
||||||
- tweak
|
|
||||||
- linux
|
- 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.
|
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.
|
||||||
|
|
|
||||||
|
|
@ -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
|
date: 2025-02-21T18:09:54+07:00
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- laptop
|
- windows
|
||||||
- infinix
|
- linux
|
||||||
|
- hardware
|
||||||
- tweak
|
- 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.
|
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.
|
||||||
|
|
|
||||||
|
|
@ -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
|
date: 2025-02-22T09:21:22+07:00
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- programming
|
|
||||||
- flutter
|
- flutter
|
||||||
- android
|
- 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.
|
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.
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ images:
|
||||||
date: 2025-01-12T00:12:04+07:00
|
date: 2025-01-12T00:12:04+07:00
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- programming
|
|
||||||
- flutter
|
- flutter
|
||||||
|
- architecture
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,7 @@ date: 2026-02-20T13:08:00+07:00
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- fedora
|
- dev-setup
|
||||||
- engineering
|
|
||||||
- developer_experience
|
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ description: "Flutter Daily Quote App"
|
||||||
date: 2025-02-20T15:26:04+07:00
|
date: 2025-02-20T15:26:04+07:00
|
||||||
draft: true
|
draft: true
|
||||||
tags:
|
tags:
|
||||||
- programming
|
|
||||||
- flutter
|
- 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).
|
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).
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,7 @@ date: 2025-03-01T22:41:32+07:00
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- laptop
|
- hardware
|
||||||
- infinix
|
|
||||||
- tweak
|
- tweak
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ description: "Simple way to manage environment variables in PowerShell on Window
|
||||||
date: 2026-02-17T12:50:32+07:00
|
date: 2026-02-17T12:50:32+07:00
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- script
|
|
||||||
- windows
|
- windows
|
||||||
|
- dev-setup
|
||||||
---
|
---
|
||||||
|
|
||||||
# Background
|
# Background
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue