Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Let the bitching begin.... (Score 1) 558

Not really. Before the IBM PC is was CP/M on Z80 or 8080 based machines. Even the hardware+OS microcomputers were rated on whether they were "Microsoft Compatible", referring to the BASIC interpreter of course. Both models have been around for a long time, and if anything the 80's micro revolution was the blip, with most personal computers before and after being generic-ish hardware with a generic or partly customised OS. Apple really are the only company to have carried that through several decades.

Comment Re:lost? (Score 1) 407

Really? I would call Time Machine a killer feature. Spotlight wasn't in the early versions of OSX and is incredibly useful. Different things matter to different people, but those are two things that are major improvements above x86 compatibility.

Comment Re:I'm lazy (Score 1) 100

Document scanners with straight paths are readily available. I just scanned a couple of thousand prints from 35mm photos through my Fujitsu Scansnap as I realised that low res reference images of all my old photos are good enough for me and relatives to look through, with the option of a high res negative scan for the ones we really want. I think my Scansnap would do upwards of 20 cards per minute, maybe 30' far faster than this solution.

Comment Re:Can't complain... (Score 4, Informative) 230

There's a simple lock and unlock function for system preferences panes. So, for instance, you could have GateKeeper turned on for the family Mac, which would give the kids the freedom to install any software that is signed, but you would need the admin password to install unsigned software. It's a step up from the admin-only software install approach.

Comment Re:fp (Score 1) 594

The big draw with OOP is that (ideally) it removed the separation between algorithms and data. In traditional imperative programming, you would code set of algorithms, procedures that do different things with data, and the data itself would be stored in arrays or allocated memory accessed with pointers. With OOP you code classes that encapsulate both the data, and the methods that are used to manipulate it. So if, for example, you were writing a file manager and wanted to implement a print function, you could handle files as objects, and as long as each different file type implemented an interface that had a print() function, you could call file.print() to print the contents of that file, without needing to know anything about how the data works within it.

Of course, it's perfectly possible to do that sort of thing using defined APIs in non object-oriented languages, but there is a neatness to the way OOP works that makes that sort of thing a lot easier. OOP hides all of the details of how a class works, and as long as it's coded cleanly, it's quite easy to extend programs to work with different types of data that the original author never intended, by coding classes that implement the same base classes (or interfaces) that the programs expects.

Comment Re:I wonder what happens with volume licenses? (Score 1) 385

Thanks for your anecdote. In my sample size of about 20 PCs that I've reinstalled and sorted out for friends and relatives, I've come across numerous issues using OEM keys to install copies of Windows XP on other manufacturers' laptops. The issue seems to be the disk, not the machine, e.g. if you've got a Dell disk and key then that will install on any machine, but you won't get an Acer code to work on the Dell disk, even if it's the right version of Windows.

Comment Re:Christ... (Score 1) 914

Anyone who can't manage to wield the 'special tool' (a screwdriver with a different head, just like many mobile phones have had for years) really shouldn't be attempting to do anything at all to service their laptops. I agree that Apple have made it less user-servicable than previous models (though not the Air, which is hugely popular), but I disagree with your assessment of their motives. The vast majority of people simply aren't interested in taking their laptops to bits, and the vast majority go from the shop shelf to the scrapyard with the cover never having been opened. Having said that, the huge aftermarket in DIY and mom-and-pop-shop repairs and upgrades for iPads and iPhones calls into question your hyperbole.

Comment Re:Christ... (Score 1) 914

I don't understand this whole 'non replaceable battery' complaint. How is it that hard to pop the back cover off to replace the battery? When I got my (now previous generation) MacBook Pro, the first thing I did when I received it was open the back and replace the hard drive. There was even a little booklet in the box with it telling you how to do that. The battery was right there next to it, and I could have easily replaced that too.

Comment Re:ethernet dongles (likely at added cost on $2k+) (Score 1) 683

If you've set an Airport Express up once, then it "just works" in any scenario in which a direct Ethernet connection "just works". It is bulkier to carry around, though, but means you can sit on the hotel balcony without needing a 10ft RJ45 cable. And, also, if you can't manage to set up an Airport Express using the utility it comes with, then you'll need to help to use a computer in any useful capacity at all.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...