urska

joined 4 months ago
[–] [email protected] 0 points 3 months ago

Nvidia and IA technology are both legit. Those companies need nvidia GPU for their development.

[–] [email protected] -3 points 3 months ago* (last edited 3 months ago)

moooom I'm seeing Nazis everywhere again

Lmao

[–] [email protected] 4 points 3 months ago (1 children)

Until its not. Better pick foss. Request the features you want and make a donation. Simple as.

[–] [email protected] -2 points 3 months ago* (last edited 3 months ago) (3 children)

Yeah I use my terminal to run other things, as it stays compiling for around 5-6 min. I could open another tab like you mention but Instead I automated all so it only takes 1 alias (ex cc) to compile my shit.

The compilation also requires several inputs and “Key Presses”, so I automated all of that in the Batch file.

 

Since people are curious Ill explain why:

I need to build our project from the remote repo using a PowerShell script (.ps1). I’m using Bash in the VSCode terminal, I have to run the .ps1 script in a new Command Prompt because the compilation takes around 5 minutes and I need my terminal for other things. To do this, the only way is to run a batch file that executes the .ps1 script.

Its an automation so I dont need to touch powershell whatsover and remain in bash terminal. Instead of opening several windows, I automated all so it only takes 1 alias to compile my shit.

The compilation also requires several inputs and "Key Presses", so I automated all of that in the Batch file.

[–] [email protected] -2 points 3 months ago (17 children)

Just switch to Linux, problem solved.