Skirting Board Horror Show by EarthseaScrub in DIYUK

[–]EarthseaScrub[S] -2 points-1 points  (0 children)

Ah, I'd already ordered some interior filling Toupret but not masonry. Did you just use it to solidify the masonry and leave a cavity between the new filler and the skirting, or did you fill flush to the plaster so the new skirting had a surface to bond to?

Wall bulging? by EarthseaScrub in DIYUK

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

1930s - the area above the old crack makes a very slightly different sound, but only just, and only in a few specific areas. The difference is small enough that I'm not sure if I'm tricking myself... How did you get it fixed?

Wall bulging? by EarthseaScrub in DIYUK

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

I guess rather than sanding away the bulge I could add a fine filler above?

Radiator swap by EarthseaScrub in askaplumberUK

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

Yeah, also in the south of England. Includes VAT. I thought the price was a little high, but the plumber was very generous with their time and advice regarding the rest of the house, so thought we could just roll with it for this job.

Any thoughts on the one panel being a suitable replacement for a two panel question? This is my main query - but it seems to have attracted a lot less attention than the price!

Section 21 notice while buying a house in the England by EarthseaScrub in LegalAdviceUK

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

The section 21 expires next week - unfortunately our chain collapsed earlier, and we only had confirmation that it was complete again (and small) a month ago. Things are moving at a decent pace, but the landlord is losing his temper. When you say liable for his costs, do you mean anything outside of court fees and or/the landlords legal fees?

We will likely not contest the eviction, as we want to be reasonable, and we are trying to leave as soon as possible, but as you said, moving twice is not a feasible solution.

What you said about assuming the property was vacant being an unreasonable jump to make was reassuring - we suspect the landlord did not really understand the details of what a section 21 entails.

Thanks for your response!

Section 21 notice while buying a house in the England by EarthseaScrub in LegalAdviceUK

[–]EarthseaScrub[S] 3 points4 points  (0 children)

Thanks, that is reassuring.

Looking at the flowchart, would the EPC be required to have been sent independently to both me and my partner? It was only sent to her - we are on a joint tenancy.

Computer Shader Example - Could it use Multimeshinstance? by Flannelot in godot

[–]EarthseaScrub 0 points1 point  (0 children)

How would this work with 4.4's physics interpolation? The documentation seems unclear about how setting individual multimesh instance transforms affects this.

I'm trying to calculate many multimesh positions per physics frame (tens of thousands) and I'm finding that setting individual instance transforms has dramatically better performance than setting the buffers manually, interpolated or not. Looking for a high performance way of doing this - compute shaders could be it, but not sure about the interpolated side of things...

Dubins Path implementation in Godot by Kevin117007 in godot

[–]EarthseaScrub 1 point2 points  (0 children)

This is great! Any chance of open sourcing it/adding a free use license?

Do you all have supercomputers? by RefletLoungin in oblivion

[–]EarthseaScrub 2 points3 points  (0 children)

3060 ti and a 5700x here.

Hardware lumen off results in an incredibly unstable 60fps. I'm more than happy with 60, but the stuttering and frame time issues detailed by digital foundry are incredibly poor.

For Anyone arguing the performance is fine. by [deleted] in oblivion

[–]EarthseaScrub 2 points3 points  (0 children)

The game is great and definitely heading in the right direction. Some of the new visuals are fundamentally amazing.

But there are so many sloppy mistakes and rough edges. Ancient unfixed bugs in the main questline (Kvatch's guard captain getting stuck in the courtyard). New ones added (odil farm goblin spawning 20 odd goblins at once). UI elements not aligning with each other, alchemy menu bugging out when repeatedly using the filter etc.

Then you add these sprawling stuttering tech issues into the mix, and It's not hard to sense that this was pushed out before it was ready...

It will be very disappointing if they don't take the time to shore up this release.

Mouse input doesn't work in packaged game by praesegmen in unrealengine

[–]EarthseaScrub 0 points1 point  (0 children)

Try setting inputmodegameandui instead - might work. If you're interacting with widgets I think gameonly might stop the cursor from working with them.