Discovered a new method for detecting if someone is using Incognito in Chrome:
Write 512 tiny 1-byte responses into a scratch Cache API cache, then read:
https://t.co/gsVNLl57y6.estimate().usageDetails.caches
Normal Chrome: ~393kb
Incognito: ~85kb
Why? When you're in incognito, Chrome writes to memory instead of disk, which leaves less metadata residue
I was thinking that there's a similarity between front end frameworks such as React and Vue and using a LLM to code and that is that they're good for rapid prototyping but the result is never as good and optimized as a hand written labor of love product.