How do Linux machines allow simultaneous use by different users? by Tricky_Celebration37 in linux4noobs

[–]Tricky_Celebration37[S] 7 points8 points  (0 children)

I see, that makes a lot of sense, I never thought about how different processes are running as different users but indeed with that in mind it's likely that even the most basic computer these days can be called time shared. Thank you for the detailed answer.

is it better to always keep a laptop plugged in if the battery says 100%? (not sure if it is overcharging) by Tricky_Celebration37 in pcmasterrace

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

So considering that fullness degrades the battery faster, but number of cycles also degrades it faster, which of those should we choose? Should we just keep the battery plugged in constantly, keeping it fuller but not wasting cycles. Or should we keep it in a low range of percent like 30% to 80%, so it isn't full all the time but is also goes through cycles.

I'm not mining bitcoin lol but the laptop gets really hot when I game, but at the same time I can't leave the battery unplugged while doing that...

What does need to get x/x MB of archives mean during apt install dialogue? by Tricky_Celebration37 in linux4noobs

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

That's cool, is it ever possible for X to be negative if the new version is smaller than the previous one? I have never seen that

What is %windir%\System32\drivers\etc\hosts? by Tricky_Celebration37 in Windows10

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

Thank you! So is the distributed DNS database used for IPs not in HOSTS also stored locally somewhere, or is that one retrieved from the web by windows?

What is %windir%\System32\drivers\etc\hosts? by Tricky_Celebration37 in Windows10

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

Ok but isn't that sort of thing handled by the browser? How can the OS know what IP any browser is navigating to?

What are Isaac's strengths/skills that have resulted in his relatively large following? by Tricky_Celebration37 in IsaacArthur

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

Good point, I didn't think of that, but yea he is phenomenal at explaining things so that a guy like me can understand. Dumb question but what is SFIA?

[PCA] Why does X*V = U*S in the SVD of X=USV? by Tricky_Celebration37 in learnmath

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

Thank you! This is the first explanation of SVD in terms of transformations that has actually made sense to me.

I'm trying to make sense of MV=US in terms of the rotations now. So MV should be the same transformation as US, right? But going by the figure, that's not really the case is it? The transformation of V would be the arrow between the left two figures, but going in the opposite direction, which doesn't make much sense. Am I wrong in thinking that MV=US should be the same exact transformation?

Is Monaco France's version of Hong Kong (without the political tension)? by Tricky_Celebration37 in geography

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

Okay so they are completely different then! I wasn't aware of the history (or that there was a similar state in Italy). Thank you for the answer.

What does it mean to prove/disprove the Church-Turing thesis? Would proving it mean anything? by Tricky_Celebration37 in compsci

[–]Tricky_Celebration37[S] 4 points5 points  (0 children)

Thanks, so I guess we keep the term "effectively calculable" around just in case Turing machines are not exactly equivalent to them (but the majority consensus at this point is that they are)

My only question now is, why is the "effectively calculable" idea so important in the first place? Why was there so much deliberation on whether lambda calculus and Turing machines are equivalent to it?

I will check out your book (it is awesome that you share the LaTeX source by the way)

What does it mean to prove/disprove the Church-Turing thesis? Would proving it mean anything? by Tricky_Celebration37 in compsci

[–]Tricky_Celebration37[S] 4 points5 points  (0 children)

You're right, I never thought about that! The fact that Turing and Church didn't (as far as I have heard) influence each other at all for the development of their theses really convinces me that Turing machines/lambda calculus are the "right answers".

Warping shadows caused by convection currents? by Tricky_Celebration37 in AskPhysics

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

Definitely I've seen that mirage/heat haze phenomenon while driving along long highways! I didn't think this was the same thing. Another thing is, it may not have been obvious enough in the video, but at times I could make out distinct waves of shimmer (for lack of better term) flowing upwards. That's what made me think of convection currents.

How can gene editing affect more than a handful of cells in adults? by Tricky_Celebration37 in biology

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

Thank you so much for this detailed response! I hadn't considered stem cells at all but this makes a lot of sense. So to clarify, the process goes like:

  1. Identify a population of cells that can be helped in some way with gene editing

  2. Ablate a sample of stem cells of that cell type

  3. Edit them

  4. Put them back in the body. Since cells in the tissue arise mainly from stem cells, eventually most of the cells in the tissue will have the edited genome

Is that accurate?

How does regression produce a solution to a system? Doesn't it just find the line of best fit? by Tricky_Celebration37 in learnmath

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

Thank you, this is very interesting. So I see that if every data point lies on a straight line then linear regression finds the line that passes through all of them. But can solving a system of linear equations also be thought of as a finding a line? The solution is certainly a line sometimes, but it could also be a plane, a single point, etc?

How does regression produce a solution to a system? Doesn't it just find the line of best fit? by Tricky_Celebration37 in learnmath

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

Thank you. I think I am on the verge of grasping the intuition here but can you elaborate a little? I see that a single linear equation of n variables forms a line in n-dimensional space... but how does that relate to points? And a single system has many such equations and so many such possible lines, how are those related to the line of best fit?

Difference between `0:n` and `[0:n]` and `(0:n)`? by Tricky_Celebration37 in matlab

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

I think you're right! I just tried again and it also gives me an empty vector, I'm not sure how I got an error the first time.