During recent research in developing NoirVisor, I find it exceedingly difficult to develop without using sufficient debugging facilities (i.e.: It is very [...]
In September 2022, the game NieR: Re[in]carnation introduced a crossover event with Persona 5 Royal (P5R). I was impressed by the crossover story and added [...]
In Debug-Printing, it is required to provide information useful enough so that problems can be diagnosed easily. If the printed messages include source [...]
Here is a fictional story of a science research. An institution wants to investigate how rats see things. Researchers put a cat near a rat, then the rat [...]
The goal of this system is to let the service collect fake data so that service provider may not exploit the users by inferring the habit of users. [...]
In some circumstances, we may need to implement a limited-size list that works like LRU cache. Most implementations are done by recording the latest time [...]
Interrupt Window means a specific timing that a processor can inject an interrupt. On Intel VT-x, there is an option to intercept Interrupt Window by [...]
Introduction You might want an extra console for your program. However, you may realize that you can only have one console per process. Functions like [...]
NieR:Re[in]carnation is an online mobile game that can be played on Android cellphones and iPhones. This blog serves as an incomplete guide of this game. [...]