egg|nomz|egg changed the topic of #kspacademia to: https://gist.github.com/pdn4kd/164b9b85435d87afbec0c3a7e69d3e6d | Dogs are cats. Spiders are cat interferometers. | Космизм сегодня! | Document well, for tomorrow you may get mauled by a ネコバス. | <UmbralRaptor> egg|nomz|egg: generally if your eyes are dewing over, that's not the weather. | <ferram4> I shall beat my problems to death with an engineer.
<egg|zzz|egg>
well operations resulting in one that is, but still
<soundnfury>
"The best study of this phenomenon was the Multimodal Treatment of ADHD (MTA) study, which randomized children to be treated with stimulants or “behavioral therapy” (eg learning coping skills, etc). Behavioral therapy for ADHD is not very good and I interpret it as a nice way of saying placebo."
<egg|zzz|egg>
whitequark: I wonder why clang decided not to allow operations that yield NaN or infinity in constexpr code (but of course you can still manipulate those, since they can be obtained constexprly by numeric_limits)
<egg|zzz|egg>
[boatcat] I should write a patch I guess
<egg|zzz|egg>
but then not sure whether I want to engage in an open-source mailing list discussion on interpreting the C++ standard and on floating point arithmetic
<egg|zzz|egg>
!choose sleep|where is my phone
<Qboid>
egg|zzz|egg: Your options are: sleep, where is my phone. My choice: where is my phone
<egg|phone|egg>
Here you stupid egg
<whitequark>
egg|zzz|egg: clang's mailing list is quite pleasant IME
<whitequark>
but I'd probably just drop by #llvm and ask there first
<egg|phone|egg>
Hmm; maybe I should try it someday then
<egg|phone|egg>
Or IRC I guess, but when I'm more awake
icefire has joined #kspacademia
Profound has joined #kspacademia
<whitequark>
egg|zzz|egg: do you have some unicode lookalike for a colon?
<whitequark>
oh, fulwidth
icefire has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
ferram4_ has joined #kspacademia
ferram4 has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
ferram4_ has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
ferram4 has joined #kspacademia
<bofh>
!u ★ok★
<Qboid>
U+2605 BLACK STAR (★)
<Qboid>
U+006F LATIN SMALL LETTER O (o)
<Qboid>
U+006B LATIN SMALL LETTER K (k)
<Qboid>
U+2605 BLACK STAR (★)
<egg|phone|egg>
Whitequark: Sorry was asleep; what for?
<kmath_>
<chris__martin> security warning: it is possible, under certain conditions, to read some bits of information from a LaTeX error mes… https://t.co/Ztyirw2oSH
<Qboid>
AASRaptor: I added the explanation for this acronym.
<AASRaptor>
James Kirk also wants to perform a follow-up named SML-BEASTS.
<Ellied>
AASRaptor: an Ellied doppelgänger?!
<AASRaptor>
They looked somewhat like your selfies?
<AASRaptor>
apparently someone else
egg|phone|egg has joined #kspacademia
<egg|phone|egg>
!wpn bofh
* Qboid
gives bofh a diglossic GPL'd 🗡
<egg|phone|egg>
Bofh: do you have any experience with estrin's scheme
<soundnfury>
!wpn egg|phone|egg
* Qboid
gives egg|phone|egg a strong mace
<bofh>
egg|phone|egg: yeah. not useful unless you're evaluating high-order polynomials (degree > ~11 was the cutoff I found benchmarking on HSW), at which point I have to ask why is evaluating 11th-order polys in your critical path?
<egg|phone|egg>
Phl seems to find it's useful a bit earlier (3d polynomials fwiw), and our Чебышёв series for ephemerides can be high or
<egg|phone|egg>
Der
<egg|phone|egg>
I mean maybe they're high but it's not my problem
<egg|zzz|egg>
bofh: there seems to be lots of spilling in the generated code tho
<egg|zzz|egg>
not sure if if that's expected or not a concern or something
<bofh>
egg|zzz|egg: okay for 3d polynomials it's a clear win even at low order
<bofh>
that being said, multidimensional polynomials aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
<egg|zzz|egg>
:D
<egg|zzz|egg>
bofh: templates everywhere though, so we could switch from one scheme to the other at predefined orders :D
<egg|zzz|egg>
bofh: also, templates everywhere, so we could do 6d polynomials of DegreesOfFreedom if we wanted
<egg|zzz|egg>
bofh: also the coefficients are slightly annoying to write since they all have different types :-p
<egg|zzz|egg>
bofh: relatedly, would it make sense to look at the packed operations for multidimensional polynomials aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa?
* egg|zzz|egg
surprised by the spill generation
<bofh>
yes. like the spill generation sounds like you're hittingba compiler edgecase, other people here'd know more about that than me. :P