From a35fe1bbbeb6fc07108d100f531db011c285287e Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 16 Dec 2023 14:19:10 +0700 Subject: [PATCH] feat: update android --- docs/2022-07-31-sql.html | 4 +- docs/2023-07-02-fandroid.html | 72 ++++++++++----------------- docs/2023-07-30-cache-shenanigan.html | 16 +++--- posts/2023-07-02-fandroid.md | 32 +++++------- 4 files changed, 49 insertions(+), 75 deletions(-) diff --git a/docs/2022-07-31-sql.html b/docs/2022-07-31-sql.html index 7fe6b5d..e8be4f1 100644 --- a/docs/2022-07-31-sql.html +++ b/docs/2022-07-31-sql.html @@ -194,12 +194,12 @@
-- field_something can be NULL
 
 -- Bad
-SELECT *
+SELECT *
 FROM table
 WHERE field_something != 1
 
 -- Good
-SELECT *
+SELECT *
 FROM table
 WHERE (field_something IS NULL OR field_something != 1)
diff --git a/docs/2023-07-02-fandroid.html b/docs/2023-07-02-fandroid.html index 20fc8e7..bfa4dc1 100644 --- a/docs/2023-07-02-fandroid.html +++ b/docs/2023-07-02-fandroid.html @@ -58,44 +58,31 @@

Daily:

-

Memory:

- @@ -131,13 +118,6 @@ >Trello -
  • - Notion -
  • -

    Social:

    -

    Misc:

    Make color (change frequently)

    -

    If using Google:

    -

    If buying Xiaomi devices:

    +

    Memory:

    +
    Feel free to ask me via diff --git a/docs/2023-07-30-cache-shenanigan.html b/docs/2023-07-30-cache-shenanigan.html index 1fc8b42..3a1f3e0 100644 --- a/docs/2023-07-30-cache-shenanigan.html +++ b/docs/2023-07-30-cache-shenanigan.html @@ -60,15 +60,15 @@ activate service service ->> cache: get data alt exist in cache - service -->> other: return data - else not exist in cache - service ->> db: get data - alt exist data in db - service -->> other: return data - else not exist data in db - service -->> other: return error not found + service -->> other: return data + else not exist in cache + service ->> db: get data + alt exist data in db + service -->> other: return data + else not exist data in db + service -->> other: return error not found end - end + end deactivate service other ->> service: set data diff --git a/posts/2023-07-02-fandroid.md b/posts/2023-07-02-fandroid.md index a45f040..8db9fcd 100644 --- a/posts/2023-07-02-fandroid.md +++ b/posts/2023-07-02-fandroid.md @@ -14,16 +14,11 @@ as you can. Daily: -- [Simple Clock](https://github.com/SimpleMobileTools/Simple-Clock) -- [Simple Music Player](https://github.com/SimpleMobileTools/Simple-Music-Player) - [K-9 Mail](https://github.com/thundernest/k-9) -- [Files](https://play.google.com/store/apps/details?id=com.google.android.apps.nbu.files) -- [Gallery](https://play.google.com/store/apps/details?id=com.google.android.apps.photosgo) -- [Calculator](https://play.google.com/store/apps/details?id=com.google.android.calculator) - -Memory: - -- [Amaze File Manager](https://github.com/TeamAmaze/AmazeFileManager) +- [Google Files](https://play.google.com/store/apps/details?id=com.google.android.apps.nbu.files) +- [Google Gallery](https://play.google.com/store/apps/details?id=com.google.android.apps.photosgo) +- [Google Calculator](https://play.google.com/store/apps/details?id=com.google.android.calculator) +- [fcitx5-android](https://github.com/fcitx5-android/fcitx5-android) Security: @@ -35,32 +30,22 @@ Security: Productivity: - [Trello](https://play.google.com/store/apps/details?id=com.trello) -- [Notion](https://play.google.com/store/apps/details?id=notion.id) - [Google Keep](https://play.google.com/store/apps/details?id=com.google.android.keep) -Social: - -- [Tusky](https://github.com/tuskyapp/Tusky) -- [Glider for Hacker News](https://github.com/Mosc/Glider) - Misc: - [Tailscale Android Client](https://github.com/tailscale/tailscale-android) - [NewPipe](https://github.com/TeamNewPipe/NewPipe/) - [Wavelet](https://play.google.com/store/apps/details?id=com.pittvandewitt.wavelet) - [Binary Eye](https://github.com/markusfisch/BinaryEye) -- [Noice for Android](https://github.com/trynoice/android-app) - [1.1.1.1](https://play.google.com/store/apps/details?id=com.cloudflare.onedotonedotonedotone) +- [NetGuard](https://github.com/M66B/NetGuard) Make color (change frequently) - [Delta Icons for Android](https://github.com/Delta-Icons/android) - [Niagara Launcher](https://play.google.com/store/apps/details?id=bitpit.launcher) -If using Google: - -- [Google One](https://play.google.com/store/apps/details?id=com.google.android.apps.subscriptions.red) - If buying Xiaomi devices: - [Mi Home](https://play.google.com/store/apps/details?id=com.xiaomi.smarthome) @@ -73,3 +58,10 @@ Advance (be careful!!!): - [Hail](https://github.com/aistra0528/Hail) - [ReVanced Manager](https://github.com/ReVanced/revanced-manager) - [Vanced MicroG](https://github.com/TeamVanced/VancedMicroG) + +Memory: + +- [Amaze File Manager](https://github.com/TeamAmaze/AmazeFileManager) +- [Simple Clock](https://github.com/SimpleMobileTools/Simple-Clock) +- [Simple Music Player](https://github.com/SimpleMobileTools/Simple-Music-Player) +- [Noice for Android](https://github.com/trynoice/android-app)