• phqb

  • Tags
  • Archive
  • Authors
  • ☽

An attempt to implement 2d terrain destruction (vietnamese)

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 →

Jun 17, 2025
  • graphic
  • 2d terrain destruction

Drill straight holes in wood end-grain without a jig

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 →

May 27, 2024
  • woodworking

Decorate a generated method in go

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 →

May 26, 2024
  • golang
Powered by Marmite | CC-BY_NC-SA