Posts
Recent Comments
11h ago
inMy hammer handle snapped mid-swing last Tuesday and I learned something about grain direction
Actually, I think hickory handles breaking has more to do with how the wood was dried than the grain orientation itself. A properly seasoned piece with straight grain running through the head might still crack if it was kiln dried too fast.
1d ago
inJust realized I've been sharpening my chainsaw wrong for 2 years
Spent a whole afternoon filing my chains wrong because I skipped the raker file entirely. Just sat there wondering why the chain was cutting sideways and smoking like a barbecue pit. Abby's right about the depth too, I filed one raker down way too far and the saw just bounced off the wood like a bouncy ball. Sometimes I think these saws have a secret learning curve just to mess with us.
1d ago
inPSA: One client's complaint about my timestamps changed my whole editing flow
It makes you wonder how many other things we're all just a little bit off about without even knowing it. @abbyhall you nailed it with that coffee example, that's exactly the kind of thing I catch myself doing all the time now.
1d ago
inCan we talk about how much water a mature oak actually pulls from the ground in a single day?
@brian_hart and I are just jealous our weekend booze intake doesn't hit triple digits.
2d ago
inShowerthought: I used to write my code all in one big file
Going to disagree a bit here. My first messy file taught me exactly why modules matter because every time I had to scroll through that 800 lines of junk I felt the pain firsthand. That single giant script forced me to understand the problems with bad structure, which made me actually care about organizing my code properly later.