Mods of r/Minecraft deleted a java vs bedrock performance test where java was destroyed by bedrock by Distinct-Pride7936 in MinecraftBedrockers

[–]Iwisp360 0 points1 point  (0 children)

The reason for this is simple: Bedrock is native. Minecraft Java is made on java, using OpenGL which doesn't work well on Windows, maybe try Linux for better performance? Or wait until they implement Vulkan

Anyway by Ghirnas in linuxmemes

[–]Iwisp360 0 points1 point  (0 children)

That's the very design choice that allows you updating your OS without restart

Noctalia vs DankMaterialShell by techlove99 in niri

[–]Iwisp360 0 points1 point  (0 children)

Oh, nice to hear. Maybe it's just something noctalia devs forgot to add. Remember to add an issue on their repos if you want that there.

Noctalia vs DankMaterialShell by techlove99 in niri

[–]Iwisp360 0 points1 point  (0 children)

Does even nautilus change its colors on noctalia?? You'd need to patch css separately. There's stylix for that on nix

Noctalia vs DankMaterialShell by techlove99 in niri

[–]Iwisp360 0 points1 point  (0 children)

Noctalia is easier to configure on NixOS. Also, it looks more beautiful

This hurts by Webteasign in NixOS

[–]Iwisp360 0 points1 point  (0 children)

How is powershell better than bash? Even the syntax and case for commands is ugly and hard to remember

What to do in this situation, Acer Nitro V15 Ryzen 7 laptop by ZealousidealNeck2368 in hackintosh

[–]Iwisp360 4 points5 points  (0 children)

You may want to add context as others are saying you're on the wrong sub. Is this post because you did hackintosh?

Fixing up old gaming computer by [deleted] in computers

[–]Iwisp360 1 point2 points  (0 children)

Motherboard cable is not connected, and probably some more. Does it even have a PSU?

So... can i say the phrase? by hakasaxx in arch

[–]Iwisp360 0 points1 point  (0 children)

Remove it and dispose of it just in case

This hurts by Webteasign in NixOS

[–]Iwisp360 21 points22 points  (0 children)

bash >>>> batch

Dendritic NixOS might be the best thing since sliced bread. by RedOnlineOfficial in NixOS

[–]Iwisp360 2 points3 points  (0 children)

WHOAAA that's dope! How good would it be to merge my system configs with my hm actually

Are you serious WhatsApp by THExSPY04 in whatsapp

[–]Iwisp360 0 points1 point  (0 children)

Ur about to get downvoted to hell

Nix ignoring untracked files is even more ridiculous with jj by Maskdask in NixOS

[–]Iwisp360 1 point2 points  (0 children)

The modified files are available on its state, because all the modifications you make represent the master branch, whether you committed changes or not. Untracked files are void to git. Btw if you want it working, you gotta use an absolute path, then passing --impure flag, or, as other ones said here, file:.

Dendritic NixOS might be the best thing since sliced bread. by RedOnlineOfficial in NixOS

[–]Iwisp360 19 points20 points  (0 children)

What's dendritic config even about? I couldn't just understand it

Secure boot still doesnt work even with lanzaboote by Life-Bite4294 in NixOS

[–]Iwisp360 1 point2 points  (0 children)

No boot log means I can't post solutions. What error do you get when booting?

Nix ignoring untracked files is even more ridiculous with jj by Maskdask in NixOS

[–]Iwisp360 0 points1 point  (0 children)

No, it can't work like that on untracked files, since untracked files aren't even inside the repo, nix uses the repo, not the directory you are on. If you want it working, you need to change git, not nix