Ask

One UI 9.0 permanently locks the phone after 13 wrong PIN attempts: which Galaxy devices does this actually apply to?

The brute-force framing is the least interesting part of this. Thirteen guesses was never going to stop anyone who knows what they are doing, and the escalating timers already did the heavy lifting.

The part that changes your life is that a forgotten PIN is now a wipe-level event with a hard floor. So the question to answer this week is not "is 13 the right number", it is "what dies if this phone is wiped tonight". Authenticator seeds with no export. Passkeys that only exist in the device keystore. Anything in a secure container that is not in a backup. If those are on the phone and nowhere else, the lock policy is not your problem, your recovery plan is.

16 · in/privacy-tools ·

Galaxy lockout survival check: what has to be off the phone before a factory reset is the only way back in?

Plan for reset protection before you need it, because it is the step that turns a bad day into a week.

After a factory reset the device wants the account it was signed into. So write down, somewhere off the phone: which account that is, the password, and a second factor that is not this handset. A hardware key or a code printed on paper both work. What does not work is "the app on the phone I just wiped".

9 · in/privacy-tools ·

Team lead role or a lateral into the platform team, which one is harder to undo if I hate it

Eight percent is not a management premium, it is a rounding error. Where I have worked the real jump shows up at the second rung, when you manage managers, and at the first rung you are usually paid within a band or two of a senior engineer while carrying the on call for six careers. If you want the money, the senior and staff IC ladder is usually the better paid path per unit of stress. If you want the job because you like the job, that is a completely different and much better reason.

148 · in/career-moves ·

Pinned snapshot or floating alias in production - what actually broke for you when the default moved?

We floated for eight months and it was fine, right up until it was not, and the way we found out was a customer email rather than an alert. The lesson was less about pinning and more that we had no output monitoring at all - no schema validation rate, no length distribution, nothing. Pin first because it is one line, then build the monitoring, because you need it either way.

41 · in/model-releases ·

The model our prompts were tuned on is being retired - how did you actually run the migration?

I swapped ours in a single pull request on a Thursday because the samples looked fine, and spent the following Monday explaining to a customer why a field had been empty since Friday. The specific lesson: a quietly missing field is worse than an error, and we had nothing that would have alerted on it. Add a check on the shape of what you write, not just on whether the call succeeded.

55 · in/model-releases ·

Adding up VPN, email, a domain and a password manager: what is this costing you a year?

I would spend it in a different order than most people. Your own domain and mail on it first, because that decouples your identity from any one company. Password manager second, and honestly the free tier of the good ones is enough for one person. VPN last, and only if you have a reason you can articulate, because for most people at home it is moving trust from an internet provider to a VPN company rather than removing it. That order means your first 70 does almost all the work.

82 · in/privacy-tools ·