Comments

On Very Remote Debugging
Post Comment

Code Glitch wrote:

I've heard this before and it does sound like the most epic hack in the history of programming.

12 Nov 2021 19:32 UTC | #1 of 4 comments

E12E wrote:

100 million miles

That looks like about 9 light minutes away, so about 18 minute latency! It might be super epic, but doesn't sound super nice. :)

12 Nov 2021 20:44 UTC | #2 of 4 comments

Qem wrote:

Recently there was a bit of a fuss when people discovered that the Mars Ingenuity helicopter runs Python3. Now I wonder, if its software ever crashes, will people be able to just launch the Python REPL and debug it?

12 Nov 2021 22:09 UTC | #3 of 4 comments

Roguas wrote:

Qem, That is the thing about functional programming in general. Data is the centerpiece. State is just data. Program is just data. Capture data, feed it locally, and get results.

16 Nov 2021 13:41 UTC | #4 of 4 comments
Post Comment