ferram4 changed the topic of #RO to: Welcome to the discussion channel for the Realism Overhaul (meta)mod for KSP! Realism Overhaul Main Thread https://goo.gl/wH7Dzb ! RO Spreadsheet http://goo.gl/Oem3g0 ! Code of Conduct http://goo.gl/wOSv2M ! | Maximal & soundnfury's RP-1 Race Into Space Signup: http://bit.ly/2DEVm2i [15:01] <soundnfury> Straight Eight Stronk (and) RP-0/1 is basically "Space Agency Spreadsheet Simulator"
ProjectThoth has joined #RO
Hypergolic_Skunk has quit [Quit: Connection closed for inactivity]
TM1978m has joined #RO
awang has joined #RO
egg is now known as egg|zzz|egg
awang has quit [Ping timeout: 198 seconds]
awang has joined #RO
awang has quit [Ping timeout: 182 seconds]
TM1978m has quit [Remote host closed the connection]
ProjectThoth has quit [Ping timeout: 182 seconds]
awang has joined #RO
ProjectThoth has joined #RO
TM1978m has joined #RO
TM1978m_ has joined #RO
TM1978m has quit [Ping timeout: 202 seconds]
rsparkyc has joined #RO
<rsparkyc>
hello everyone
<rsparkyc>
i’ve updated realheat for 1.4.3
Mike` has quit [Ping timeout: 182 seconds]
Mike` has joined #RO
NBones has quit [Ping timeout: 182 seconds]
DuoDex has quit [Ping timeout: 182 seconds]
NBones has joined #RO
DuoDex has joined #RO
rsparkyc has quit [Quit: rsparkyc]
awang has quit [Ping timeout: 198 seconds]
aradapil_ has quit [Remote host closed the connection]
Olympic1 has quit [Ping timeout: 194 seconds]
ProjectThoth has quit [Quit: +++out of cheese error+++]
TM1978m_ has quit [Remote host closed the connection]
TM1978m has joined #RO
egg|work|egg has joined #RO
awang has joined #RO
awang has quit [Ping timeout: 194 seconds]
awang has joined #RO
TM1978m has quit [Remote host closed the connection]
awang has quit [Ping timeout: 194 seconds]
awang has joined #RO
stratochief has quit [Remote host closed the connection]
wb99999999 has quit [Quit: webchat.esper.net]
Senshi has joined #RO
Senshi has quit [Read error: Connection reset by peer]
Senshi has joined #RO
schnobs` has joined #RO
aradapilot has joined #RO
BadRocketsCo has joined #RO
<BadRocketsCo>
Howdy
TM1978m has joined #RO
BadRocketsCo has quit [Ping timeout: 194 seconds]
VanDisaster has quit [Ping timeout: 198 seconds]
TM1978m has quit [Remote host closed the connection]
VanDisaster has joined #RO
Senshi has quit [Quit: Leaving.]
aradapil_ has joined #RO
aradapilot has quit [Ping timeout: 194 seconds]
Senshi has joined #RO
lamont has quit [Quit: lamont]
Olympic1 has joined #RO
egg|work|egg has quit [Quit: webchat.esper.net]
schnobs` has quit [Ping timeout: 198 seconds]
rsparkyc has joined #RO
lamont has joined #RO
TM1978m has joined #RO
TM1978m has quit [Remote host closed the connection]
Hypergolic_Skunk has joined #RO
awang has quit [Ping timeout: 198 seconds]
awang has joined #RO
rsparkyc has quit [Quit: rsparkyc]
stratochief has joined #RO
TM1978m has joined #RO
Senshi has quit [Read error: Connection reset by peer]
<egg|zzz|egg>
(still need to write the forum post but it's there on github)
<Bornholio>
cool and thanks for RH Rsparckyc
<Bornholio>
i'll update my list
<Bornholio>
many changes egg?
<egg|zzz|egg>
we have our own cube root!
<Bornholio>
new function? were you able to integrate with what lamont needed for MJ peg stuff?
<lamont>
not yet
<Qboid>
lamont: egg|nomz|egg left a message for you in #RO [13.05.2018 20:55:34]: "can you tell me about your required endpoints for your new fancy guidance methods?"
<egg|zzz|egg>
oh lamont is here
<egg|zzz|egg>
!pet lamont
* Qboid
pets lamont
<egg|zzz|egg>
!wpn lamont
* Qboid
gives lamont a étale cockatoo
<lamont>
lol
<lamont>
fancy new guidance should be able to use the same endpoint from Principia that PEG needed
<egg|zzz|egg>
lamont: prior to that I think Apple's was the most accurate cbrt implementation that you could actually find (the old Kahan paper doesn't seem to have been implemented as is)
<egg|zzz|egg>
lamont: admittedly we use our cbrt in a tiny corner to convert Keplerian elements but still :D
<lamont>
yeah, that’s the guy who did the crazy fast math implementation on mac?
<egg|zzz|egg>
crazy fast *and accurate*
<egg|zzz|egg>
(meanwhile glibc is insanely slow and horribly inaccurate)
<lamont>
but he’s the one to blame for all the principia tests failing on mac?
<egg|zzz|egg>
well, indirectly
<egg|zzz|egg>
those tests are libm-dependent
<lamont>
(like all good programmers, i don’t care about correctness, i just want green tests…)
<egg|zzz|egg>
so they are built to fail until principia has its own libm
<egg|zzz|egg>
which starts with cbrt!
<lamont>
nice
<egg|zzz|egg>
lamont: my implementations are second-fastest behind his (faster than Kahan's but Kahan described those for old processors), and vastly more accurate
<Bornholio>
yall are sick in the head :)
<Bornholio>
in a good way
Olympic1 has quit [Ping timeout: 194 seconds]
<egg|zzz|egg>
lamont: I have ~5 misroundings per million vs. his 8 %, and < 0.50022 ULPs vs. his 0.7something