Nov 15, 2024
I was creating my first GitHub Action. According to the official documentation, I should commit the node_modules to the repo or generate a script that bundles the whole node_modules if I want to create a JavaScript action. I think this is not good practice, so I try to find another way: manually managing the caches for the dependencies in node_modules.
/guide
#javascript
#github
Feb 21, 2024
While I am asleep, the sleeping state is indicated on my Discord and GitHub user status. I achieve this by using MacroDroid.
/guide
#android
#github
Jan 8, 2024
Use nmcli to connect to eduroam in UCSB without using the configuration assistant tool provided by eduroam.
/guide
#linux
#school
Sep 29, 2023
It has been a pain setting up Overleaf on my own server. I have finally figured it out and I am sharing my notes here.
/guide
#linux
#selfhosting
#tex