Astro Blog Build
This is personal record for building a blog site using Astro web framework with Cloudflare integration. Consult with this pages: https://docs.astro.build/ and …
This is personal record for building a blog site using Astro web framework with Cloudflare integration. Consult with this pages: https://docs.astro.build/ and …
When designing for the web, one small but important detail is how browsers handle very long words or strings of text. On mobile screens especially, an unbroken word can stretch …
Disclaimer: This post is written purely for educational and exploratory purposes, and as a personal technical record. The method described — submitting data to Google Forms …
Google Sheets isn’t just for storing data—it can also act as a lightweight database for your projects. With a few lines of Google Apps Script, you can transform your spreadsheet …
Arch linux installation is not that hard if you do it simple as if:
Neovim is a fork of aiming to improve the codebase, allowing for easier implementation of APIs, improved user experience and plugin implementation.
In the following scenario, the safest option is using git pull --rebase
or setting configuration by git config pull.rebase true
.
We often need to run our script avoiding certain situations like the followings.
If you type Myanmar language online, you’ve probably met this problem:
Everything’s fine — until you type ေ (the “E-vowel”) second time (E.g. the second ေ in ကောင်း ေကာင်း) in a …
In Cloudflare Pages → Project Settings → Build Configuration, I can set the Framework preset to Hugo
, the Build command to hugo
, and the Build output directory to public
. That’s …
Upgrading the system regularly running $ sudo pacman -Syu
prevents most signing errors. If delay is unavoidable and system upgrade gets delayed …
Calibri font is default body font in MS Word. Sometime you may need to install Calibri and Cambria fonts for opening MS Office files with LibreOffice in Linux.
To install the …
Disabling drag_lock
function in dwl is recommended if you are experiencing half a second delay on releasing mouse button simulated by touchpad.
For example, it takes half a second …
Sometime we just want to know which package is a command provided by? For instance, which package provides pactl command. Then use pacman in Arch Linux.