• 4 Posts
  • 349 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle
  • Thats kinda is how neural networks actually function. They don’t store massive amounts of data but, similar to us, tweak and adjust complex pathways of neurons that kinda just convert an input into a response.

    When you ask an LLM a question you are actually getting a list of words based on probabilities, not anything the LLM had to “think about” before responding. During its training, different patterns fed to the AI tweak and balance how and when specific neurons should fire. One way to think about it is that “memories” or data is stored in how the paths are formed, not actually in the core of the neuron itself.

    There are several hundred configurations of artificial neural networks that can mimic different functions of our brains, including memory.











  • It’s one of the better EDR (Endpoint Detection and Response) tools on the market. For enterprises, they are able to suck down tons of system activities and provide alerting for security teams.

    For detection, when I say “tons of data”, I mean it. Any background logs related to network activity, filesystem activity, command line info, service info, service actions and much more for every endpoint in an organization.

    The response component can block execution of apps or completely isolate an endpoint if it is compromised, only allowing access by security staff.

    Because Crowdstrike can (kind of) handle that much data and still be able to run rule checks while also providing SOC services makes them a common choice for enterprises.

    The problem is that EDR tools need to run at the kernel level (or at a very high permission level) to be able to read that type data and also block it. This increases the risk of catastrophic problems if specific drivers are blocked by another kind of anti-malware service.

    When you look at how EDR tools function, there is little difference between them and well written malware.

    Crowdstrike became a choice recently for many companies that got fucked over by Broadcom buying VMWare. VMWare owned another tool, Carbon Black, which became subject to the fuckery of Broadcom so more companies scrambled to Crowdstrike recently.

    I hope that was enough of a summary.






  • Just an addendum for clarification. If you don’t want clarification, then yes: A slower connection may cause more battery drain.

    A slower connection means you would need to be on your device longer which would result in a larger than normal perceived battery drain with normal use.

    An unstable connection with lots of packet losses would cause chaos with the network stack on your phone leading to more memory consumption, unneeded encryption/decryption and possibly hung TCP sessions. That would be a battery suck. In the worst cases on older devices, could even cause your phone to get a little warmer. That gets worse if you VPN client has to constantly reconnect, which is another problem.