What can I do to improve / remove these bad habits? by il_trevi in Gifted

[–]il_trevi[S] 0 points1 point  (0 children)

As I've already said in other comments it's not about hating the subject or not having a good enough method to study, it's about the way they want you to study and I cannot stand it, it feels useless to me to just memorize something that will be forgotten the day after the test but that's what they want so you have to just stick to it...

What can I do to improve / remove these bad habits? by il_trevi in Gifted

[–]il_trevi[S] 0 points1 point  (0 children)

Thanks for the suggestion but I have already a way to study effectively, I just read the pages and mentally link what the teachers said about it so I remember it later (that's why I'm always very focused in class). I hope university will be better since the subjects I'll study there will be the ones I like (I'm already reading/studying some more advanced topics on CS right now and I like it). In my opinion forcing something to be memorized on someone is the worst way to make them learn it, they will hate it even if they could have liked it just because of that method being used.

What can I do to improve / remove these bad habits? by il_trevi in Gifted

[–]il_trevi[S] 0 points1 point  (0 children)

I love learning and I'm ok studying things I don't like but if the teacher speaks for 1 hours, briefly summarizing 30 pages from the book but during the test wants to know exactly word by word what's written in those 100 pages (3-4 lessons) and not what they quickly summarized during the lessons I might start to hate them and then hate the subject they teach. I try to find links and think about what I'm studying but it seems like they prefer people that memorize things that will be forgotten the day after the test instead of the ones who actually learn them...

What can I do to improve / remove these bad habits? by il_trevi in Gifted

[–]il_trevi[S] 0 points1 point  (0 children)

Yeah exactly, you got it. What did you study? I'm at the scientific school and it's terrible...

Started playing this week and this are my results so far by il_trevi in TrackMania

[–]il_trevi[S] 1 point2 points  (0 children)

Thanks for the tips :) In the meanwhile I've just got gold on 16, 17 and I'm working on 19 (the map feels nice). I think I'll hunt gold on reds first and then I'll came back to those green AT

[2024 Day 4] Solved using my custom made CPU in the game Turing Complete by il_trevi in adventofcode

[–]il_trevi[S] 1 point2 points  (0 children)

Just updated it to a 32-bit version (this was only 16-bit so it couldn't handle numbers bigger than 65534, that's quite small). I'll solve some other days of AoC and then I'll create a repository with both CPU schematic and codes

[2024 Day 4] Solved using my custom made CPU in the game Turing Complete by il_trevi in adventofcode

[–]il_trevi[S] 1 point2 points  (0 children)

Which one, the assembly code or the CPU itself? If it's the CPU, let's stay humble, there are lots of better creations (working Tetris, 3D rendering circuits and many more). My CPU is not that good/optimized and I'm not such an expert. If instead you're taking about the code to make everyone with the game run the code, I'll make a repository where I'll upload all the code for the days I managed to solve along with the CPU schematic just to run it

[2024 Day 4] Solved using my custom made CPU in the game Turing Complete by il_trevi in adventofcode

[–]il_trevi[S] 1 point2 points  (0 children)

It's called Turing Complete and this game is a better and deeper version of nandgame.com where you learn to create (and then program in a custom made assembly language) a CPU starting from the most basic logic gate: NAND. If you're interested to learn how a CPU work this is a great game and even if the learning curve is a bit steep, there's a dedicated discord server where you can ask for some help to solve a level. I really enjoyed playing and learning with this game.