• 0 Posts
  • 53 Comments
Joined 3 years ago
Aquileo | cake
Cake day: June 10th, 2023

Aquileo | help-circle

  • LLM’s are search engines by their nature, but on top of that they have search engines they reference, they have powerful grepping and search tools to iterate through those results come up with the prevailing theories and outliers and present that as an organized report to you[…]

    This is completely wrong, you need to read about how LLMs actually work.
    While they can give the appearance of searching, they are not at all search engines.
    What an LLM does when it processes a text is adjust some internal weights, nothing more.
    Whenever you ask it to search or summarize it generates text according to your query and its weights, not to the original text, and there is absolutely no guarantee that it will correctly do what you asked.
    They are a really interesting technology, but currently have zero usefulness as a search engine or summarizer, because the often omit actual results and/or hallucinate incorrect results.
    Seriously, read about it, if you are trusting LLM output as factual, you are absolutely being misled.








  • No, it’s completely different.
    In most eastern bloc countries, communism is often associated with external oppression.
    In Spain, fascism was a local phenomenon and the current democracy comes from a voluntary transition from fascism, so there has never been a purge of fascism in Spain.
    Even today there are lots of pro-fascists in major political parties, and there is a not small amount of nostalgia.
    I would say, generally, the feeling in Spain about fascism is comparable to the feeling in Russia about the USSR.
    Obviously there is also a strong anti fascist movement, but in lots of big cities it’s not strange to see fascist flags on some people’s balconies.



  • They’re not wrong.
    Of course you can fork and have full control over your fork, but Graphene and company want to be able to keep merging AOSP’s code to keep up with features and improvements.
    Merging code from a divergent codebase is harder the more divergence there is, and with big codebases it can easily overwhelm small and medium-sized teams.
    It’s the same reason there aren’t lots of chromium forks with manifest v2 support, while it is technically feasible, it requires a bigger effort than most projects can afford.
    Keeping an open AOSP fork is not a bad idea, but it’s not clear whether GrapheneOS or any other project will be able to keep up with that workload.
    Of course Linux phones require a lot of work too, but it’s work oriented towards making it work instead of towards undoing whatever sabotage google ads to AOSP, so it might motivate more people or be easier to do.
    Also, both approaches are compatible.
    Linux phones can use waydroid, which depends on AOSP, to run Android apps.