• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle




  • Sometimes it takes way too long though. I had a display issue that made many of my tiny Linux boxes stop working and it took me almost a month to figure out the issue. I had to revert to an older kernal to fix them all. They just randomly stopped working one day lol. Makes me not want to accept updates so that’s not great






  • By typed they mean declairing a type for your variables.

    In some languages, variables needs to be told what kind of data they can hold. That’s it’s type. For instance a number without decimals would be an integer type. While text might be a string type or a list of character types.

    Other languages don’t require types and sometimes don’t even support them. They will just infer the type from the data that’s in the variable.

    If you see Elon Musk please explain this to him.