Logs

Starting The Intel-Based Quest

For a week or two now, I have been exploring a paper (Dasgupta et. al ) on formal semantics for x86-64 instructions. In other words, Dasgupta et. al thoroughly studied how each x86-64 instruction works, and, as their GitHub page (Dagupta,”X86-64-semantics”) states: “[this] project presents the most complete and thoroughly tested formal semantics of x86-64 […]

Read More Starting The Intel-Based Quest

Autistic Representation – Mark Haddon’s “The Curious Incident of the Dog in The Night-Time”

Hello everyone! I realize I have much more work to do on my game engine, and there may not be a post on it for a while. I may put something about my artwork or piano playing though. Today I want to do something different: I want to talk about autistic representation in literature. I […]

Read More Autistic Representation – Mark Haddon’s “The Curious Incident of the Dog in The Night-Time”

Programming Log #1 – Learning C++

Hello there! In my quest to create optimal and beautiful 3D graphics, I have been learning C++, a powerful programming language, through the book Programming: Principles and Practice of Using C++. The book was primarily written by Bjarne Stroustrup, the creator of C++ and “first computer scientist.” The book is technically oriented around programming concepts, […]

Read More Programming Log #1 – Learning C++