i don't give a fuck what's in my registry.
config files piss me off because you delete them and you're setting's gone.
write 'em somewhere deep in the registry and i dont hafta care about 'em. see no evil, hear no evil, speak no evil
fuck it pretty much every app in the world does this,
I still wonder how the fuck the bloatgistry holds together, it must be a programming masterpiece
Name:
Anonymous2011-12-08 14:42
You can store pretty much everything to registry. For example, it is perfectly acceptable to store all sound and image data to registry in binary format.
The registry is very convenient in many ways. The data is always available and it is common knowledge, that Windows system can read registry faster than it can read normal files located in Windows file system, since the registers are located in CPU itself.
It is possible to emulate filesystem with Windows registry. An ideal solution for any application would be to store the actual executable binary to registry and then create a simple loader executable that reads registry and creates executable memory block from it.
The registry is not only limited for storing any kinds of information. It can also be used for inter process communication. You can emulate shared memory just by creating common entry for applications in registry. Semaphores are also easy to implement. Just create a key with an integer value representing semaphore value.
The next version of Windows makes much more use of registry than current versions. It is rumored that the kernel itself is now mostly located in registry, leading to improved stability and speed benefits.
Name:
Anonymous2011-12-08 14:45
>>1
If you have several apps that have to share settings: use registry.
If you have single app that wants to look clean: use it's working directory for everything.
>>1
Yes, every windows program do that. Sometime later you have a bloated windows install even if you remove these shit altogether. get your hands out of my registers
>>11
But why would a file need permissions in its own folder? That makes no sense!
Name:
Anonymous2011-12-08 16:04
>>15
Everything makes sense to some observer, because if it doesn't, said observer will be created to reduce entropy relative to information. This is how our universe works.
You're using the tool for it's intended purpose. It is correct to write configuration settings in the registry. Removing registry settings is the job of the uninstall routine.