I don't trust most air purifier manufacturers. They totally would add a fancy-sounding feature which sounds good, even if it has negligible effect, or even negative effect. Case in point: they're still pushing ultrasonic humidifiers.
The tiniest particles aren't necessarily the most dangerous, so even if "clumping" worked as advertised, it wouldn't necessarily be good. Air filters are worst at filtering particles at about 0.3 microns, they're better at filtering smaller ones (I understand it has something to do with brownian motion). I wouldn't be at all surprised if a similar thing affected our biological "filters". Either way, if you have a filter, you don't need UV to clean air. Just push more air through it if you need cleaner air faster.
Yes, this is a common dilemma in air sterilization. Far UV-C isn't as nasty for skin, but it produces ozone, and ozone is nasty and really bad for your respiratory health.
> The most successful at communicating their view that they are the most successful
To who? Other humans?
It's seagull mating season where I am, and I don't speak seagull, but I'm pretty sure one of the things they're trying to convey to their fellow seagulls is that they're extremely successful.
Can't argue with it either. They're very much alive, which is the best you can be in this particular competition.
The dataset excites me more than the fairly vague conclusion that some SNPs possibly linked to traits were selected for (or hitched along to genes which were selected for). Genetic archaeology is just so much more exciting than this.
But I bet there will be a ton more of that too, thanks to the high quality dataset.
> the fairly vague conclusion that some SNPs possibly linked to traits were selected for
Interesting. I find that part of the paper the most exciting. We always knew selection would happen for valuable traits. But seeing demonstrations of it in the timelines we have is pretty important.
Levenshtein distance is rarely the similarity measure you need. Words usually mean something, and it's usually the distance in meaning you need.
As usual, examples from my genealogy hobby: many sites allow you to upload your family tree as a gedcom file and compare it to other people's trees or a public tree. Most of these use Levenshtein distance on names to judge similarity, and it's terrible. Anne Nilsen and Anne Olsen could be the same person, right? No!! These tools are unfortunately useless to me because they give so many false positives.
These days, an embedding model is the way to go. Even a small, bad embedding model is better than Levenshtein distance if you care about the meaning of the string.
Yes, this article is kicking in open doors, the original article was quite clear about the scope.
The present article could rather have spent time arguing why this isn't like NAND gate functional completeness.
I would have thought the differences lie in the other direction: not that trees of EML and 1 can describe too little, but that they can describe too much already. It's decidable whether two NAND circuits implement the same function, I'm pretty sure it's not decidable if two EML trees describe the same function.
> It's decidable whether two NAND circuits implement the same function, I'm pretty sure it's not decidable if two EML trees describe the same function.
Perhaps, perhaps not, same function so basically is this question solvable:
if a user brings EML functions f and g; given their binary EML trees; can we decide if they represent the same function, so the question form is
A(x)=0 EVERYWHERE?
(like given 2 fractions a/b == c/d ? do the fractions represent the same fraction?)
From Wikipedia link reikonomusha gave:
> Miklós Laczkovich removed also the need for π and reduced the use of composition.[5] In particular, given an expression A(x) in the ring generated by the integers, x, sin xn, and sin(x sin xn) (for n ranging over positive integers), both the question of whether A(x) > 0 for some x and whether A(x) = 0 for some x are unsolvable.
Here the question forms are
1) exist x such that A(x) > 0 (does there exist an x where A(x) becomes positive?)
2) exist x such that A(x) = 0 (does there exist a value such that A(x) becomes 0? or basically find real roots
so at least the forms on WikiPedia don't generate the results both of you claim it does.
it does present undecidability results, but not straightforwardly in the context of this EML work.
second the Richardson's theorem is about the function on the reals, not complex functions (I mean the roots must lay somewhere)
> an expression in the ring generated by the integers, x, sin xn, and sin(x sin xn)
We can always write AML trees for expressions generated by the integers, x, sin xn, and sin(x sin xn), right?
So we should be able to write EML trees for any two such expressions, A and B. If they're equal everywhere, then A - B = 0 everywhere. A - B is also in the aforementioned ring.
If there was a decision procedure always to determine if EML trees represent the same function, then that contradicts Miklós Laczkovich's extension, right?
decidability does not distribute over pointwise question asking on sets, or if you believe it does, show us the proof.
Telling if an EML(x,y),1 constructed expression is identically 0 is in the gray zone, as far as I can tell, it has neither been proven decidable nor been proven undecidable.
Nevertheless regardless of decidability the authors clearly show the multipoint sampling/testing is a decent filter, and the shorter resulting expressions have been proven correct in the results for the construction at least.
In rpn notation you just put the input on the stack, right? The encodings seems like they could get pretty big, and encodings certainly wouldn't be unique, but you should be able to encode pretty much any constant you could think of.
But I would worry about the effect on e.g. plastic seals. There are a lot of plastics that become brittle with ozone exposure, let alone UV exposure.
reply