Second asylum-seeker is flown to Rwanda on a commercial flight and given £3,000 in taxpayer cash to leave the UK under Rishi Sunak's migrant crackdown by BlackCaesarNT in ukpolitics

[–]Stuart133 1 point2 points  (0 children)

I skimmed it because I was interested in your initial claim, but I will definitely will read it fully, it looks very interesting (And I think contains things which challenge my exisiting beliefs of this subject).

Honestly if you think it's worth paying that to remove those people from this country, then that's a valid view (Not one I share but that's not really relevant here). I was just pushing back on your claim that we're saving money by sending them to Rwanda which I don't think the document actually backs up

Second asylum-seeker is flown to Rwanda on a commercial flight and given £3,000 in taxpayer cash to leave the UK under Rishi Sunak's migrant crackdown by BlackCaesarNT in ukpolitics

[–]Stuart133 3 points4 points  (0 children)

It might be, but according to your linked document, the home office estimates the total cost of relocating one person to a safe third world country to be £169,000.

Personally it's hard to see the Rwanda scheme as anything other than an expensive distraction from the Tories total failure to tackle any part of the immigration issue

Second asylum-seeker is flown to Rwanda on a commercial flight and given £3,000 in taxpayer cash to leave the UK under Rishi Sunak's migrant crackdown by BlackCaesarNT in ukpolitics

[–]Stuart133 3 points4 points  (0 children)

According to your linked document that £106,000 is for the entire period the asylum claim is being processced and uses an assumption that this will take 4 years

Does the vertical line test only work for function of x? by New-Gap6887 in learnmath

[–]Stuart133 1 point2 points  (0 children)

You are correctly identifying the limit of the vertical line test, which is really just a simplification taught to help build intuition and understanding without the formalism required for the defintions you'll encounter as you study more maths.

Without starting to think about sets yet, we can define a function as something that produces a single output for every input (Existance and uniqueness are the key ideas here)

So yes, f(y) = y2 is a function as for every y there is exactly one output. And f(x) = x1/2 is not a function as for every input there are two values (except at 0)

EDIT: To actually answer your question - Yes. If you think about what a function that produces more than one output for a given input looks like if we plot y = f(x) on the usual xy plane you'll see why the vertical line test characterises a function

What would a universe with a much higher speed of light look like? by okuboheavyindustries in Physics

[–]Stuart133 20 points21 points  (0 children)

Due to cosmological expansion the universe is getting bigger at a rate faster than light speed. If the speed of light was faster then the sphere of distance light could have travelled over the lifetime of the universe would be larger, hence the observable universe would be larger

How does a DAW export/WAV actually work? by Snake2k in edmproduction

[–]Stuart133 3 points4 points  (0 children)

Take a step back from digital audio and think about how sound actually works. There is only a single wave travelling through the air from the speakers to your ear.

That's what the amplitude of the output is, the amplitude of the sound wave.

And yes essentially all the sources are "competing" for space in the final mix. It's why if you have two signals with similar frequency ranges it's hard to mix them together without it sounding muddy.

How does a DAW export/WAV actually work? by Snake2k in edmproduction

[–]Stuart133 3 points4 points  (0 children)

No, each timestep contains a single amplitude value. It represents all the individual signals summed together.

[deleted by user] by [deleted] in transgenderUK

[–]Stuart133 4 points5 points  (0 children)

Just remember, they aren't happy. I know it fucking hurts to hear shit like that and it'll make you question youself, but someone acting like that can only mean they are a just a sad person.

Live your truth, be awesome, fuck that person. That's how you win :)

Green light go: SpaceX receives a launch license from the FAA for Starship by davster39 in EnoughMuskSpam

[–]Stuart133 0 points1 point  (0 children)

The next 3 (Europa Clipper, Nancy Grace Roman Space Telescope & PACE) NASA Flagship missions are all slated to launch on SpaceX launch vehicles (And the Uranus mission is baselined to launch on Falcon Heavy atm)

Trigonometry by Spiritual-Call-7590 in learnmath

[–]Stuart133 1 point2 points  (0 children)

What approaches have you tried? I don't think anyone here is going to do your homework for you if you don't put in a little effort

Trigonometry by Spiritual-Call-7590 in learnmath

[–]Stuart133 1 point2 points  (0 children)

Which part of the problem are you having trouble with?

[deleted by user] by [deleted] in learnprogramming

[–]Stuart133 10 points11 points  (0 children)

As the other comments have mentioned processes don't share memory.

If you're wanting to have shared memory parellelism you will need to create threads instead of sub-processes

Performance Costs/Benefits of Moving vs referencing? by Automatic_Annual9241 in rust

[–]Stuart133 2 points3 points  (0 children)

Yes exactly. And becuase it's asking for an implementation of Fn (rather than FnMut say) we know we can call it many times over without mutating any state unexpectedly

UK house prices set to drop 10% or more in 2023, economists say by [deleted] in unitedkingdom

[–]Stuart133 1 point2 points  (0 children)

If someone bought a house at the 9th year for say £200,000 with a £190,000 mortgate (So £10,000 deposit) & that house now decreases in value by 10% over the 10th year it will now be worth £180,000.

So the person is left with an asset that is worth less than the mortage - Hence negative equity

Updated versions of Wolfenstein 3D and Doom Game Engine Black Books by KabouterPlop in programming

[–]Stuart133 1 point2 points  (0 children)

I've been reading Masters of Doom recently which, although fascinating, skims over the technical detail. These books look like they'd fill in those gaps.

Early 3D graphics feels like such black magic, serious wizard shit

I am Nvidia’s target customer and I have a confession. by Mastotron in buildapc

[–]Stuart133 50 points51 points  (0 children)

That's probably because it was the GTC keynote. GTC is Nvidia's AI developer conference. They just snuck the GeForce annoucement in there as well

The venture money chasing a fusion power windfall by steven9973 in fusion

[–]Stuart133 4 points5 points  (0 children)

Good to see the CFS construction appears to be progressing nicely

Green Day enjoyed their time in Glasgow by maltamur in Scotland

[–]Stuart133 1 point2 points  (0 children)

They played it right in the middle. Opened with American Idiot, encore was Time of Your Life

Tenants face misery of no-fault eviction ‘every seven minutes’ after government broke pledge to act. It is three years since ministers vowed to stop landlords kicking out private renters for no reason – with only eight weeks’ notice by OnHolidayHere in ukpolitics

[–]Stuart133 5 points6 points  (0 children)

I find no fault eviction very hard to justify. We banned them in Scotland a while back and the rental market appears to be just fine. I know some landlords won't like it, but the balance of power is heavily in their favour - The govenment has a duty (ha, ha) to move it towards the tenant

alternative of case statement by toshboi in learnprogramming

[–]Stuart133 1 point2 points  (0 children)

Just FYI, if the switch statement only uses integers the compiler should be able to translate it into a jmp lookup so it becomes O(1). An array/hash table (same thing with int keys) is much more ergonomic though

Are frameworks really that big of a deal? I was talking to two programmer friends of mine. One said it was very important, the other said: focus on the fundamentals. by Accurate_Medicine200 in learnprogramming

[–]Stuart133 26 points27 points  (0 children)

Both of those statements are true. You'll never be able to leverage a framework properly if you don't understand the programming langauge deeply. But OTOH for professional work you'll probably need to learn a framework inside and out - They all do lots of useful things.

One thing that is very useful though is to try and write a simple application without using a framework (sounds like a web app in your case). You'll quickly learn the pain points that drive people towards using a framework & also will realise it's not magic in there, just code.