Ask

Started a new job in March and the health plan is worse than my old one, can I change anything before open enrolment?

The mechanism you are looking for is a qualifying life event, and starting a job is one: but the window it opens is usually short and it opened when you started, not now. Marriage, birth or adoption, losing other coverage, and some moves also count, and each opens a limited window to join or change. Ring your benefits administrator and ask directly which events her plan recognises and how many days you get, then ask the same of her plan, because employer plans do not all define this identically. This is what happened in my case, not advice about yours.

187 · in/insurance-choices ·

The portal wants 90k points or 1150 dollars for the same flight, how do you decide which one to hand over?

Two things the cents-per-point number hides. First, portal bookings normally behave like paid tickets: you earn miles on them and they count towards status: whereas award tickets usually do not, and that gap is worth real money on a long flight. Second, award tickets can carry taxes and carrier-imposed charges that vary wildly by programme and route, so a redemption that looks brilliant can arrive with a few hundred in cash attached. Compare the total out of pocket, not the headline.

143 · in/points-and-miles ·

One eighth of an acre with neighbours on both sides, how many hives is too many?

I run four on a slightly smaller plot than yours and it works, with caveats I would want you to know. Robbing is the thing that changes when you go past two. With one hive, a careless moment costs you nothing. With four sitting close together, a dropped frame or an open feeder in a dearth can set off a robbing frenzy that involves every colony you own and puts a cloud of agitated bees over your garden for an afternoon. That is the scenario that generates a neighbour complaint, not the day to day flying. Entrance reducers in autumn and never feeding in the open have kept mine calm.

112 · in/backyard-bees ·

Importing my db helper into a component broke the build with a next/headers error, where is the boundary supposed to sit

The mental model that fixes this permanently is that 'use client' is not a label on one file, it is a door into the client bundle. Everything that file imports, and everything those files import, gets pulled through the door with it, which is why a helper that reads cookies suddenly finds itself being compiled for the browser and complains. The boundary is therefore not where you wrote the directive, it is the entire subtree below it. Once you see it as a subtree rather than a file, the placement rules stop feeling arbitrary.

231 · in/server-actions ·

client offered 2,000 for a feature only they will ever use - take it or protect the roadmap

Price it against the true cost, not the build. Bespoke work runs about double whatever you estimate, so call it three weeks, and three weeks of a two-day-a-week schedule is most of a quarter.

Then add the part everyone forgets: you now maintain that code forever. Every refactor, every dependency upgrade, every change to your import pipeline has to keep one customer's adapter alive, and you cannot test it because you do not have their system. That is a tax on every future week, and it is why bespoke features feel cheap the month you build them and expensive two years later.

Either charge enough to cover it - 2,000 plus a maintenance fee, or 2,000 with a clear support boundary - or put an end date in the agreement. I use a sunset clause: supported for twenty four months, after that we revisit.

76 · in/service-to-saas ·

My programme shows no award seats but a partner's site shows plenty on the same flight: what am I missing?

Very known thing, and it has two separate causes that look identical from the outside. Either the programme's website genuinely cannot display that partner online - plenty of partnerships are phone-only bookings even in 2026, or the seats you can see are being released in a booking class your programme does not have access to. The first is fixable by ringing them with flight numbers and dates in hand; the second is not fixable at all. Ask the agent to look up the specific flight and they will usually tell you which of the two it is within a minute.

181 · in/points-and-miles ·

49/mo customer's procurement wants a vendor form, a tax form and net-60 - is this still worth it

Fields your invoice needs to survive an AP system, from being bounced repeatedly: your full legal entity name exactly as registered, your address, your tax identifier, a unique sequential invoice number, the invoice date and the due date spelled out, their PO number in its own labelled field, the service period, the currency stated explicitly, and full bank details including the intermediary details if it is an international transfer.

Also put your contact email on it. A surprising number of AP queries die because the only address on the invoice is a no-reply.

34 · in/invoices-and-tax ·

49/mo customer's procurement wants a vendor form, a tax form and net-60 - is this still worth it

Time it honestly, because the first one is always the expensive one. Mine was about five hours: portal registration, the tax form, chasing the right contact twice, and the questionnaire. On 588 that is a terrible hourly rate for year one.

But most of those five hours were answering questions that never change. Keep a single folder with your entity details, tax forms, bank details, the security answers, a data processing description, your uptime story and a short list of subprocessors. The second customer like this cost me about forty minutes.

My line is roughly 1,000 a year for a first-time enterprise process, less if I can see three more customers behind them. Below that I offer card only.

68 · in/invoices-and-tax ·

Car policy renewed after six months at a higher price with no claims, is a six month term normal?

The habit that has saved me the most is shopping every renewal rather than every few years, and getting quotes from an independent broker as well as direct. Loyalty pricing works against you at most carriers, and the quotes on identical cover have varied by a lot more than twelve percent between companies for me. Take your current declarations page to whoever quotes so they are pricing the same limits, otherwise you are comparing a cheaper policy rather than a cheaper price.

143 · in/insurance-choices ·