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.
<UmbralRaptor> This is why ISO 8601 versioning is good. https://twitter.com/superSGP/status/985629779041890304
<kmath> <superSGP> when it's definitely your final javascript spec draft https://t.co/bUx4BWiZqg
<UmbralRaptor> "This email is to inform you that your phone was updated and now has the Google Assistant. You can access the Google Assistant by touching and holding the Home button on your phone."
e_14159 has quit [Ping timeout: 186 seconds]
e_14159 has joined #kspacademia
tawny has quit [Read error: Connection reset by peer]
tawny has joined #kspacademia
Felger has quit [Read error: Connection reset by peer]
tawny- has joined #kspacademia
tawny has quit [Ping timeout: 182 seconds]
<kmath> <SuperASASSN> "You call this an M-dwarf flare? This is an M-dwarf flare!" - nice research note by @romy_rodz " ASASSN-18di: disco… https://t.co/bCgC6A3oaT
<UmbralRaptor> !wa 1e36 erg tnt equivalent
<Qboid> UmbralRaptor: 1000000000000000000000000000000000000 ergs of C_6H_2(CH_3)(NO_2)_3 (trinitrotoluene) --> (unspecified products): (data not available)
<UmbralRaptor> …
<UmbralRaptor> !wa 1e36 / 1e7 / 4.184e9 / 1e18
<Qboid> UmbralRaptor: (((1×10^36)/(1×10^7))/(4.184×10^9))/(1×10^18): 23.90057361376673040152963671128107074569789674952198852772...
<UmbralRaptor> 24 exatons
<UmbralRaptor> <@Myke> hobbs: what's your mom's cat's twitter account?
<egg|zzz|egg> !wpn UmbralRaptor
* Qboid gives UmbralRaptor a parasitic greening cyclotron-like Charizard
<egg|zzz|egg> !wpn whitequark
* Qboid gives whitequark a magic nickel
egg|phone|egg has joined #kspacademia
<egg|zzz|egg> bofh: so the egg cbrt with Halley is faster on my laptop, but slightly slower on my (sandy bridge) desktop. IACA says it's 2 cycles slower on sandy bridge and 1 cycle slower on haswell (newer IACAs don't have latency analysis so not sure how it fares theoretically on skylake; eggsperimentally it's faster there)
<egg|zzz|egg> bofh: as the cat said, division gets faster and the trade-offs change in consequence
<egg|zzz|egg> !wpn whitequark
* Qboid gives whitequark a yxala
tawny- has quit [Ping timeout: 186 seconds]
egg|cell|egg has joined #kspacademia
egg|cell|egg has quit [Ping timeout: 198 seconds]
egg|cell|egg has joined #kspacademia
egg|phone|egg has quit [Ping timeout: 383 seconds]
<rqou> bofh: random question: there's a bunch of lapack functions that have "blocked" logic wrapping "unblocked" logic
<rqou> e.g. SGETRF vs SGETF2
<rqou> can i just always use the "unblocked" version?
<rqou> afaict the "blocked" version is pessimized on cortex-m anyways
<rqou> at least for the matrices of interest to me (almost certainly no larger than 4x4)
awang has quit [Ping timeout: 383 seconds]
awang has joined #kspacademia
awang has quit [Remote host closed the connection]
tawny- has joined #kspacademia
<bofh> rqou: yes, I in fact do exactly this
<bofh> call SGETF2 directly and whatnot
<bofh> it works quite fine and results in dramatically smaller codesize
<whitequark> !wpn egg
* Qboid gives egg an irregular cotter pin
tawny- has quit [Ping timeout: 182 seconds]
TonyC has joined #kspacademia
egg|phone|egg has joined #kspacademia
egg|cell|egg has quit [Ping timeout: 198 seconds]
<kmath> <chordbug> harmony is really funny. because it's like, someone goes "check out my cool rational numbers collection that I've p… https://t.co/d210X6cmdk
APlayer has joined #kspacademia
egg|phone|egg has quit [Ping timeout: 186 seconds]
awang has joined #kspacademia
awang has quit [Killed (NickServ (GHOST command used by awang_))]
awang_ has joined #kspacademia
egg|phone|egg has joined #kspacademia
<UmbralRaptor> Why is 2^{1/12) in the rational numbers collection?
egg|cell|egg has joined #kspacademia
egg|phone|egg has quit [Read error: Connection reset by peer]
BPlayer has joined #kspacademia
APlayer has quit [Ping timeout: 383 seconds]
<egg|cell|egg> Bofh: the complaint to ea Nasir isn't on display, some cute envelopes though
<kmath> <stavvers> A reminder that as Home Secretary, Theresa May also "accidentally" deported almost 50,000 students illegally. She's… https://t.co/UKeZoJnYVF
<UmbralRaptor> bofh: I have questions.
<egg|cell|egg> !Wpn UmbralRaptor and bofh
* Qboid gives UmbralRaptor and bofh a projective demi-cannon/resonator hybrid
egg|phone|egg has joined #kspacademia
egg|cell|egg has quit [Read error: Connection reset by peer]
egg|cell|egg has joined #kspacademia
egg|phone|egg has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
<UmbralRaptor> !wpn egg|cell|egg
* Qboid gives egg|cell|egg a flammable allocator
<egg|cell|egg> Flammalloc
tawny- has joined #kspacademia
egg|phone|egg has joined #kspacademia
egg|cell|egg has quit [Ping timeout: 383 seconds]
tawny-- has joined #kspacademia
tawny- has quit [Ping timeout: 186 seconds]
<egg|zzz|egg> bofh: they sell mugs with text from the rosetta stone at the british museum; that made me think mugs with cuneiform impressed in them would be fun :-p
<egg|zzz|egg> not sure whether that's the same person though, no mention of the copper thing
<rqou> bofh: so is it just me or does the majority of lapack APIs suck because it doesn't have modern abstractions?
<rqou> e.g
<rqou> everything duplicated 4x for different data types
<rqou> and dragging "LDA" everywhere because it doesn't have lightweight structs
<egg|zzz|egg> hm, this one seems to trade in garlic, not copper-
<rqou> 🗡️lapack 🗡️fortran
<egg|zzz|egg> !u ️
<Qboid> U+FE0F VARIATION SELECTOR-16 (◌️)
<egg|zzz|egg> bofh: yeah the tradeoffs change for atlas vs. householder 10, and halley vs. double-newton (lines go sandy to skylake right to left) https://i.imgur.com/i6WAFDl.png
<kmath> <stephentyrone> @jhripley @RichFelker Floating-point numbers that have low-order bits are unstable; they decay to more stable state… https://t.co/A0IMMYIzya
<BPlayer> I am kind of screwed. I need to calibrate this sensor, but I can only do it by sending a command from the PC, and it's so sensitive to minimal movement that if I shift a bit on my chair nearby, the sensor (50 cm away from the chair) fails to calibrate properly. So I need to push this button and hold my breath for a minute or so while it calibrates.
<BPlayer> Every single test run.
egg|cell|egg has joined #kspacademia
egg|mobile|egg has joined #kspacademia
egg|phone|egg has quit [Ping timeout: 186 seconds]
egg|cell|egg has quit [Ping timeout: 198 seconds]
egg|phone|egg has joined #kspacademia
egg|mobile|egg has quit [Ping timeout: 186 seconds]
egg|cell|egg has joined #kspacademia
egg|phone|egg has quit [Ping timeout: 186 seconds]
TonyC has quit [Quit: Goodbye.]
<BPlayer> If I have an euler angle (or do you call that three euler angles?), how do I best rotate a vector by it?
<UmbralRaptor> Witchcraft.
* BPlayer proceeds to call the gnomes at Stonehenge
BPlayer has quit [Read error: Connection reset by peer]
BPlayer has joined #kspacademia
TonyC has joined #kspacademia
<bofh> I kind of now want to try something like this in Principia.
<bofh> they literally *reversed Dawn's orbital direction around Ceres* with an ion engine.
<SnoopJeDi> O_O
<BPlayer> As long as the ion engine has enough delta-v, why not?
<BPlayer> And it sure has
<SnoopJeDi> ion engines don't exactly give you a lot of impulse
<SnoopJeDi> i.e. the maneuver would probably be "too slow" for a naive approach (reading now)
<SnoopJeDi> this is more or less what I pictured when bofh said it though. Neato.
BPlayer has quit [Ping timeout: 182 seconds]
egg|cell|egg has quit [Ping timeout: 182 seconds]
egg|phone|egg has joined #kspacademia
egg|cell|egg has joined #kspacademia
egg|phone|egg has quit [Read error: Connection reset by peer]
egg|phone|egg has joined #kspacademia
egg|cell|egg has quit [Ping timeout: 383 seconds]
<egg|zzz|egg> !wpn bofh
* Qboid gives bofh a meccano Spivak
<egg|zzz|egg> !wpn whitequark
* Qboid gives whitequark a strong superpower
* UmbralRaptor can't tell if Qboid is punning.
<UmbralRaptor> !wpn egg|zzz|egg
* Qboid gives egg|zzz|egg a frequentist platinum king
<egg|zzz|egg> !wpn UmbralRaptor
* Qboid gives UmbralRaptor a tau garuda/refrigerator hybrid
* UmbralRaptor fails at u substitution.
<bofh> 16:49:09 < rqou> everything duplicated 4x for different data types
<bofh> this is much more lightweight than using, say, C++ templates, imho.
<rqou> why?
<bofh> requires less compiler complexity, which mattered a lot in the 1970s
<rqou> meh, i don't really care about that nowadays
<kmath> <JPMajor> We don't know all that much about Puck other than it has water ice on its surface but it does have three named crat… https://t.co/zpYaVapSnL