Developer and refugee from Reddit

  • 1 Post
  • 172 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle











  • The thing is, Microsoft’s virus-scanning API shouldn’t be able to BSOD anything, no matter what third-party software makes calls to it, or the nature of those calls. They should have implemented some kind of error handler for when the calls are malformed.

    So this is really a case of both Crowdstrike and Microsoft fucking up. Crowdstrike shoulders most of the blame, of course, but Microsoft really needs to harden their API to appropriately catch errors, or this will happen again.

    I’m an idiot. For some reason, I was thinking about the Windows Defender API, which can be called from third-party applications.




  • kescusay@lemmy.worldtoShowerthoughts@lemmy.worldAI is like a hammer
    link
    fedilink
    arrow-up
    3
    arrow-down
    5
    ·
    edit-2
    2 months ago

    Software developer, here.

    It’s not actually AI. A large language model is essentially autocomplete on steroids. Very useful in some contexts, but it doesn’t “learn” the way a neural network can. When you’re feeding corrections into, say, ChatGPT, you’re making small, temporary, cached adjustments to its data model, but you’re not actually teaching it anything, because by its nature, it can’t learn.

    I’m not trying to diss LLMs, by the way. Like I said, they can be very useful in some contexts. I use Copilot to assist with coding, for example. Don’t want to write a bunch of boilerplate code? Copilot is excellent for speeding that process up.