Developer and refugee from Reddit

  • 2 Posts
  • 55 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle


  • I only ever use Windows on my work computer, and only when I need access to a resource that requires our Windows-only VPN.

    But seriously, “just use linux” is worthless advice. Lots of people use Windows for specific applications that don’t exist in the Linux ecosystem. For example, there are no Linux applications that come close to AutoCAD, and it simply doesn’t work on Linux.

    Better advice would be to get new (or newer used) hardware if possible, if you absolutely need to use Windows, since this workaround will inevitably be “corrected” by Microsoft. Then you can do whatever you like with the old hardware, such as install and learn Linux at your own pace.










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