Just started getting this now. Hopefully it’s some A/B testing that they’ll stop doing, but I’m not holding my breath

  • daggermoon@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    No offense intended, but why are you still using Google? Startpage has anonyomized results from Google. DuckDuckGo is good enough for most people as well. Brave search also exists if you don’t mind supporting that shitty company.

    • ShadowCatEXE@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      A large majority of modern web applications are built with Javascript… Both frontend and backend. You do still have a large majority of websites using plain HTML or PHP, with some features requiring JS to function (modals, realtime stats, data input, etc).

      You also have alternative languages like Java or C# (and more), but also may use bits of JS on the frontend to drive functionality.

      You can bet that the majority of websites you visit nowadays will use some form of JS, unless it’s a static webpage to display basic information.

    • m_f@midwest.socialOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      A lot of the web is powered by JS, but much less of it needs to be. Here’s a couple of sites that are part of a trend to not unnecessarily introduce it:

      http://youmightnotneedjs.com/

      https://htmx.org/

      The negative implications for Google requiring JS is that they will use it to track everything possible about you that they can, even down to how you move your cursor, or how much battery you have left on your phone in order to jack up prices, or any other number of shitty things.

      • TheObviousSolution@lemm.ee
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        JS is like a disease where it does not need to be. I would honestly welcome an Internet alternative that was all web 1.0 (with up-to-date security updates and methods). There’s good uses for it in interactive websites that provide cloud services, but most of it is fud and breaks the whole notion of HTTP GET URLs you can just share and cache.

      • Chingzilla@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        Htmx does use javascript under the hood, but just makes it so the developer can use html markdown for more a more interactive environment that’s driven sever side. So the initial page load should render, but UI elements might not work as intended.

        htmx is more a move back to REST as it was originally defined (aka not json backend).

        • m_f@midwest.socialOP
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 month ago

          They’re also working with browser developers to push htmx into web standards, so that hopefully soon you won’t even need htmx/JS/etc, it’ll just be what your browser does by default

  • superkret@feddit.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 month ago

    DuckDuckGo doesn’t ;)

    By the way, in my browser, the title of this post shows up as

    Google now requires Javascript in c/mildlyinfuriating

    which shocked me a little.

    • m_f@midwest.socialOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      Sometimes, yeah. My default is DDG, and I also use Kagi, but Google is still good at some stuff. Guess I’ll take the hit and just stop using it completely though. Kagi has been good enough, and also lets me search the fediverse for finding that dank meme I saw last week. Google used to be able to do that, but can’t shove as many ads in those queries I assume, so they dropped that ability.

  • perishthethought@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    I hate how these kinds of messages never explain WHY. It’s just “Do it. Do what we tell you.” 💀

    • tomi000@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      Probably because 99.999% of users already use JS and dedicating a web page to it is already more work than they needed to put into it

      • fuck_u_spez_in_particular@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        I think it’s just to avoid explaining why, and how they harvest your data. That said, I also hate how a lot of errors of the big corpo are just like “This site has an error” no error-code, no further feedback what to do etc.

    • Hyperlon@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      A lot of websites are react which doesn’t function without JavaScript. It’s a more powerful tool for web dev and can be a better experience for the user if used right.

      • perishthethought@lemm.ee
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        Great. If that was their reason, they could explain that. But they didn’t and that’s my beef.

        But since you seem to be tech savvy, you also already know why they don’t explain which great features of react they want to use on this page. And we all already know it’s not for the user’s benefit. It’s for money they receive from data mining every minute of our lives.

        • Hyperlon@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 month ago

          In google’s case, you might be right. However in general what are you expecting the website to say? An explanation of why react was chosen over other languages? Otherwise the reason you have to enable JavaScript on a react website is because the site doesn’t work without it. I see that like complaining that your gas light on your car doesn’t provide an explanation as to why gas is required for it to run.

          If you are curious why a lot of sites use languages like react instead of plain html, there are a few reasons. Prior to react like languages, web servers would generate the page, send it to you, and then anytime you interacted with the site it would send you a whole new page to display. I.e. if you opened a popup for uploading a file, it would send you a whole new page to display which is why older sites flicker on basically any interaction. Newer sites that use things like React are downloaded once. It basically downloads the code to make the website and then runs entirely on your machine. The benefit to this is that if you sort a list, open a drop-down, open a popup to download a file, etc. it all happens on your computer instead of some remote server. No need to wait for a server to respond or download a new page, it can update that specific part of the page instead. Some sites are even fully functional offline because of this which is really cool in my opinion.

          This makes a far better user experience because everything is instant and doesn’t trigger page reloads on every interaction with the site.

          It’s good for developers because it allows code reusability and vastly increases what you can do. Many of the critical features I have on my site are not possible without JavaScript/React. I actually first developed the site using the old style and changed it over to React because of those limitations.

          Google could have updated their site to one of these languages to open up new possibilities in what they can do on their site. That or they might be making it more consistent with their other products for maintainability reasons. I find it unlikely that the people who have JavaScript turned off are a large enough portion of the population for them to care about their data but I could be wrong.

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

      BOW TO YOUR MASTERS, AND SUCK OUR DICK!!!

      I remember 10 years ago looking at a calculator app in the android app store, and seeing the permissions. And thinking “WHY THE FUCK DOES A CALCULATOR NEED MY LOCATION, AND ACCESS TO MY PHONE CONTACTS???”

      Fuck THAT.

  • Skull giver@popplesburger.hilciferous.nl
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    I’m just kind of surprised Google still worked without JS up until now. The people who don’t have Javascript enabled are such a tiny sliver of market share that Google may as well serve them a broken web page.

    I think Duckduckgo still supports searching without Javascript, though you may need to wait for a meta refresh when you use the standard search engine integration, so make sure you use the right URL in your search engine settings.

    • rtxn@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 month ago
        <form method="GET" action="https://duckduckgo.com/">
          <input name="q" type="text"/>
          <button type="submit">Go</button>
        </form>
      

      This is a fully functional search bar. This is all it needs to be. It doesn’t need Javascript, only if you want suggestions.

      The last time I checked, Google still works if you simply pass your query in the URL using the q variable. Google has no need to enforce Javascript.

      • Skull giver@popplesburger.hilciferous.nl
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        They need Javascript to serve users an experience that doesn’t look like it’s from the 90s. “You don’t need Javascript” is technically correct in the same way you don’t need Google because you can go look through an encyclopedia in the library.

        The kinds of people that disable Javascript probably don’t use Google anyway, and if they do, they’ll have their browsers so full of tracking protection that serving them costs more money than it earns.

        • rtxn@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          1 month ago

          It’s not about looks, it’s about functionality. I could add a hundred lines of CSS to make it sparkle without touching Javascript. I could think of a dozen convenience features that would require Javascript, but none that, if disabled, would prevent the search bar from functioning as a search bar.

          • Skull giver@popplesburger.hilciferous.nl
            link
            fedilink
            English
            arrow-up
            0
            ·
            1 month ago

            You’re not doing AJAX without Javascript, and that’s what the Google search site is optimised for. Plus, there’s no way to deal with the mandatory cookie consent popup without additional page loads either.

            You can do most of Google with CSS but you can’t do it easily without sacrificing functionality and Google doesn’t care about the people without Javascript anyway. Why invest time and effort into making this stuff work for customers that don’t earn you anything? It’s not an open source nonprofit that cares about its users, we’re talking about Google.

        • AA5B@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 month ago

          Like lack of accessibility? I generally use reader mode, because it gives an actual good user experience rather than “one that doesn’t look like the 90s”. I’m not sure if it turns off JavaScript, but it clearly turns off the crap that it does. Maybe half of websites work that way, the rest I either skip or click to turn off reader mode.

          I just tried google, and reader mode is disabled, which is a problem for people with accessibility issues.

          Does EU have accessibility protections? Does google give the same ad filled, cluttered, crap as the rest of us? What if you try reader mode

    • cosmicrookie@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      I get a notification every month telling me that they will charge me for my monthly Kagi subscription and every single month i feel the same:

      ‘Totally worth it!’

      • datavoid@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        I feel like their pricing would make more sense if you could just pay for your usage, rather than forcing a subscription

        • cosmicrookie@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          1 month ago

          They do have different tiers depending on your search volume and features, so in a way they already have this. I’d hate to have to go through checkout every time i did a search.

          • drkt@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            0
            ·
            1 month ago

            Why do you think you have to go through a checkout?

            They could just pool your owed money and then charge you that at the end of the month, or let you maintain a pool that you throw money into that they take from as you use it.

            • cosmicrookie@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              ·
              edit-2
              1 month ago

              They have 100, 300, and unlimited for $0, $5, and $10

              How much would you be willing to pay per search? And do you know how many searches you make every month?

              For me, i pay not for the searches as such, but to not be tracked and be shown more ads than search results

              • datavoid@lemmy.ml
                link
                fedilink
                English
                arrow-up
                0
                ·
                1 month ago

                I haven’t been using kagi long enough to really understand how it works yet, but it’s my understanding that they want you to pay every month, even if you had remaining searches from the previous month.

                If I pay $5 for 300 searches, why does it matter if I do them within a time frame? When someone isn’t’ searching, they aren’t really costing Kagi anything.

                Alternatively, let people pay 1.6 cents per search (or 1.8 cents or something).

                • intensely_human@lemm.ee
                  link
                  fedilink
                  English
                  arrow-up
                  0
                  ·
                  1 month ago

                  Basically because the product they’re selling isn’t “You get to do a search whenever” but “You get to do a search this month”.

                  The reason for that, based on my experience with various web startups, is they want to maximize the predictability of their resource usage in terms of staff and servers.

                  If millions of people pay their $5 and then don’t use their searches, then in the extreme case Kagi could be maintaining servers twenty years later in anticipation that their customers might use those searches.

                  It’s an edge case, but it illustrates the point.

                  Also, on the customer side, there’s a psychological benefit to free things. Free as in “already paid for; no cost to using it”.

                  If you have something that can be used this month but not any other month, then using it is free. If using it now means you can’t use it next year, then there’s still a cost to it despite it already being paid for.

  • ruekk@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 month ago

    As a former web dev, good. I didn’t get paid enough to care about the people that block JavaScript

  • mlg@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    Can’t tell if because of spyware or because the poor intern they hired to maintain the site for the next month only knows JS frontends lol

    • underscores@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 month ago

      I think they switched to usually using bing results last year. Their support site mentions they use both backends. I’d guess which one you get depends on which API is cheaper for each country.

      • WolvenSpectre@lemmy.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        It turns out it went multi-engine, probably to prevent getting cut off of Google’s Results. It probably mixes results from multiple engines like the old multi engine search engines in the old days of the internet.

    • trevor@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      I started disabling JavaScript by default with uBlock Origin a few months ago. I am surprised to report that a bunch of sites work fine without JavaScript.

      There are definitely some sites that actually need it, and for those, it’s just one click to permanently allow for that site. But most of the sites I need work better with just CSS and HTML because there are no stupid nags or social media sign-in buttons that pop-up anymore.

    • Faresh@lemmy.ml
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      I installed NoScript just a few days ago, because I’m forced to use a really weak computer that struggles to even browse the modern web. I feel like NoScript improved it a lot, and while quite a few websites broke (including lemmy), I just set the ones that I need working to trusted, but the performance is still good (I should note I’m also using it in conjunction with an automatic tab discarter).

      I however also don’t directly use Google. Both SearX and Yandex don’t need javascript, so I’m unaffected by these news, despite being a bit mad about it as a reflection of the direction the web is going as a whole.

    • OutlierBlue@lemmy.ca
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      I run NoScript, which blocks all JavaScript. I manually allow websites as I need it. It blocks all kinds of annoying nonsense while I browse.