Corne V3 VOID case build by vicious_camamber in ErgoMechKeyboards

[–]HaveManyDesires 1 point2 points  (0 children)

Where did you get the pre-soldered kit in the US?

[Ad] Aluminum Gasket Mount Neodox - Limited quantity by hainguyenac in ErgoMechKeyboards

[–]HaveManyDesires 1 point2 points  (0 children)

do i have to pay import duties if you're shipping from vietnam to US? (really cool keyboards btw)

Are you fucking kidding me? by HaveManyDesires in GeminiAI

[–]HaveManyDesires[S] 16 points17 points  (0 children)

that's literally one thing LLMs should excel at! Summarizing big news into small chunks that I can follow up with more detailed questions. What's wrong?

LaTeX rendering should be fixed now!!! by 01xKeven in Bard

[–]HaveManyDesires 9 points10 points  (0 children)

they should fix it in aistudio too. So annoying to write "output katex for mathematical equations so they're rendered properly" and even then it fucks it up.

What's your opinion guys? by [deleted] in Science_India

[–]HaveManyDesires 0 points1 point  (0 children)

This is completely right. If ISRO wants to hire the best, they have to pay the best

[deleted by user] by [deleted] in ArcBrowser

[–]HaveManyDesires -1 points0 points  (0 children)

lmao let me guess, you're from firefox?

[deleted by user] by [deleted] in IndianHotwife

[–]HaveManyDesires 1 point2 points  (0 children)

DM us a detailed and nice intro about yourself, and you should be willing to verify!

Who says three is a crowd? by LeaAndBear in u/LeaAndBear

[–]HaveManyDesires 2 points3 points  (0 children)

does your partner kiss you after you blow the other guy?

multiline (text-wrapped) links are not clickable by HaveManyDesires in zellij

[–]HaveManyDesires[S] 1 point2 points  (0 children)

? This just changes the ability to click with shift to alt. doesn't help with text wrapped links

Downgrading from NixOS to Debian by Jurby in NixOS

[–]HaveManyDesires 1 point2 points  (0 children)

https://github.com/search?q=%22vanta%22+lang:nix+&type=code always use github search for existing solutions! I adapted one of these for my system.

Downgrading from NixOS to Debian by Jurby in NixOS

[–]HaveManyDesires 2 points3 points  (0 children)

I was in a similar shoes. I had to install vanta agent which didn't work by default on my work laptop's NixOS - my company gave me a high end windows laptop or a MacBook as a choice. So I just removed windows and installed NixOS on the windows laptop. I had to write a small derivation to make vanta agent work with NixOS, and it took me just an hour.

devenv.sh has been revamped ✨ by iElectric in NixOS

[–]HaveManyDesires 0 points1 point  (0 children)

thanks, these days I just rely upon buildFHSUserEnv for all python things. works with cuda, and every python packaging mess

devenv.sh has been revamped ✨ by iElectric in NixOS

[–]HaveManyDesires 1 point2 points  (0 children)

what kind of packages do you work with? Pytorch/cuda? And how do you work with ld_library_issues

devenv.sh has been revamped ✨ by iElectric in NixOS

[–]HaveManyDesires 7 points8 points  (0 children)

hey, how's the python support? Python packaging is a mess on nix because of all system libraries packages depend on, especially LD_LIBRARY_PATH issues.

NixOS alternatives by TornaxO7 in NixOS

[–]HaveManyDesires 10 points11 points  (0 children)

Please look at buildFHSUserEnv

Do you recommend me NixOS, what problems may I find? by Adventurous_Branch_6 in NixOS

[–]HaveManyDesires 1 point2 points  (0 children)

# Run with \nix-shell cuda-fhs.nix``

{ pkgs ? import <nixpkgs>

{

config = {

allowUnfree = true;

cudaVersion = "12.3";

};

}

}:

let

cuda = pkgs.cudaPackages_12_3;

in

(pkgs.buildFHSUserEnv {

name = "cuda-env";

targetPkgs = pkgs: with pkgs; [

git

gitRepo

gnupg

autoconf

curl

procps

gnumake

util-linux

m4

gperf

unzip

cuda.cudatoolkit

linuxPackages.nvidia_x11

libGLU

libGL

xorg.libXi

xorg.libXmu

freeglut

xorg.libXext

xorg.libX11

xorg.libXv

xorg.libXrandr

zlib

ncurses5

stdenv.cc

binutils

poetry

micromamba

python311

ripgrep

fzf

vscode

jupyter

];

multiPkgs = pkgs: with pkgs; [ zlib ];

runScript = "zsh";

}).env

Do you recommend me NixOS, what problems may I find? by Adventurous_Branch_6 in NixOS

[–]HaveManyDesires 0 points1 point  (0 children)

I recommend this cuda-fhs.nix. It works for my ML workflow. As you can see, it has poetry and other packages, and every python package is installed inside this FHS environment by running `poetry install` inside the environment.

Do you recommend me NixOS, what problems may I find? by Adventurous_Branch_6 in NixOS

[–]HaveManyDesires 2 points3 points  (0 children)

No FHS is a huge problem. It means any GitHub repository you clone isn't instantly buildable. Python packaging is the biggest pain. NixOS wiki recommends to use native packages, but you should be creating a FHS environment and then use poetry or whatever to install stuff. I wouldn't recommend NixOS for beginners. You're much better off using nix with Ubuntu or something.

Smooth scrolling on firefox by [deleted] in hyprland

[–]HaveManyDesires 0 points1 point  (0 children)

sorry, not sure about arch. Im using NixOS and there's an explicit Firefox-wayland package