UmbralRaptor 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. | We can haz pdf
e_14159_ has joined #kspacademia
e_14159 has quit [Ping timeout: 378 seconds]
<raptop> "Do unto otters as you would have them do unto you."
* raptop wonders if I'm sick or something again
<raptop> (also, how?)
* raptop is unsure how to celebrate talk like a pirate day lately in that I don't know how to sound like Alexandra Elkabyan
raptop has quit [Ping timeout: 204 seconds]
raptop has joined #kspacademia
raptop has quit [Ping timeout: 378 seconds]
raptop has joined #kspacademia
raptop has quit [Ping timeout: 189 seconds]
egg|laptop|egg has joined #kspacademia
egg|cell|egg has quit [Ping timeout: 189 seconds]
egg|cell|egg has joined #kspacademia
<_whitenotifier-9244> [Principia] pleroy opened pull request #2723: Tolerances for Linux/macOS - https://git.io/JUE7j
<egg|laptop|egg> !decompose ™
<galois> T: U+0054 LATIN CAPITAL LETTER T
<galois> M: U+004d LATIN CAPITAL LETTER M
<egg|laptop|egg> SnoopJeDi: hm, it does NFKD rather than NFD
<egg|laptop|egg> that is not really what I would expect
<egg|laptop|egg> !recompose é
<egg|laptop|egg> !compose é
<egg|laptop|egg> having all four normalizations could be useful, but if you have only one, the canonical ones rather than the compatibility ones make sense (since you are not trying to do fuzzy matching or case-insensitive stuff here)
<_whitenotifier-9244> [Principia] Pending. Build queued… - 
<_whitenotifier-9244> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4508/
<egg|laptop|egg> !wpn
* galois gives egg|laptop|egg a fustum
<egg|laptop|egg> !wpn whitequark
* galois gives whitequark a lorge lobe
<egg|laptop|egg> !wpn whitequark’s cats
* galois gives whitequark’s cats a recurrent oni with a ‡ attachment
egg|laptop|egg has quit [Remote host closed the connection]
egg|laptop|egg has joined #kspacademia
egg|laptop|egg has quit [Ping timeout: 198 seconds]
<_whitenotifier-9244> [Principia] Success. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4508/
egg|laptop|egg has joined #kspacademia
egg|cell|egg has quit [Remote host closed the connection]
egg|cell|egg has joined #kspacademia
<_whitenotifier-9244> [Principia] eggrobin labeled pull request #2723: Tolerances for Linux/macOS - https://git.io/JUE7j
<_whitenotifier-9244> [Principia] pleroy closed pull request #2723: Tolerances for Linux/macOS - https://git.io/JUE7j
<_whitenotifier-9244> [Principia] pleroy pushed 3 commits to master [+0/-0/±4] https://git.io/JUEb3
<_whitenotifier-9244> [Principia] pleroy f7ea2eb - Fix project file.
<_whitenotifier-9244> [Principia] pleroy e22f78e - Tolerances for Linux and macOS.
<_whitenotifier-9244> [Principia] pleroy e7aa280 - Merge pull request #2723 from pleroy/Tolerances Tolerances for Linux/macOS
<egg|laptop|egg> !u -
<galois> -: U+002d HYPHEN-MINUS
egg|laptop|egg has quit [Remote host closed the connection]
egg|laptop|egg has joined #kspacademia
egg|laptop|egg has quit [Remote host closed the connection]
egg|laptop|egg has joined #kspacademia
egg|laptop|egg has quit [Remote host closed the connection]
egg|laptop|egg has joined #kspacademia
egg|laptop|egg has quit [Remote host closed the connection]
<_whitenotifier-9244> [Principia] pleroy opened pull request #2724: More tolerance adjustments - https://git.io/JUExL
<_whitenotifier-9244> [Principia] Pending. Build queued… - 
<_whitenotifier-9244> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4509/
<_whitenotifier-9244> [Principia] Success. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4509/
egg|laptop|egg has joined #kspacademia
<_whitenotifier-9244> [Principia] pleroy commented on issue #2722: Crash during flight planning on Linux - https://git.io/JUEpr
<_whitenotifier-9244> [Principia] pleroy closed issue #2722: Crash during flight planning on Linux - https://git.io/JU0pV
<_whitenotifier-9244> [Principia] eggrobin labeled pull request #2724: More tolerance adjustments - https://git.io/JUExL
<_whitenotifier-9244> [Principia] pleroy pushed 2 commits to master [+0/-0/±2] https://git.io/JUEp6
<_whitenotifier-9244> [Principia] pleroy eb60531 - More tolerance adjustments.
<_whitenotifier-9244> [Principia] pleroy e19a4b8 - Merge pull request #2724 from pleroy/Tolerances More tolerance adjustments
<_whitenotifier-9244> [Principia] pleroy closed pull request #2724: More tolerance adjustments - https://git.io/JUExL
<SnoopJeDi> egg|laptop|egg, I confess I don't really understand the difference between them all that well, but yea this was just a side effect of a chat about composition in another channel
<egg|laptop|egg> SnoopJeDi: NFC/NFD are things that you can safely apply to things without changing semantics or visual appearance. NFKD is lossy.
<egg|laptop|egg> s/KD/KC\/NF/
<galois> egg|laptop|egg meant to say: SnoopJeDi: NFC/NFD are things that you can safely apply to things without changing semantics or visual appearance. NFKC/NF is lossy.
<egg|laptop|egg> s/NF /NFKD /
<galois> egg|laptop|egg meant to say: SnoopJeDi: NFC/NFD are things that you can safely apply to things without changing semantics or visual appearance. NFKC/NFKD is lossy.
<SnoopJeDi> because of the compatibility criterion, I assume
* SnoopJeDi has bounced off UAX #15 a few times without much retention
<SnoopJeDi> although upon review it would have been easy to write the additional feature as @module.commands("NFC|NFD|NFKD|NFKC") and pass the particular command used along to unicodedata as the normalization
<SnoopJeDi> !NFD ç
<galois> c: U+0063 LATIN SMALL LETTER C
<galois> ̧: U+0327 COMBINING CEDILLA
<SnoopJeDi> !NFC ç
<galois> ç: U+00e7 LATIN SMALL LETTER C WITH CEDILLA
galois has quit [Quit: Closing]
galois has joined #kspacademia
<SnoopJeDi> !decompose ç
<galois> The !decompose command has been deprecated. Use !NFKD for the old behavior (see also: !NFC, !NFD, !NFKC)
<WeylandsWings> UmbralRaptop: https://xkcd.com/2360/
<galois> Common Star Types | Alt-text: This article is about Eta Carinae, a luminous blue hypergiant with anomalous Fe[ii] emission spectra. For the 1998 Brad Bird film, see The Iron Giant (film).
egg|cell|egg has quit [Ping timeout: 189 seconds]
egg|cell|egg has joined #kspacademia
<_whitenotifier-9244> [Principia] eggrobin opened pull request #2725: Complexification - https://git.io/JUuk2
<_whitenotifier-9244> [Principia] Pending. Build queued… - 
<_whitenotifier-9244> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4510/
<_whitenotifier-9244> [Principia] rkunze commented on issue #2722: Crash during flight planning on Linux - https://git.io/JUukw
<_whitenotifier-9244> [Principia] pleroy reviewed pull request #2725 commit - https://git.io/JUuIR
<_whitenotifier-9244> [Principia] pleroy reviewed pull request #2725 commit - https://git.io/JUuI0
<_whitenotifier-9244> [Principia] pleroy reviewed pull request #2725 commit - https://git.io/JUuIE
<_whitenotifier-9244> [Principia] pleroy labeled pull request #2725: Complexification - https://git.io/JUuk2
<kmath> <SuperASASSN> And now with the Rubber Mallet Red Giant Sequence added. https://t.co/f6zPRyvKl5
<_whitenotifier-9244> [Principia] Failure. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4510/
<_whitenotifier-9244> [Principia] eggrobin synchronize pull request #2725: Complexification - https://git.io/JUuk2
<_whitenotifier-9244> [Principia] Pending. Build queued… - 
<_whitenotifier-9244> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4511/
<_whitenotifier-9244> [Principia] eggrobin synchronize pull request #2725: Complexification - https://git.io/JUuk2
<_whitenotifier-9244> [Principia] Pending. Build queued… - 
raptop has joined #kspacademia
<_whitenotifier-9244> [Principia] Failure. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4511/
<_whitenotifier-9244> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4512/
<_whitenotifier-9244> [Principia] Success. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4512/
egg|laptop|egg has quit [Remote host closed the connection]
egg|laptop|egg has joined #kspacademia
egg|laptop|egg has quit [Remote host closed the connection]
egg|laptop|egg has joined #kspacademia
egg|laptop|egg has quit [Remote host closed the connection]
egg|laptop|egg has joined #kspacademia
egg|laptop|egg has quit [Remote host closed the connection]
<raptop> !wpn
* galois gives raptop a trie
egg|laptop|egg has joined #kspacademia
egg|laptop|egg has quit [Remote host closed the connection]
egg|laptop|egg has joined #kspacademia
<_whitenotifier-9244> [Principia] eggrobin closed pull request #2725: Complexification - https://git.io/JUuk2
<_whitenotifier-9244> [Principia] eggrobin pushed 5 commits to master [+6/-0/±10] https://git.io/JUuYM
<_whitenotifier-9244> [Principia] eggrobin b0dce12 - test complex conjugation and the squared norm
<_whitenotifier-9244> [Principia] eggrobin 9042a88 - formatting opinions
<_whitenotifier-9244> [Principia] eggrobin 5b0b8c6 - after pleroy’s review
<_whitenotifier-9244> [Principia] ... and 2 more commits.
egg|laptop|egg has quit [Remote host closed the connection]
egg|cell|egg has quit [Ping timeout: 189 seconds]
egg|cell|egg has joined #kspacademia
<_whitenotifier-9244> [Principia] pleroy opened pull request #2726: Use complexification in FFT - https://git.io/JUu3J
<_whitenotifier-9244> [Principia] pleroy commented on pull request #2725: Complexification - https://git.io/JUu3k
<_whitenotifier-9244> [Principia] Pending. Build queued… - 
<_whitenotifier-9244> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4513/
<_whitenotifier-9244> [Principia] pleroy commented on pull request #2720: Tables for Gauss-Legendre quadrature - https://git.io/JUu3I
<_whitenotifier-9244> [Principia] Failure. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4513/
<raptop> !wpn raptop's motivation
* galois gives raptop's motivation a fractal white howitzer
egg|laptop|egg has joined #kspacademia
<raptop> !u 𓅃
<galois> 𓅃: U+13143 EGYPTIAN HIEROGLYPH G005
<raptop> !decompose 𓅃
<galois> The !decompose command has been deprecated. Use !NFKD for the old behavior (see also: !NFC, !NFD, !NFKC)
<raptop> !nfkd 𓅃
<galois> Unexpected error (invalid normalization form) from raptop at 2020-09-20 19:17:03.421501. Message was: !nfkd 𓅃
<raptop> !nfkc 𓅃
<galois> Unexpected error (invalid normalization form) from raptop at 2020-09-20 19:17:10.000633. Message was: !nfkc 𓅃
<raptop> !nfc 𓅃
<galois> Unexpected error (invalid normalization form) from raptop at 2020-09-20 19:17:15.521359. Message was: !nfc 𓅃
<raptop> !nfd 𓅃
<galois> Unexpected error (invalid normalization form) from raptop at 2020-09-20 19:17:18.132708. Message was: !nfd 𓅃
<raptop> Apparently the bot has trouble with birbs?
UmbralRaptor has joined #kspacademia
raptop has quit [Read error: Connection reset by peer]
raptop has joined #kspacademia
UmbralRaptop has quit [Ping timeout: 204 seconds]