Skip Navigation

Xylight (Photon dev)
Xylight (Photon dev) @ Xylight @lemmy.xylight.dev
Posts
39
Comments
404
Joined
2 yr. ago

  • If I wrote some malware and published it to GitHub, would that make it safe?

  • holy crap two people are having a civil discussion wtf

    i lovve lemmy

  •  nix
        
    programs.librewolf = {
      enable = true;
      extensions = with pkgs.librewolf.extensions; [
        ublock-origin
        canvas-blocker
        wappalyzer
        user-agent-switcher
      ];
    };
    
      

    Declarative NixOS config. Copy this to your nixos config file to get my exact librewolf config.

  • I'm not the developer of this, ljdawson is. I just posted a screenshot he shared in his discord.

  • They're rolling out a thing where you can pay a subscription to get 50mbps upload instead, I'm not sure if that's why it's so embarrassingly slow

  • Starlink costs even more for a slower and more inconstent service

  • luckily, that was the original price. after like an hour on support the price was lowered to $55/mo for 300mbps. Not great but at least it's better.

  • Can confirm.

    I use Xfinity since they have a monopoly on our area and we don't really have any other choice. It costs $70/month for 100mbps DOWNLOAD. and it's about 8mbps upload.

    American ISPs are literally the devil

  • I should have said "was", whoops.

  • No, a Google Pixel. The font is Google sans, also known as Product sans.

    Material you is also on base android, which is what pixels use.

  • Unfortunately Lemmy isn't great for SEO because lemmy-ui heavily relies on JavaScript to render the page, which search bots avoid.

  • A community. That's what they're called everywhere in the UI.

  • pip is the bane of my existence

    Also python IS loosely typed. take a str and you can reassign it to an int or whatever

    • loosely typed: python is the same
    • bad package manager: python is infinitely worse