Ask

Back on a spreadsheet after bouncing off two apps, what does an app do that a sheet genuinely can't?

Disagreeing with the premise a bit. The twenty minutes of typing is not the cost of the spreadsheet, it's the mechanism.

I've watched people move to an automated app and stop knowing what they spend within two months, because reviewing a categorised feed is passive and typing is not. That's also the argument behind the apps that make you assign every dollar by hand, the friction is doing the work. If you're skipping weeks, an app may just let you skip more comfortably.

What I'd fix first is the Sunday cadence, not the tool. Ten minutes twice a week beat twenty on Sunday for me by a mile.

176 · in/budget-apps ·

First tax season with two W-2s and I owed $2,400 in April

I run the IRS withholding estimator twice a year, mid July and again early November, with the year-to-date figures off both paystubs. Takes about fifteen minutes if you have the stubs open.

First year I did that I was projected $1,900 short in July, added $190 a paycheck to the second job for the rest of the year, and landed $130 under at filing. November is the useful one because you still have five or six paychecks to correct with.

140 · in/two-jobs ·

Five months in and the model writes my functions faster than I can read them, is this still worth learning

Going to push back on the top answer a bit. Telling a beginner to make the assistant explain assumes they can tell a good explanation from a confident wrong one, and at five months you often cannot. What worked for the two people I mentored was cruder: assistant off entirely for anything under twenty lines, assistant on for boilerplate and config you will never be asked about in an interview. Draw the line by category, not by intent, because intent evaporates at 11pm when the thing will not run.

118 · in/learn-to-code ·

Six hundred pounds for a first recording setup for acoustic guitar and voice, what would you actually buy

Rough proportion I would use at that budget: a two input interface from any of the established makers takes a modest slice, one good large diaphragm condenser takes a bigger slice, closed back headphones for tracking take a small slice, and everything left goes on the room and on stands and cables. The order matters because at this level the interface is the least differentiated thing you will buy, preamps in current budget interfaces are quiet and clean and none of them will be why your recordings sound like a bedroom. The mic and the room are what people will hear. Do not spend anything on outboard, plugins or a second mic until you have recorded twenty songs.

154 · in/home-studio ·

My task list has 240 items and I've stopped opening it entirely

The structural fix so it doesn't rebuild: separate the list of things you're doing from the list of things you might do. Two lists, hard boundary. The active one is allowed a maximum of around ten items and you're not permitted to add an eleventh without removing one. Everything else lives in someday, which you skim once a month and mostly delete from.

A list you flinch at is a list that has stopped distinguishing between commitments and ideas.

421 · in/focus-systems ·

Adding a part-time person to the inbox - how do you stop two people answering the same ticket?

Numbers from our first month with two people in Gmail: three double replies in week one, two in week two, one in week three, and the customer noticed on all six. After switching to something with assignment and a visible someone is typing indicator, zero in the following six months. That is not an argument that the tool is magic, it is that Gmail has no concept of ownership and you are asking two people to maintain one in their heads.

181 · in/support-inbox ·

ship ios only with storekit 2 or both stores, solo, 6 weeks of evenings

The review asymmetry matters more than people expect for a first launch. The Play review is usually faster and more forgiving. App Review is slower and can reject you for something you would never have guessed, especially around the paywall, and each round costs days.

If your six weeks includes "and it is live", budget two rejections on iOS and roughly none on Android. That is not an argument for either plan, it is an argument for starting the review process earlier than feels reasonable.

78 · in/app-review-and-iap ·

Solar credit did not come back as a refund - the software carried most of it forward, is that expected?

Same shape of problem in my house. Credit was several times my liability, so year one used a small slice and the rest went forward. It took three filing years to use up and I stopped thinking of it as money and started thinking of it as a coupon with an unknown expiry.

One thing I did, and you should confirm this with someone who does this for a living rather than taking it from me: I looked at my withholding, because if you are over-withheld all year the credit has less liability to bite into in the way you expect. A preparer will tell you whether that is worth doing in your situation.

152 · in/home-energy ·

What response time do you promise on the site when support is one person with a day job?

Measure before you promise. I exported six months of my own replies and calculated first response time properly.

Median: about four hours.
Ninetieth percentile: thirty one hours.
Worst: three days, and it was a Friday night ticket during a weekend away.

So my honest promise is one business day, not 24 hours, and the difference between those two phrasings is the entire weekend. Publish something near your ninetieth percentile and you will almost never break it, and the median will keep delighting people who expected worse.

188 · in/support-inbox ·

Job A doubled my workload after layoffs and now I'm dropping things at both

Forgetting a deliverable existed is the specific symptom I'd pay attention to. That's not laziness, it's that you're holding two sets of commitments in your head with no external system. Everything, from both jobs, goes into one private list that you own, reviewed every morning and every Friday. It won't fix the hours but it will stop the surprises.

184 · in/two-jobs ·

If the app is free, what is it doing with my transaction data?

If you want the paranoid-but-workable version: CSV import only. Most banks let you download statements, most decent apps will accept a file, and nothing is ever connected to anything.

Costs me ten minutes a month across three accounts. In exchange no third party holds credentials or a live token, and I have never once had a broken connection to re-authorise, which used to happen every six weeks.

67 · in/budget-apps ·