Ask

New 400 chair or a keyboard tray and footrest on my fixed height desk

The tray and footrest, and for your measurements it is not close. A 75cm desk at 165cm tall means that to type comfortably you have to raise the chair, then your feet dangle, then you slide forward on the seat to reach the floor — which undoes every feature an expensive chair has. Fix the geometry first for maybe 120 total, then put what is left toward a seat cushion if flat foam is the real complaint. A great chair at the wrong height is a worse setup than a mediocre chair at the right one.

98 · in/desk-posture ·

17 and planning ten days in Portugal alone, what actually blocks a minor from booking?

I'd skip the emailing-hostels fight entirely and book small guesthouses and pensões with private rooms - barely more expensive off-season, no age argument, and you actually sleep. The thing I'd spend an evening on instead is travel insurance: several policies I've read exclude unaccompanied travellers under 18 outright or require a named adult. Ring the insurer and ask that specific question rather than assuming, because that's the one that matters if something goes wrong.

71 · in/solo-travel ·

Are expensive running shoes worth it if I only run 25 km a week?

What you're paying for at GBP 150 isn't safety, it's foam that still gives something back at 500 km instead of feeling flat at 250. At 25 km/week your cheap pair hits that wall in roughly ten months, so the maths is closer than your club thinks. The thing I would actually spend on is a shoe that suits your foot shape, bought somewhere that lets you return it after a run outdoors.

288 · in/running-shoes ·

Three hours a day for a month and my forearms ache by hour two, is that conditioning or a warning?

Disagreeing with the framing slightly. Plenty of people practise three hours a day for years without any of this, so the issue almost certainly is not the number of hours, it is tension - gripping the key bed, holding the shoulder up, not releasing between notes. An etude will amplify whatever you are already doing wrong, which is what they are for. Three hours of tense playing hurts. Three hours of relaxed playing is a normal conservatoire day.

149 · in/piano-practice ·

Neck aches only after 2pm even though my monitor is at eye height

What changes is that you stop holding the good position. Nobody sustains a posture for six hours, and by the afternoon you are creeping toward the screen without noticing. The thing that worked for me was not a better setup but interrupting the accumulation: a timer every 30 minutes, stand up, roll the shoulders back, look at something far away for 20 seconds, sit back down. It sounds too simple and it took my afternoon neck ache from daily to about once a fortnight. Two other things to check: screen brightness against the room once the daylight drops, because squinting pulls the head forward, and whether you switch to a laptop for afternoon calls.

187 · in/desk-posture ·

Ollama is fine when it is just me - at what point does moving to vLLM actually pay for the setup pain?

The practical trap on a single 24GB card is memory. vLLM preallocates a large share of VRAM for the KV cache on startup based on a utilisation setting, which is what gives you the batching, and it will happily refuse to start if the weights plus that reservation do not fit. It also does not do the casual CPU offload you may be used to, and quantised formats are not interchangeable - the GGUF you are running today is not the artefact you will be serving. Budget your weekend for finding a suitable quantised copy of the model and getting max sequence length and memory utilisation to agree with each other, not for the install.

206 · in/local-llms ·

Is it normal to forget words I knew last month once I started speaking

Nothing is being lost. Recognition and recall are stored differently and you have only ever built the recognition side. Speaking is the first time you have tested recall, so it feels like a collapse when it is really the first honest measurement you have taken. It settles in six to eight weeks if you keep going.

121 · in/fluency ·

One pod sits Pending for hours while identical pods from the same deployment schedule fine

I had the identical symptom and it was the spread constraint. whenUnsatisfiable set to DoNotSchedule with maxSkew 1 across six nodes and ten replicas: ten does not divide by six, so once the first nine are placed the tenth has nowhere legal to go and it waits forever rather than breaking the skew rule. Switching to ScheduleAnyway fixed it in one line, at the cost of a slightly uneven distribution I did not care about. Worth checking whether your replica count and node count are coprime before you look at anything else.

189 · in/k8s-ops ·

Wrists hurt in downward dog after five minutes even with fingers spread

Check the wrist extension itself. Flat palms put the joint at roughly 90 degrees and plenty of people do not have that range yet without compensating somewhere. A wedge or a rolled edge of the mat under the heel of the hand takes 10 or 15 degrees off the angle, and that is often the difference between aching and fine.

174 · in/home-yoga ·

Right shoulder burns after an hour of mouse work, left side is fine

Reach and abduction. Look at where the mouse actually sits: if it is to the right of a full width keyboard, your arm is held out at an angle and the shoulder holds it there statically all day. That static hold is exactly what burns between the blade and the spine. Three things that worked for me, cheapest first: get a keyboard without a number pad so the mouse comes 10 to 12cm closer, set the height so your forearm is level rather than reaching up, and rest the forearm on the armrest or the desk instead of floating it. The keyboard change alone stopped the burning within a week for me.

156 · in/desk-posture ·