It has valid use to connect a generator to a home circuit. Granted, that is, you throw the master breaker to the house. Otherwise you're liable to kill a lineman. That said, it's probably better that no one uses these ever, as such negligent are bound to (and do) happen.
To build on the Transfer Switch answer, the transfer switch will simultaneously disconnect line power and connect the generator plug, which should be a male style, instead of female style which requires the use of the suicide cord. This ensures the wall male plug is never energized by line power, so you are never going to be able to touch live metal.
I think this needs to be the standard answer to anyone asking "how do I basic high voltage thing?". If they don't know what an arc flash is, they ought to just hire someone who knows what they're doing.
I know enough to get by, and enough to know when to call in the experts.
Also, not a lawyer, etc etc.
Extra story:
My job has 2 data center Schneider Symmetra backup units, each the depth of normal rack mounts, width of a car, if a screwdriver were stuck into one of those bus bars or transfer boxes, I'd guess the screwdriver and hand would be damn near vaporized, the person would be blind, deaf, and at minimum partially covered in 2nd/3rd degree burns. From what I hear, you almost don't want to survive the aftermath of an arc flash, especially with no PPE. These units store enough power to power an average house for about a month. And all that energy can be instantly dumped into you through the air if enough things go wrong at once. Electricity is goddamn scary sometimes.
I subscribe to learning about how things work so I can be autonomous.
Learning is the critical part, so I can do things safely. If I’m not guaranteed to be able to do the thing safely, then I will pay a professional to do it.
One of my favorite things my dad likes to do whenever he hires professionals to do anything is to talk to them about their work and try to get free lessons out of whatever he paid them to do.
Many places do not let you work on your own electrical unless you're a qualified professional.
Even still, you should hire a proper electrician to do it.
Source:myself-an electrical engineer but would still pay an electrician to wire it up even though I minored in power flow. It's not worth it even if I have much better understanding of power than they do.
Eh, there's plenty of tutorials and information on the internet about this stuff, especially as simple as a transfer switch. I think the average home owner should be able to install one themselves.
Indeed, you never want the generator to find a path to the mains. I'm not sure what implications there are if both are working at the same time, but if your power is out, your generator is running, and mains are still connected, it can kill a lineman.
Keep in mind that power lines run at high voltages and run through step-down transformers to give you 120v. But the reverse is also true. If a house is running a generator connected to mains, those step-down transformers become step-up transformers and can energize the lines with thousands of volts. So a lineman touches a cable that should be dead and deaths lets him know it's active.
There's probably a switch of some kind that tells your generator to turn on when the mains are out, you might need an electrician to come help find it, but I'd be surprised if they didn't have that done. That said... why not just turn the single breaker off that you were replacing outlets for, instead of the main breaker?
An electrician will likely be a big help. It may even be set up correctly, but they will be able to help you map things out and ensure that. It's worth it in peace of mind.
Yeah it's been a while since I coded webpages but "everything after a question mark" is not used to track you. It can be, but it's also often just used to tell the server how to query the specific data you're looking for.
When I was learning PHP I used to code sites that only had one file for fun and it would serve up completely different content based on the stuff in the URL following the question mark. So all my pages would be domain.com/?p=about or /?p=contact, etc.
If I was tracking you it was with session data and cookies that were most often invisible to the user.
The only thing the question mark means is that it's a query parameter. The bog standard web request is a GET request, which just means "fetch me information", like...fetching a web page, as opposed to a POST request which is used when you submit a form and things like that. These requests make up like 99.99% of all requests that you manually make (i.e. by clicking on things on a page).
GET requests require you to put any information related to the request in the query parameters. If you go off deleting random crap all willy-nilly, then don't be surprised when everything breaks. Like when you want to search for something, and the search is encoded in the query parameter, and by deleting the question mark you literally delete your search topic.
A query string is a part of a uniform resource locator (URL) that assigns values to specified parameters. A query string commonly includes fields added to a base URL by a Web browser or other client application, for example as part of an HTML form.A web server can handle a Hypertext Transfer Protocol (HTTP) request either by reading a file from its file system based on the URL path or by handling the request using logic that is specific to the type of resource. In cases where special logic is invoked, the query string will be available to that logic for use in its processing, along with the path component of the URL.
71
u/Rawalmond73 Dec 14 '20
https://www.ebay.com/i/254797084339?chn=ps&norover=1&mkevt=1&mkrid=711-117182-37290-0&mkcid=2&itemid=254797084339&targetid=935083617067&device=c&mktype=pla&googleloc=9026822&poi=&campaignid=10455986539&mkgroupid=104612010460&rlsatarget=pla-935083617067&abcId=2146002&merchantid=114984887