• 7 Posts
  • 468 Comments
Joined 7 months ago
cake
Cake day: November 12th, 2024

help-circle
rss
















  • What makes stuff like the [X] button on the corner and Alt+F4 intuitive?
    Multiple years of having used MS Windows and similar looking software as a student.

    They got the marketing part right here, at least.

    But if we are being inclusive, nothing really is intuitive.


    I have seen BTech graduates struggle with installing software using the Wizard that is so omnipresent on Windows, so I don’t expect anything to be intuitive at this point.




  • Also, your quotes are wrong, ‘ should be ’ .

    Alright, I am getting confused. What quotes are those?

    I got this from the stuff I copied from your comment:

     ./UTF8txt2hex ’‘
    UTF-8: e2 80 99 e2 80 98
    UTF-16: 2019 2018 
    UCS 4: 00002019 00002018 
    

    And these are the single quote and backtick I used (of course I had to escape them, because they are the actual ones):

    ❯ ./UTF8txt2hex \`
    UTF-8: 60
    UTF-16: 60 
    UCS 4: 00000060 
    ❯ ./UTF8txt2hex \'
    UTF-8: 27
    UTF-16: 27 
    UCS 4: 00000027 
    

    And from what I see, your original comment had the correct ones, so was this all to elicit this response out of me?