And Lemmy… stays the same
And Lemmy… stays the same
Are you sure? I currently have an online account (because it was easier to give other people access and I too only have these watching my yard), but I remember when I first set it up in my home I was using a local account created in the DVR’s portal (a Cloudkey Gen 2). The web portal is hosted on the cloudkey, you can access it via any web browser, and the cameras will record to it without an internet connection.
I could’ve sworn you could host the camera server without a Unifi DVR, but apparently not. The network stuff can be though. I guess that’s important to keep in mind, although I’d be surprised if they removed the ability to use the DVR without an online account.
Don’t worry about channel creators losing money. It may seem like a dick move, but it’s the right thing to do. When channels see that they aren’t making money on Youtube ad revenue, they’ll be forced to either find another source of income (merch, patreon, alternate site, etc), or quit.
That’s better for you, them, and society as a whole since it reduces the power of a monopoly owned by an evil company.
I’m pretty sure bronies have the same origin story.
Any specific reason for the mixed brands? I went 100% Unifi in my home (cameras and networking equipment) and it’s amazing. Everything just works, and the apps are great. While I haven’t bothered to go through the effort of setting up a VPN so that the NVR is disconnected from the internet, I know it’s doable.
Switch to Unifi. It’s enterprise-grade hardware and high quality software at consumer prices. If you know networking, you can set them up without connecting them to the internet while still being able to access them outside your network. If not, you can just use their free web portal to access your cameras. It’s probably easier than Wyze, and it’s certainly more secure.
I don’t normally like to shill brands on the internet, but for these people I make an exception.
That’s fine. Sam didn’t do it for the fame, he just did it for his friend Frodo.
Sam was the protagonist of the story. Frodo literally did nothing notable in the entire story. He didn’t even throw the fucking ring into the volcano, which was the only job he had. Frodo was a rich asshole climbing Mt. Everest, and Sam was the sherpa who saved his ass but got none of the credit.
Right? It’s a good thing this judge is asking questions.
A music folder is like a zen garden. Where’s the zen in automating it all?
His job is to ask those questions. If he doesn’t do it, his reasoning will be flawed and then the case will restart with a new judge when appealed, wasting everyone’s time and money. I gotta imagine that’s more embarrassing to a judge than asking these questions.
Go with Unifi then. They’re pretty much the only network equipment company with good software. The NVR (the computer that records/stores the camera feeds) can be used with or without internet access. If you know how to setup a VPN, you can connect to it without giving it internet access. If you don’t know/want to do that, you can use their free web portal to access it remotely.
Cloud key G2 (NVR) is ~$200 and includes a 1tb HDD, G3 Flex cameras are ~$80 each. If you want to save some money, you can skip the cloudkey and install the software on an existing computer on your network.
All you need for wiring is to pass a single ethernet cable to wherever you want to place the cameras since they use PoE (power over ethernet). You’ll also need a PoE adapter for each camera if you don’t have a router that supports PoE. They also sell really awesome routers and switches with PoE, but if you’re new to PoE be careful and do your research because it can permanently damage incompatible equipment. The older EdgeRouters are an incredible value, but the PoE variants use a non-standard and more dangerous PoE implementation than the newer ones. The EdgeRouter X SFP w/ included power adapter does work fine with G3 Flex cameras though, since that’s exactly the setup I have (I don’t think it’ll work with the Cloudkey G2 tho).
…also yes, I’m a bit of a fanboy.
A camera not connected to the public internet.
Is Bytedance really in the same league as Microsoft, Apple, Google, and Meta? I know TikTok is big, but didn’t know it was that big.
Copyright law doesn’t exist to prevent spoilers.
This guy looks like a cadaver.
I use podman, and the standalone tool “buildah” can build images from dockerfiles, and the tool “skopeo” can upload it to an image repository.
I’m a fan of beancount and it’s corresponding web interface fava.
Since the underlying format is human readable text, it’s easy to edit by hand, and you can send the raw file to your accountant as-is and they should have no issues understanding it.
TiddlyWiki might interest you. It’s an entire wiki stored in a single HTML file. You can even use it without a web server if you want (although a web server makes editing more convenient)
If you want to use C/C++ you may be more interested in O3DE, although it’s a AAA specialized game engine that’s not very user friendly. If you’re new to game dev in general, then Godot is definitely the easiest to get started with, but you should use GDScript and not C/C++.
EDIT: or just make your own little game engine with OpenGL or Vulkan, That’s probably the most effective way to learn nearly everything…