• 0 Posts
  • 55 Comments
Joined 1 month ago
cake
Cake day: May 8th, 2025

help-circle








  • Another professional driver here: thank you for saying it. Makes my comment a lot shorter:

    In addition to what 👆 this person said, my partner does not drive for very similar reasons to why OP doesn’t. I would encourage op to try it again in a low traffic, low pressure scenario, away from your parents, and see how you feel. If you still don’t feel up to it after a few times of doing that, start looking for a place to live where driving isn’t the only way to get around.





  • ~ $ python
    Python 3.12.10 (main, Apr  9 2025, 18:13:11) [Clang 18.0.3 (https://android.googlesource.com/toolchain/llvm-project d8003a456 on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> ❗ = 'nah'
      File "<stdin>", line 1
        ❗ = 'nah'
        ^
    SyntaxError: invalid character '❗' (U+2757)
    >>>
    ~ $ node
    Welcome to Node.js v23.11.1.
    Type ".help" for more information.
    > const 👍 = 'test'
    const 👍 = 'test'
          ^
    
    Uncaught SyntaxError: Invalid or unexpected token
    >