• Charlie@beehaw.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 year ago

    A lot of people saying this is a Chromium fork, but According to their blog, that’s not fully the case.

    What’s under the hood

    DuckDuckGo for Windows was built with your privacy, security, and ease of use in mind. It’s not a “fork” of any other browser code; all the code, from tab and bookmark management to our new tab page to our password manager, is written by our own engineers. For web page rendering, the browser uses the underlying operating system rendering API. (In this case, it’s a Windows WebView2 call that utilizes the Blink rendering engine underneath.)

    So it uses Window’s default web renderer. It just happens that the default renderer for windows is the same as Chromium’s renderer. In this way it does mean that it has a lot of the same problems as Chromium forks, but the browser itself isn’t a chromium fork. (This is also why the macOS version uses Webkit and not Blink.)

    • Charlie@beehaw.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I’d like to see if this makes an impact to the file size of the application since they don’t have to bundle all of Blink with the browser.

  • Tavirez@beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    So would the “best” browser be Firefox? Because I hear Brave is good as well but isn’t Brave a chromium skin-esque browser?

  • JoYo@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    i just tried it, they have some baking that needs to be done before you make this your default browser.

    right now almost all JS is blocked OOB.

    edit: nm, it wasn’t JS blocking but the tab crashing.

  • Mogster@beehaw.org
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I like DuckDuckGo, but as others have said it’s a shame it’s using Chromium. I’d probably recommend this to someone non technical as an all in one privacy focussed browser, but it’s not for me.

  • Daak@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I really don’t get duckduckgo. I use firefox and all for privacy and cause it’s better, but I’ve found duckduckgo to be quite inferior to google’s search. Is there some nuances I just don’t understand about duckduckgo?

    • bquinlan@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Everything you do with Google Search is tied back to you as an individual, stored, and analyzed. They know what you searched for, how that fit into your search history, how long you looked at various parts of the results, which ones you clicked on, and what you did after that. That data is then used by Google to target you with very specific advertising. It is also sold to other entities that want to target you for marketing, demographics, and sometimes less wholesome things.

      DuckDuckGo does not retain any information about your searches.

      Google is definitely a better search engine, but 19 times out of 20 I can get what I want from DuckDuckGo just as easily. And on the rare occasions when I can’t, I resort to Google. That gives Google a lot less to work with and causes me very little inconvenience. Everything involves tradeoffs, but that is not a painful one.

      • Daak@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        I get what google does, but I find the trade-off the be really convenient.

        A funny creepy story I have is that I used to use a specific video to go to sleep, and apparently yt’s algorithm got so good at figuring out my sleep schedule that it would start recommending me that video when I started getting ready for bed.

        • bermuda@beehaw.org
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          recently youtube shorts started recommending me “alpha male” andrew tate videos despite me constantly ticking the “don’t recommend this channel again” posts and i guess in response spotify is now recommending me Karl Marx audiobooks

          • MoonRocketeer@beehaw.org
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            1 year ago

            This is hilarious. I hope their code is literally something like

            if (user.pref == hate("andrew tate") 
            { 
                user.is = "communist";
            }
            

            I wouldn’t even be mad.

    • JoYo@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      if i was making a crossplatform browser i’d use the OS’s default web renderer too.

      i dont know of a single company that wants to secure their renderers outside of apple, microsoft, and google.

      mozilla barely gets by with being a tiny marketshare and using the same security features provided by the OS.

    • noodlejetski@kbin.social
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      interesting they went with Chromium on desktop when their Android browser uses (or at least used to use) Gecko.