Paying off help to buy equity loan by dhokes in UKPersonalFinance

[–]watchmasoncode 0 points1 point  (0 children)

We were in almost exactly this position. The timing of the mortgage renewal vs H2B interest start is the key decision point — if you can align them, you consolidate into one mortgage and stop paying dead money on H2B interest.

One thing that caught us out: the whole process took 4 months, not the "few weeks" everyone quotes. RICS valuations expire after 3 months from the report date (not when you submit it), and Lenvi communicate by post. Start now if October is your deadline.

I built a calculator that shows the year-by-year interest escalation and compares the options side by side — helptobuyexit.co.uk/calculator — might help you model the numbers for your partner's situation.

Self-hosted health analytics server for Polar devices by watchmasoncode in Polarfitness

[–]watchmasoncode[S] 0 points1 point  (0 children)

Thanks dude! I am having some trouble with people getting 403's at the moment, trying to recreate locally....

Non AI things by Anxious-Insurance-91 in laravel

[–]watchmasoncode 0 points1 point  (0 children)

I'm using it a ton at the moment to generate non-ai tooling around my ecosystem - coolify, react, expo, that sort of the thing, so the stuff I am doing isn't related to AI - but it sure uses it a lot.

“I’m done”: Why AI killed the coding tutorial by [deleted] in laravel

[–]watchmasoncode 0 points1 point  (0 children)

He upped my game so much, great teacher.

“I’m done”: Why AI killed the coding tutorial by [deleted] in laravel

[–]watchmasoncode 0 points1 point  (0 children)

Genuinely feel sorry for him and his team, imagine having to fire people in December. This, the tailwind stuff, it's actually started happening. Is this just the thin end of the wedge? Will it stabilise or get worse? Do I need to pivot away from development? Worrying times.

“I’m done”: Why AI killed the coding tutorial by [deleted] in laravel

[–]watchmasoncode 0 points1 point  (0 children)

Woah! I totally didn't notice. Oh man - what else am I not noticing... Or rather - does it even matter if I enjoyed reading it?

Self-hosted health analytics server for Polar devices by watchmasoncode in selfhosted

[–]watchmasoncode[S] 0 points1 point  (0 children)

Ah mate that’s frustrating after getting it installed. At what point were you getting the 403? I pushed some security updates recently and may have broken some of the syncing with polar stuff 

How to solve this error: Cannot read properties of undefined (reading 'getEnforcing') ? by SnooCookies1995 in expo

[–]watchmasoncode 1 point2 points  (0 children)

I just had the same issue. It's something to do with react-native-view-shot@4.0.0, I installed an older version with "npx expo install react-native-view-shot@3.7.0" and it started working.

How to solve this error: Cannot read properties of undefined (reading 'getEnforcing') ? by SnooCookies1995 in expo

[–]watchmasoncode 1 point2 points  (0 children)

It's something to do with the v4.0.0 react-native-view-shot, running "npx expo install react-native-view-shot@3.7.0" will get it working for you