

They note in the article that all “concessions” were already planned to be implemented. They really didn’t do anything other than give a list of what they already planned to do.


They note in the article that all “concessions” were already planned to be implemented. They really didn’t do anything other than give a list of what they already planned to do.


red flag imo. especially when it comes to fork trucks and safety implications it shouldn’t be a big deal to call a mechanic to check and ensure they are in proper working order.


check your library! a lot are adding maker spaces. My local library has a couple 3D printers, laser cutter/engraver, cnc vinyl cutters and all sorts of handheld implements.


It may have been a rate of rise vs a hard upper limit for the heat detector. If it was, about 8-10°C / 15-20°F change per minute would set it off. Makes sense for it to go off over an oven. The hard upper limit type are single use, I don’t know if that causes them to repeatedly go off or not.
Either way with more regulated short term rentals, a fire inspection would likely have flagged that.


There is nuance in installing fire alarms, make sure you are using the correct detector type for each area, and installing it correctly.
I’m pretty sure strong drafts or dusty areas can set it off.
Also know that smoke detectors and carbon monoxide detectors are consumable items that should be replaced, usually 7-10 years but it should be noted on the device.
At the end of the day, it wakes you up to check, or causes you to observe for an emergency. Imagine your wake up groggy situation but you smell smoke. Personally I would like that chance to be able to evacuate.


Verizon and ATT just rebrand nokia ONTs and roll some of their own software that is mostly enhanced or changed encryption at L1. Can’t speak for Comcast, I only know about the other two as I’m in a smaller ISP that competes with them.
They use have L2 onts that don’t have any gateway functions, just fiber to ethernet with some extra overhead to monitor the connection between the hose and shelf.
The ONT-on-a-stick units do the same thing, just a more compact and expensive interface that doesn’t have great support, unless comcast or running all home run fibers where they can just provide a straight SFP instead of doing any optical splitting.


No, you are likely looking at an ONT (optical network terminal), and it is not a router. Even with a port that accepts the fiber (sfp or sfp+ for 10g) on your equipment, the OLT (optical line terminal) likely will not provide you with service.
If you were to match the wavelengths the ISP is using you are likely to become a “rogue” on their PON that can knock out service for other customers that share the same passive network as you.
I make assumptions about you being on PON since you say AT&T, generally all I have ever seen from them are passive networks (one fiber with splitters for 1 port to many customers) unless you are paying extra for “dedicated” ($$$$$) internet.
If they are using a ONT with an “RG” (residential gateway) which is the typical “all in one” you can request the gateway service can be removed and replaced with a layer 2 bridge, where you’re router/firewall gets the “external” addressing and there is nothing being done by the ISP equipment other than sending you traffic and OAM (operations, administration, and maintenance; usually check or alert for light levels, software status, if a part of the ONT fails etc).


I have a different vibration pattern for my wife’s calls and messages, work calls and messages, and all others. I swear I will get phantom vibrations from a specific set randomly.
For indoor cameras, I use TP-Link tapo wireless cameras, and hikvision for outdoor. I put all of them on an isolated camera wlan and vlan without internet. the tapos work fine without internet access, but the status light will always be orange as it tries to reach some tplink aws IP to verify connectivity.
All the hikvision cameras and tapos support rtsp.


the bladder issues from ketamine make it so you cannot pee, and from what i read elsewhere is that issues present after long term or heavy use.


typically you only need one power supply to run it, once you move to redundant power you can use the second one in case the first one fails. when you plug both in it will just balance across both until one fails.
in my opinion, hardware should only be hypervisors that run virtual machines, then you can provision VMs, similar to using VPSs. going this route you will need a vga monitor for initial setup, eventually everything is done over the lan with a web ui or ssh.
i use proxmox which is Debian based for the hypervisor.
As far as what you do with it, is that you can in theory replace the VPSs or test software in your lan.
to compare, i have my router (vyos), homeassistant, a docker server for hosting small services, a network lab (gns3), windows and mac VMs, and more running on a cluster that is using similar hardware.
it’s interesting because as he adds cabinet picks, they come with allegations, as well as allegations stacking against those already selected. must be a requirement for the job, typically i would think this would make security clearance all but impossible due to the blackmail but maybe that is what he liked about these picks. that or trump just sees those like him and gravitates towards that, since his drug and dementia addled brain can’t handle anything else.


just another tv host looking for a cabinet seat


it looks like there is a bedrock branch, but i personally have no experience with bedrock.
see this issue for more details: https://github.com/minekube/gate/issues/11


i have used gate for my internal and external, works very well and i do exactly what you are asking and separate different versions and modpacks by name https://github.com/minekube/gate


i think with fingerprinting, it provides evidence that someone touched something, not that someone did not touch it


I rip ass, threaten fart, get out of my body.
make sure it’s configured for clean shut downs before your battery runs out, auto power up on restoration, and hope it doesn’t happen. you will eventually have an outage that outlasts your batteries.
I have a large string of batteries from an old telco office, that runs my rack for 14hrs (calculated, I shut everything down around this time) and that did not last for the 2-3 day outage we had after a storm. Without a generator, you will inevitably have an outage, but if you are prepared, then you can mitigate any damage. use NUT if you need to shutdown or power multiple devices from one monitored UPS


I used to use kindles when I was growing up, as my dad and grandpa had large amazon libraries I was able to read from. It started with the keyboard kindles up to one of the touch e-ink ones and with the exception of the last one, every one of them had the screen fail.
I have since switched to a kobo clara 2e BW, using books loaded from calibre. the price point was comfortable, with more features than I expected (waterproof, bluetooth and wifi, ability to sign directly into library accounts), I was also happy with battery life, I read on planes/trains to pass the time and had a two week long trip where I was doing a lot of traveling by train and I didn’t need to charge at all.
I plug into my computer and load books manually I also have been looking towards doing something OTA for books and page sync, libre and self hosted.
I use Frigate and HomeAssistant, they are on different hosts and the only port allowed from Frigate to HomeAssistant is the non-auth api port. For normal users using Frigate, I use an Oauth2-proxy instance on the same host (same compose) as Frigate tied to a third host with keycloak. go2rtc is on the Frigate host, but it only talks to Frigate and the cameras themselves. You can also access go2rtc from outside if you want to access the streams directly but your HomeAssistant does not need too. I find that this is better than the cameras directly as the processing is not really meant for a whole bunch of streams at once.
I followed docs for the HomeAssistant to Frigate stuff with the GIF notifications and it is working fine. I also use the Frigate integration (using HACS) so maybe there is a lot done for me.