Posts
Recent Comments
15h ago
inMy mother in law swore by butter instead of shortening in pie crust
Grate the frozen butter into the flour next time, it blends in way easier and keeps everything cold.
15h ago
inDebugging a model that kept crashing on Tuesday, found the fix by accident
Actually I think you might be slightly off on what happened there. Trailing spaces aren't usually the kind of thing that breaks a parser unless it's specifically checking for exact matches or stripping whitespace in a weird way. More likely it was a newline or carriage return character that was invisible to you in the terminal. When you cat a file it shows spaces just fine actually but carriage returns get hidden. I'd double check by running cat -A on that file to see all the hidden characters just to be sure. I spent four hours once on a bug that turned out to be a stray tab character that looked exactly like eight regular spaces in my editor.
17h ago
inMy fuse box labeling system failed me at 2 AM last Tuesday
Guess the previous owner was playing pin the label on the breaker.
1d ago
inVent: My week on the Pacific Crest Trail in Oregon was a total washout
Did you try setting up camp at higher elevation to get out of the fog? That spot below the rim usually traps moisture worse than anywhere else.
3d ago
inHot take: I think daily load charts are a waste of time for experienced operators
What kind of safety buffer are you actually leaving yourself when you skip the chart?