urska

joined 4 months ago
75
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
[–] [email protected] 5 points 2 months ago* (last edited 2 months ago) (2 children)

brooo. I heard about it. That distro was ahead of its time, too bad linux was not as developed as it is right now.

Check this out https://www.youtube.com/watch?v=_Cd6F5_FUt4

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

Opensuse TW KDE

 
[–] [email protected] -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

[–] [email protected] 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

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

Coomers must be stopped

[–] [email protected] 2 points 3 months ago

Imagine being a fan of any multinational fan fiction group. Lmao

[–] [email protected] -3 points 3 months ago

United States of Israel

 
 

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 [email protected] to c/[email protected]
 

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 ›