_content/notes: add notes about Jenkins
go.mod: update all dependencies
_content/index.css: change the link color on dark mode to gold-ish Instead of dark blue (cyan?), make the links and sections header color become gold-ish. It is much better this way.
journal/2025: add plural to "2024 accomplishment"
journal/2025: update "2024 Accomplishment"
journal/2025: start writing "2024 Accomplishment"
go.mod: update all dependencies
journal/2025: new journal "Hyper-V vs VirtualBox" In this journal we will take a look at the performance of virtual machine (VM) running on Windows Host using Hyper-V and Oracle VirtualBox. The guest VM is Arch Linux 64-bit x86-64. The program that we want to benchmark is an Angular tests suite, an internal application that I am currently maintenance, running with Jasmine and Karma using Chromium headless browser.
_content/journal: new article "Why DevOps do this?" This article collect DevOps practices that I found bewildering and amusing.
_content: move "AUR repository" above "DNS server"
journal/2024: write down "Memfs vs go:embed" This article compare the feature of go:embed with the memfs package from my pakakeh.go module.
_content: use HTTPS for external links instead of HTTP
_content: update robots.txt Disallow aur and job_exec logs since the content are dynamic.
_content: fix missing "Talk" page
_content: add link to email me at top bar
_content/talk: create index for the directory
talk/git-tutorial: revert the talk back to using embedded slides
journal/2024: new journal "Two types of leader"
_content: add style for dark mode
journal/2022: add "Pull request approval does not recorded" GitHub does not record who has approve the pull request on merged pull request.