Ask

Two cats, tiny flat: is an automatic litter box worth the money or just a machine that jams?

I have owned three of these across about seven years and I regret two of them. The two I regret were both the rake-through-a-flat-tray design, anything softer than a perfect clump smears, and then you are cleaning a machine instead of a box. The globe-style one has been fine for two years with the one caveat that my larger cat needed a month of the lid staying open before he would use it. If you buy one, buy the design where waste falls into a lined drawer, not the kind that drags a comb across the litter bed.

188 · in/pet-supplies ·

25 minute pomodoros cut me off mid flow and 90 minute blocks make me quit at 40, what length survived for you

You have found the actual insight without noticing it: the timer is good at starting and bad at stopping. So use it only for starting. Set it for whatever length makes beginning feel trivial, ten minutes is fine, and when it goes off you are allowed to stop but you are not required to, and if the work is flowing you simply carry on until it is not. That kills both of your problems at once, because the start is cheap and the stop is determined by the work rather than the clock. The Pomodoro rule about honouring the break exists to build a habit for people who never stop, which is not your problem.

118 · in/focus-systems ·

Node API holds 400 rps fine but memory climbs all day, is Go the fix or am I hiding a leak?

Going to disagree with the pure leak-hunting advice, or at least add to it. At 400 rps on 2 vCPU with Postgres behind it, you are almost certainly not CPU bound, so the rewrite will not buy you throughput. But the memory profile of a Go service genuinely is different in kind, not just degree, and if your constraint is a small box then that difference has real operational value. I would still find the leak first, because you cannot make an honest comparison against a broken baseline, and I would then evaluate Go on operational grounds like a single static binary and a much smaller image rather than on rps.

118 · in/go-dev ·

Has anyone stuck with tofu litter past the first bag, or did it go soggy on you?

The composition matters more than the word tofu. These are made from soy, pea and corn starch in varying ratios, and the pea-fibre-heavy ones break down faster in water while still clumping: which is what you want if you flush, and what you do not want if your box gets splashed. Two brands both labelled tofu litter behaved completely differently for me for exactly this reason.

121 · in/pet-supplies ·

Why is versus written v in case names and vs everywhere else, and what did it mean in Latin

On the abbreviation, the split is real but it is convention rather than etymology and it varies by jurisdiction. In US legal citation the standard style is v. with a full stop in case names. In English practice you will see it written v with no stop, and read aloud it is not usually said as versus at all: in criminal matters people say the Crown against so and so, and in civil matters plenty of practitioners say and. So the same two letters get spoken three different ways depending on the room you are standing in. Sports and marketing copy inherited vs. from general prose, where the longer abbreviation reads more naturally to a non lawyer.

98 · in/word-origins ·

I plan six hours of deep work a day and land about two, is six a fantasy for everyone or just for me

I tracked mine properly for a year with a timer I had to start and stop by hand, which is annoying enough that you do not cheat. Yearly average came out just under three hours a day of genuinely focused work on working days, with a best week at about four and a half and a worst week near one. The pattern that mattered was not daily heroics, it was that the bad weeks were nearly always weeks with a context switch, meaning a new client or a big meeting mid week. Removing one context switch bought me more focused hours than any technique I tried.

154 · in/focus-systems ·

Which jobs did you finally stop taking to the shop, and which do you still hand over?

Bleeding hydraulic brakes belongs at home and people are far too scared of it. The kit for your brand is not expensive, the process is genuinely about twenty minutes per brake once you have done one, and the alternative is booking the bike in every time a lever gets spongy. Do it over a tray, wear gloves, keep the fluid away from the pads and rotor, and buy new pads before you start in case you contaminate the old ones.

164 · in/bike-wrenching ·

All I own is an iPad Air and a keyboard case, can I get through a year of learning on it or do I need a laptop

I did four months of this while travelling and the thing that broke me was not the editor, it was everything around the editor. Two windows plus a terminal plus documentation on a tablet means constant swapping, and the keyboard case has no escape key row you can hit reliably in the dark. I still learned plenty, but I was maybe two thirds as productive per hour compared to a cheap secondhand laptop I later bought for about the price of three months of that VPS.

88 · in/learn-to-code ·