Crazazy [hey hi! :D]

  • 0 Posts
  • 4 Comments
Joined 3 years ago
cake
Cake day: June 19th, 2023

help-circle

  • I’m not sure which open index the EU is planning on using but I sure hope it’s not the Open Web Index because when I last had to use that it turns out that they forgot to embed the links that were contained in the texts they scanned

    As for why that’s bad: hyperlinks are basically THE best way to figure out which content is relevant compared to other content. PageRank, the algorithm that got Google famous, is based on articles linking to each other to figure out which articles are the most valuable (it’s the articles that the most people link to, similar to how in science, the most important papers are usually the ones with the most citations). Open Web Index doesn’t have any of that information, it’s all just text, combined with the link where the crawler scanned that text


  • Depends very much on the language you’re using. Haskell and ocaml do fall into that category, whereas erlang and scheme are also functional languages with fairly weak typing.

    If there is one thing that connects functional programming as a whole, it is that in FP, program flow is managed mostly through function application, instead of if statements and for/while loops.