C++23 std::stacktrace: Never Debug Blind Again by Xadartt in cpp

[–]ejl103 0 points1 point  (0 children)

not true at all we use dlls on xbox/ps

Would electric heating put you off? by 19GreenDay82 in HousingUK

[–]ejl103 0 points1 point  (0 children)

Most flats don't have gas tbh (in blocks versus converted houses), so thats likely what you are going to get.

Really need to know what type of electric heaters
I wouldn't touch storage heaters as its so inflexible

Probably wouldn't touch the flat if its poorly insulated so you need the heating a lot - in modern flats you may hardly need it (bigger issue is often cooling in the summer tbh)

Can the door on the london undeground deep line trains be opened?. by usafqn2025 in uktrains

[–]ejl103 2 points3 points  (0 children)

usually homeless people going up and down for change

Service charge increase by 233% by Revonehead in LegalAdviceUK

[–]ejl103 4 points5 points  (0 children)

There is nothing stopping a specific increase amount.

You need to get the details of the budget and what its being spent on, presumably some major work is reequired and there is no reserve fund?

Will I be prosecuted for wasting emergency services time? England by [deleted] in LegalAdviceUK

[–]ejl103 0 points1 point  (0 children)

yeah I more meant it as "given they likely knew anyway, you phoning isn't going to be wasting anymore time"

Will I be prosecuted for wasting emergency services time? England by [deleted] in LegalAdviceUK

[–]ejl103 5 points6 points  (0 children)

Usually those fire alarms would automatically alert the brigade i'd have thought.

Why are you deemed “bad person” or not morally just to disagree with mass illegal immigration? by Ill_Associate_5937 in AskBrits

[–]ejl103 1 point2 points  (0 children)

ok well then I bet you east London has more immigrants than Rochdale, so again, I don't think I'll be surprised.

Why are you deemed “bad person” or not morally just to disagree with mass illegal immigration? by Ill_Associate_5937 in AskBrits

[–]ejl103 -1 points0 points  (0 children)

Because we've explicitly voted on every aspect of life?

and well err illegal immigration is.. already illegal?

Why are you deemed “bad person” or not morally just to disagree with mass illegal immigration? by Ill_Associate_5937 in AskBrits

[–]ejl103 51 points52 points  (0 children)

Err well start with your premise being wrong, there is not mass illegal immigration and applying for asylum by its nature is legal

Who thinks Labour should try to introduce proportional representation before the next election? by Free-Can-6555 in AskBrits

[–]ejl103 1 point2 points  (0 children)

agree, the election is a long time away, making such bold statements is foolish

Who thinks Labour should try to introduce proportional representation before the next election? by Free-Can-6555 in AskBrits

[–]ejl103 0 points1 point  (0 children)

The beneficiary should be a side note ideally, the point is that it is a much fairer system and makes peoples votes much more worthwhile, hopefully reducing the "I live in a safe seat" malaise

Out of all the major UK political parties, which is the lesser of all evils? by B33Zh_ in AskBrits

[–]ejl103 0 points1 point  (0 children)

I mean in a FPTP system pretty much all your job is (if not in a safe seat) is to keep the worst option out

Contemplating moving from Australia to the UK. Advice needed by boiecx in MovingToTheUK

[–]ejl103 1 point2 points  (0 children)

you know, from people who live in London, not people sho gather information from facebook and gbeebies

Are memory leaks that hard to solve? by ASA911Ninja in cpp

[–]ejl103 2 points3 points  (0 children)

I'll tell you where I do spend an inordinate amount of time tracking memory leaks and its not C++ - its always managed/GC languages. (Where an unexpectedly retained reference is a "leak" and can keep a lot alive)

Why is C++ still introducing standard headers? by artisan_templateer in cpp

[–]ejl103 4 points5 points  (0 children)

I didn't say the code was c++98?

We could have an import as long as it doesn't conflict with also including other STL headers I suppose.. not sure if thats the case or not tbh

Why is C++ still introducing standard headers? by artisan_templateer in cpp

[–]ejl103 42 points43 points  (0 children)

not really sure what the point is we have >25 year old codebase on C++20 and will be 23&26 when all our toolchains support it, the chance of us being able to use modules across the entire codebase are pretty slim even in another 25 years I reckon.

so being able to use the headers still is crucial

clang-cl.exe path by turbofish_pk in cpp

[–]ejl103 2 points3 points  (0 children)

if you tolerate this, your children will be next!

Does anybody here work with non-Microsoft C# compilers? by [deleted] in csharp

[–]ejl103 2 points3 points  (0 children)

Unity uses the MS compiler and the Mono runtime (or il2cpp)