• @[email protected]
        link
        fedilink
        91 year ago

        I forgot how this worked until I discovered NeoCities. I suddenly remenbered when so many personal websites would have some page that’s like “links” or “sites I love” or “other cool people”, etc. And it was just a curated list of sites the author thought were neat.

        And your bookmark function was actually really helpful, because “web surfing” was literally jumping from link to link to link, following rabbitholes and breadcrumb trails across the web.

        Nowadays, I bookmark things but I never go back through them. I know Firefox sometimes automatically helps you remember stuff in your bookmarks though.

        But there was a time when it felt like finding some niche site was a sort of secret club or cool treasure, and you had to make sure you could find your way back. :)

        • @[email protected]
          link
          fedilink
          21 year ago

          When you didn’t make the bookmark, you were basically trying to backtrack which links you followed and what sites you visited to get back to that one website.

          • @[email protected]
            link
            fedilink
            21 year ago

            Totally! And I loved those neat little animated web badges that became really popular, especially on forums.

            • @[email protected]
              link
              fedilink
              21 year ago

              I still have those on one of the forums I occasionally still visit, but it might disappear soon after nearly 2 and a half decades.

  • @[email protected]
    link
    fedilink
    21
    edit-2
    1 year ago

    Kagi:

    First result is the official documentation with the page that contains information about the in operator

    This was the result: https://www.postgresql.org/docs/9.0/functions.html

    BUT it is the documentation for 9.0

    Though if I would use postgresql documentation very often I could just use the Kagi feature that rewrites URLs with a regex, so I can replace it always with the latest version.

    Kagi Documentation for that feature:

    https://help.kagi.com/kagi/features/redirects.html#redirects-url-rewrites

    Some use cases of redirects include:

    • Change domains to a preferred domain (reddit.com to old.reddit.com)
    • Fixing links to outdated documentation with bad SEO
    • Rewriting proxied pages (like Google AMP) to their source URL
    • Changing any http link to https
      • @[email protected]
        link
        fedilink
        101 year ago

        Kagi has search personalization where you can lower/raise/pin specific domains (one of kagis main selling points) and I blocked geeks for geeks and w3schools, as these are irrelevant for me and I don’t want them in my results

        • anti-idpol action
          link
          fedilink
          31 year ago

          can’t you do that on a self-hosted searxng? I know you can do that with YaCY, but YaCY search results kinda suck

          • @[email protected]
            link
            fedilink
            2
            edit-2
            1 year ago

            I don’t think that’s possible with searxng (but I’m not 100% sure, but I can’t seem to find that feature)

            I know there are browser extensions which can filter out domains in search results for different search engines like google and duckduckgo.

            But the pinning/lowering/raising is a bit trickier to implement as an extension, because what kagi does is basically:

            1. Load 3 pages of search results in the backend
            2. Show a result as the first entry if it matches a rule for pinning
            3. Influence the search ranking algorithm with the lower/raise rules of the user
            4. Filter out blocked domains

            It would be possible but not as “streamlined” as Kagi does.

            Don’t get me wrong, Kagi definitely has its rough edges and the search ranking algorithm is sometimes very unpredictable, but it provides good enough results for me to be worth the 10$ per month for unlimited searches.

  • @[email protected]
    link
    fedilink
    English
    141 year ago

    I searched for Magic The Gathering cards earlier on my phone (FireFox mobile), and got YouTube shorts in the results. This was in addition to a large amount of useless info panels and junk in the search results. I just wanted the official links or even an Amazon URL to the upcoming precons, not slowly regurgitated info!

  • @[email protected]
    link
    fedilink
    91 year ago

    I only use it for web stuff but W3Schools is usually pretty solid so I wouldn’t be mad having that as a first result.

    • kbin_space_program
      link
      fedilink
      11 year ago

      Bing also grabs w3Schools as the top / AI result. However, the AI result also lets you swap to a Stack Overflow result.

      And it has a bar across the top linking to different parts of the official website, including the landing page for the documentation.

    • @[email protected]
      link
      fedilink
      211 year ago

      Funny, we all used to avoid W3Schools because it was a heavily SEO’d ad farm, but nowadays it’s actually a Web 2.0 oasis in a hellscape of infinite scrolling AI bullshit. I’ve found myself using it over SO since their surrender to OpenAI.

  • JackbyDev
    link
    fedilink
    English
    391 year ago

    It pisses me off that Java’s class library documentation is at a totally different URL for every version. You can’t just change 11 to 21 in the URL.

  • @[email protected]
    link
    fedilink
    178
    edit-2
    1 year ago

    I definitely feel the pain when it comes to worthless results nowadays. Though in this case DDG comes through:

    Adding documentation to the search makes the “correct” page soar to the top:

    • @[email protected]
      link
      fedilink
      33
      edit-2
      1 year ago

      Haha, nope. The links points to a table of contents after which you are on your own. The right link should point to a specific page instead, but the problem here is that postres docs are poorly optimized for search engines. If you click on the top link from google, you would see there’s a notice that the page is outdated, with a link to a current version, but said link is dead. It’s not an issue I’ve ever experienced with mysql docs for example.

      And yes, w3schools, despite how terrible it is, is still above the official docs because it is more popular with newbies. I remember a time when I just started, I preferred sites like it, because they were simple and on point, rather than technically correct and comprehensive like the official docs are. If you forgot the feeling, try learning math on wikipedia (assuming you don’t have a math degree).

      For the rest I cannot argue. Generated/AI shit is indeed ruining the internet and search engines giving up and joining them isn’t helpful either.

      • @[email protected]
        link
        fedilink
        81 year ago

        Trying to learn math on Wikipedia is an endless Sisyphean nightmare just trying to understand the first word in an unfamiliar vocabulary.

      • @[email protected]
        link
        fedilink
        141 year ago

        After which ctrl+f " in" takes you to the correct chapters. I do agree that a direct link would be more helpful.
        And for learning postgresql I agree it isn’t very helpful - using their tutorial links, w3schools or something like udemy if you prefer video format is the way to go in that use case.

        I remember back when you were told to learn to work with the documentation, not memorize it, because you will always have access to it as a reference. Maybe bookmarking reference books/documentation will make a come back as the search engines degrade.

          • @[email protected]
            link
            fedilink
            11 year ago

            " in" appears 25 times on the page to be exact, with 16 of those being in the table of contents and 9 being in the text afterwards.
            “in” appears 54 times, as you know end up hitting “string” and so on.

            Had I known that the functions table of contents was as short as it is I would probably have just scrolled.

            • @[email protected]
              link
              fedilink
              51 year ago

              This is partly why I prefer Firefox’s implementation of the find feature - it allows case-sensitive search while Chrome does not support it.

    • @[email protected]
      link
      fedilink
      121 year ago

      Kagi

      Kagi only lists postgresql.org for the first 10 entries, but outdated ones in first place. With the programming scope it collapses all official do s entries to one, with GH and SO filling the rest.

      For the quick answer, it also uses the ‘outdated’ docs as source, but as it only gives a very shallow overview there shouldn’t be any difference in version (i.e. it checks for a value in a list in all versions the same, and quick answer leaves out details specific to different versions)

  • @[email protected]
    link
    fedilink
    English
    21 year ago

    So many SEO trick to put yourselves into top google search for traffic.

    I have google for bug and stuff, and most common bug can be found on shitty content Java tip page with broken format, lot of ads, and sometime untrue/outdate information.

  • Phoenixz
    link
    fedilink
    231 year ago

    This is why I jumped ship to DuckDuckGo like 4-5 years ago already, never looked back

    Coincidentally, yesterday I was quickly setting up a new computer for some testing whilst talking to somebody about another so I was half distracted. I did a search for some package to install and got absolute unusable crap. I didn’t understand, tried again, tried different search parameters and it just got worse, and then I noticed that, since this was a new computer, the browser was using google.

    I switched to DDG, and first page first hit was what I needed.

    DDG also has been in a steady decline and apparently has been using Bing as it’s back-end now. I’d love to use a self hosted open source browser, or of not that, an open source federated search engine, akin to Lemmy, but I don’t see either coming into existence anytime soon.

    • @[email protected]
      link
      fedilink
      11 year ago

      apparently has been using Bing as it’s back-end now.

      A lot of stuff uses Bing to search, as it’s the largest search engine with an official public API that any developer can just sign up and use. Voice assistants like Alexa use Bing too.

      • Phoenixz
        link
        fedilink
        11 year ago

        Is… Is Microsoft the good guy here? Tell me it ain’t so!

      • Karyoplasma
        link
        fedilink
        41 year ago

        bing itself is unusable tho. I get a full page of “sponsored links” before any tentatively relevant search result pop up. DDG at least removes the sponsored bullshit.

    • JackbyDev
      link
      fedilink
      English
      51 year ago

      For what it’s worth, DDG isn’t perfect either. There are plenty of times I have to use Google instead. I don’t keep track of how often it anything but it’s definitely not perfect.

      • Phoenixz
        link
        fedilink
        11 year ago

        Well, that is what I said. Dog isn’t as great as it used to be

  • @[email protected]
    link
    fedilink
    51 year ago

    Some of this is just because some of these frameworks and technologies have been around for a while and they iterate frequently. I see a ton of Azure content that is obsolete after only a few years.

      • AwkwardLookMonkeyPuppet
        link
        fedilink
        English
        21 year ago

        Doesn’t matter, billions of other people do, and they prioritize ads, and results with AdSense on the pages above relevancy. They’ll even show you shit results to keep you searching longer, which allows them to show you more ads.

        • @[email protected]
          link
          fedilink
          11 year ago

          Do they though? I don’t know a single person that has ever clicked on an ad. I know, sample size of one, but it just seems so basic to know not to click on them. Maybe those people really do exist. Sigh

          • AwkwardLookMonkeyPuppet
            link
            fedilink
            English
            11 year ago

            Do you think Google has become one of the most powerful & profitable companies on the planet through a revenue model that doesn’t work? Of course people click them. If people didn’t click them then Google would have gone bankrupt decades ago. One thing I learned years ago is that I use the Internet very differently than an average person, and I constantly overestimate the intelligence and knowledge of the average person. Corporations bank on stupidity, because it’s abundant.

            • @[email protected]
              link
              fedilink
              21 year ago

              I have no idea how they make money, it never made sense to me. It still blows my mind to think there are that many people that click on ads, I just have a really hard time believing it still.

      • @[email protected]
        link
        fedilink
        31 year ago

        Some of the ads are charged by CPM (cost per 1000 impressions), meaning Google get paid just because people see the ads. That’s similar to how ads in traditional media are billed - TV, billboards, newspapers, etc.

        Not all ads use CPM though. Some use CPC (cost per click) and some use CPA (cost per action).

  • @[email protected]
    link
    fedilink
    26
    edit-2
    1 year ago

    I get quite a bit of flak from my colleagues for paying for search, but I kid you not, I don’t regret splurging on a Kagi subscription at all. It’s personally less stressful for me, having to wade through less cruft, and I think I even work significantly faster because of how I use it.

    It’s sad when you think about it. Search was such a good experience in the past.

    • @[email protected]
      link
      fedilink
      91 year ago

      I also pay for Kagi and I’m super happy with that decision. I do wish they’d stop putting so much AI cruft into their search engine, but at least I can disable it.

      • @[email protected]
        link
        fedilink
        11 year ago

        With most topics, I find fastgpt to be the most up to date, accurate and best sourced. And with just a normal search there’s basically just one expandable strip with AI, no real annoyance for me.

      • @[email protected]
        link
        fedilink
        21 year ago

        I was against the ai integrations until I started actually trying them… quick answers are awesome.