Dựng cụm Kubernetes bằng K3s trên Google Cloud Platform
Ở nhà có 2 cái máy Raspberry Pi không xài nên mình quyết định học lại Kubernetes để deploy một số workload hiện đang quản lý. Trước tiên là sử dụng các VM miễn phí trên GCP để thực hành. Đợt này là cơ hội tốt vì hiện đang có chương trình miễn phí cho các VM chạy arm64.
Today I Learned
I begin the habit of writing things down when I find it interesting. It will improve my workflow and help me into a more organized mode.
How this website was built with Hugo and Notion
Continue on my last note building this website. I’ve move the process of editing my website to Notion.
How To Use Ed25519 Dalek Message Signing
Pure Rust example for using Edwards 25519 to sign and verify message
1 Program, 3 Languages
Same program written in 3 programming languages: Typescript, Haskell, Rust. Thereby experiencing environment and gaining new knowledge.
Học haskell qua code scheduled-blocks video script
Đây là một chương trình viết lại của một repo khác cũng đã thực hiện việc tính toán block slot leader trên blockchain Cardano. Source gốc viết bằng Python. Mình quyết định mục tiêu sẽ là convert hết các Chức năng và Công thức của repo đó thành Haskell, phục vụ việc học ngôn ngữ này.