• 13 Posts
  • 1.11K Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle

  • It’s a markup language(ish) but it’s not a programming language. XML would be closer to programming, IMHO, since you could have simple things like recursion. That example is even pushing what I would consider “programming”, but anyone can feel free to disagree.

    SQL is in the same category for me. It’s a query language and can get super complex, perform some basic logic, but you can’t exactly write “snake” in it. Sure, you could use cmdshell or something else to do something more complex, but that would no longer be SQL.

    My simplistic expectation of an actual programming language would be that you can automate an entire platform at the OS level (or lower) instead of automating functions contained within a service or application. (JVMs and other languages that are “containerized” are weird outliers, by my definition.)

    I am not trying to step on anyone’s toes here. I just never have really thought about what I personally consider a programming language to be.


  • Did some quick reading and the Mi-8t can have a few goodies. Either front or side mounted guns as well as rocket pods. There are about a dozen or more variants of the Mi-8 but I would speculate that the underlying frame is what matters.

    From my experience with other military helicopters (not Russian ones), helicopters are fairly “modular”. The mounting points for guns may still be on the frame, but windows can be easily swapped out (or simply opened) when needed.

    A good visual on that “modularity” is the difference between a Blackhawk and a Seahawk and the position of the rear strut. Same frame, completely different positions of the wheels. (Having been inside the tails of a few Seahawks, I can tell you the framing is still there, it’s just lacking everything else.)

    Edit: “modular” is in quotes because even if there is a common frame, it can still take quite a bit of work to make some types of changes. If I am not mistaken, and using my previous example, the Seahawks still have an access port with a blank panel instead of the full rear strut of a Blackhawk. You would still need to modify the tail significantly to change the strut position but it could be done during a maintenance rotation. (A D-phase service, if I remember correctly. The bird would be stripped down to the frame anyway.)



  • “Your TV has become a digital billboard.”

    It’s been a digital billboard for at least 40 years of my life. Radio was no different, so be sure to drink your Ovaltine.

    Have you never seen a commercial before? Cheap subsidized hardware? Bloatware loaded on phones? Bloatware on TVs? Games that require 5 mins of ad time? Google’s crippling of Chrome to break ad blockers? Unskippable ads on YouTube? Sponsored ad spots in YouTube videos? All the 3rd party logos on Smart TV boxes? Product placements in movies? Ad placements before the movie starts? The list goes on.

    The entire entertainment industry is based around advertising. Every delivery platform is designed to show you ads first and entertainment second.

    People have problems figuring that out?



  • remotelove@lemmy.catoScience Memes@mander.xyzThoughts
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    edit-2
    1 month ago

    Heck yeah it do. The brain is powered by glucose, and more brain activity will use much more of it. Jokingly, it’s how I can tell a new engineer from one that is extremely experienced: A bright young engineer is usually skinny from problem solving all day. An older one is likely stuck in more meetings where brainpower is a liability and is probably on the heavier side.

    Also, as an occasional eater of magic mushrooms, I keep packs of glucose in the house that are typically used for diabetic emergencies. Psilocybin pushes a brain into overdrive and causes my blood sugar to nosedive. (There are studies about possibly using psilocybin as a diabetic treatment to improve pancreatic function, btw…)












  • 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.