iru@localhot $_ 's avatar
iru@localhot $_
iru@despera.space
npub1nmk2...2975
Technological optimism in current dark age.
They used their official X account to announce they are blocking access to X. image
Brazil and France are the worst kind of dictatorship. Tyranny and rampart crime. At least in places like Belarus the streets are clean and safe.
That feel when `nix-collect-garbage -d` frees 130GB storage space on your computer.
`nix develop` > Conda, venv, toolbox/distrobox ``` { description = “Instant ROCM 5.7 environment”; inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; outputs = { self, nixpkgs }: let pkgs = import nixpkgs { system = "x86_64-linux"; }; pythonPackages = pkgs.python310Packages; pyPkgs = with nixpkgs; [ (pkgs.python310.withPackages(ps: with ps; [ pip torchWithRocm ])) ]; in { devShells.x86_64-linux = { default = pkgs.mkShell { buildInputs = [ pyPkgs pkgs.radeontop pkgs.nvtop-amd pkgs.rocmPackages.clr pkgs.rocmPackages.hipcc pkgs.rocmPackages.miopen pkgs.rocmPackages.rocblas pkgs.rocmPackages.hipblas pkgs.rocmPackages.rocminfo pkgs.rocmPackages.rocm-smi pkgs.rocmPackages.llvm.llvm pkgs.rocmPackages.llvm.clang pkgs.rocmPackages.llvm.bintools pkgs.rocmPackages.llvm.clang-tools-extra ]; }; }; }; } ```
Copying large language models around from my archival NAS showscases how dated 1 gigabit ethernet is.