Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Like the companion app (Score 1) 65

Apple used to ship iSync with OS X, which could sync calendars and contacts with a wide variety of phones via bluetooth or a cable. It also had a nice plug-in architecture for adding new sync clients (and new kinds of data to sync). They also had some Bluetooth integration with the address book app, so when someone called your phone you'd get a pop-up on the screen of who it was and could send SMS directly from the address book. All of these features disappeared with the first OS X release after the iPhone and were replaced with cloud-base syncing that only worked with the iPhone.

Comment Re:Windows 3.0 (Score 1) 387

There were a few things (GDI handles and suchlike) that had very small limits. Once you exhausted them, the system was basically unusable. There was a little program you could run that would show the number allocated vs allowed. By the time you'd launched one program, they were normally 60-90% gone.

Comment Re:Meanwhile OS/2 and Xenix existed (Score 1) 387

enough ram to run without swap file thrashing. Price was high as well

These two are related. OS/2 needed 16MB of RAM to be useable back when I had a 386 that couldn't take more than 5MB (1MB soldered onto the board, 4x1MB matched SIMMs). Windows NT had the same problem - NT4 needed 32MB as an absolute minimum when Windows 95 could happily run in 16 and unhappily run in 8 (and allegedly run in 4MB, but I tried that once and it really wasn't a good idea). The advantage that Windows NT had was that it used pretty much the same APIs as Windows 95 (except DirectX, until later), so the kinds of users who were willing to pay the extra costs could still run the same programs as the ones that weren't.

Comment Re:For me it's Windows NT 3.1 (Score 1) 387

I never ran 3.0 on a 386 to try that. On Windows 3.1 it wouldn't work, because the OS required either (286) protected mode or (386) enhanced mode. Running 3.0 on a 386, the DOS prompt would use VM86 mode (yes, x86 has had virtualisation support for a long time, but only for 16-bit programs). Windows 3.0 could run in real mode, so would work inside VM86 mode. In real mode, it didn't have access to VM86 mode (no nested virtualisation), so probably couldn't start again.

Comment Re:OS/2 better then windows at running windows app (Score 1) 387

And Windows 3.1 lost real mode support. You could run Windows 3.0 on an 8086 with an EGA screen and 640KB of RAM (I did - the machine originally shipped with GEM). I think 3.1 still have 286 protected mode support, but didn't work very well unless you ran it in 386 enhanced mode. It was a bit sad that the version of Windows that required an MMU didn't use it to implement memory protection...

Comment Re:*shrug* (Score 1) 387

Sort of. The desire not to cannibalise sales was a key factor in the design of the PC, but these were also features that IBM didn't think would be missed.

IBM knew what multitasking was for: it was to allow multiple users to use the same computer with administrator-controled priorities. Protected memory was for the same things. Why would you need these on a computer that was intended for a single user to use? A single user can obviously only run one program at a time (they only have one set of eyes and hands) and you can save a lot in hardware (and software) if you remove the ability to do more. And, of course, then no one will start buying the cheap PCs and hooking them up to a load of terminals rather than buying a minicomputer or mainframe.

Comment Re: *shrug* (Score 1) 387

My father's company got their first Windows 3.0 install because they bought a diagram tool (Meta Design, I think), that came with a free copy. The company that made it had decided that bundling a copy of Windows 3.0 was cheaper than writing (or licensing) a graphical toolkit for DOS and an associated set of printer drivers. I don't know if they were the only company to do this, but after a year or so they stopped bundling Windows and just expected their customers to either have a copy already or go and buy one.

Comment Re:Oh for fucks sake (Score 1) 615

Hate to disagree with another FORTH fan (saw your sig) but dictionary says he's right. Haters called a social safety net "socialism" as a pejorative, conflating any government activity at all with state ownership of factories in Russia. They started off saying it was "socialistic" and then graduated to just calling it socialism. But the dictionary definition remains. You're talking about a "mixed market economy"...which is of course what they ALL are. There is zero pure socialism or entirely free markets anywhere. Demagogues hate shades of grey and love to call you black or white. Ayn Rand embraced that criticism, saying that once you have admitted there's evil, how can you consent to even the smallest admixture of it. Of course, there's no totally free markets anywhere because they, too, would create great evil, so it's all about the balancing act.

Comment Re:Markets, not people (Score 1) 615

> A free market system with a reasonable amount of regulation, for all its flaws, works.\\\\\\ ...has worked in the technological environment since mechanization, the way feudalism worked in the agricultural one...for all its flaws.

(fixed that for you).

It wasn't much of a free market for 99.9% of actors during feudalism, because the feudal lord could interfere with it any time he felt like waving a sword around.

And the "flaws" of the current system may one day be seen as only a little less bad than the "flaws" of feudalism, which worked for 10,000 years. But fell apart rapidly with Gutenberg and literacy and satanic mills and the need for capital to build them. No inherent right-to-exist will protect our current culture and economic system from obsolescence should it fail to match new realities.

Comment It's immoral to make a sandwich? (Score 4, Insightful) 618

Jon Stewart once signed off the Daily Show with "If you used a DVR to skip our ads, you're a thief" or some such - it was a sharp way to highlight the foolishness of these guys. We skipped ads when it was only broadcast TV all the time by stepping out to make a sandwich.
The only thing we're doing is voting with our feet that content providers should find another way to fund their work. It's no more immoral than renting direct-to-video movies were immoral compared to watching broadcast TV.

Comment Re:MIssing Option ? (Score 1) 164

Celebrating the person who brought you into the world,

Some of us are lucky enough to have parents who made a conscious decision to have children, worked out what it would cost them, understood that it was a responsibility and a commitment, and decided that the costs were worth it. Some people have parents who fucked and forgot the pill (or whatever) and decided that keeping the child was the path of least resistance. For those of us in the first category, one day a year per parent is nowhere near enough - we owe our parents a lot for the advantages that we had early on that let us succeed later in life. For people at the opposite extreme, even one day can seem like an insult.

wiped your ass for you and taught you right from wrong, for one day per year,

You don't need to do any of that to qualify as a mother, you just need to make it to childbirth. If you're in the first category that I described, then please do remember to appreciate your parents, but please also remember that those advantages that you're thanking your parents for giving you (teaching you right from wrong, as you say, and hopefully teaching you to value education and how to be happy) are not universal.

Remember, occasionally, just how lucky you are. If you're born in an industrialised society, in a stable family, with supportive parents, then that gives you a huge advantage in life.

Comment Re:Couldn't care less. (Score 1) 241

Tried that but wasn't able to get something useful from "cat /proc/cpuinfo".

I had exactly that experience! Though mine was on Linux and was one of the things that pushed me to *BSD. An unstable text-based format that varies between architectures and between kernel versions turns out to be a piss-poor way of getting information from the kernel.

Slashdot Top Deals

The optimum committee has no members. -- Norman Augustine

Working...