urska

joined 4 months ago
75
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
[–] [email protected] 5 points 3 months ago* (last edited 3 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] 32 points 3 months ago (3 children)

Opensuse TW KDE

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

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

Yeah you can. Some people don't double boot if they need windows. They have windows secluded on a VM.

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

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

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

Yeah bro the same way Al Gore said within 10 years the Kilimanjaro would have no snow. Useful idiots

 
 

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 ›