These videos always seem to be posted by content harvesters and I presumed the side-by-side video was intended to add randomness to avoid content detection.
911 is not a trivial service that can be tested blindly.
Alternatively you can dial 911, inform the operator it is not an emergency but a test call, and have them verify the phone number and location.
I'm no HVAC guru, this is simply what I've been told. Can someone enlighten me, or how does this technology approach this situation?
I don't really know what Jenkin is and what "git push --force" does.
'git push --force' pushes your copy of the repository to the remote, regardless of what the remote has. He basically told GitHub, "Hey here's the /real/ copy of the repository, the copy you have is totally wrong" and it overwrote all the history because his copy was a few months out of date.
I want your API to not return 500 errors for hours at a time, multiple times a day...
Today it was down from 9AM to 2PM, and then from 9:30PM to 11PM.
Yesterday was even worse.
It isn't rate throttling because I only try to retrieve current conditions every 30 minutes.
Also, the load of the API might be a lot lower if it were possible to retrieve just the current measurements, but the response you get back for observations is insanely bloated with 12 hours back of each measurement, plus a bunch of station information that is heavily duplicative of information provided about the station.
Nothing about the station should be returned when you ask for the station's measurements should be returned except a link to API call for the station's information.
/stations/{stationId}/observations/latest ?