• 0 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2025

help-circle

  • It’s fearmongering intended to push regulation to ban foreign models (i.e., competition) and locally run ones, and to prevent new AI companies from gaining traction, thus guaranteeing a monopoly for the current subscription based ones.

    Also to “place limits on how powerful the models can be”, so they have an excuse when they reach the limits of what LLMs are capable of or model collapse starts making them worse, whatever comes first.

    In both cases, futile attempts at ensuring their survival once the bubble bursts.

    Also, astroturfing. Marketing. Making their models look more powerful. Dangling forbidden fruit in front of their customers and their competitors’ in order to entice them, feed their AI psychosis, and strengthen their addiction.





  • Add programs.firefox.enable = true; to configuration.nix.

    Call sudo nixos-rebuild switch. Maybe add --flake if you’re feeling adventurous.

    Done.

    Or, more realistically…

    programs = {
        firefox = {
            enable = true;
            # Configure anything you want here (language,
            # extensions, policies... whatever).
        };
        # Enable and configure other programs here.
    };
    

    … and keep the whole thing in a git repository to track changes and have it available for other machines.