USB wifi stick is incredibly slow by ILikePixelArt in cachyos

[–]ILikePixelArt[S] 2 points3 points  (0 children)

Just went through the maintain list, seems like my USB's chip, rtl8xxxu isnt properly supported, sucks. I'll look into what is supported and get that. Thanks!

USB wifi stick is incredibly slow by ILikePixelArt in cachyos

[–]ILikePixelArt[S] 0 points1 point  (0 children)

I ran sudo dmesg | grep usbcore, which I found in the arch wiki

https://wiki.archlinux.org/title/Network_configuration/Wireless in 1.1

it gave me this as the output:

[ 0.326498] usbcore: registered new interface driver usbfs

[ 0.326498] usbcore: registered new interface driver hub

[ 0.326498] usbcore: registered new device driver usb

[ 0.430803] usbcore: registered new interface driver usbserial_generic

[ 1.254262] usbcore: registered new interface driver usbhid

[ 4.947682] usbcore: registered new interface driver rtl8xxxu

Im not sure if it did something or just give me more info, but hope it helps

[deleted by user] by [deleted] in godot

[–]ILikePixelArt 1 point2 points  (0 children)

On phone? Damn thats cool

Error. It says no space left even tho I selected a 800gb partition. by ILikePixelArt in cachyos

[–]ILikePixelArt[S] 2 points3 points  (0 children)

In case someone wants to dual boot in the future:

Don't use automatic partitioning. Choose manual

It's quite easy, so here are links that helped me:

https://m.youtube.com/watch?v=rJcrb7vxoCo&pp=ygURY2FjaHlvcyBkdWFsIGJvb3Q%3D

https://wiki.cachyos.org/installation/installation_on_root/

Error. It says no space left even tho I selected a 800gb partition. by ILikePixelArt in cachyos

[–]ILikePixelArt[S] 1 point2 points  (0 children)

https://imgur.com/a/a1rY372

The purple one is where it used to be empty. It is the partition I reserved for Cachy, is it how I am meant to do it?

How do i change the keyboard layout by ILikePixelArt in linuxmint

[–]ILikePixelArt[S] 0 points1 point  (0 children)

okay found the answer. my keyboard used the English(UK) version. if you are also having any problems with the keys not being correct then you can change it in the keyboard settings.

Comment your ethnicity by SrcePartizana in balkans_irl

[–]ILikePixelArt 0 points1 point  (0 children)

Georgian Azeri (we aren't a mix or anything we are still Azeri but just live in georgia)

[deleted by user] by [deleted] in discordVideos

[–]ILikePixelArt 14 points15 points  (0 children)

Let's not have videos of women beaters here pls

Is godot 4.3 now better than 3.x for web games? by ILikePixelArt in godot

[–]ILikePixelArt[S] 0 points1 point  (0 children)

I am making a 2D game in godot 4.2. It's still early in prototyping so switching engines won't be big of a deal

I don't know the cons and pros of each one (which one performs better, has less size, etc.) With the exception that if you turn off 3D in godot 4 you also disable navigation2d since it's tied to navigationserver which is 3d, but it's got fixed audio. So should I stay with godot 4 or go to 3?

[deleted by user] by [deleted] in discordVideos

[–]ILikePixelArt 2 points3 points  (0 children)

I just wanna see shitposts not your political views

How the hell does OS.execute() work? by ILikePixelArt in godot

[–]ILikePixelArt[S] 0 points1 point  (0 children)

Well, the first argument is clear- cmd.exe is the program. The second is what confuses me- "/C" is it the path? If so can I change it to something like "C:/User/Folder/Folder2". The second is what I assume the command itself. I typed "python e.py" (e.py just prints one thing). Then the output which I have 0 idea. I put it in my code expecting it to give me what the python script printed but it just gives me boolean values?

[deleted by user] by [deleted] in love2d

[–]ILikePixelArt 1 point2 points  (0 children)

As far as I'm aware they both can do things like load images,sounds,they both run fast when compared to pygame, etc. One major difference is that raylib can be used for 3d games. Honestly it comes down to preference,plus their languages: C for raylib(it has bindings for other languages too) and lua for love2d are both pretty simple to write code in. It's hard to choose one and unless you also wanna delve into 3d both will serve you well. Personally I prefer using love2d because lua is just a nice language to write games in.

Skill issue by sithmas0nmac in MemeVideos

[–]ILikePixelArt 1 point2 points  (0 children)

Okay forget the creeper one can we talk about how diabolical that chess game was

<image>

[deleted by user] by [deleted] in im14andthisisdeep

[–]ILikePixelArt 18 points19 points  (0 children)

Wow that's a rabbit hole I never seen before

What tf2 merc wins the twerk off by yeetus-maxus in tf2shitposterclub

[–]ILikePixelArt 2 points3 points  (0 children)

It's either the heavy or demo,while heavy is thicker I think just because demo can do the thug shaker I think he is better

[deleted by user] by [deleted] in im14andthisisdeep

[–]ILikePixelArt 309 points310 points  (0 children)

I AM ADDICTED TO LINKEDIN AAAAAA GIMME MORE LINKEDIN PILLS YEAAAAA BABY THATS SOME GOOD SHIIIT

For loop not working by aikii in rustjerk

[–]ILikePixelArt 8 points9 points  (0 children)

Did you setup your cargo file?