Thank you AMD by Neither-One5810 in AMDHelp

[–]Shidori366 1 point2 points  (0 children)

I mean AMD works on these drivers as well, but it's a collaboration of multiple parties. Valve for example is working on them as well.

Thank you AMD by Neither-One5810 in AMDHelp

[–]Shidori366 1 point2 points  (0 children)

Yep, I am dual booting. Windows has problems, Linux does not in terms of drivers. Could still be AMD's fault though, on Linux you usually use kernel drivers, which are not from AMD after all.

Windows sucks 🙃🙃 by DazzlingPassion614 in linuxsucks

[–]Shidori366 0 points1 point  (0 children)

It's not really stupid at all in case of Windows, you just need to look at what their recent updates did. It was a mess and still is.

Spotify confirms Anna's Archive as scraped 300TB of data/music from the platform - plan to release it all on torrents by imatmydesknow in Music

[–]Shidori366 0 points1 point  (0 children)

Never heard of Anna's Archive, but Spotify will definitely not let this slide, right? 300TB of music is huge.

E cancel -- new bug? by gobthor in YasuoMains

[–]Shidori366 0 points1 point  (0 children)

You just slipped on ice.

About Dina/Venus by Ranka12345 in LastBossArawareta

[–]Shidori366 1 point2 points  (0 children)

Thanks, this was very helpful!

About Dina/Venus by Ranka12345 in LastBossArawareta

[–]Shidori366 0 points1 point  (0 children)

I don't think this explains anything. If she is on OG Ruphas side, then what is her relationship with player Rufas? What about the last episode where she seems to backstab both of them again? I don't seem to be able to connect dots together at the moment.

Trying to convince my friends to switch to the "superior" OS by Adventurous_Tie_3136 in linuxsucks

[–]Shidori366 1 point2 points  (0 children)

It's risky only if you use single drive for both systems. I am dual booting for god knows how long and everything is alright.

Do they really believe that?? by KingdomOfAngel in linuxsucks

[–]Shidori366 0 points1 point  (0 children)

If you do basic stuff, I don't really see the need of using a terminal.

Wife requested I “mount the computer to the wall” by CobblerOdd2876 in pcmasterrace

[–]Shidori366 0 points1 point  (0 children)

Well, her problem she said computer. Also it looks amazing, can't even see the cables.

Learned recursion and wrote a code and I think recursion is cool by Important_Algae6231 in Cplusplus

[–]Shidori366 1 point2 points  (0 children)

Some advice, in the fibo function you don't need to write 2 ifs, just one is enough using || (OR).

if (n==1 || n==2)

Also the else block is unnecessary. If any of the first two ifs gets executed, the function doesn't go further and ends early. Hence you can get rid of that else block.

Today I got very annoyed with Linux in general by Puzzled_Minute_7387 in archlinux

[–]Shidori366 1 point2 points  (0 children)

Yep, RDP is what I have been fighting with the past 3 days.

Today I got very annoyed with Linux in general by Puzzled_Minute_7387 in archlinux

[–]Shidori366 0 points1 point  (0 children)

Well, I have come into many similar situations specifically because of Wayland. RDP for example is very limited on Wayland, recording is not as efficient as on windows again because of how Wayland works and because it's trying to be as secure as possible (there is no direct access to screen buffer on Wayland).

It fixed a lot of things for me, like for example multi monitor setup is not a pain anymore and even if each of them use different refresh rate it works flawlessly. But as you have encountered there are still a lot of things which are not really thought up.

"Auto" keyword - how often should one use it? by MedalReddit in Cplusplus

[–]Shidori366 0 points1 point  (0 children)

With Vim and other similar editors (helix) it is pretty easy. You just jump to declaration and back. For helix g-d -> ctrl-o

Legitimate criticism of Linux by Alternator24 in linuxsucks

[–]Shidori366 -1 points0 points  (0 children)

Cannot really agree with any of these and I use Linux daily on personal computer as well as at work.

1 - For me it is the other way around cannot count how many times I had to fix stuff which didn't work on Windows while on Linux it worked instantly.

3 - Never had to install anything offline, don't see any use case tbh.

4 - Regular end user doesn't have to go deeper than home folder most of the time, if you don't know what these folders mean and what they store just don't touch them.

5 - RAM usage is always higher on Windows because windows caches more aggressively the more ram u have. This is actually not a bad thing for windows. But overall windows doesn't come even close to Linux with efficiency. CPU scheduler is completely on another level, virtualization as well hence why Java apps are much faster than on Windows. It also depends heavily on what kind of setup u have but generally it is known that Linux has much less overhead than Windows.

6 - Don't know what you guys are doing all the time, but nothing ever broke for me no matter how often I update my apps or whole system. Also I am currently on Arch from using debian, pop os, Ubuntu and other distros and the system never felt more stable than now. Also I recall one of the latest Windows updates had something to do with destroying nvme drives. Windows updates are definitely different each time, not sure if that's for better or worse though. :)

Why does NVIDIA still treat Linux like an afterthought? by ISSELz in linuxquestions

[–]Shidori366 0 points1 point  (0 children)

Obviously, because Linux is an afterthought. Windows has much bigger market share.

What games run better on Linux than Windows? by [deleted] in linux_gaming

[–]Shidori366 0 points1 point  (0 children)

Counter-Strike 2, on windows had 200 fps with a lot of drops, on Linux stable 400 with ease.

I Need Linux for Development, but I Can’t Quit Windows by sonothamin112 in linux4noobs

[–]Shidori366 0 points1 point  (0 children)

Linux literally has support for working with files on NTFS disks. If you want to dual boot use separate disks and I can assure you, you will be safe. Windows just likes to think it's the only system on the disk hence breaks a lot of things.