urska

joined 4 months ago
75
submitted 3 months ago* (last edited 3 months ago) by urska@lemmy.ca to c/linux@lemmy.ml
 
[–] urska@lemmy.ca -2 points 3 months ago* (last edited 3 months ago)

dont complain to me, I didnt sell drugs to your junkie brother. Maybe you should have taken better care of him

[–] urska@lemmy.ca 1 points 3 months ago

All games run perfectly. if it doesnt it bc if the anti-cheat the devs dont enable. I just dont play their games. simple as. Fuck them

[–] urska@lemmy.ca 1 points 3 months ago* (last edited 3 months ago)

Coomers must be stopped

[–] urska@lemmy.ca 1 points 3 months ago

It'll be finished on Wayland before the end of this year

[–] urska@lemmy.ca 0 points 3 months ago

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

 
[–] urska@lemmy.ca 0 points 3 months ago

C, C++, Assembly, java, Rust, Haskell, Prolog

[–] urska@lemmy.ca -5 points 3 months ago

your meds pal, take them

 

I understand Rust being type safe, but Im seeing syntax that Ive never seen in my life in Go which looks too messy

var test int < bruh what?

:=

func(u User) hi () { ... } Where is the return type and why calling this fct doesnt require passing the u parameter but rather u.hi().

map := map[string] int {} < wtf

-32
Titus' Linux Problems (www.youtube.com)
submitted 3 months ago* (last edited 3 months ago) by urska@lemmy.ca to c/linux@lemmy.ml
23
The Linux Experience (www.youtube.com)
 

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.

view more: next ›