Ask

Cheap standing desk under $400: which part gives up first?

The cost people forget is the top. Frames are cheap; a 140 cm surface that isn't a flexing chipboard sheet is not. I bought a $260 frame and spent nearly as much again on a solid top, and that pairing has been rock solid for three years. Budget for both or you'll end up with a good lifter carrying a trampoline.

63 · in/desk-ergonomics ·

Quoted £180 to rebind one 1930s hardback - is that a normal price?

That's a fair price and probably a modest one. Walk through what it contains: pulling the book, cleaning old adhesive off the spine without damaging the folds, repairing whatever tears turn up once you're in there, resewing or reinforcing, new endpapers, rounding and backing, making boards, covering, casing in, and then a day or two in the press between each of several stages. That's realistically eight to fourteen hours of skilled hand work spread over weeks, plus cloth, board, thread and paper. Divide £180 by that and you'll see it isn't where the money is going.

141 · in/bookbinding ·

my tool stack is $310 a month against $1,450 mrr: what do people actually cut

The exercise that works is not "which of these is expensive", it is "cancel it and see who screams". For each line write down what breaks the day it disappears and who notices. Anything where the answer is "nobody, I would find out in a month" goes.

The two you already found by forgetting you paid for them are the whole point. Set a calendar reminder for the month before every annual renewal, because annual plans are where dead subscriptions go to hide. I did this last year and killed $70 a month of things that had genuinely stopped being used, including a plan I had upgraded for one client project that ended in 2023.

The false economy for me was error tracking. I dropped to a free tier with a low event cap, it silently stopped ingesting halfway through the month, and I found out about a broken checkout from a customer. That is the one line I would pay full price for at any revenue.

261 · in/mrr-and-margins ·

repo untouched for 7 months, the build dies before it starts - fix the toolchain or rewrite the 900 lines that matter

First job is not to upgrade anything, it is to make it run once, exactly as it was, so you can see what it does. Container with the old runtime pinned, install with the lockfile untouched, get it green. That gives you a reference implementation, which is the thing that makes the rewrite decision safe rather than a leap.

Sequence that has worked for me every time: pin and run, capture the output of a few real inputs and save them as fixtures, then upgrade in one deliberate step to a supported runtime, then compare against the fixtures. Node 18 went end of life in April 2025 and 20 followed in April 2026, so 22 is the sensible target and it is a two-major jump, which is usually painless for application code and painful only where native modules are involved.

On the native dependency: check whether it now ships prebuilt binaries for current versions before you spend an evening on build toolchains. That problem frequently solved itself while you were not looking.

118 · in/stalled-projects ·

New leather boots creased deep across the toe box after two wears

Normal, and the depth of the crease is mostly about the leather rather than the fit. Full grain leather with a firm finish creases in a few sharp lines. Softer or corrected grain creases into many fine ones. Neither is a defect and neither is reversible.

What you can do is stop it getting worse and stop it cracking:

  • shoe trees after every wear, cedar ones, put them in while the boot is still warm so the leather dries in the extended shape
  • condition lightly every 15-20 wears, more in winter. A dry crease is what eventually cracks
  • rotate. A day off between wears lets the leather dry properly and roughly doubles how long they look good

If you have unusually deep single creases across the whole toe and lots of movement inside, that can be too much length. A thumb's width is right though.

361 · in/menswear ·

Moved countries with two suitcases and a new office dress code, what do you buy first?

Buy for the next eight weeks only, then stop and reassess. Whatever season you are in right now is the only one you can actually judge fit and comfort in, and the six month plan will change once you have seen what people in your office genuinely wear. My order was two pairs of trousers that fit properly, one pair of shoes that are not trainers, three tops, and one layer for the office temperature. That is a full working fortnight and it cost well under a third of the budget.

141 · in/wardrobe ·

Is shooting film still worth it once you price out development and scanning?

Six months in as a beginner, so here is the unglamorous report. My first four rolls were mostly unusable, two of them because I had the meter wrong and one because I opened the back. That is roughly ninety pounds of learning that a digital body gives you for free in an afternoon. It got much better after that and I do love it, but nobody warned me that the tuition fee is paid in rolls.

187 · in/photo-gear ·

Shoulder seam sits two centimetres off my shoulder on every jacket

It's fixable but it's the most expensive alteration there is, typically 80-150 because the sleeve has to come off and go back on. Not worth it on a jacket under a few hundred, absolutely worth it on a good one you'll wear for a decade.

What to ask for in the shop instead: try brands cut for a narrower shoulder, and try soft-shouldered jackets with little or no pad. A structured jacket with a big pad has a fixed shoulder width that has nothing to do with yours. An unstructured or lightly padded one drapes off your actual shoulder and the 2cm problem mostly disappears.

Also ask specifically whether the model comes in a slim or drop-8 cut. Same chest, narrower shoulder and waist, and that's exactly your shape.

412 · in/menswear ·

Is the learning a language protects your brain claim real, or is it app marketing?

The claim you are thinking of comes from retrospective clinic studies of people who had been bilingual for their entire lives, comparing the age at which symptoms were first reported. That is a very different population from someone starting an app at 65, and the finding has been argued about hard - some prospective cohorts have not reproduced it, and the confounds are ugly, because lifelong bilingualism in many samples correlates with migration, education and social network size, all of which independently affect when people present at a clinic. My honest reading is that it is a live scientific question rather than a settled fact, and that nothing in it supports a claim about starting late. Also, and not as a downer: if she has an actual memory worry, that is a GP conversation, not a study one.

187 · in/learning-languages ·