egg changed the topic of #principia to: READ THE FAQ: http://goo.gl/gMZF9H; The current version is Cesàro. We currently target both 1.2.2 and 1.3. <scott_manley> anyone that doubts the wisdom of retrograde bop needs to get the hell out | https://xkcd.com/323/
icefire has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
<awang> nornagon: Yep, running on 1.3.0 right now
<awang> Mostly curious since I've been intending on looking into some bugs and was hoping that 1.3.1 would provide a good excuse to stop my rp-0 career
e_14159 has quit [Ping timeout: 200 seconds]
e_14159 has joined #principia
<awang> egg|work|egg: Would a 10Mm apogee be far enough to have significant gravitational effects from the moon?
Technicalfool is now known as TechnicallySleeping
Wetmelon has joined #principia
Wetmelon has quit [Ping timeout: 198 seconds]
TechnicallySleeping has quit [Ping timeout: 183 seconds]
ferram4 has quit [Read error: Connection reset by peer]
ferram4 has joined #principia
uj8efdjkfdshf has joined #principia
ferram4 has quit [Read error: Connection reset by peer]
ferram4 has joined #principia
egg|phone|egg has quit [Remote host closed the connection]
egg|phone|egg has joined #principia
egg|cell|egg has joined #principia
egg|phone|egg has quit [Read error: Connection reset by peer]
egg|phone|egg has joined #principia
egg|cell|egg has quit [Read error: Connection reset by peer]
egg|cell|egg has joined #principia
egg|phone|egg has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
Rokker has quit [Quit: Connection closed for inactivity]
Rokker has joined #principia
egg|phone|egg has joined #principia
egg|cell|egg has quit [Ping timeout: 186 seconds]
egg|phone|egg has quit [Read error: Connection reset by peer]
egg|phone|egg has joined #principia
Technicalfool has joined #principia
Wetmelon has joined #principia
Jesin has quit [Quit: Leaving]
sdrodge has quit [Ping timeout: 200 seconds]
sdrodge has joined #principia
egg|cell|egg has joined #principia
egg|phone|egg has quit [Read error: Connection reset by peer]
egg|phone|egg has joined #principia
egg|cell|egg has quit [Read error: Connection reset by peer]
egg|cell|egg has joined #principia
egg|mobile|egg has joined #principia
egg|cell|egg has quit [Read error: Connection reset by peer]
egg|phone|egg has quit [Ping timeout: 183 seconds]
Jesin has joined #principia
Jesin has quit [Client Quit]
Jesin has joined #principia
Wetmelon has quit [Quit: Bye Bye!]
egg|mobile|egg has quit [Ping timeout: 186 seconds]
NolanSyKinsley has quit [Remote host closed the connection]
egg|phone|egg has joined #principia
egg|cell|egg has joined #principia
egg|phone|egg has quit [Read error: Connection reset by peer]
egg|phone|egg has joined #principia
egg|cell|egg has quit [Read error: Connection reset by peer]
bees has quit [Ping timeout: 186 seconds]
bees has joined #principia
egg|cell|egg has joined #principia
egg|cell|egg has quit [Read error: Connection reset by peer]
egg|phone|egg has quit [Ping timeout: 186 seconds]
egg|phone|egg has joined #principia
Hypergolic_Skunk has joined #principia
<awang> egg|work|egg: Is something like this normal for an orbit with an apogee of roughly 10Mm and roughly in the same plane as the moon's orbit?
Rokker has quit [Quit: Connection closed for inactivity]
egg|cell|egg has joined #principia
egg|phone|egg has quit [Ping timeout: 186 seconds]
egg|cell|egg has quit [Read error: Connection reset by peer]
egg|phone|egg has joined #principia
egg|cell|egg has joined #principia
egg|phone|egg has quit [Read error: Connection reset by peer]
egg|phone|egg has joined #principia
egg|cell|egg has quit [Read error: Connection reset by peer]
Rokker has joined #principia
<egg> awang: uh this looks confusing
<egg> awang: there seems to be a perfectly normal elliptic orbit, and also something weird?
<egg> awang: what does the prediction look like
<egg> UmbralRaptor: any idea what we're seeing?
<awang> egg: The weird thing is what I was wondering about
<UmbralRaptor> 10 Mm isn't *that* much in the real world. Uh, which reference frame is this? o_O
<awang> I'll have to get back to you with the prediction. In the middle of a long flight
<awang> This is ECI, IIRC
<awang> ECEF is even weirder
<awang> Unless there's a way of seeing the prediction without switching craft?
<egg> well ECEF will be weird because the earth rotates of course
<egg> awang: what did the craft do in the past? because we're seeing the history here
<awang> egg: Hard to say for sure. That was my first artifical satellite, so I stayed with it long enough to get it into orbit and transmit some science, then left to start building the next craft
<awang> So stayed with the craft for an orbit at most
<egg> did you at some point timewarp a lot?
<awang> Yes, when waiting for another rocket to build
<egg> (e.g. from the space centre view at max warp or something)
<awang> Yep
<egg> awang: hmm, then that might be extreme downsampling
<egg> and then cubic interpolation thereof
<egg> #228
<Qboid> [#228] title: Keep the whole history | For the moment we compute the histories using `sampling_period == 0`, which results in large gaps in the trajectory at high timewarp (rendered as long straight line segments, see below). We should use `sampling_period == 1` instead, and downsample ourselves as needed when rendering.... | https://github.com/mockingbirdnest/Principia/issues/228
ferram4 has quit [Read error: Connection reset by peer]
<awang> Any way for me to get you more info to see if that is actually what is going on?
<egg> we need to kill that bug at some point
ferram4 has joined #principia
<egg> awang: well you should see that by launching a sat in LEO, maxwarping in space centre view, and looking at the silly trajectory
<egg> awang: we really need to stab that bug, it's silly
<egg> stabbity stab
<egg> certainly won't make it in Chasles
<egg> maybe something for 陈景润
<awang> Is it just a rendering thing, or could it actually result in something like a satellite near the 140km atmospheric cutoff falling into the atmosphere?
<egg> it's strictly a rendering thing
<egg> the actual computation is no less accurate
<egg> we just drop intermediate values and thus we render shit
<awang> Hmmm
<awang> Guess that's also why I don't see actual straight lines in my screenshot?
<egg> awang: what do you mean?
<egg> the reason why there are no straight lines is that we do cubic interpolation, so you get cubics
<awang> So why the straight lines in the screenshot in the issue?
<egg> older plotting implementation, which did linear interpolatino
<egg> issue's old
<awang> Ah
<awang> Makes sense
<egg> cubics are kinda worse when the data's too sparse tbh
<egg> (they yield those silly loops)
<GH> [Principia] pleroy pushed 2 new commits to rotating-world: https://git.io/vd2Fu
<GH> Principia/rotating-world 4e8c3ee Pascal Leroy: Merge pull request #1589 from eggrobin/reunification-point-8...
<GH> Principia/rotating-world 84b278d Robin Leroy: compatibility with existing FAR, ignore the silly flags
<egg> awang: re. 1.3.1, try recompiling and changing the version check from 1.3.0 to 1.3.1, if that works I'll make an additional build config and make a triple release I guess (blarg)
<awang> egg: Is the version check in ksp_plugin_adapter.cs?
<egg> awang: yeah
<egg> #if KSP_VERSION_1_2_2 etc
Hypergolic_Skunk has quit [Quit: Connection closed for inactivity]
<GH> [Principia] eggrobin opened pull request #1590: A crash when crashing due to binding before freeing (rotating-world...reunification-point-8) https://git.io/vdakv
<awang> egg: Here's another satellite after some timewarping
<awang> This one is in a polar orbit
<egg> awang: yeah see how it does a weird loop from a place that's on its orbit to another place that's three quarters of an orbit later? that's an interpolating cubic interpolating too long a segment
<egg> awang: we'll try looking at that for 陈景润
<egg> at least with Chasles moon landings will work nicely
<awang> egg: I see. Makes sense
<awang> I think moon landings are slightly more important than weird rendering :P
<awang> Also, remember that SIGILL issue I've been having?
<awang> Seems that it occurs when compiled at -O3, but not at -O0
<awang> So either got some undefined behavior or miscompilation
<awang> I think
<egg> Ꙩ_ꙩ
awang has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
awang has joined #principia
icefire has joined #principia
Jesin has quit [Quit: Leaving]
<GH> [Principia] eggrobin commented on issue #228: @aw1621107 reports impact; the visual appearance has changed with the Чебышёв interpolated plotting, we now get weird loops instead of straight segments:... https://git.io/vdaCN
<awang> egg: Get SIGILL with -O1 at least
<awang> Trying -Og
NolanSyKinsley has joined #principia