summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-07-01all: add project karajoShulhan
2025-07-01all: add project hunspell-idShulhan
2025-06-30all: add project haminerShulhan
2025-06-30all: add project gotpShulhan
2025-06-30all: add project gorankusuShulhan
2025-06-29all: add project ciigoShulhan
2025-06-29all: add project awwanShulhan
The awwan repository now managed as submodule under _project/src/awwan. The documentation is linked to _content/project/awwan/ for visibility.
2025-06-29all: add asciidoctor-go as git submodule as part of projectShulhan
The _project directory contains the program that we wrote and publish. The _content/project directory contains symlink to the project documentation.
2025-06-14all: third round for fixing broken linksShulhan
2025-06-13all: ignore broken links with status code 403 and 418Shulhan
Page with 403 is forbidden. Page with 418 usually blocked from being scanned by AI bots.
2025-06-12all: second round for fixing broken linksShulhan
2025-06-11all: fix broken links as reported by jarinkShulhan
2025-06-09all: add JSON extension to output of jarink brokenlinksShulhan
2025-06-03_content/notes: add symlink for bad_coding_practicesShulhan
This symlink point to article on "journal/2024/bad_coding_practices".
2025-06-032024/bad_coding_practices: add section on "Using advice"Shulhan
In certain programming language there is a syntactic metadata that allow programmer to inject, bind, or change the behaviour of code based on the metadata being injected. This metaprogramming style known as Advice. In Java, this known as annotation. In Python, this known as decorator.
2025-06-03notes: update on "A guide to readable and performance wise code"Shulhan
2025-06-02_content/notes: add new note "sed cheat sheet"Shulhan
Also add the index for directory notes.
2025-06-02all: another fix for broken linksShulhan
2025-06-02all: fix broken linksShulhan
2025-06-02all: scan for broken links using jarinkShulhan
[jarink] is a tool for web administrator and developer to scan broken links, either due the link is invalid or not exist anymore (404). Command line, $ jarink brokenlinks https://kilabit.home.local | tee jarink_brokenlinks [1] https://git.sr.ht/~shulhan/jarink/
2025-06-02_content: replace golang.org with go.devShulhan
2025-05-28journal/2024: update "Why DevOps do this?"Shulhan
Changes, * add short and fixed section links * add new section "Using and mounting system host directory"
2025-05-22go.mod: update all dependenciesShulhan
2025-05-22journal/2024: update "Why DevOps do this?"Shulhan
Add subsection on "Using the 'latest' tag".
2025-02-26journal/2024: update "Why DevOps do this?"Shulhan
Add section on "system administration".
2025-02-04_content/notes: add notes about JenkinsShulhan
2025-02-04go.mod: update all dependenciesShulhan
2025-01-21_content/index.css: change the link color on dark mode to gold-ishShulhan
Instead of dark blue (cyan?), make the links and sections header color become gold-ish. It is much better this way.
2025-01-21journal/2025: add plural to "2024 accomplishment"Shulhan
2025-01-21journal/2025: update "2024 Accomplishment"Shulhan
2025-01-13journal/2025: start writing "2024 Accomplishment"Shulhan
2025-01-08go.mod: update all dependenciesShulhan
2025-01-06journal/2025: new journal "Hyper-V vs VirtualBox"Shulhan
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.
2024-12-16_content/journal: new article "Why DevOps do this?"Shulhan
This article collect DevOps practices that I found bewildering and amusing.
2024-12-15_content: move "AUR repository" above "DNS server"Shulhan
2024-12-15journal/2024: write down "Memfs vs go:embed"Shulhan
This article compare the feature of go:embed with the memfs package from my pakakeh.go module.
2024-12-13_content: use HTTPS for external links instead of HTTPShulhan
2024-12-08_content: update robots.txtShulhan
Disallow aur and job_exec logs since the content are dynamic.
2024-12-08_content: fix missing "Talk" pageShulhan
2024-12-03_content: add link to email me at top barShulhan
2024-12-03_content/talk: create index for the directoryShulhan
2024-12-03talk/git-tutorial: revert the talk back to using embedded slidesShulhan
2024-11-09journal/2024: new journal "Two types of leader"Shulhan
2024-11-07_content: add style for dark modeShulhan
2024-10-10journal/2022: add "Pull request approval does not recorded"Shulhan
GitHub does not record who has approve the pull request on merged pull request.
2024-10-10go.mod: update all dependenciesShulhan
2024-09-24_content/talk: publish three talks using Google SlidesShulhan
Talk, * Introduction to DNS * Software development retrospective * Workgroup or team work?
2024-09-23go.mod: update all dependenciesShulhan
2024-09-23journal/2024: add new journal "A trip to Nusa Lembongan"Shulhan
2024-08-27_umum: static assets serve under umum.kilabit.infoShulhan
This assets is moved from ops repository to make it closer to the web (this) repository.