“I found it very weird that there essentially is no way to browse the web in an open manner. So that’s what I am trying to build,” the founder of Stract said.

  • appel
    link
    fedilink
    645 months ago

    So have many others, except they didn’t start a company based on it. As soon as it is part of a company, it is no longer free and open

    • @SkyNTP@lemmy.ml
      link
      fedilink
      60
      edit-2
      5 months ago

      The license shall not restrict any party from selling or giving away the software as a component of an aggregate software distribution containing programs from several different sources. The license shall not require a royalty or other fee for such sale.

      https://opensource.org/osd/

      Paradoxically (or not), restrictions on selling software is a fundamental violation of freedom. When the OSS movement says free, it means freedom as in free to do what you want, not free as in free beer. Of course, that freedom also includes the freedom to give it away.

      So in practice, that usually results in exactly what you lament: free software with a business model on top to support its development and pay programmers so they can eat.

    • @loics2@lemm.ee
      cake
      link
      fedilink
      285 months ago

      Why? It depends on the business model, even RMS says it’s ok to make money with open source

  • Big P
    link
    fedilink
    English
    245 months ago

    What are the actual reasonable outcomes here:

    1. The search engine becomes successful and requires monetization to pay for the hosting/indexing costs
    2. The search engine does not become successful and the ever increasing cost of indexing the entire internet forces monetization or shut down
    3. You self host your own version, in which case you need to start indexing yourself (see problem #2)
    • @immortaly007@feddit.nl
      link
      fedilink
      135 months ago

      I think what would be interesting is to get everyone who self hosts this do part of the indexing. As in, find some way to split the indexing over self-hosted instances running this search engine. Then make sure “the internet” is divided somewhat reasonably. Kind of what crypto does, but instead producing the indexes instead of nothing.

      • Amju Wolf
        link
        fedilink
        75 months ago

        That would give random strangers (at least partial) control over what is indexed and how and you’d have to trust them all. I’m not sure that’s a great idea.

        • @dfyx@lemmy.helios42.de
          link
          fedilink
          165 months ago

          There areways to get around this. Give every indexing job to multiple nodes, decide the result by majority vote between those nodes and penalize (i.e. exclude) nodes that repeatedly produce results that don’t match the majority. Basically what distributed research has done for decades.

          Getting the details of such a system right wouldn’t be easy but far from impossible.

  • z3rOR0ne
    link
    fedilink
    195 months ago

    Interesting. The creator included the !bang feature. Nice. Gonna have to play with this more.

  • Justin
    link
    fedilink
    English
    185 months ago

    I wonder how it compares with searxng. I do like that it’s written in Rust instead of Python.