kamikazerusher

joined 2 years ago
[–] kamikazerusher@lemmy.world 1 points 2 hours ago

Seems here in the northeastern states it’s normal to do blow-in insulation as cold is more problematic than heat. Using spray-foam insulation would result in wasted heat by radiating through the ceiling into the attic where nobody is at during the winter.

I’ve finished assembling a stacked block of insulating foam and adhering it to the back of the hatch door. We’ll see tomorrow how it measures with the thermal camera, but forecast shows we probably won’t exceed 80° which will make it difficult to see how effective it is.

[–] kamikazerusher@lemmy.world 2 points 7 hours ago

Of course! Sorry for not responding to you directly

[–] kamikazerusher@lemmy.world 1 points 7 hours ago

I’ll have to look at those tents sometime to see what would work well with what we’ve got going on up there. I wish they had a “landing pad” around the hatch so you could stand/sit or place tools while you work up there. There’s just so much blow-in insulation though that I don’t think I could make one without severely reducing the amount of insulation.

[–] kamikazerusher@lemmy.world 2 points 7 hours ago

There are two vents, one on each side opposite of each other. No fans.

I’m used to Texas where they’re vertically mounted with a fan. So I don’t know yet what is “proper” for the northeast region

[–] kamikazerusher@lemmy.world 4 points 12 hours ago

Especially if the space is cramped and humid. That area can really roast you fast during the summer!

[–] kamikazerusher@lemmy.world 2 points 12 hours ago

We don’t have a truck so I bought narrow R-7.5 boards which happen to be a good fit width-wise by cutting them in half. They didn’t have enough of those, sadly, so I had to resort to a kit similar to this which has a lower R-value. I’m using some construction adhesive to get them to stick together. The foam may not fit tight against the 2x8” walls but it should significantly reduce thermal conductivity.

At the very least, I’ll be putting adhesive rubber sealing strips along the opening to block air.

[–] kamikazerusher@lemmy.world 2 points 12 hours ago

That would be a great piece to the full solution. I’m trying to get the R-value to at least 25 (40 being ideal), and the reflective stuff on top or bottom would probably help slow down thermal transfer.

[–] kamikazerusher@lemmy.world 1 points 12 hours ago (2 children)

Unfortunately the hatch isn’t a pull-down. I have to push the board all the way up to get it out of the way. There’s not enough room to install a foldable ladder solution either since it’s at the end of the hall and doesn’t align with the doorways.

It’s frustrating since the solution you posted would be the ideal thing to install.

[–] kamikazerusher@lemmy.world 14 points 12 hours ago (2 children)

Yup, FLIR One. Kinda neat seeing the thermal outlines of where the exterior wall studs are

 

Discovered that the attic access hatch isn’t insulated, which honestly isn’t surprising given when it was built. No ladder system. I’m working on cutting up some foam boards to glue to the backside. Hopefully it will reduce how much is radiated through this barrier.

[–] kamikazerusher@lemmy.world 5 points 3 weeks ago (2 children)

So do you do a lot of PCP?

[–] kamikazerusher@lemmy.world 10 points 3 weeks ago (4 children)

I didn’t even know it came in liquid form!

[–] kamikazerusher@lemmy.world 4 points 4 weeks ago (1 children)

Eh, I’m not entirely sold on that idea.

I think they do a good job of pointing out “this is a behavior/feature of Rust you need to understand.” However they can send you down the wrong path of correction.

The compiler error mentioning static lifetime specifiers of &str demonstrates both. It indicates to the developer that ownership and scopes will play a significant role when defining and accessing data. The error though will guide them towards researching how to define static lifetimes and possibly believe that they will need to set this in their functions and structs. Each time you look at questions about this error in places like Stack Overflow with example code you’ll find suggested solutions explaining that a manually-defined static lifetime isn’t necessary to resolve the problem.

view more: next ›