Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
I'm not familiar with OS X's plist, but compared to text config files, the registry is:
1. fast, because it can store binary information
2. easy to centrally manage
3. more organized, without config files scattered throughout the filesystem with arbitrary formats.
4. easy to program for, since you don't need a text file parser (although you could probably just use a library with text files)
People like to say that the registry is unreliable, but with transactional registry APIs added in Vista I don't think it's true now, if it ever was. The registry should be as reliable as a file system, sure you can screw up the registry, but it's just as easy to screw up the file system, imo. Was there any specific reasons you heard the registry isn't good?
I've never had a problem with Windows having a registry. Quite frankly, 99% of people who use computers have no reason to ever even open it up, so how can you fault an OS for having it if most people will never see it?
Installing/uninstalling programs changes the registry. Over time that can slow down or render Windows inoperable.
Don't want to turn this into a Windows vs OSX debate, but some of those in favor of OSX say that Windows is behind because it uses a registry. Programs in OSX have their own file that has the preferences and doesn't affect other programs. At least that's how I understand it to be.
I've went 3 years on an XP install without issues. Late last year I worked on a computer that had a 2002 install of XP and it ran just fine.Installing/uninstalling programs changes the registry. Over time that can slow down or render Windows inoperable.
Sure, if the program you install/uninstall writes to random places in the registry, and leaves a bunch of shit in there, but the same will happen if a program in another OS writes to random places on the file system or leaves shit all over the file system. Bottom line is any bad behaving app on any OS is going to cause the same problems, and I've never personally had slow down or registry failure problems, I think the issue gets exaggerated and hyped up by the alternative OS hustlers, personally.
I've never had any problems either, but the average user don't pay too much attention to what they install.
From what I understand, in OSX when a program is installed, the preferences are in one file and if that gets corrupted, all you do is delete it and when you reopen the program a new preference file is created. So nothing else is affected.
I've went 3 years on an XP install without issues. Late last year I worked on a computer that had a 2002 install of XP and it ran just fine.
So what's your point?
Well you could delete the programs registry keys and the program files folder and reinstall the program. The likelyhood of a program overwriting random registry keys is just as likely as the program overwriting random files in the file system..
I believe OSX plist works the same way as Linux.Windows used to use plain text files as well, but the organization was very poor. An application could place it's files anywhere because there weren't good folder permissions. This lead to a very chaotic system; config files would not be deleted when an application was uninstalled, or multiple configuration files with the same name would overwrite one another when placed in the same directory. The registry was supposed to create a very organized method for configuration options. however, there are serious performance problems. While a text file takes up space on a hard drive, it doesn't use much space; this file only needs to be accessed when its program was launched. Consequently, there was no performance impact from having old config files on the system. The registry does not behave like this. Since the entire registry must be read on each boot, it needs to be keep small and organized; however, applications frequently don't cleanly remove their registry "keys", so the system becomes cluttered and slow over time. The Linux system works on Linux because programs can only place files in specific areas, so the oraganization is kept clean and performance remains great because there is no registry database to load and read.
I've went 3 years on an XP install without issues. Late last year I worked on a computer that had a 2002 install of XP and it ran just fine.
So what's your point?
Here's a post from a ubuntu forum:
I believe OSX plist works the same way as Linux.
Not if you use well-known apps, or run a reg cleaner.Installing/uninstalling programs changes the registry. Over time that can slow down or render Windows inoperable.
Never dealt with Adobe products on a Mac, have you? if only it was this simple.From what I understand, in OSX when a program is installed, the preferences are in one file and if that gets corrupted, all you do is delete it and when you reopen the program a new preference file is created.
There was little to no reason for this post anyway, so if no one else can figure out a point to a thread, they will surely find one to post about. That's what happens when you create vague threads.This isn't about if you've had issues or not.
Then go buy a Mac because that's the only way you're ever going to get the knowledge and experience you seem to be desperately seeking. Asking questions is ok but, at some point you just have to say, "What the fuck..." and do it. Cheesy, yes, stolen from one of the coolest movies ever made, yes.
Still 100% accurate? Most definitely.
I think he meant that's how you'd learn more about plists, but also, gien that most people with a Mac also run Windows....you could get experience with both.How am I going to know more about the advantages/disadvantages of Windows Registry by buying a Mac?
I think he meant that's how you'd learn more about plists, but also, gien that most people with a Mac also run Windows....you could get experience with both.
Then don't buy a Mac, and stick with a PC. Set up a Virtual Machine and play around with the registry until your hearts content. I don't really see much of a need or reason to learn anything about it, but to each his/her own. If you are trying to learn more about the underworkings of an OS, the registry isn't really where you want to spend your time.
Where do I start?
Start by loading up any OS you want in a virtual machine and play around with it, learning what is important to you. Are you trying to get into IT? Networking? Security? If it is just for general knowledge, just using the OS is the best way to learn it.Where do I start?
You need VMWare Player or Virtual Box, a retail Snow Leopard DVD and a specific boot loader. I'm not going into any more detail than that.Where do I start?
Just because I made a thread about thinking about getting a Mac doesn't mean all my questions are about getting a Mac. This thread is mainly about Windows Registry. I only brought up OSX's plist because that's the other most used OS.I'm not sure why one would base their OS choice on registry and configuration procedure anyways. OS choices should be about how you plan on using your computer.
Gaming a lot? Get a PC - or a Mac with Bootcamp.
School requires a Mac? Get a Mac.
Are you adventurous? Get a PC and read up on Hackintosh (don't elaborate on this - discussing Hackintosh howto's aren't permitted on this forum).
etc etc..
I've never heard anyone say "So which computer should I get that handles configuration files and entries better?".
Just because I made a thread about thinking about getting a Mac doesn't mean all my questions are about getting a Mac. This thread is mainly about Windows Registry. I only brought up OSX's plist because that's the other most used OS.
The point of this thread was stated in my first post. What are the advantages/disadvantages of the registry vs. OSX plist. I brought up "supposed" advantages the plist has because that's the only thing I've heard. Whether it's true or not, I don't know.
I don't own a Mac and I'm still debating whether to get one. But out of curiosity I wanted to know how the registry works vs the plist. I never really learned about the registry. I grew up on Microsoft and have built more than 10 or so PC's and I am very anal about what I install. Therefore, I never had issues with the registry.
I think he meant that's how you'd learn more about plists, but also, gien that most people with a Mac also run Windows....you could get experience with both.