• 0 Posts
  • 38 Comments
Joined 1 year ago
cake
Cake day: August 9th, 2023

help-circle
  • Japanese is kind of similar. Although usually native speakers do not use an English keyboard. They use this:

    Since Japanese has 5 vowels, each key here represents a consonant and can actually enter any of the 5 vowels by either tapping on it or flicking up, down, left or right on it. Once you’ve built the word you’re trying to write, you can tap on the auto suggested kanji or katakana or leave it as is in hiragana.

    The exception is the bottom left and right keys which are for alternative consonants (I’m not sure the actual linguistic term) and punctuation which have fewer options but work similarly.

    So if I’m writing the character for home, I’d flick the button toy he right of the emoji button left for い and then right for え. Once I have both hiragana characters, I just need to tap on the 家 character that appears above the keyboard.




  • I do believe there is value in understanding the fundamentals of how the computer executes code by learning C as it is a nice balance without going to the level of Assembly. I don’t think I would be as good of a programmer as I am today without having learnt C as my first language but the way the school teaches it is important.

    That said, that’s in the context of a role of a software engineer with a CS degree, if you’re just a regular developer writing web apps or plan on only ever using frameworks then yea, you probably don’t need that kind of knowledge. Even then, I’d argue knowing these details would help you resolve issues with the framework if you ever encounter them.

    It doesn’t necessarily mean you have to use C to make products but it certainly is useful to get a feel of how it works.