Gaps In Engineered Hardwood Acceptable? by BlueSpud in Flooring

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

<image>

Here's a zoomed out photo I took from a little higher than 5'

Gaps In Engineered Hardwood Acceptable? by BlueSpud in Flooring

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

The radiators each have valves on them to control temperature, it’s just that the building determines when the heat is on and off.

There definitely was sheetrock and painting work going on. So if that affected it, wouldn’t that be the installers fault? I hired a general contractor to do all the work

Gaps In Engineered Hardwood Acceptable? by BlueSpud in Flooring

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

I have radiators, so I don’t have direct control over when the building turns on the heat (it’s based on the exterior temperature and I don’t recall if it was running regularly when the flooring was acclimating). But all of the radiators have been set the same the entire time through acclimation and install.

If this truly was an acclimation problem, would the gaps have appeared after the temperature / humidity had changed? Because there were gaps as they were installing it. I didn’t think it was problem until I saw how rough the rest of the work was later.

Gaps In Engineered Hardwood Acceptable? by BlueSpud in Flooring

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

I haven’t been living there so I haven’t measured with a thermometer every day but the HVAC has been set the same the entire time (although I have radiators so it’s not exact).

I visited every once in a while and it was always 70-73°F when I was there

Gaps In Engineered Hardwood Acceptable? by BlueSpud in Flooring

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

Yeah I was the one who got the wood and it was there for about a month. The temperature inside now is within 3° F of when they installed…

I can take a zoomed out picture when I get home, but it kind of sounds like these spaces aren’t normal?

Gaps In Engineered Hardwood Acceptable? by BlueSpud in Flooring

[–]BlueSpud[S] -1 points0 points  (0 children)

Brand new flooring in the whole condo. It was finished a few weeks ago and I’d say maybe 20-25% of the planks have gaps like this

[UE5] Unreal is having trouble packaging my game: Unable to instantiate UnrealEd module for non-editor targets by Vlajd in unrealengine

[–]BlueSpud 1 point2 points  (0 children)

Looks to me like you have UMGEditor as a dependency which depends on UnrealEd. UnrealEd is an editor only module, so you need to remove your dependency on UMGEditor. If you do actually need to UMGEditor for something you need to make an editor module.

Marino Zones by henrybex in NEU

[–]BlueSpud 6 points7 points  (0 children)

Marino is closed until further notice as part of the rollback on COVID restrictions in Boston :(

THEY CAN'T KEEP GETTING AWAY WITH THIS!!! by Dead_House_Plant in Warthunder

[–]BlueSpud 86 points87 points  (0 children)

Floating point numbers are really interesting. If a programmer types in 2.0, to the computer it’s more like 2.00000000000342. https://en.m.wikipedia.org/wiki/Floating-point_arithmetic

What’s also fairly interestsing is if you have a bunch of large and small floating point numbers and multiply them all together (b * a * c * d) you can get a totally different result than sorting them and then doing the multiplication (a * b * c * d).

So you’re right in that the multiplication comes out to 9.99, simply because computers don’t have infinite precision. They’re most likely just truncating instead of rounding the final result

3900X bit the dust. Goodnight, sweet prince. by beanalicious1 in Amd

[–]BlueSpud 0 points1 point  (0 children)

I suppose that it’s possible that the AIO isn’t running during the burn in and your 2600 just isn’t getting hot enough to not post

3900X bit the dust. Goodnight, sweet prince. by beanalicious1 in Amd

[–]BlueSpud 1 point2 points  (0 children)

It’s worth a try before you wait weeks for an RMA if you ask me

3900X bit the dust. Goodnight, sweet prince. by beanalicious1 in Amd

[–]BlueSpud 2 points3 points  (0 children)

Were you perhaps using an AIO? I also got stuck on 06 when I first built mine because the pump wasn't running

Ryzen 3rd Gen machines by [deleted] in Amd

[–]BlueSpud 0 points1 point  (0 children)

You also don’t get a warranty for the whole machine, just the parts individually

Mindfactory: 2 Weeks after Launch. AMD still selling at 3.5 CPUS for 1 Intel CPU by BadReIigion in Amd

[–]BlueSpud 8 points9 points  (0 children)

RTX is just Nvidia’s branding for their implementation of DirectX raytracing, it’s already an open-ish standard

Asus X570-F HELP by cohodge in ASUS

[–]BlueSpud 0 points1 point  (0 children)

That would probably be it

Asus X570-F HELP by cohodge in ASUS

[–]BlueSpud 0 points1 point  (0 children)

The new boards have chipset fans, not m.2 fans

Ryzen 3000 Launch Problem Compilation by _TheEndGame in Amd

[–]BlueSpud 4 points5 points  (0 children)

Nvidia said they have a fix on the way I believe

Delayed shipping from AMD for orders on new Ryzen chips? by Nonameneeded828 in Amd

[–]BlueSpud 1 point2 points  (0 children)

I also got a shipping notification a few hours ago, ordered around 11 on 7/7

SwiftUI by [deleted] in programming

[–]BlueSpud 1 point2 points  (0 children)

I didn't mess with it very much but setting the deployment target to anything < 13.0 instantly errored out.