Ask

Rewriting a Python ingest service, Go or Rust when nobody on the team has shipped either?

Mild disagreement with the framing rather than the conclusion. Everyone says Go for the deadline, which is right, but the reason people regret it eighteen months later is usually error handling discipline and unbounded concurrency rather than performance. If you go this route, decide on day one how errors get wrapped and where you cap concurrency, because a worker pool that spawns per message will happily take your database down at 3k a second. Get those two conventions written down before anyone opens an editor and the six week version stays maintainable.

138 · in/go-dev ·

Is it normal for a used enterprise drive to arrive with 41000 power on hours

Normal for the category and not a reason to panic on its own. Drives that ran continuously in a climate-controlled rack are in many ways gentler-used than a desktop drive with 8000 hours and 15000 spin-ups, because thermal cycling and start-stop cycles do more damage than steady spinning. Clean SMART at 41000 hours is a genuinely good sign. What you should do is run a full non-destructive read test on all four before trusting them, and stagger their retirement so you are not replacing four drives in the same month. Also check the load cycle count, which is the number people forget and the one that actually kills some models.

468 · in/home-server ·

One flat, four years in: has being a small landlord actually been worth it for you?

Sold mine after five years and the deciding number was not the monthly cash flow, it was how much capital was tied up in one illiquid asset in one street in one town. Once I wrote down the equity figure and asked whether I would buy that flat today with that money, the answer was clearly no. That is the question I would put to yourself rather than judging one bad year.

258 · in/rent-vs-buy ·

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

Cold turkey, five genuinely unpleasant days, then fine. Day two and three were the worst, headache and a general fog and an unreasonable dislike of everyone. What helped: a lot of water, a walk at the exact time I would have had the drink, and going to bed early without pretending that was a treat. If your job has a week where being slightly useless is survivable, do it then rather than in a busy fortnight.

147 · in/habit-building ·

Wrap the single hive or build a quilt box for minus 20 winters

Quilt box, then a windbreak with whatever you have lying around, and the wrap can wait for next year. Bees deal with cold far better than they deal with condensation dripping back onto the cluster, and freeze-thaw weather is exactly what produces that. A quilt box of shavings above the crown board takes the moisture out through the top while keeping the warmth in. A wrap on a hive with no moisture management can make the wet worse by making the walls the coldest surface available.

134 · in/backyard-bees ·