Posts

Prepare for Dragon Hunt 🐉 2024 (Part 2)

Image
(continue from Part 1 ) What's next - My personal tastes Starting with some Zig code (non-dev please don't panic!): const std = @ import( "std" ); pub fn main() ! void { std.debug.print( "Stay Healthy \n " , .{}); std.debug.print( "Build up more stable financial income \n " , .{}); std.debug.print( "Self-dev and new languages \n " , .{}); std.debug.print( "Cherish moments! Hug more! Smile more! \n " , .{}); } Doubt that you still stay with me after looking at those lines of code, it's basically a list of my personal goals that I plan and hopefully (extremely hopefully) be able to achieve all of them at the end of 2024. Let's go through them a bit in a most general form.  Stay healthy The top one seems so simple thus so important that most of us ignore, but I couldn't as Dad always grunts this and grunts that: " Have you been working out lately? Remember to stand up frequently, do not sit fo...

Prepare for Dragon Hunt 🐉 2024 (Part 1)

Image
Greetings, 2024! As 2023 is behind us, I just want to leave here some thoughts and reflections of many things that have been going on to me personally last year and then share some plans of myself moving forward. Fewer travels this year, but more valuable times Biggest changes With most many people, jumping to a new job can be undoubtedly considered a big rotation that deeply affects one's life. Yep, that was what happened to me back in March. But the craziest part is: Not only I have a new job, but also a whole new career shift (not really a whole new, I will tell you why soon). I have always been a avid gamer, though I don't frequently play games as much as other "infamous" players around the globe as you might think, but spending time researching technologies related to how games are made and how games are designed feels extremely fascinated to me. That passion for almost 6 years since my college had finally emerged inside out somehow on one day, becoming so powerf...