• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle
  • Yeah, reading the article, it sounds like they’ve decided to park at the space station because the parts that malfunctioned during the journey to the space station were not designed to survive re-entry, meaning that they won’t have the opportunity to understand what went wrong with them after they return to Earth. So they’re delaying the departure in order to collect as much information as possible about what went wrong in the first part of the mission. They’re still confident that a safe return is going to happen.


  • You’re saying that it doesn’t matter because the US government is able to prove his citizenship, but that isn’t in question. The crux of this matter would be whether OP was ignorant of his citizenship and if that ignorance would have any relevance to his case.

    Securing official documents only available to American citizens makes it more difficult to argue that he was ignorant of his status as an American citizen. He likely could still make a compelling argument (provided he acts quickly), but it does make it a bit more difficult.


  • nelly_man@lemmy.worldtoAnarchyChess@sopuli.xyzCoding chess
    link
    fedilink
    English
    arrow-up
    4
    ·
    9 months ago

    Same thing with me and chess in high school. I learned TrueBASIC, and I didn’t learn about arrays or subroutines. But, I did manage to make a chess application that two people could play a game of chess on. It highlighted legal moves when you clicked on a piece and ensured that only legal moves were made. It also showed the captured pieces to the side of the board. I think I had it set up so that you could only promote to a previously captured piece, but all the other rules were implemented properly (or at least, I assumed they were).

    The implementation involved a bunch of variables for each individual chess piece and a bunch of if statements inside a loop. I remember describing arrays and explaining that I wished they existed, but never actually found out they did until I was finished. I don’t know how many lines of code it was, but when I copied it into Word, and it spanned about 350 pages in total.

    Part of me is proud of the accomplishment. Another part is horrified.