Thỉnh thoảng tôi tìm những bài toán trong lập trình mà có thể mô tả trong 1 câu, vừa fun khi giải quyết, vừa dễ dàng kiểm tra kết quả, để giải quyết cho vui. Một trong những lý do tôi làm vậy là tôi nhớ đến 1 câu nói trong bài viết nào đó tôi từ ... read more →
I was trying to drill straight holes in wood end-grain to make dowel joints. So I bought this jig Source: AliExpress But my wood plank's end-grain is too small for this jig to be stable. I tried to hold the jig with my hand (It's dangerous, do not ... read more →
I'm using github.com/tinylib/msgp to add marshal/unmarshal code to my structs. Some of my structs have pointer alias. So I have to ignore the alias via msg:"-" and assign it to its source after unmarshaling. But assigning aliases after each ... read more →