Father, Hacker (Information Security Professional), Open Source Software Developer, Inventor, and 3D printing enthusiast

  • 5 Posts
  • 295 Comments
Joined 3 years ago
cake
Cake day: June 23rd, 2023

help-circle

  • So… In no time at all, they’re going to be breached. Proving them wrong.

    Will they go back to open source after that? No. Of course not. Because it was never about security to begin with. AI is just an excuse.

    It’s like saying, “anyone can scan the source for vulnerabilities! It’s so easy. Too easy! That’s why we’re not going to justdo that ourselves and instead bury our heads in the sand and pretend the availability of source code was the problem.”


  • I’ve been researching this a bit… I’ve come to the conclusion that there is no AI bubble. In fact, we’re only just getting started down this road. Unless there’s some massive 100x efficiency breakthrough in training AI and inference, the entire world is going to be building seemingly endless AI data centers (and the normal compute kind, e.g. for stuff like AWS, Google/YouTube, Meta, banks) for at least a decade. Probably a little longer (12-15 years before demand levels out).

    Everyone thinks that “AI data center” means ChatGPT, Claude, Gemini, etc but there’s 10,000x more demand for AI than those services. Think: Pharmaceutical companies trying to find proteins, scientists (and big agriculture!) trying to model the weather, and other businesses trying to automate stuff. Not just software; robots and things like conveyor belts.

    Another example: Ever use one of those self-checkouts that’s mostly just a camera pointing down, where you place the stuff you’re purchasing? That uses AI too.

    Having said that, there is a great big bubble in AI: OpenAI, specifically. That will definitely pop one day. And hopefully, the DRAM bullshit will go along with it.





  • Riskable@programming.devtoComic Strips@lemmy.worldMMOs
    link
    fedilink
    English
    arrow-up
    11
    ·
    4 days ago

    Did I miss some memo or something? Are we mad at this style of comic right now for some reason?

    I’ve got my pitchfork downvote ready, just give me a good reason 👍

    I honestly don’t see what’s wrong with this particular comic. It’s just a silly comic about a common problem with “free” games.













  • The AI features are actually pretty cool!

    Using a local AI model (running on your own GPU), you can:

    • Drag files on to the “AI bar” to bring them into the context of a prompt.
    • Tell it to perform actions like, “merge these two PDF files.”
    • Use it to search your filesystem, “find pictures of spiders.”
    • Ask it to find system settings or tell it to change them, “turn on dark mode.”

    It supports voice and probably visual (e.g. with a webcam) I think.

    Best of all: It doesn’t send any of that to some data center in the cloud! I mean, you can configure it to do that but you can just as easily use say, qwen3.5.

    Note: It’s not realistic to expect to be able to use local models if you have less than 16GB of VRAM (in your GPU). I mean, some 8-billion parameter model will work with say, 8GB but you’re not going to be satisfied with the results most of the time 🤷