bruh11

joined 1 month ago
[–] bruh11@sh.itjust.works 1 points 4 hours ago

sometimes it's harder to break out from it since you actually kinda like it!

[–] bruh11@sh.itjust.works 2 points 5 hours ago (3 children)

does it also work on minor disorders like AVPD, Anxiety etc?

[–] bruh11@sh.itjust.works 3 points 5 hours ago

ah it's short form for Psychiatrist

 

let's say someone just read about particular symptoms online and now they think they have that disorder when in reality they do not. since they are actually believing that they have this issue they will act like they have the issue.

how does pdoc will possibly know that the person doesn't have that disease in reality? there are not brain test like we have for blood.

[–] bruh11@sh.itjust.works 1 points 7 hours ago

computers! they are very nice

[–] bruh11@sh.itjust.works 1 points 7 hours ago

idk if this is the right place to ask but what exaclty is bipolar? I read wikipedia but didn't understood much

[–] bruh11@sh.itjust.works 1 points 7 hours ago

just trying tbh, just reading ton of shit when AI is going to make all of that obsolete. soon I will have no job, no family and I will be fucking broke. ( I hope it doesn't happen but It has high chances of happening ).

I wonder if I can live my life on charity

[–] bruh11@sh.itjust.works 2 points 3 days ago

Thanks, will do!

[–] bruh11@sh.itjust.works 10 points 3 days ago (3 children)

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

[–] bruh11@sh.itjust.works 5 points 4 days ago

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

from .myfunction import myfunction
[–] bruh11@sh.itjust.works 4 points 4 days 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 4 days ago (3 children)

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

 

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!

 

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.

view more: next ›