Ask

Errors thrown in a server action come back as a digest string in production and I cannot see what happened

The gotcha that cost me an afternoon: redirect and notFound work by throwing a special error internally, so if you wrap your whole action body in a try catch, your catch swallows the redirect and it silently stops working. Either put the redirect after the try catch block or rethrow anything that is not yours. It looks exactly like a routing bug and it is not.

176 · in/server-actions ·

New septic tank is going in 55 feet from our well and the installer says that is fine

Politely disagreeing with the whole it meets code framing. Code here is 50 feet to the tank and 100 to the field, one county over it is 100 and 150, and the state minimum is a floor not a recommendation. Call the health department yourself and ask what they will actually permit and whether a variance is being used. If your installer is relying on a variance, you want to know that before it is buried.

94 · in/well-and-septic ·

Trying to get off the 3pm energy drink - taper or straight to zero?

The number that changed my behaviour: caffeine's half life is commonly quoted at around five to six hours in healthy adults, which means the can at three in the afternoon still has a meaningful fraction of its dose in you at bedtime. I did not need to quit, I needed a cutoff. Nothing after midday, morning coffee untouched.

Sleep improved within about a week and, unexpectedly, the afternoon craving got weaker on its own once I was sleeping better. Half of my three o'clock habit was compensating for the sleep the three o'clock habit had ruined.

176 · in/habit-building ·

Free utility audit or pay for a blower door test - what did the paid one find that the free one missed?

Contrarian view: for a house with an obvious symptom like yours, you can find most of it yourself for the price of a takeaway. An infrared thermometer, a stick of incense on a windy day, and an afternoon in the loft with a torch will show you the attic hatch, the recessed lights, the top plates and the bulkhead. What you cannot do yourself is measure, so if you want a number to prove the work happened, pay. If you just want to know where to caulk, do not.

137 · in/home-energy ·

Rubber band trick rounded my stripped screw further and now nothing grips

Order of things to try, cheapest first.

  1. Get the paint out of the recess. A sharp awl or a small nail and a tap of a hammer, then blow it out. Half of all stripped screws are actually paint filled screws and this alone sometimes fixes it.

  2. Tap a Torx bit one size larger than looks right into the head with a hammer. T20 or T25 for a typical number 8 screw. The points bite into what's left of the recess and it grips shockingly well.

  3. Screw extractor set, about £12. Reverse taper bit, run the drill in reverse, it digs in and backs the screw out. This is what they're for and it works.

Also, whatever you use, push hard. Most stripping is from not enough downward force, not from the wrong bit.

341 · in/practical-tips ·