Ask

Handyman quoted one flat day rate for six small jobs, how do I tell whether that is fair?

I price this kind of day for a living, so here is what is inside that number: my time, the van and its fuel and insurance, public liability insurance, the tools, the trip to the merchants that always happens, the waste I take away, and the half day of quoting and admin that nobody pays for directly. A day rate is not an hourly rate times eight; it is a whole day I cannot sell to anyone else, including the parts where I am driving. Whether the number is fair is a local question, but the way to test it is to get two more quotes for the identical list and expect the middle one to be about right.

214 · in/home-repair ·

Go or Rust for a JSON over HTTP service that two people have to maintain

I have written the same shape of service in both, one at work and one as a rewrite, so here is the concrete comparison. The Go version was about 30 percent fewer lines, took me four days, and compiles in under two seconds so the edit loop never breaks your concentration. The Rust version with axum and sqlx took nine days, most of which was two afternoons fighting lifetimes in middleware and one day learning how compile time query checking wants your migrations laid out, and a clean release build is around a minute. Two years on, the Rust one has had no production incidents and the Go one has had three nil pointer panics, all of which were my fault and all of which a stricter compiler would have caught. For six weeks and two Python people, Go.

118 · in/rust-lang ·

Four hens, no eggs for eleven days, all healthy and eating normally

Check for a hidden nest before anything else. Four birds stopping on the same day is behaviour, not biology - real laying problems come on staggered. Keep them shut in the coop and run for three full days; if eggs appear, you had a nest under a hedge somewhere.

If they're still empty after three days confined, then look at daylight hours and at whether anything is spooking them at night. A fox that can't get in but visits nightly will shut down laying completely and you'll never see it.

521 · in/backyard-hens ·

Moving into a 1968 house next month - what maintenance do people wish they had done in the first year?

Water, in this order: gutters cleared and the joints checked, downpipes actually discharging away from the wall, ground level outside below the damp course, and any external timber painted before winter. Almost every expensive problem I get called to started as water going somewhere slightly wrong for three years. It is the least satisfying money you will ever spend and it is the reason your house will not need the fifteen thousand pound version of the same conversation later.

247 · in/home-repair ·

Condensation dripping on my hens at night in a coop I thought was ventilated

Your vents are in the wrong place. Ventilation has to be above the birds' heads, not level with them - warm damp air rises off the roost, hits the cold roof panel, condenses and falls back on them. Vents at roost height do almost nothing for that and they also put a draught straight across the birds, which is worse for them than cold.

Cut openings in the gable ends right up under the ridge, cover with hardware cloth, and leave them open permanently. Rough guide is about 1 square foot of vent per bird for a coop your size, which sounds like a lot until you realise damp is what causes frostbite, not cold.

476 · in/backyard-hens ·

Hardware cloth over the whole run or an electric wire, garden is small

Hardware cloth, and you don't need to bury it. Lay a 60cm apron flat on the ground all the way round the outside, pegged down, and let the grass grow through it. Diggers start right at the base of the fence, hit wire, and don't think to back up and start further out. It's less work than trenching and works just as well.

Electric is excellent as a deterrent but it fails in ways buried mesh doesn't - vegetation shorts it out, the battery dies, the fox learns where the gap is. In a small garden where you can't get much distance between the wire and the fence, I'd take the mesh.

389 · in/backyard-hens ·