summaryrefslogtreecommitdiff
path: root/_project/src
AgeCommit message (Collapse)Author
40 hours_project: update all submodulesShulhan
2026-02-12_project: add submodules golang-id-web and golang-id-tourShulhan
While at it, update all submodules to the tip.
2026-02-12cmd/www-kilabit: add option shutdown-idleShulhan
If set, server will automatically shutdown when no new connections accepted after specific duration.
2026-02-06_project/src: update submodulesShulhan
2026-02-04_content: update style, follow default ciigoShulhan
2026-02-03journal/2026: new journal "Reducing Idle Services with systemd"Shulhan
In this journal, we will take a look on how to minimize idle services running in the background using systemd-socket-proxyd(8) for services that we cannot control their code and using systemd.socket(5) for services that we can changes their code. In the _project submodules, we update awwan, gorankusu, pakakeh.go/cmd/httpdfs to run with socket based activation. This site program also has been modified to run with socket based activation too.
2026-02-02journal/2026: new journal "systemd socket activation with Go"Shulhan
In this journal, we will take a look on how to implement socket-based activation on Go program that listen and serve HTTP.
2026-01-29_content: add custom css to main pageShulhan
By using custom css we can set the main page's ToC split into two columns instead of one long vertical list. This require update on ciigo.
2026-01-28_content: add link to status.kilabit.infoShulhan
The status page show the status of our services.
2026-01-24all: use default ciigo stylesShulhan
Changes on ciigo, * go.mod: update asciidoctor-go module * all: conform with Lighthouse recommendations * _static: second round for cleaning up styles * _static: simplify the topbar section * all: improve default stylesheet * all: move _example/ directory under _doc/ directory * all: embed CSS and index HTML template using memfs * all: format README with prettier * go.mod: update pakakeh.go to v0.60.3-0.20260115103415-806359d5462f
2026-01-22project/jarink: use symlink to project _doc/ directoryShulhan
2026-01-19_project: update submodulesShulhan
2026-01-13_project: add project spdxconv using git submoduleShulhan
2025-12-29all: update project submodule and documentationShulhan
On bin.sh, use symlink to doc directory instead of single file to index.adoc in the project documentation. On haminer, update the submodule to release 0.3.0. On lilin, set the git submodule to use main branch.
2025-12-27all: update project submodulesShulhan
2025-09-26_project: add project lilinShulhan
2025-07-15all: add project kbbiShulhan
kbbi is the Go module and client program to lookup definition of Bahasa Indonesia words from the Kamus Besar Bahasa Indonesia.
2025-07-14all: add project kamuskuShulhan
kamusku is open source project that provides HTTP API for https://kbbi.kemdikbud.go.id/[Kamus Besar Bahasa Indonesia]. The source code and implementation does not store or caching the KBBI data.
2025-07-14_project: update submodule bin.shShulhan
2025-07-14all: add project duitkuShulhan
duitku is the Go module for duitku.com.
2025-07-06all: add project "bin.sh"Shulhan
bin.sh is a project to collect shell scripts that I use daily.
2025-07-06all: add project pakakeh.tsShulhan
pakakeh.ts is a HTML web-user interface components built with TypeScript.
2025-07-06all: add project bekuShulhan
2025-07-05all: add project jarinkShulhan
2025-07-04all: add project rescachedShulhan
2025-07-02all: add project pakakeh.goShulhan
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.