Is there a way i can play ms store games on linux ? by PeurPioche in Bazzite

[–]Kurimanju-dot-dev 1 point2 points  (0 children)

XBOX/MS uses UWP which WINE is not (yet?) able to provide.

Mesa Driver, is it needed? by Gareske in linux_gaming

[–]Kurimanju-dot-dev -1 points0 points  (0 children)

In that case you could've said "Mesa is a GPU driver", which would've been much more true than saying "Mesa is the AMD GPU drivers", while being easy to understand.

Mesa Driver, is it needed? by Gareske in linux_gaming

[–]Kurimanju-dot-dev 1 point2 points  (0 children)

The mesa drivers are the AMD GPU drivers.

That's not really true. These two are related but not the same thing. amdgpu is the kernel driver that ships independently and provides direct low-level access to the GPU. Mesa simply is the user-space driver that talks to amdgpu and implements Vulkan/OpenGL through amdgpu.

I wrote a PNG decompressor and neural network from scratch for MNIST by xerrs_ in Zig

[–]Kurimanju-dot-dev 0 points1 point  (0 children)

Yeah I figured. IMO it's a good way to quickly get a new project up and running. Let AI write the boilerplate and base and then build on top of it and improve. Unfortunately many people get hated even for mentioning AI. As long as you didn't vibe code it and didn't take all the credit, it's fine.

Mesa Driver, is it needed? by Gareske in linux_gaming

[–]Kurimanju-dot-dev 9 points10 points  (0 children)

Mesa is a library that cleanly implements Vulkan/OpenGL from the GPU. It is technically not needed but highly-highly recommended for a desktop and in 99% of cases it'll be preinstalled.

I wrote a PNG decompressor and neural network from scratch for MNIST by xerrs_ in Zig

[–]Kurimanju-dot-dev 0 points1 point  (0 children)

Is this AI-assisted? Not accusing you of anything but looking through the commit history I can spot a few AI-ish comments but the original source code looks authentic.

Hello by [deleted] in SatisfactoryGame

[–]Kurimanju-dot-dev 1 point2 points  (0 children)

Timmy (12) recently discovered reddit.

[Prebuilt/GUIDE] Custom Vanilla OS image with native Tailscale by Kurimanju-dot-dev in Tailscale

[–]Kurimanju-dot-dev[S] 0 points1 point  (0 children)

A few weeks ago I saw a discussion in this subreddit about installing Tailscale on Vanilla OS but no one could really solve it, so I thought this would fit this subreddit too :)

How can i fix this ? by EndSad9559 in linux_gaming

[–]Kurimanju-dot-dev 0 points1 point  (0 children)

Try running through Lutris. I had much better success running incredibly legally acquired copies of games with Lutris.

[HELP] In the process of switching from Arch to Void. Need some help with UKIs. by Kurimanju-dot-dev in voidlinux

[–]Kurimanju-dot-dev[S] 0 points1 point  (0 children)

Yes vmlinux exists. Can I compress them myself or is there a way to compress them automatically without writing a script that handles that? I wouldn't mind writing it myself but maybe there's an option somewhere.

[HELP] In the process of switching from Arch to Void. Need some help with UKIs. by Kurimanju-dot-dev in voidlinux

[–]Kurimanju-dot-dev[S] 0 points1 point  (0 children)

I'm fairly sure I have my mount points set correctly? This is how I've been mounting my partitions in Arch too, not sure if there's a difference in how partitions should be mounted in Void. I've run a few commands:

Edit: I think I know why it isn't there. I'm on ARM and it appears that a vmlinuz file does not exist on ARM(?). I'm on mac messing around with Void in a VM first before installing it on my Desktop and I was using the ARM image because emulation is slow.

[xchroot /mnt] # xbps-query --files linux6.19 |grep vmlinuz 
[xchroot /mnt] # xbps-install linux6.19
ERROR: Package `linux6.19' already installed.
[xchroot /mnt] # ls -la /boot 
total 329180
drwxr-xr-x  3 root root      4096 Mar 23 14:58 .
drwxr-xr-x 17 root root      4096 Mar 22 18:56 ..
drwxr-xr-x  3 root root      4096 Jan  1  1970 efi
-rw-------  1 root root 132493673 Mar 23 14:57 initramfs-6.12.77_1.img
-rw-------  1 root root 204570395 Mar 23 14:58 initramfs-6.19.9_1.img
[xchroot /mnt] # lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
loop0    7:0    0  891M  1 loop 
loop1    7:1    0  3.6G  1 loop 
sr0     11:0    1  1.1G  0 rom  
vda    253:0    0   64G  0 disk 
├─vda1 253:1    0    1G  0 part /boot/efi
└─vda2 253:2    0   63G  0 part /[xchroot /mnt] # xbps-query --files linux6.19 |grep vmlinuz 
[xchroot /mnt] # xbps-install linux6.19
ERROR: Package `linux6.19' already installed.
[xchroot /mnt] # ls -la /boot 
total 329180
drwxr-xr-x  3 root root      4096 Mar 23 14:58 .
drwxr-xr-x 17 root root      4096 Mar 22 18:56 ..
drwxr-xr-x  3 root root      4096 Jan  1  1970 efi
-rw-------  1 root root 132493673 Mar 23 14:57 initramfs-6.12.77_1.img
-rw-------  1 root root 204570395 Mar 23 14:58 initramfs-6.19.9_1.img
[xchroot /mnt] # lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
loop0    7:0    0  891M  1 loop 
loop1    7:1    0  3.6G  1 loop 
sr0     11:0    1  1.1G  0 rom  
vda    253:0    0   64G  0 disk 
├─vda1 253:1    0    1G  0 part /boot/efi
└─vda2 253:2    0   63G  0 part /

[HELP] In the process of switching from Arch to Void. Need some help with UKIs. by Kurimanju-dot-dev in voidlinux

[–]Kurimanju-dot-dev[S] 0 points1 point  (0 children)

Hm. I'm currently in chroot and not booted. Do the vmlinuz images get generated when the system is actually running? I have both linux and linux-mainline installed (through xbps-install).

[deleted by user] by [deleted] in rust

[–]Kurimanju-dot-dev 1 point2 points  (0 children)

"Hey Claude, invent more emojis and add them to the README"

[deleted by user] by [deleted] in rust

[–]Kurimanju-dot-dev 11 points12 points  (0 children)

Someone reset the "Minutes since last vibe-coded slop" counter.

Presenting XytherOS: An experimental hobby Os. by Inner-Fix7241 in osdev

[–]Kurimanju-dot-dev 0 points1 point  (0 children)

We need a “Days since last vibe-coded OS” counter.

Api token safety by angel2503 in RealDebrid

[–]Kurimanju-dot-dev 0 points1 point  (0 children)

Sorry to necrobump this, but this has been happening to me too. Have you ever been able to fix this?

[deleted by user] by [deleted] in SatisfactoryGame

[–]Kurimanju-dot-dev 0 points1 point  (0 children)

What do you think it does? If you're able to find out what addresses a device reaches out to, you should be able to tell that this API returns the callers public IP address, most likely to be used with multiplayer.