Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Please don't omit the alternative names, thx (Score 3, Funny) 73

Fixed that for you

Last week, or seven days ago, Vsevolod Kokorin, also known online as Slonser, wrote on X (formerly Twitter) that he found the email-spoofing (also known as forgery) bug (or vulnerability) and reported or disclosed it to Microsoft, formerly known as Micro-Soft.

Comment Re:Apple Exec says fuck you (Score 1) 73

What I meant was that the hardware you bought stays working -- you don't have to junk it because the software is full of unpatched, known security holes (or has just stopped working because somebody switched off a server somewhere). You're right that newer, better hardware becomes available, but that doesn't mean the old one is obsolete, if it does what you need. (One exception might be older wireless standards, for example if the 3G network is switched off in your country.) The biggest failing of older hardware is that the battery gets old and tired, as you noted.

Comment Re:Apple Exec says fuck you (Score 3, Informative) 73

Maybe a little unfair. No phone is particularly great, but iPhones since launch have generally suffered less from obsolescence (planned or otherwise) than Android or other competitors. Apple keeps producing security updates for several years and makes sure you can always install them. That can't always be said for Android devices.

Comment Re:You can't compile for these CPUs any more (Score 1) 18

Thanks. I misunderstood what the hardware does. I saw it as "a bucket of Pentium chips on a PCIe card" but really those are just an interface to the vector units, which is what you really paid for. And I guess even if Intel crammed 80 Pentium cores onto the card, it would still be outperformed by a pair of 40-core processors designed thirty years later.

Comment Re:You can't compile for these CPUs any more (Score 1) 18

But you could, in principle, parallelize your kernel build across the numerous x86 processors in a Xeon Phi. You can't use the GPU to speed up gcc. It seems like there ought to be some application of the technology for integer code that needs to go fast and is parallelizable, but not vectorizable. Intel never found it though.

Comment Re:It might run on even older hardware with new CP (Score 1) 58

On second thoughts, it would be hard to get enough memory. The IBM 8580 I mentioned could take 64 megabytes and perhaps more (I had 56 megabytes in mine, scattered across several weird upgrade cards). But the PC-AT... I don't know that even with a 486 upgrade installed you'd be able to install and directly address more than a megabyte.

Comment It might run on even older hardware with new CPU (Score 1) 58

I used to have an IBM 8580 system which originally used a 386DX processor (the top spec model was clocked at 25MHz). IBM had a licensed clone of the 486 called Blue Lightning, and produced a CPU upgrade. It was a small daughterboard fitting into the 386 socket. The Blue Lightning was clock-tripled (like the Intel 486DX4, which came a couple of years later) so ran internally at 75MHz. That means I could now run Windows XP on that machine from 1987, if my parents hadn't sadly junked it. (It ran NT 3.51 very well so I'd hope enough of the old device drivers are still there in XP.) I expect the Blue Lightning upgrade would work in any 386DX system.

It's possible to go further back. Cyrix produced a 486SLC which had a 16-bit external data bus (like the 386SX) and could be fitted as an upgrade to 386SX systems, but also to 286 ones. There were upgrade kits for the IBM PC-AT. So you could in principle get Windows XP running on a machine from 1984.

Slashdot Top Deals

There are two ways to write error-free programs; only the third one works.

Working...