• tyrant@lemmy.world
    link
    fedilink
    English
    arrow-up
    24
    ·
    2 months ago

    I personally don’t HATE ai but I don’t want it in my browser or email or anything like that. I have a local llm I use for random stuff all the time but I don’t need or want a company viewing everything I’m doing, adding buttons in places I’m likely to accidentally push, or training their shit on my dumb behavior. ai has destroyed much of the Internet already to the point that you almost need to use an llm in order to get any useful information during a search. Otherwise you’re just filtering through ai generated webpages with the highest seo possible.

  • eli@lemmy.world
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    2 months ago

    I’ve already switched over to LibreWolf a month or two ago. Clean, simple, and it just works.

      • eli@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 months ago

        Like the other commenter said, there isn’t a LibreWolf for android, but I am using IronFox and it’s been fine. I don’t see a huge improvement or anything, but I don’t see any degradation either. So, so far it’s been a fine alternative.

    • Sunflier@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      2 months ago

      Does it come with an equivalent to uBlock? Can you port over your bookmarks from firefox?

      • eli@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        It comes with ublock installed by default, it also defaults to having certain features enabled by default like clearing cookies on browser exit, letter boxing enabled, and webgl disabled. This may or may not hamper your usage of the browser, but you can enable/disable this stuff via the settings.

        You can also go to the Firefox extension marketplace and install extensions natively.

  • J92@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    2
    ·
    2 months ago

    The only useful thing ive found for AI is its ability to read text from an image. Which is good for taking serial numbers from a photo, and copying from an app that otherwise doesnt allow copying on phone. Thats it. A tool.

      • dual_sport_dork 🐧🗡️@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        2 months ago

        Random aside to rant about consumer OCR.

        Recently for my work I had to do some OCR stuff to get some numbers out of a document that the vendor in their infinite wisdom refused to provide in an editable/selectable form. I.e. they just slapped a .jpeg onto a page and saved it as a .pdf. (This is a separate thing that infuriates me.)

        Anyway, what I’m actually here to complain about is the baffling phenomenon that every single piece of OCR software I tried ranging from open source to trials of commercial programs, to the thingy that came with one of our all-in-one printer/scanners, and everything in between is that it’s somehow still exactly as crap as the lousy OCR programs we were all struggling with in the late '90s.

        I have absolutely no idea how this facet of technology in particular has utterly and categorically failed to make any forward progress whatsoever in literal decades. I’ve personally worked on machine vision driven pick-and-place machines capable of accurately determining the orientation of densely printed cosmetics tubes, among other items, and placing them all face up in a box several times per second. Yet somehow the latest and greatest OCR transcription algorithms still can’t tell a 5 from a 6 or ye gods forbid an S, or an L from a J, or an M from a collection of back and forward slashes, all despite being handed crisp high contrast seriffed text that’s at least 60 pixels high.

        Given the incredibly low bar for performance here given that apparently every single programmer involved just walked away circa about 2001, I can’t imagine that the current slop generation machines fare any better…

        • teuniac_@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          2 months ago

          I have tried some of the popular LLMs a few months back when I had to digitise an old policy document from which only an old scan still existed. I had trouble reading it.

          The results varied wildly. OpenAI was really poor at it while Gemini got it right completely. I was quite impressed. ABBYY FineReader is supposed to be the best non-LLM software for OCR, but it doesn’t come near the performance of Gemini

    • mrgoosmoos@lemmy.ca
      link
      fedilink
      English
      arrow-up
      9
      ·
      2 months ago

      that function is just reskinned OCR, though

      which I guess you could consider as AI and that it is a similar training data structure? not my area lol

      I do also think that AI has some use as a search engine. I haven’t used it much for this purpose at all, but a while back there was a specific type of engineering analysis I needed to do, and I couldn’t remember the exact terms or topics to look up. chat GPT got me into the right area so I could look at the appropriate resources. in that specific scenario, it was better than a standard search engine

      Of course once I found the materials I was looking for, I stopped using the chat bot and you know use those materials

      • ricecake@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 months ago

        Yeah, ocr is a type of AI. The big advantage of modern techniques is that it can factor in context a bit better. It’s the same principle but a different mechanism for how you know a red hexagon with S__P on it says stop, even if the sign is dented, a letter fully fell off, it’s raining and dark.

        It also means it’s sometimes wildly inaccurate, like in cases where it’s just so much more likely that it said something else. Like how on a bright sunny day, with perfect clarity, and a crisp new sign with extra good visuals, you’ll hit the breaks for a sign that’s a red hexagon that says §¥¢¶. It’s just very unlikely that that would coincidentally be on a red hexagon near the road, so it’s more likely you saw wrong and it was actually the normal thing.

  • massacre@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    6
    ·
    edit-2
    2 months ago

    So, there’s a “bug”, though I expect to FF it’s a feature: If you individually block all of the AI features, then click on the master switch to block all AI, everything’s great. But if you revert that master switch suddenly it “forgets” all of your settings and shit is activated again.

    It seems by design. And since it’s opt in, if FF “accidentally” disables the master switch (I’m betting it will eventually) you lose that extra layer of protection. OH, and I had disabled EVERYTHING in registry (about:config) before this and translations were still available. I guess it’s time for me to explore other FF-core options…

    • piecat@lemmy.world
      link
      fedilink
      English
      arrow-up
      14
      arrow-down
      1
      ·
      2 months ago

      It’s just a lazy/poor design.

      Instead of each setting having its own bit with one ‘override’ bit, they just set override by setting each bit.

      • massacre@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        2
        ·
        edit-2
        2 months ago

        I’d say you’re being generous calling it poor design. It’s actually reverting to “default” on settings when you uncheck instead of storing individual bits and honoring those. Why not revert to opted out - OK, that may be lazy to use a single template, but that’s not the way some of their other “master” options work. And I’ve been a FF user since it’s first releases, so this isn’t some Mozilla hate. And I won’t be going to anything Chromium and because of inertia I may just stick to FF.

        It’s also crazy that I have been manually configuring away from AI since it wasn’t even opt out… it was forced in. Most aren’t going to do that and Mozilla knew it going in. And I’ve already seen those registry settings revert once. Since this control option literally should have been the first feature for AI delivered and their entire AI push has an untrustworthy stink, I’ll say it again: I await a future release bumping the setting back “on”. “Oopsie! you can just turn it back off or wait for the next patch” after Mozilla and their partners collect their information across millions of users that aren’t paying attention.

  • Avid Amoeba@lemmy.caOP
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    2 months ago

    all you have to do is click on Settings > AI Controls. You’ll then see a very bold and prominent option called ‘Block AI Enhancements.’

    I don’t see it on mobile though.

  • NotMyOldRedditName@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    2
    ·
    2 months ago

    And immediately blocked.

    I’m not against AI, I use it, but I want to be using it on my terms, not have it shoved into everything I use.

  • Dazed_Confused@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 months ago

    So while previously the translation feature was supported by an extension, now it has to be enabled through ai.

    Hate it.

  • Naia@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 months ago

    I like playing around with them occasionally, but I only use local models. I cannot stand all the cloud stuff in general and with the way neural nets work you can get as good or better results out of a smaller/more narrow model and the same applies to LLMs.

    The massive models the big companies are putting out there are generally just bad. Even if it can occasionally give you accurate output, for whatever it is you are asking it to do, it uses way more power and resources than reasonable and you could have found what you were looking for with a simple web search.

  • Trilogic@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    Been saying that since the start, AI kill switch should be a standart in every Application. Did that first long ago in HugstonOne, AI intelligence and speed in my own terms.