urska

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

Opensuse TW KDE

 
[–] [email protected] 2 points 10 months ago* (last edited 10 months ago)

Coomers must be stopped

[–] [email protected] 4 points 10 months ago

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

[–] [email protected] 9 points 10 months ago

United States of Israel

[–] [email protected] 7 points 10 months ago

United states of Israel

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

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

[–] [email protected] 8 points 10 months ago

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

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

why you have inferiority complex?

[–] [email protected] 2 points 10 months ago (28 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

1
Titus' Linux Problems (www.youtube.com)
submitted 10 months ago* (last edited 10 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 ›