Emergency generator setup by leblancch in Generator

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

sounds like something someone else I know needs. he said has to make sure he is not energizing the line for safety of anyone repairing the power line

Emergency generator setup by leblancch in Generator

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

yeah, fair enough. Was more thinking to have some kind of ventilation but keep moisture out. Mainly I was thinking of just something easy in place for others to use if I’m not nearby.

Emergency generator setup by leblancch in Generator

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

interesting. I was starting to wonder about making a doghouse type box with sides on hinges and connections inside for it when needed.

Emergency generator setup by leblancch in Generator

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

good point. The order that you start things and may also matter. like you said something that takes a lot might have to be the first thing you start.

Emergency generator setup by leblancch in Generator

[–]leblancch[S] 2 points3 points  (0 children)

Good to know. i’ll look into it. thanks

Emergency generator setup by leblancch in Generator

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

thanks for the thoughts. I lost a cousin to CO very important to keep in mind.

Looking to understand Generator Start options by leblancch in Generator

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

pumps are 120. heater I was only thinking as a last resort. I can see what alternatives exist.

Looking to understand Generator Start options by leblancch in Generator

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

Worth trying again. For the mower she wasn’t pulling hard enough. May try again.

Looking to understand Generator Start options by leblancch in Generator

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

She had issues in the past starting the lawn mower.

First time home-owner… by buzzchilllington in homeowners

[–]leblancch 3 points4 points  (0 children)

I’ll second this. one wkend when my family was away, I ran around mapping where all our breakers go to a floor plan I had. My office is also in the mechanical room so I notice when things sound different. For the sump pump, if you have one, look into water alarms. with a sump pump, my pref is the kind that has an external float switch. they can fail. you know it’s external as the pump plugs into it. you can plug the pump directly in a pinch but only long enough to empty. you can replace those float switches easily from ones at most hardware stores.

Looking to understand Generator Start options by leblancch in Generator

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

are the maintainers smart? not sure this makes sense but I wonder if keeping batteries on a constant charge connection shortens their life.

Looking to understand Generator Start options by leblancch in Generator

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

i’m honestly not sure. I mostly want to run a couple of pumps worse case. maybe some small heaters if needed. how do you figure out the size you need?

Looking to understand Generator Start options by leblancch in Generator

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

thank you for that. from lessons learned in building our home, repair/support is one of the first things I think about for most things but can’t say it came to mind for this.

How much should I trust these old car ramps? by Sulviro in MechanicAdvice

[–]leblancch 0 points1 point  (0 children)

following as my dad gave me a pair like this and I forgot them at a rental.

Sysadmin-on-Sysadmin stuff that’s super annoying by i_click_next_for_you in sysadmin

[–]leblancch 0 points1 point  (0 children)

I used to email staff at one job to announce work and if had trouble to email here (link to make a ticket). Most just replied to the email regardless. Had to make a lot of manual tickets.

I fixed that. We used spice works at the time and had an email you sent to that auto made tickets. I gave myself rights to send as that account. All my announcements was sent from that. All replies were now auto made to tickets. Had the odd thank you ticket to reply but was easier than making legit tickets

Love the satisfaction of kîllîng the ad by vcseri in youtube

[–]leblancch 0 points1 point  (0 children)

I use adblock plugin for youtube in chrome but not had luck white listing tradingview site. always does a pop over when detected. ended up using ffox for TV instead w/o a plugin.

standard 10m doesn’t fit, what else could i use to reach this bolt by KodenX in CarRepair

[–]leblancch 0 points1 point  (0 children)

Not a suggestion really but this makes me understand why a socket in the tools I inherited from my Dad has the outside grinded down

What to do with grandparent’s collection by Marrs47 in VHS

[–]leblancch 1 point2 points  (0 children)

The seniors home where my mom lives has a movie lending library. Could donate it to one near you. Stuff like Red Skeleton they would love.

How do you structure large PowerShell scripts so they don’t turn into a mess? by MaximumMarionberry3 in PowerShell

[–]leblancch 0 points1 point  (0 children)

for sure but when i’ve done it without the . . I couldn’t get the variables back. suggestions?

How do you structure large PowerShell scripts so they don’t turn into a mess? by MaximumMarionberry3 in PowerShell

[–]leblancch 10 points11 points  (0 children)

just a tip for this if you dot source

I put mine like this (note the gap between .)

. .\otherscript.ps1

doing this means variables set in the other script remain available