Live data from Hacker News

Show HN: XR2000: A science fiction programming challenge

clearsky.dev

21–30 of 45 posts

Re: Show HN: XR2000: A science fiction programming challenge

#25

type 14 len bytes 1 payload len 6 payload YEEHAW Pretty sure I don't understand the crypto instructions - this is all I can get out of the spacecraft.

Bleah... the next clue was time-gated. Not my favorite game mechanic.

It was actually a manual intervention. Working on automating that now :-)

Re: Show HN: XR2000: A science fiction programming challenge

#26

Earlier quoted context omitted.

Bleah... the next clue was time-gated. Not my favorite game mechanic.

It was actually a manual intervention. Working on automating that now :-)

While you're looking at that - my user user-81574ce4 appears to have another e-mail now but the system drops connection when I try to retrieve it.

Re: Show HN: XR2000: A science fiction programming challenge

#27

Earlier quoted context omitted.

It was actually a manual intervention. Working on automating that now :-)

While you're looking at that - my user user-81574ce4 appears to have another e-mail now but the system drops connection when I try to retrieve it.

Should be fixed

Re: Show HN: XR2000: A science fiction programming challenge

#28

Earlier quoted context omitted.

While you're looking at that - my user user-81574ce4 appears to have another e-mail now but the system drops connection when I try to retrieve it.

Should be fixed

Doesn't seem to be. Trying to read mail number 4 causes the same issue for me.

Re: Show HN: XR2000: A science fiction programming challenge

#29

Earlier quoted context omitted.

While you're looking at that - my user user-81574ce4 appears to have another e-mail now but the system drops connection when I try to retrieve it.

Should be fixed

Cool... but the discord invite is invalid. :(

Re: Show HN: XR2000: A science fiction programming challenge

#30
Thanks a lot! I love programming games. I'm just writing a simple client in python, and when sending a HELP packet, I'm receiving a packet with byte 0x82 as the header, which if I'm not mistaken is packet type 0x10 (0x82 >> 3 = 0x10), rather than 2. Am I missing something?

    Sending HELP packet (5 bytes):
    OFFS    DUMP                                                 ASCII
    0000    00 58 52 32 4B                                       .XR2K

    Receiving response...
    OFFS    DUMP                                                 ASCII
    0000    82 58 52 32 4B 96 23 53 - 50 41 43 45 20 54 45 52    .XR2K.#SPACE TER
    ...
Post reply on HN