Posts
Writing Guide (org + ox-hugo)
· ☕ 6 min read · âœī¸ k4i
New writing/bloging guide, Now I blog in org mode!
Writing Guide (org + ox-hugo)
Golang Notes
· ☕ 21 min read · âœī¸ k4i
This is my notes on learning golang.
Golang Notes
C++ Smart Pointers
· ☕ 6 min read · đŸĻ‚ k4i

Smart pointer is a practice of RAII (Resource Acquisition is Initialization), we use a smart pointer to manage memory allocated on the heap. (here the “resource” is the allocated heap memory)

Setup Wordpress From Scratch
· ☕ 3 min read · đŸĻ‚ k4i

This is a note on setting up wordpress on my arch.

Openssl Notes
· ☕ 1 min read · đŸĻ‚ k4i

my openssl cheatsheet.

HKDF
· ☕ 1 min read · đŸĻ‚ k4i

HMAC-based KDF(key derivation function)

Shuffling
· ☕ 2 min read · đŸĻ‚ k4i

How to generate a random sequence (permutation) of a finite sequence.

Sampling
· ☕ 2 min read · đŸĻ‚ Kyle

How to select k out of N objects.

Hugo, Deploy With Github Actions
· ☕ 2 min read · đŸĻ‚ Kyle

I used to think deploying my blog with github actions is unnecessary, but now… (ᜟéĻ™)
Deploying with github actions is so much faster.