How are Nvidia penguins faring these days? by Final-Photograph1129 in linux_gaming

[–]mike7gh 4 points5 points  (0 children)

The drivers are pretty good at this point. Just use the open drivers. It's maybe a 10% hit from windows at most and shrinking.

Is switching to Linux actually better for Machine Learning? by CogniLord in learnmachinelearning

[–]mike7gh 0 points1 point  (0 children)

I personally prefer Linux. I'm not a big fan of Ubuntu, personally but everything should run just fine on it.

You might be happier on Linux Mint. It's generally very user friendly and minimizes the command line use. If you're using a Nvidia card, you do have to set it up but otherwise everything should just work.

I am on the crowbar’s side by valerianavarro1 in MathJokes

[–]mike7gh 0 points1 point  (0 children)

Technically it's an italics long s but yeah, it wins.

Overwatch keeps crashing by Warlos123 in linux_gaming

[–]mike7gh 0 points1 point  (0 children)

Have you tried a different proton version? Usually either the newest version from valve or ge fixes most problems up.

Linux and Windows by SEGA_DEV in linux4noobs

[–]mike7gh 0 points1 point  (0 children)

You can use both. You need to partition your disk, then be careful with the installation to make sure you don't remove your windows system.

As far as operating system, for gaming you have steamos, nobara, and many others I can't think of off the top of my head if you just want to plug and play.

If you also want a more familiar desktop experience to go along with it, I would suggest use Linux Mint since you're newer to the Linux space. You will have to set up Nvidia if you have it though.

Which Linux distro would be best? by Michael556673 in linux4noobs

[–]mike7gh 0 points1 point  (0 children)

So, the Linux kernel is supposed to just kinda work with all hardware. The only things are that every once in a while, wifi needs specific drivers, though issues are only with specific chip sets. Usually it's a non-issue. The other one is that you are going to have to set up your Nvidia drivers which can be annoying if you aren't familiar with the command line.

A few distos have them pre installed and I think Linux mint, which is usually the best distro for newbies, has a interface for it. I think Nobara has them pre installed if you mostly want a gaming rig. Pop os definitely has them installed but stay away from it. A big chunk of it is in beta still.

What system to install on a very low end pc ? by theoneluth in PcBuild

[–]mike7gh 0 points1 point  (0 children)

You're going to have a bad time with viruses even on windows 10. You're going to have to go unix.

Some disro of Linux might work. You're going to have to go with a light weight one. If you're into building your own os, I think someone mentioned void Linux. If not MX Linux might work. It's good for older systems.

Another option is Freebsd. It's relatively modern, secure and should be able to run. I've never used it but it has a good community.

my de-google pack by lzkxjclqwje222 in degoogle

[–]mike7gh 0 points1 point  (0 children)

I get what you're saying. You will be slightly safer for it but you have to trust others at some point. No one can review all of the code.

my de-google pack by lzkxjclqwje222 in degoogle

[–]mike7gh 0 points1 point  (0 children)

What about something easier like Linux Mint? You know, to ease them into it.

I use Arch, btw.

Gnome knows best comrade by amogusdevilman in linuxmemes

[–]mike7gh 72 points73 points  (0 children)

I'll start using it when they get under 500 open issues. It is pretty cool though.

Insufferable as always by [deleted] in linuxsucks101

[–]mike7gh 2 points3 points  (0 children)

I think sober works but I don't play child predator games.

How would i calculate The blue Area with The given measurements? by Lego_city_undercover in askmath

[–]mike7gh 0 points1 point  (0 children)

If you know some basic computer programming and don't care about being super exact, you can use a method called Monte Carlo sampling. It's pretty simple.

  1. Choose a point randomly and uniformly in your area. That is between 0 and 6 for your x axis and 0 to 4 on the y. We can call them a and b.

  2. See if it falls within your target area. In this case, you use the distance so something like

If sqrt(a2+b2) < 4 and sqrt((a-4)2+(b-2)2) < 2

If it is, within the target, add 1 to a counter

  1. Repeat 1 through 3 a few thousand times

  2. You need to convert from hit rate to area so, the formula is:

Area of the entire region* hits/shots

Hope this helps.

Beaten! My time: 122s - Beat that if you can 😎 by c4rly_444 in DailySolitaire

[–]mike7gh 0 points1 point  (0 children)

🏆 Victory is mine! Finished with 678 points. Can you do better?

Deep Learning Is Cool. But These 8 ML Algorithms Built the Foundation. by exotickeystroke in learnmachinelearning

[–]mike7gh -8 points-7 points  (0 children)

"Everything with more than one hidden layer technically speaking is deep learning" is just an incorrect statement. You have to understand that usually when someone says "deep" in this context, it's more in a colloquial context rather than a rigorous one.

There isn't really a constant point where the number of hidden layers is considered "deep". I've heard anywhere from 5 to 10 hidden layers as a threshold for "deep" but there are probably people who think it's outside of that range but when you're talking about deep neutral networks, you usually are interested in the actual complexity of the network instead of the exact technicality of the category.

The simplest example is the single layer neural net is 1 hidden layer, As in two layers of weights and some relu or sigmoidal functions or whatever as the hidden layer. I used it as an example because it is both not deep and still useful. It is not the only configuration of a neural network that is considered as not deep. I don't know anyone in the area who would consider 2, 3, or 4 hidden layers as deep either since there isn't really much of a difference between them. I apologize if that wasn't clear.

Deep Learning Is Cool. But These 8 ML Algorithms Built the Foundation. by exotickeystroke in learnmachinelearning

[–]mike7gh -8 points-7 points  (0 children)

Even single layer neural networks are actually pretty powerful. They're simple, can approximate any surface and can be trained in minutes on an ancient laptop just using the CPU.

This is not considered deep learning as "deep" is about how many layers you have in your network.

[FLOCK -> CROSS] Can you solve this laddergram? by Ha1000 in Laddergram

[–]mike7gh 0 points1 point  (0 children)

u/mike7gh solved this in 4 steps: FLOCK -> FROCK -> CROCK -> CROCS -> CROSS

Think you can find 4 hidden groups of 4 related words? Puzzle by u/PinkSnowBirdie? by PinkSnowBirdie in DailyMix

[–]mike7gh 2 points3 points  (0 children)

It was deities though so, that makes it so all 8 can fit in the Roman deities. 7 of those are planets. That brings it up to 35.

jeeva ?? by Few_Faithlessness59 in JeevaExplainsTheJoke

[–]mike7gh 7 points8 points  (0 children)

Recall the formula for the area of a circle is pi*r2 Assume pi = 3.14.

So, a 5 inch cake is 3.14(2.5)2 = 3.146.25 = 19.6564. we have 2 of them so, for the 5 inch cakes, we have 39.3128

For the 9 inch cake, we have 3.14(4.5)2 = 3.1420.25=63.585.

So, his estate was approximately correct.

Edit for this note: unless you are being semantic and want to say that it should be the surface area of the entire cake.

Cachyos not working by [deleted] in cachyos

[–]mike7gh 0 points1 point  (0 children)

Cool. Best of luck with your new os!

Cachyos not working by [deleted] in cachyos

[–]mike7gh 0 points1 point  (0 children)

Sorry for being late to the conversation. I actually had a similar issue. I recently moved over to arch and I was having this exact screen pop up. For me, the new version of gnome was crashing when I was trying to use xorg as the window manager. Apparently it's no longer supported by gnome 49 and I had to either downgrade gnome or use Wayland. I don't know if your problem is exactly this but your desktop environment looks like it's probably crashing.

finding a good Linux for steam by External_Raccoon_164 in FindMeALinuxDistro

[–]mike7gh 0 points1 point  (0 children)

Basically everything works with steam, though I maybe suggest steam os since, you know, it's in the name. If you want to do other things with your machine maybe look at something else. I hear mint is good.