Brainshare Reports: NLD 10, Novell's Linux Switch
An anonymous reader submits "Computer World has an article about Novell Linux Desktop 10, which was just announced at Brainshare, that it plans to compete directly with Windows. One of the biggest things about NLD 10 is that it will have the desktop search engine Beagle as a feature." Also from Brainshare, Joe Barr writes on NewsForge about the significance of Novell's ongoing (multi-year) transition to Linux for all of its 6,000 desktops. Consultants and software sellers of all stripes won't soon run out of TCO arguments for the products they want to push, but Novell claims to have saved $900,000 last year in Microsoft license fees alone.
NLD is descended from SuSE, which is up to version 9
I think since its basicaly Suse , they are jumping on the suse numbering .Since the last version of SuSe was 9.2 then NLD 10 is a logical follow up .
This also keeps the numbering in good sted with a few of the other distros
The only things certain in war are Propaganda and Death. You can never be sure which is which though
Yeah, I've seen that happen. I use OS X by preference for most tasks, and I think they strike a good middle ground. They put most native programs in /Applications. In a shared environment users can install programs to ~/Applications. The BSD subsystem applications are stored in /usr/bin and the other historically expected locations. Newbies look in /Applications and find everything. CLI gurus find everything where they expect too.
Watching a Mac user run Windows or Linux is painful. They try to move or delete programs and just can't understand why it doesn't work.
"[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz
I haven't used beagle, but here's the general case for large-scale meta-data searching:
If I'm looking for information on, say, the E-Zuper project I working on at work. This allows me to turn up everything that refers to it, whether its an email, a document, a bookmark -- anything. And note that two of those things only exist within certain applications -- the email and the bookmark aren't physical files. They are conceptual objects.
Likewise, you could say, "look at everything I did yesterday", and turn up emails, website visits, documents, etc.
Or you could say, "show me everything by Stan Sterner" and the same thing would happen.
For those of us whose data repositories are diverse and not always file-based, it would be a great blessing. Not to mention that meta-searching is useful even just with normal documents.
If you can assign arbitrary meta attributes, you can bypass the limitations of a traditional directory structure. For example, I can search and find documents that I'm supposed to have completed by tomorrow, if I include an attribute such as "date-needed" on those files. This will pull from every folder (which are likely arranged by project, not date). I could also add priority tags, and search by priority.
Engineering and the Ultimate
Always install using the distrbution's preferred method of installtion and you'll be fine. With rpm's its very easy to set up menu's etc... In fact, I can't remember the last time a program with a gui wasn't added to my start menu in fedora (without any user interaction).In fedora just use yum and everything is taken care of. Regardless, its not hard to have a program pop up in a menu, netbeans, java, eclipse (iirc), Enemy Territory, are all programs off the top of my head that have always installed flawlessly and added shortcuts despite using custom installers. Don't blame something on the software when in reality its your ignorance. Regardless, just because you're familiar with window's file structure and not linux's doesn't mean it is worse, it just means you don't understand it. I'd be lost as hell in window's file system. In *nix I know where all my binaries are, where all my system binaries are, and where all my conf files are without any problems. Any custom settings per user, I know right where they are too.
Regards,
Steve
You apparently don't understand how Applications are handled in OS X. You're not 'wantonly deleting executables,' you're moving and deleting the entire application. The Application you see (an .app) is really just a container.
.apps, you'll find that they're just a directory that the GUI in OS X treats like a single file. Inside is the entire directory tree for the program and all its files, but the user (as you've clearly demonstrated) doesn't have to know this, because there's no need for them to know about it.
If you drop out to the CLI and take a look at
To me, it's a great example of transparency done right. You've just been engrained with the idea that files are scattered everywhere and need to be purged, as you put it. That's not the case at all. It's not a matter of dumbing down so much as abstracting things that don't really serve the user any better spelled out. *THAT'S* why it's 'Applications' and not '/Applications.'