urska

joined 4 months ago
74
submitted 3 months ago* (last edited 3 months ago) by urska@lemmy.ca to c/linux@lemmy.ml
[–] urska@lemmy.ca 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

[–] urska@lemmy.ca 32 points 3 months ago (3 children)

Opensuse TW KDE

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

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

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

United States of Israel

[–] urska@lemmy.ca 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.

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

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

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

Tomorrow is my turn to post this meme

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

Mate you can't tune apps on windows at all. Most of those things actually work on Linux. You just exposing yourself

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

Go complain to the developer of those games, they run on Linux. The devs don't want to enable it. Dunno why you'd give money to people who don't care about you

 
 

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

-31
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 ›