Posts

Showing posts from April, 2026

Caine vs Monika (Coding lense)

Image
THIS IS ONLY COMPARING MONIKAS CODING TO CAINES FIREWALL Before I start writing I want to clarify a few things, most importantly being that both Caine and Monika use different operating systems ( this will be important later ). What we know about Monika is her use of the Python language, we know this due to the series using rem’Py, which is well Python, she has MES OS which is a fake OS, and a Hypervisor Layer due to the implied VM system. This probably means a python code inside of a Virtual Machine which is given access to the files along with scripted UI stuff. This most likely means that Monika is running at a L8 or L7 (application layer) with I/O permissions. [host OS (devs computer)] down [hypervisor / MES OS] down [VM (DDLC world)] down [ren’py engine (python runtime)] down [Monika (and the other dokis  i guess)] For example this means that Monika would be starting at rem’Py, meaning she's able to work to delete things like files or manipulate them, being able to contro...