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 →