• SabinStargem@lemmy.today
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    20 hours ago

    That sucks. Everybody should be able to find happiness. Not everyone has the looks, wealth, opportunity, or charisma to find a human lover.

    • CanadaPlus@lemmy.sdf.org
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      8 hours ago

      It should be said that while that exists (try dating while quadriplegic), there’s a lot more people out there who actually could find someone, but think they can’t.

      Still, China likes to ban things almost for it’s own sake, and this is an example.

      • SabinStargem@lemmy.today
        link
        fedilink
        English
        arrow-up
        3
        ·
        16 hours ago

        Even if that was the case, so fucking what? Why is it your business how people find happiness in life?

        Considering how you treat strangers, it is better to spend time with AI, than the likes of you.

        • Dippy@beehaw.org
          link
          fedilink
          arrow-up
          1
          ·
          15 hours ago

          We live in a big global community. If you shut yourself out of it, that harms every single person.

      • SabinStargem@lemmy.today
        link
        fedilink
        English
        arrow-up
        2
        ·
        16 hours ago

        Dunno, as of yet. I am very picky, and my roleplaying sessions with AI hasn’t gone on long enough.

        0000

        It requires significant hardware to use local AI, and Qwen 3.6 at 35b isn’t quite good enough to understand the lore and characters. Odds are that once I have added VRAM & RAM to my PC, I can run a big enough model to have enough quality to feel good for me.

        Unfortunately, I will likely have to wait for America’s AI bubble to have popped, before I can afford enough RDIMM RAM to run Kimi and other large Euro-Chinese open models. I probably won’t ever use American anymore, as their closed models have too many guardrails and likely would align with the Trump Regime in the coming years.

        • Sabata@ani.social
          link
          fedilink
          arrow-up
          3
          ·
          15 hours ago

          If you’re coding up a custom system, Try adding a 9b model that dose RAG searches with chromadb and outputs a memory summary that feeds into the main models context window. You can ingest old messages, web pages, character info, or whatever text. Qwen 3.6 35b is the first local model I ran that seems to be good enough to be useful if it has some infrastructure around it, and smart enough to not die on a tool call(usually).

          Add in DDGS search and a web page scrape tool that adds to the RAG system, let it loop a few times and its actually quite useful, even if it takes 5-10 minutes to get an output. After that it’s all tweaking what is and isn’t in in context.

          Also, try not to go too insane.

          • SabinStargem@lemmy.today
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            11 hours ago

            Never tried that. I worry about the damage and lifespan reduction that could cause to my SSD drives. If we go vanilla, I get the following performance on my PC:

            000000

            Generating (2562 / 8192 tokens) (EOS token triggered! ID:248046) [11:17:40] CtxLimit:2656/32768, Init:0.10s, Processed:94 in 0.83s (113.12T/s), Generated:2562/8192 in 47.51s (53.92T/s), Total:48.44s

            000000

            This is via the KoboldCPP backend. Things are much faster than they used to be, a year ago this would have taken at least 10 minutes. This is a 35b MOE model.

            Specs-wise, my machine is…

            • 7965WX - STR5 workstation CPU ($1,500, used)

            • 32gb of RDIMM DDR5 5600 ($600, used)

            • RTX 4090

            0000000

            Within a few weeks, I will have the machine worked on to fix a teething issue and to add at least a second GPU. My machine has device enumeration issues, which I believe to be caused by the PCIe SATA card. I am figuring that eliminating all non-motherboard SATA devices from the build will end the issue that I am having.

            In this case, the computer can have 20+ minute boots, with bootloops or getting stuck. This only happens with booting, Windows is just fine. I consulted with my local AI about the patterns and error messages I was seeing, we eventually homed in on likely points of contention for the system.

            This also lines up a prior experience with a SATA card some 15ish years ago. Silly me for expecting a modern SATA card to not suck.