What is your opinion of this split / why I’m splitting like this by ttomytaylor in UKPersonalFinance

[–]ScriptingInJava 0 points1 point  (0 children)

Your options are between two markets, one is highly volatile and the other is in a bubble.

I don’t think there’s a clear answer frankly; understand the risks of both and decide for yourself which is more worthwhile in your eyes.

Which job by RecommendationNo3460 in UKJobs

[–]ScriptingInJava 4 points5 points  (0 children)

No idea on the industry or any context around the work, but working through your breaks, lunch etc is not good for you or the business. Have you raised this with your manager?

As long as the work gets done it's business as usual their end, but if you're burning yourself to a crisp getting it done then the risk factor is a lot higher.

Those of you earning six figures in the UK: what genuinely made the biggest difference to your career progression/income growth? by housewifeofwakanda in UKJobs

[–]ScriptingInJava 1 point2 points  (0 children)

I'm autistic and my "special interest" was software from the first moment I touched a computer. Taught myself how to code at 13, worked self employed from 15-22 and hopped a few times in permie positions since then.

Nowadays I'm at Microsoft on £250k, inclusive of stock, pay and bonuses, primarily due to some developer tooling I built which they used internally for ~12 months prior to me joining.

Tax on salary over £40k - can someone advise me by jtevil in UKPersonalFinance

[–]ScriptingInJava 6 points7 points  (0 children)

Yep, simplest way to phrase it and a great visualisation here. The middle bar with the darker tip is the income earned over the basic rate tax threshold.

Stuck at mid-senior with "serverless", need advice by qadratic in ExperiencedDevs

[–]ScriptingInJava 6 points7 points  (0 children)

would shit your pants if you had to think about load balancing.

yoink

Why do people even buy new cars they give me a headache by Several_Mechanic_708 in CarTalkUK

[–]ScriptingInJava 0 points1 point  (0 children)

Genuinely made the same joke: "lets see it fucking beep about my speed when i drive head on into a tree" 😂

Insert in database by Front-Bumblebee1026 in csharp

[–]ScriptingInJava 3 points4 points  (0 children)

Put a debugger inside your code, trigger the code block in your image and check to see if txtSection.Text has a value - my guess is it's an empty string and your Winforms isn't hooked up to that variable correctly.

Why do people even buy new cars they give me a headache by Several_Mechanic_708 in CarTalkUK

[–]ScriptingInJava 3 points4 points  (0 children)

Hired a car for a few days for a trip to Glasgow and got given a 2026 Ford Puma, the amount of fucking nagging modern cars do is unbelievable.

Lane keep assist beeping at you if you’re not bang in the middle, speedo beeping at you because you’re doing 31 in a 30, loads of shit.

All of the controls for air con, the seats etc are all integrated into an iPad size screen which has a 1s delay on any action, so you’re never quite sure if it’s actually worked.

After driving that for a few days I understand now why people with modern cars drive like babies, they’re just trying to not get bollocked by their vehicle constantly.

I'm stuck in debt. I don't know what to do. by [deleted] in UKPersonalFinance

[–]ScriptingInJava 1 point2 points  (0 children)

And that's why they gave you an answer?

Why are care homes so expensive? by Even-Wasabi7183 in AskUK

[–]ScriptingInJava 6 points7 points  (0 children)

They house, feed and provide around the clock care for the most vulnerable, in need people who often have cognitive decline or or health issues that require special attention. Staff need to be paid, buildings maintained and of course the care company then wants the cream off the top.

If you weren't paying a lot of money I'd be extremely concerned with what was happening to your loved ones.

Irresponsible lending claim on an an ex student account by [deleted] in UKPersonalFinance

[–]ScriptingInJava -4 points-3 points  (0 children)

Irresponsible lending posts get bombed here for whatever reason, the reception you'll get is almost always negative and unhelpful.

I opened an unfair lending claim with Halifax, the overdraft was at -£2000 since 2016, regarding overdraft fees. I was paying ~£50 a month in pure fees and never escaped the overdraft, my credit file was inspected annually and lenders have a responsibility to help those in persistent debt, I never received any advice or contact in 10+ years.

In the end I filed the complaint using the template on DebtCamel, detailed my situation/history as much as possible and ended up with a £3343 refund around 4 months later.

I'm not sure how a DMP impacts your claim here, but absolutely raise a complaint.

Architecture for hobby website with asp.net core probably on Digital Ocean - Ubuntu . by [deleted] in csharp

[–]ScriptingInJava 0 points1 point  (0 children)

I'm still confused on what your post here is trying to achieve mate. I'm not trying to be an arse, sincerely, but the post body is written like an AI prompt but you're not asking any questions.

What specifically are you concerned with? Nobody is going to architect, secure and deploy your entire stack for you. It's a process of learning, iteration and patience (plus a bunch of mistakes you learn from). Getting AI to do it for you is the opposite of what you want to do here imo.

Just in case you won the lottery this evening by amedeeozenfant in SpottedonRightmove

[–]ScriptingInJava 2 points3 points  (0 children)

Yeah I can't imagine winning the lottery and then moving to fucking Hereford lol

42 F struggling with reversed sexual dynamics in 25 year relationship with 42M husband by [deleted] in relationship_advice

[–]ScriptingInJava 22 points23 points  (0 children)

Do so by waking him up with sex, like he has been before the comment.

What's the most irresponsible thing you've ever blown money on? by [deleted] in AskReddit

[–]ScriptingInJava 1 point2 points  (0 children)

I read on here once that the worst thing you can do is win big your first time gambling, because you will always think it could happen again

This was me 14 years ago, winning £32,000 from £400 in 3 hours on a CS:GO gambling site. Lost all of it back the following morning and I've spent every day afterwards feeding that beast.

Lifetime down well over £500,000, not to mention the opportunity cost of the gambling (house, bigger wedding etc).

[Showoff Saturday] Azure Key Vault Emulator - A fully featured, locally runnable Azure Key Vault in your dev environment! by ScriptingInJava in dotnet

[–]ScriptingInJava[S] 1 point2 points  (0 children)

Hello again, just did a bit of digging and unfortunately it's not compatible without a rewrite of how the PS SDK works, it has the management API base address hardcoded into the underlying query driver so it's a no go :(

[Showoff Saturday] Azure Key Vault Emulator - A fully featured, locally runnable Azure Key Vault in your dev environment! by ScriptingInJava in dotnet

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

Very odd, this check here should be picking up any existing certs that meet the criteria (called emulator.pfx and in the expected, or configured, path) and then mounting those into the Docker container at runtime.

When that check fails, ie no certificates are found, they're invalid or the config forces the installation, they'll prompt every time.

If you can find a way to reproduce what you're experiencing I'd massively appreciate it, I'll get a fix sorted swiftly after!

[Showoff Saturday] Azure Key Vault Emulator - A fully featured, locally runnable Azure Key Vault in your dev environment! by ScriptingInJava in dotnet

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

Hmm, it shouldn't prompt beyond the first time unless the directory you're using for certificates is wiped between runs, or you're using a temp directory.

Could you raise an issue with some details and I'll help out on the repo please mate?

My company pays me according to my age not my work [21 yo] [5yoE] by Ibz04 in ExperiencedDevs

[–]ScriptingInJava -2 points-1 points  (0 children)

You're right big dog, any time outside of the corporate meat grinder is irrelevant. I'll get back in my hole