• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: April 3rd, 2024

help-circle
  • The CxU’s idea of “outgoverning” the AfD:

    • Further limit infrastructure spending because limiting state debt must surely be the number one topic for everyone by a wide margin and everyone must want to see it achieved at all costs.
    • Take a harder stance on immigrants, asylum seekers, and other foreign-looking people because adopting AfD policies must surely lead to their voters bleeding over.
    • Keep talking about how the intended means of defending the country against extremist parties are not valid means of defending the country against extremist parties.
    • Continue fully collaborating on the regional level.



  • Well, the camera needs to talk to your onsite storage in order to store video. A simple consumer device like a Ring isn’t going to be hardwired; it just uses Wi-Fi (which every household can be assumed to have) to connect to your LAN and talk to the storage device.

    The question is why the Wi-Fi could be turned off on the first place. Probably an ISP-managed router; I doubt they’d go and jam the entire spectrum between 2.4 and 7 GHz.

    That’s one reason why people should use their own router and/or access point whenever possible.



  • Of course you wouldn’t use an existing database engine as the foundation of a new database engine. But you would use an existing database engine as the foundation of an ERP software, which is a vastly different use case even if the software does spend a lot of time dealing with data.

    If I want to build an application I don’t want to reimplement everything. That’s what middleware is for. The use case of my application is most likely not to speak a certain protocol; the protocol is just the means to what I actually want to do. There’s no reason for me to roll my own implementation from scratch and keep up with current developments except if I’m unhappy with all current implementations of that protocol.

    Of course one can overdo it with middleware (the JS world is rife with this) but implementing a communication protocol is one of the classic cases where it makes sense.