This is the daliy log of OS training camp for stage 1
Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday |
---|---|---|---|---|---|---|
1 Day 1 |
2 Day 2 |
|||||
3 Day 3 |
4 Day 4 |
5 Day 5 |
6 Day 6 |
7 Day 7 |
8 Day 8 |
9 Day 9 |
10 Day 10 |
11 Day 11 |
12 Day 12 |
13 Day 13 |
14 Day 14 |
15 Day 15 |
16 Day 16 |
17 Day 17 |
18 Day 18 |
19 Day 19 |
20 Day 20 |
21 Day 21 |
22 Day 22 |
23 Day 23 |
24 Day 24 |
25 Day 25 |
26 Day 26 |
27 Day 27 |
28 Day 28 |
29 Day 29 |
30 Day 30 |
31 Day 31 |
Using websites:
- https://www.youtube.com/watch?v=yYlPHRl2geQ&list=PLfllocyHVgsRwLkTAhG0E-2QxCf-ozBkk&index=5
- https://kumakichi.github.io/easy_rust_chs/Chapter_9.html
Today, I have learned about comments, some primitive types, type inference and floats and so on. Because I am the beginner of rust, I have to study from scratch. There is nothing else worth logging because of the simplification of today's content.
Please visit Day 1 for details.
Today, due to the forearm allergy, I went to hospital during the day, but was delayed because the health code turned yellow. Therefore, I did not start my task until the night. By listening to the Easy Rust on youtube, I mastered the definition of code blocks, debug printing and understand the immutability of variables in rust. To my surprise, it says 'There is no single reason that bindings are immutable by default.' when I search for the reason on the stackoverflow.
Please visit Day 2 for details.
- Plan:
- Learn about Arrays, Vecs, Tuples, Control flow, Struct, Enums before noon.
- Learn about Loops, Implementing structs and enums, More about, destructuring, Generics in night.
- Log: Today, I studied Rust and install Rustlings to do some exerxises on the small exercises.
- Please visit Day 3 for details.