Yesterday I used ChatGPT for the first time. Well, that’s not true. Let’s rephrase: yesterday I used ChatGPT for the first time to actually help me complete a task. A boring tedious task. It did help me complete the task, but I’m still not very convinced on whether it was faster than doing it manually.
Read More →After two months of classes and two weeks of exams, the first quarter of my Master’s is finally complete. I can say that 1/8th of my degree is complete. With a new quarter comes new courses. It’s been just a week but there is one specific topic that I found quite intriguing: geometric algorithms, specifically sweep line algorithms.
Read More →This is the first article of The Fundamentals of Programming Using
C series. In this article,
we are going to show you some useful concepts about the programming world. We
will start by using pseudocode (explained below), advancing gradually until we
reach the desired language: C.
Read More →