shorelark
shorelark copied to clipboard
Translate it into Chinese
- Hello Sir, I have read Learning to Fly: Let's create a simulation in Rust! (pt 1), and it's really beautiful and useful. So I wanna translate it into Chinese. I'll mark the source of it. Can I do this?
Hi,
Thanks for your interest in my writing - yes, please feel free to translate it!
Would you mind sending me a link after it's done? I'd love to link it from the English page, to make it easier to discover the translation 🙂
Sure : )
The file URL is: https://github.com/suhanyujie/article-transfer-rs/blob/main/src/2021/3.Learning-to-Fly-Let-s-create-a-simulation-in-Rust-pt1.md
But work is still in process. If I have finished, I will let you know. : )
Hello~ There is something error in this post (about style):
Since we’re iterating through `self.weights` using length of `inputs’, there are three edge cases we have to consider:
The wrong position is:
`inputs’
expect result is:
`inputs`
Hi,
Actually, it's meant to function as Saxon Genitive (using length of inputs's
- but since the word already ends with s
, the 's
can be trimmed to: using length of inputs'
).
In a hindsight, this looks a bit weird, so I've just changed it to say using length from inputs
instead.
Thanks!