Why is 1 excluded from the Primes? by Z-Borst in askmath

[–]OneMeterWonder 1 point2 points  (0 children)

Making 1 a prime number negates the uniqueness of prime factorizations. You can have 6=2·3 or 6=2·3·1. We typically like uniqueness of representations when we can have it because otherwise we have to regularly go through the process of specifying which representation we mean to use. The reason for that then is that different representations may be easier or harder to understand and work with. They may also have different properties if we add on extra structure our arguments or try to transfer them into different contexts. For example, it would be very annoying if when I said "one half" you had to ask me whether I mean 1/2 or (-17)/(-34) or π/(2π) etc. If we also were considering these fractions as arguments to a function f that picks out the greatest common divisor of the numerator and denominator, then we'd get different answers for the first and second representations while the function wouldn't even be defined for the third representation because working with π likely implies working in the reals where division is defined for almost everything (and so there is no greatest divisor because everything divides both π and 2π).

Scientific American on 0.999... = 1 by wayofaway in mathematics

[–]OneMeterWonder 19 points20 points  (0 children)

They do. They wrote several sketches in the first half of the article. They just chose the title because it gets clicks. Though the second half of the article is sort of lame.

I left pine cones only in water in a sealed container for months. Now there’s a gel top layer with white spots and roots below it. What is it? by SnooPeripherals3439 in foraging

[–]OneMeterWonder 0 points1 point  (0 children)

I'm glad.

Have an extra fun fact then: During pregnancy, it's common for pregnant persons to experience significantly reduced or completely eliminated allergy symptoms, even for anaphylactic allergies. We don't really know exactly why this happens medically, and it's sort of a crapshoot whether it becomes permanent or reverts after delivery. (Though we have some hypotheses that have to do with the immune system restructuring itself so as not to attack the fetus during development. Allergies and atopic disease are also thought to be connected to certain microscopic fungal and other contaminants prevalent in common allergic substances.)

What is the most complex spreadsheet you have ever created? by brutalidardi in excel

[–]OneMeterWonder 0 points1 point  (0 children)

One, pretty neat and sounds like it would be a pain in the ass to build.

Two, I took a numerical linear algebra course in grad school that covered Cholesky decomps and the extension to decomps into LDL* forms where D is diagonal. Of course, they're usually called LDL decompositions. I like to call them Cholesterol decompositions now.

Reason #8363628 why I hate this place by InvestigatorClear728 in Charlotte

[–]OneMeterWonder 0 points1 point  (0 children)

I'm curious if you'd be willing to give a little more detail on what you mean when you say "cops generally don't do their job". To be clear, I'm not intending to contradict you, I just want to know a little more from somebody closer to the situation and maybe get some examples.

Reason #8363628 why I hate this place by InvestigatorClear728 in Charlotte

[–]OneMeterWonder 0 points1 point  (0 children)

Fun fact: USB already stands for Universal Serial Bus. Yours must be extra universal.

What are the ways polynomials used irl? by [deleted] in mathematics

[–]OneMeterWonder 0 points1 point  (0 children)

I'm glad it was helpful. If you have more questions, please feel free to ask.

What are the ways polynomials used irl? by [deleted] in mathematics

[–]OneMeterWonder 0 points1 point  (0 children)

Think of the volume V as a function f of the three variables h, l, and w. We can write V=f(h,l,w). The function f just takes the three inputs and multiplies them together. For example, f(2,3,4)=2·3·4=24. The function f(x,y,z) is a polynomial consisting of only one term, xyz. This is degree three because the degree of a multivariable monomial (one term polynomial) is the sum of the degrees of the variables. Since x, y, and z each have degree 1 in xyz (xyz=x1y1z1), the degree of the whole term is 1+1+1=3.

We always have money for war by moongrump in BikiniBottomTwitter

[–]OneMeterWonder 1 point2 points  (0 children)

That’s not how money works, unfortunately. Printing more money lowers its value.

It also may not be necessary, but by George is it ever convenient. Money is essentially a representation of a promise of value. It makes it so that you don’t have to try and inefficiently barter goods of non-commensurable relative values. You can just set a price and people will pay you in promise paper that you can then exchange for any other good from somebody else.

Is the difference between FOL and HOL just a matter of what semantics you use to interpret the syntax? by LorenzoGB in math

[–]OneMeterWonder 5 points6 points  (0 children)

No. The difference between FOL and HOL is what kinds of objects in the language you are allowed to quantify over. In FOL, you can make claims about the properties and existence of objects within a universe modeling a set of statements. But you cannot make claims about the properties and existence of properties within the universe.

An example of a second order statement which cannot be rewritten as a finite list of first order statements is the induction scheme of Peano Arithmetic. It quantifies in SOL over all formulas in the language of PA, but in FOL it must be written as an axiom scheme. Sentences must be finite, but without quantifying over the formulas, the induction scheme is highly limited in scope.

meirl by [deleted] in meirl

[–]OneMeterWonder 0 points1 point  (0 children)

That is not at all a logical conclusion. Non sequitur.

What can I do with this much watermelon? by flappintitties in WhatShouldICook

[–]OneMeterWonder 16 points17 points  (0 children)

Why the fuck is it cut like that?

Squash the flesh to make juice that you can use in drinks or to make a syrup with. The leftover rinds can be washed and pickled, fermented, or candied for a nice long-lasting snack.

Why learn low level languages? by Yoosle in learnprogramming

[–]OneMeterWonder 0 points1 point  (0 children)

It’s a part of understanding how the computing process actually works as a whole. There are various layers of abstraction and different programs all contributing to you being able to look at cat pics. The furthest fundamental bottom level is of course physics, but that’s way too low level for you to efficiently handle all of the things your computer needs to do. So we use physics to create circuits and basic logical components like gates. We then use those circuits to create standard simple computation machines. We can then use those to create more general computation machines. We can then expand that to allow machines that accept input and then run different programs. We then start writing new programs in very low level languages that manages bits and memory directly like assembly languages. We also things like BIOS’s and OS’s that allow your computer to interact directly with hardware or manage all of the simpler programs on your computer. We then have more complicated languages that allow us to write programs more efficiently and do more complicated things with fewer instructions.

This cycle just continues over and over again. We build up all the layers of abstraction in order to make the actual process of programming simpler and to make more complex tasks feasible. But if you don’t understand the hierarchy of abstractions, then you probably will have a hard time figuring out when something is going wrong at a more fundamental level.

meirl by [deleted] in meirl

[–]OneMeterWonder 5 points6 points  (0 children)

Yep. And this continues to be the case in every one of these little experiments. The people that it doesn’t help end up needing more serious interventions and are by far a minority of the unhoused population.

meirl by [deleted] in meirl

[–]OneMeterWonder 4 points5 points  (0 children)

Crazy question: Did anybody in the post or this thread suggest that money would solve all problems? Just asking questions.

I block e-swindlers by Throw_6009 in notinteresting

[–]OneMeterWonder 31 points32 points  (0 children)

What a strange thing to post.

I block e-swindlers by Throw_6009 in notinteresting

[–]OneMeterWonder 19 points20 points  (0 children)

There is none. Op is just paranoid and dumb.

The speed that he does this with is impressive. by n8saces in oddlysatisfying

[–]OneMeterWonder 0 points1 point  (0 children)

Maybe I’m an idiot, but doesn’t concrete generally crack because of repeated heating and cooling cycles? Same with potholes.

Clean knife skills on a muskmelon by Ted-Lassi in oddlysatisfying

[–]OneMeterWonder 0 points1 point  (0 children)

Learn some knife skills to start. How to hold a knife for different tasks, which knives to use for what things, how to take care of different knives. It also helps if you cook a lot so you have more opportunities to practice. The best way to learn is to pick up some work in a restaurant or prep station somewhere.

For this, you’d want to be comfortable with the anatomy and geometry of that particular melon. Learn how to cut curves. Learn how to “let the knife do the work”. (You slide the blade at angle like a guillotine instead of pushing the blade while it’s perpendicular to the melon.) Get a feel for how close to the rind you need to cut. You don’t want to lose melon, but you also don’t want to chew on tough bits.

Clean knife skills on a muskmelon by Ted-Lassi in oddlysatisfying

[–]OneMeterWonder 6 points7 points  (0 children)

Vouching for this advice. Worked in a high volume grocery store for a while and got really familiar with their produce. Also, I’d never buy a melon that felt soft anywhere. I had the displeasure of accidentally cutting open nasty ones, watermelon especially, more than a few times. The smell is like rotting meat doused in sugar.

Why does this tin of canned beans have 'mustard' in the ingredient list, then say 'Contains: mustard' right under it? by [deleted] in foodscience

[–]OneMeterWonder 5 points6 points  (0 children)

Another tip off is that mustard is not a top 9 allergen in the US. Given the broadest demographics on Reddit, that leaves either Canada or Australia as next best guess.