Content deleted Content added
Assessment (C/Low): Writing systems (Rater) |
→Direct drawing on a touch screen: new section |
||
Line 272:
:::I'm torn between just letting the discussion die and objecting to being called "picky". After wrestling with the issue, I'm afraid that I come down on the side of protest. "960 turns into 192" cannot be parsed as "960 undergoes a transformation operation 192" unless "transformation" and "192" are in [[apposition]], which is clearly not the intent. My suggestion that it meant 192 = mod (960,256) was apparently incorrect, but it was an honest attempt at making sense of "turns into". To me, the meaning was and is not obvious. So long as I'm not called "picky", I'm content to let it remain obscure. — [[User:Peter M. Brown|Peter Brown]] ([[User talk:Peter M. Brown|talk]]) 02:22, 23 September 2020 (UTC)
::::192 = mod (960,256) is exactly what I meant by "turns into". You take 960, apply the mod-256 operation to it, and you get 192. So the number 960 turns into the number 192. It is possible this terminology is popular in computer science because the input is often not needed after the operation and is discarded, or may even be replaced by writing something like {{code|1=x = mod(x, 256)}} which replaces x with it's value mod 256, actually turning x into a new number.[[User:Spitzak|Spitzak]] ([[User talk:Spitzak|talk]]) 02:36, 23 September 2020 (UTC)
== Direct drawing on a touch screen ==
CJK characters are routinely entered by drawing directly on a touch screen. Meaning that I have seen it being done more than once so it must be routine. {{smiley}}
Does anybody know enough to add a section to that effect? [[User:JMF|𝕁𝕄𝔽]] ([[User talk:JMF|talk]]) 15:56, 3 August 2023 (UTC)
|