From b52ff1b433ea35602525d41c430d444d1a972aa4 Mon Sep 17 00:00:00 2001 From: Baraa Al-Masri Date: Sat, 19 Oct 2024 22:01:46 +0000 Subject: [PATCH] update(files): update metadata from server --- files/blogs/a-rant-about-the-scroll-event-in-nuxt-3.json | 2 +- files/blogs/about-ttys.json | 2 +- files/blogs/access-control-allow-drama.json | 2 +- files/blogs/androids-usb-tethering-with-vpn.json | 2 +- files/blogs/configuring-touchpad-with-libinput.json | 2 +- files/blogs/debugging-rust-on-the-raspberry-pi-pico.json | 2 +- .../deploy-sveltekit-to-google-cloud-run-using-docker.json | 2 +- files/blogs/fixing-nvme-ssd-problems-on-linux.json | 2 +- files/blogs/github-is-the-best-database-for-blogs.json | 2 +- files/blogs/install-lua-lsp-for-neovim.json | 2 +- ...izing-a-springboot-sveltekit-mariadb-and-keycloak-app.json | 2 +- files/blogs/running-rust-on-the-raspberry-pi-pico.json | 2 +- .../blogs/setting-up-go-templ-with-tailwind-htmx-docker.json | 2 +- files/blogs/setup-ftp-server-as-a-home-nas.json | 2 +- files/blogs/setup-pwa-in-go-templ.json | 2 +- ...-style-tabs-instead-of-the-default-tab-bar-in-firefox.json | 2 +- files/blogs/using-a-c-library-with-rust.json | 4 ++-- ...g-a-matrix-keypad-with-rust-and-the-raspberry-pi-pico.json | 2 +- files/blogs/using-wasm-with-sveltekit.json | 2 +- files/blogs/why-i-made-this-blog.json | 2 +- files/blogs/xfce-notifyd-in-i3wm.json | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) diff --git a/files/blogs/a-rant-about-the-scroll-event-in-nuxt-3.json b/files/blogs/a-rant-about-the-scroll-event-in-nuxt-3.json index 8f5eb7d..2cdf0df 100644 --- a/files/blogs/a-rant-about-the-scroll-event-in-nuxt-3.json +++ b/files/blogs/a-rant-about-the-scroll-event-in-nuxt-3.json @@ -2,6 +2,6 @@ "title": "A Rant About the Scroll Event in Nuxt 3", "description": "VueUse's useWindowScroll needs a WINDOW", "public_id": "a-rant-about-the-scroll-event-in-nuxt-3", - "visited_times": 1957, + "visited_times": 2072, "written_at": 1688582304 } \ No newline at end of file diff --git a/files/blogs/about-ttys.json b/files/blogs/about-ttys.json index d434bba..7af5d3c 100644 --- a/files/blogs/about-ttys.json +++ b/files/blogs/about-ttys.json @@ -2,6 +2,6 @@ "title": "About TTYs...", "description": "The long story behind Unix-like OSes' tty console.", "public_id": "about-ttys", - "visited_times": 740, + "visited_times": 787, "written_at": 1691185093 } \ No newline at end of file diff --git a/files/blogs/access-control-allow-drama.json b/files/blogs/access-control-allow-drama.json index 558569b..d96c61b 100644 --- a/files/blogs/access-control-allow-drama.json +++ b/files/blogs/access-control-allow-drama.json @@ -2,6 +2,6 @@ "title": "Access-Control-Allow-Drama", "description": "A whole drama about enabling CORS in a bare-bone web library.", "public_id": "access-control-allow-drama", - "visited_times": 563, + "visited_times": 601, "written_at": 1696705198 } \ No newline at end of file diff --git a/files/blogs/androids-usb-tethering-with-vpn.json b/files/blogs/androids-usb-tethering-with-vpn.json index 45ba185..5888846 100644 --- a/files/blogs/androids-usb-tethering-with-vpn.json +++ b/files/blogs/androids-usb-tethering-with-vpn.json @@ -2,6 +2,6 @@ "title": "Android's USB Tethering with VPN", "description": "Using VPN the hard way!", "public_id": "androids-usb-tethering-with-vpn", - "visited_times": 1072, + "visited_times": 1179, "written_at": 1690059230 } \ No newline at end of file diff --git a/files/blogs/configuring-touchpad-with-libinput.json b/files/blogs/configuring-touchpad-with-libinput.json index eeba110..aa1f69c 100644 --- a/files/blogs/configuring-touchpad-with-libinput.json +++ b/files/blogs/configuring-touchpad-with-libinput.json @@ -2,6 +2,6 @@ "title": "Configuring Touchpad With Libinput", "description": "Touchpad configuration using libinput for WM users", "public_id": "configuring-touchpad-with-libinput", - "visited_times": 679, + "visited_times": 728, "written_at": 1673764732 } \ No newline at end of file diff --git a/files/blogs/debugging-rust-on-the-raspberry-pi-pico.json b/files/blogs/debugging-rust-on-the-raspberry-pi-pico.json index 42d2c6c..0b9b6f1 100644 --- a/files/blogs/debugging-rust-on-the-raspberry-pi-pico.json +++ b/files/blogs/debugging-rust-on-the-raspberry-pi-pico.json @@ -2,6 +2,6 @@ "title": "Debugging Rust on the Raspberry Pi Pico", "description": "Logging the Pico's output to a UART serial monitor without using a probe", "public_id": "debugging-rust-on-the-raspberry-pi-pico", - "visited_times": 1262, + "visited_times": 1392, "written_at": 1699184816 } \ No newline at end of file diff --git a/files/blogs/deploy-sveltekit-to-google-cloud-run-using-docker.json b/files/blogs/deploy-sveltekit-to-google-cloud-run-using-docker.json index 56d1cf2..36b9656 100644 --- a/files/blogs/deploy-sveltekit-to-google-cloud-run-using-docker.json +++ b/files/blogs/deploy-sveltekit-to-google-cloud-run-using-docker.json @@ -2,6 +2,6 @@ "title": "Deploy Sveltekit to Google Cloud Run Using Docker", "description": "Configure SvelteKit build to run on Google Cloud Run.", "public_id": "deploy-sveltekit-to-google-cloud-run-using-docker", - "visited_times": 2689, + "visited_times": 2810, "written_at": 1662705047 } \ No newline at end of file diff --git a/files/blogs/fixing-nvme-ssd-problems-on-linux.json b/files/blogs/fixing-nvme-ssd-problems-on-linux.json index 5cf58f7..4542ffc 100644 --- a/files/blogs/fixing-nvme-ssd-problems-on-linux.json +++ b/files/blogs/fixing-nvme-ssd-problems-on-linux.json @@ -2,6 +2,6 @@ "title": "Fixing NVMe SSD Problems on Linux", "description": "A quick fix before you jump to another distro or go back to Windows.", "public_id": "fixing-nvme-ssd-problems-on-linux", - "visited_times": 1732, + "visited_times": 2122, "written_at": 1702126051 } \ No newline at end of file diff --git a/files/blogs/github-is-the-best-database-for-blogs.json b/files/blogs/github-is-the-best-database-for-blogs.json index bf52ae9..40a765b 100644 --- a/files/blogs/github-is-the-best-database-for-blogs.json +++ b/files/blogs/github-is-the-best-database-for-blogs.json @@ -2,6 +2,6 @@ "title": "Github is the Best Database for Blogs", "description": "This is why I chose to put my website and blog's data on a git repository, rather than a full blown database.", "public_id": "github-is-the-best-database-for-blogs", - "visited_times": 447, + "visited_times": 488, "written_at": 1708871194 } \ No newline at end of file diff --git a/files/blogs/install-lua-lsp-for-neovim.json b/files/blogs/install-lua-lsp-for-neovim.json index 2be6330..8237470 100644 --- a/files/blogs/install-lua-lsp-for-neovim.json +++ b/files/blogs/install-lua-lsp-for-neovim.json @@ -2,6 +2,6 @@ "title": "Install Lua LSP for Neovim", "description": "Lua LSP installation on Linux distros that don't include it or has an outdated version of it.", "public_id": "install-lua-lsp-for-neovim", - "visited_times": 867, + "visited_times": 933, "written_at": 1682372217 } \ No newline at end of file diff --git a/files/blogs/learn-docker-by-dockerizing-a-springboot-sveltekit-mariadb-and-keycloak-app.json b/files/blogs/learn-docker-by-dockerizing-a-springboot-sveltekit-mariadb-and-keycloak-app.json index 502e9e3..f033586 100644 --- a/files/blogs/learn-docker-by-dockerizing-a-springboot-sveltekit-mariadb-and-keycloak-app.json +++ b/files/blogs/learn-docker-by-dockerizing-a-springboot-sveltekit-mariadb-and-keycloak-app.json @@ -2,6 +2,6 @@ "title": "Learn Docker by Dockerizing A SpringBoot, SvelteKit, MariaDB, and Keycloak App", "description": "A headstart for docker and docker compose using a mix of technologies", "public_id": "learn-docker-by-dockerizing-a-springboot-sveltekit-mariadb-and-keycloak-app", - "visited_times": 2166, + "visited_times": 2317, "written_at": 1674630670 } \ No newline at end of file diff --git a/files/blogs/running-rust-on-the-raspberry-pi-pico.json b/files/blogs/running-rust-on-the-raspberry-pi-pico.json index 4dd0723..6b5db8b 100644 --- a/files/blogs/running-rust-on-the-raspberry-pi-pico.json +++ b/files/blogs/running-rust-on-the-raspberry-pi-pico.json @@ -2,6 +2,6 @@ "title": "Running Rust on the Raspberry Pi Pico", "description": "Because why not?", "public_id": "running-rust-on-the-raspberry-pi-pico", - "visited_times": 979, + "visited_times": 1071, "written_at": 1699059444 } \ No newline at end of file diff --git a/files/blogs/setting-up-go-templ-with-tailwind-htmx-docker.json b/files/blogs/setting-up-go-templ-with-tailwind-htmx-docker.json index 5d1e37d..872bc37 100644 --- a/files/blogs/setting-up-go-templ-with-tailwind-htmx-docker.json +++ b/files/blogs/setting-up-go-templ-with-tailwind-htmx-docker.json @@ -2,6 +2,6 @@ "title": "Setting up Go templ with Tailwind, HTMX and Docker", "description": "A quick guide to set up a Go templ project with Tailwind CSS, the gloroius HTMX and Docker.", "public_id": "setting-up-go-templ-with-tailwind-htmx-docker", - "visited_times": 2235, + "visited_times": 2747, "written_at": 1710519580 } \ No newline at end of file diff --git a/files/blogs/setup-ftp-server-as-a-home-nas.json b/files/blogs/setup-ftp-server-as-a-home-nas.json index 997c5b4..965f3c1 100644 --- a/files/blogs/setup-ftp-server-as-a-home-nas.json +++ b/files/blogs/setup-ftp-server-as-a-home-nas.json @@ -2,6 +2,6 @@ "title": "Setup FTP server as a home NAS", "description": "A quick guide to configure a Linux FTP server as a home (not limited to home) NAS ", "public_id": "setup-ftp-server-as-a-home-nas", - "visited_times": 839, + "visited_times": 916, "written_at": 1693953151 } \ No newline at end of file diff --git a/files/blogs/setup-pwa-in-go-templ.json b/files/blogs/setup-pwa-in-go-templ.json index c13e7db..77120f3 100644 --- a/files/blogs/setup-pwa-in-go-templ.json +++ b/files/blogs/setup-pwa-in-go-templ.json @@ -2,6 +2,6 @@ "title": "Setup PWA in Go templ", "description": "Setting up a Go templ project as PWA (Progressive Web App)", "public_id": "setup-pwa-in-go-templ", - "visited_times": 265, + "visited_times": 357, "written_at": 1713607320 } \ No newline at end of file diff --git a/files/blogs/use-tree-style-tabs-instead-of-the-default-tab-bar-in-firefox.json b/files/blogs/use-tree-style-tabs-instead-of-the-default-tab-bar-in-firefox.json index caba15a..c919945 100644 --- a/files/blogs/use-tree-style-tabs-instead-of-the-default-tab-bar-in-firefox.json +++ b/files/blogs/use-tree-style-tabs-instead-of-the-default-tab-bar-in-firefox.json @@ -2,6 +2,6 @@ "title": "Use Tree Style Tabs Instead of the Default Tab Bar in Firefox", "description": "The configuration needed in Firefox to hide the tabs bar and only use Tree Style Tabs", "public_id": "use-tree-style-tabs-instead-of-the-default-tab-bar-in-firefox", - "visited_times": 695, + "visited_times": 733, "written_at": 1675531820 } \ No newline at end of file diff --git a/files/blogs/using-a-c-library-with-rust.json b/files/blogs/using-a-c-library-with-rust.json index 0a80750..79939e6 100644 --- a/files/blogs/using-a-c-library-with-rust.json +++ b/files/blogs/using-a-c-library-with-rust.json @@ -2,6 +2,6 @@ "title": "Using a C Library with Rust", "description": "A quick starter to use a C library within a Rust cargo project with CMake.", "public_id": "using-a-c-library-with-rust", - "visited_times": 0, + "visited_times": 60, "written_at": 1726602667 -} +} \ No newline at end of file diff --git a/files/blogs/using-a-matrix-keypad-with-rust-and-the-raspberry-pi-pico.json b/files/blogs/using-a-matrix-keypad-with-rust-and-the-raspberry-pi-pico.json index 2ad37db..4988775 100644 --- a/files/blogs/using-a-matrix-keypad-with-rust-and-the-raspberry-pi-pico.json +++ b/files/blogs/using-a-matrix-keypad-with-rust-and-the-raspberry-pi-pico.json @@ -2,6 +2,6 @@ "title": "Using a Matrix Keypad with Rust and the Raspberry Pi Pico", "description": "A quick tour to understanding I/O pins on a Raspberry Pi Pico with Rust and using a matrix keypad.", "public_id": "using-a-matrix-keypad-with-rust-and-the-raspberry-pi-pico", - "visited_times": 808, + "visited_times": 874, "written_at": 1699647198 } \ No newline at end of file diff --git a/files/blogs/using-wasm-with-sveltekit.json b/files/blogs/using-wasm-with-sveltekit.json index ee69312..96922dc 100644 --- a/files/blogs/using-wasm-with-sveltekit.json +++ b/files/blogs/using-wasm-with-sveltekit.json @@ -2,6 +2,6 @@ "title": "Using WASM With SvelteKit", "description": "The needed configuration to run web assembly with SvelteKit and Rust.", "public_id": "using-wasm-with-sveltekit", - "visited_times": 2461, + "visited_times": 2652, "written_at": 1664520290 } \ No newline at end of file diff --git a/files/blogs/why-i-made-this-blog.json b/files/blogs/why-i-made-this-blog.json index 9b5968c..5af1cfa 100644 --- a/files/blogs/why-i-made-this-blog.json +++ b/files/blogs/why-i-made-this-blog.json @@ -2,6 +2,6 @@ "title": "Why I Made This Blog?", "description": "A brief about my blogging process", "public_id": "why-i-made-this-blog", - "visited_times": 595, + "visited_times": 631, "written_at": 1662426935 } \ No newline at end of file diff --git a/files/blogs/xfce-notifyd-in-i3wm.json b/files/blogs/xfce-notifyd-in-i3wm.json index 2ab7125..42460dd 100644 --- a/files/blogs/xfce-notifyd-in-i3wm.json +++ b/files/blogs/xfce-notifyd-in-i3wm.json @@ -2,6 +2,6 @@ "title": "Xfce Notifyd In i3wm", "description": "Fix notification daemon issue in i3wm using Xfce Notifyd.", "public_id": "xfce-notifyd-in-i3wm", - "visited_times": 736, + "visited_times": 791, "written_at": 1662445993 } \ No newline at end of file