[-] bruh11@sh.itjust.works 1 points 10 minutes ago

Thanks, will do!

[-] bruh11@sh.itjust.works 6 points 2 hours ago

there are already a thing called 'paid internship' where you pay and work for them. fuck this shit

[-] bruh11@sh.itjust.works 1 points 13 hours ago

exactly what I need, creates good safe for work wallpapers. we can also change the wallpaper daily since it's being generated procedurally ( I assume ).

Thank you so much!

[-] bruh11@sh.itjust.works 4 points 1 day ago

iirc there is also this patter of putting the following inside init.py:

from .myfunction import myfunction
[-] bruh11@sh.itjust.works 4 points 1 day ago

imo solving leetcode doesn't helped that much even before AI, it was basically like remembering a lot of algo which you will never use in your entire life.

[-] bruh11@sh.itjust.works 1 points 1 day ago

will antigravity-nix package keep working even if I move from unstable to stable? won't there be some versioning issue if I do so

13
am I on nixos-unstable? (sh.itjust.works)

new to nixos. I have found a flake.nix file on the internet which I used to build my system. in that flake file I found the following line:

{
  inputs = {
    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
    antigravity-nix = {
      url = "github:jacopone/antigravity-nix";
      inputs.nixpkgs.follows = "nixpkgs";
    };
  };

  outputs = { self, nixpkgs, antigravity-nix, ... }: {
    nixosConfigurations.your-hostname = nixpkgs.lib.nixosSystem {
      system = "x86_64-linux";
      modules = [
	./configuration.nix
	./hardware-configuration.nix
        {
          environment.systemPackages = [
            antigravity-nix.packages.x86_64-linux.default # Base App
            antigravity-nix.packages.x86_64-linux.google-antigravity-ide # IDE
            antigravity-nix.packages.x86_64-linux.google-antigravity-cli # CLI
          ];
        }
      ];
    };
  };
}

if I understood correctly the flake also has outputs variable in the attribute set and it's returning nixpkgs whose url is set to the unstable. does it mean I am running unstable version of nixos?

Thanks in advance!

[-] bruh11@sh.itjust.works 4 points 1 day ago

I meant script or binary. sorry for the confusion

31

do we have a script of binary which generates random wallpapers from a seed? I found robohash but it's only good for profile picture instead of entire wallpaper. https://github.com/e1ven/Robohash https://robohash.org/?set=set5&bgset=bg1

it would be nice to have something which generate seemingly random but aesthetic wallpapers.

[-] bruh11@sh.itjust.works 4 points 1 week ago

Thats why I dont like Game of thrones

bruh11

0 post score
0 comment score
joined 1 month ago