Slashdot Mirror


User: johnburton

johnburton's activity in the archive.

Stories
0
Comments
264
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 264

  1. Re:ya missed the point on First Benchmarks of AMD Hammer Prototype · · Score: 2

    No, you missed my point. In six months Intel will have chips running at quite a lot more Mhz than now. So this chip as it stands will be significantly slower that the Intel chip at the time of it's launch. Ok, so maybe it will run faster when it's released than the sample. Lets be generous and say it runs 50% faster than it does now. That will be what, 10% faster than the fastest P4? So maybe AMDs next generation chip will be slightly faster than *this* generation of Intel's chip. If it's released on time. And if it works. And I expect they'll use their usual underhanded marketing trick of making up a model number that sounds like it ought to be Mhz to try to fool potential buyers. No, this chip would need to be maybe twice as fast as Intel's *current* chips to stand a chance.

  2. Bah on First Benchmarks of AMD Hammer Prototype · · Score: 0, Troll

    So --- AMD's next generation chip, which isn't out for 6 months proves to be only very slightly faster that Intel's current generation chip which is available now. If I were AMD I'd be very worried about now.

  3. Shame on ReplayTV 4500: No Hacking, or Else · · Score: 2

    Just when personal video recorders were starting to look good they do this. And tivo (in the UK at least) have decided that they, not you control what you record. Are there no honest companies left out there who just want to make their money by selling a good product, and not by trying to exploit their customers in some underhanded way?

  4. Uh, No. on The Empire Stumbles · · Score: 2

    It's because episode one wasn't very good so it's put people off going to see episode 2. That's it. Duh. And what is that first paragraph trying to say. The words are English, but whole sentances make no sense.

  5. This is stupid on XP Service Pack Does the Impossible · · Score: 2

    This is just stupid. First of all, hardly anyone is going to disable these things, and secondly I expect that the first thing that most products will do in future is make you turn them back on before they install so they know what environment they are running in.

  6. Well who'll buy that then? on AOL-Time/Warner's PVR to Skip Ad-Skipping · · Score: 4, Interesting

    I certainly wouldn't buy one if it didn't let me skip the adverts and I can't see that anyone else will either

  7. But on Under Attack by PanIP's Patent Lawyers? · · Score: 2

    surely they'll lose this, have costs awarded against them and either go bankrupt, or get the idea that this is just going to cost them money?

  8. Re:$200 per 1 mile does not add up. on Can 802.11 Become A Viable Last-Mile Alternative? · · Score: 2

    Yeah you are correct, it would be much more than $200 per mile. The card costs $50 (Don't know where you can get them that cheap, but I'll take your word for it). The adapter card so you can actually plug it into the PC you talk about is maybe $90, the "linux box" is worth maybe $300 the antenna maybe $100. Now remember you've got to get network cables and router ports for your pc. Maybe another $40. That's not too far from $600 right there, and I'm sure there are other costs I've forgotten about.

  9. It's been done on Affective Computing: Teaching Machines About Emotion · · Score: 2
    "Good news everyone! I've taught the toaster to feel love!"
    - Professor Hubert J Farnsworth
  10. Re:RTFA on Intel Moves To 533MHz FSB · · Score: 1, Troll

    AMD already seem to be falling behind in the clock speed race quite badly. I think it more likely that Intel will continue to pull away from AMD in clock speed.

    And AMD have clearly shown that there is plenty of room for Intel to tweak their chips to run faster at the same clock rate.

    I'd be very worried now if I was AMD

  11. Re:Was there a question? on Linux "is not piracy" Says Microsoft Lawyer · · Score: 3, Insightful

    Well even the GPL license states that you can't just copy the software without agreeing to the license agreement, and so it's pretty safe to assume that unless you know otherwise that it's "piracy" to just copy the software. That's true for both "commercial" and "free" software - you need to agree to the license (including paying any fees etc.) to be able to copy the software legally. As most "non-computer" people have little idea about how their software is actually licensed, it's probably fair to assume they don't know the difference between free software and pirated software. We might not like that level of ignorance, but I suspect it's true.

  12. Not much of a story on Camera Flashes Kill Nanotubes · · Score: 0, Flamebait

    !!! Heat causes chemical reaction!!! --- No doesn't work even with 3 exclaimation marks.

  13. Re:So? on MS Pressuring NW Schools: Pay Up, Or Face Audit · · Score: 2

    So now it's a troll to say that a) People should pay for the commercial software they are using. b) That they should have some idea what is installed on their machines.

  14. So? on MS Pressuring NW Schools: Pay Up, Or Face Audit · · Score: 0, Troll

    They should be able to show microsoft the licenses for the machines they have and everyone will be happy. If they have a significant amount of unlicenced software on their machines then of course they should be audited. I don't understand how they can say that 60 days isn't enough to prepare. Presumably they *know* what's on their machines already? If not what kind of incompetent management do they have?

  15. Re:Seems we have a good deal in the UK on Wireless Carriers Accused of Antitrust Violations · · Score: 2

    And it's also possible to keep your telephone number while moving from one network to another. At least in theory. How easy it is in practise I don't know,

  16. Seems we have a good deal in the UK on Wireless Carriers Accused of Antitrust Violations · · Score: 2

    In the UK most phones that you can buy are locked to the only work on the network which they are first sold for use on and can only be used on that network.

    But by either paying about £30 to the phone company, or about half that to an "unlocker" you can easiliy get your phone unlocked to work on any network. And the phone companies seem to allow any phone to work on their network. After all, its in their interest to try to prevent you from using your phone on other networks, but in their interest that you use your unlock phone on *their* network rather than another one.

    And the cost of calls seem to be considerably less here that in the USA from what I've seen

  17. Re:Why .net will really win over java on Trouble Ahead for Java · · Score: 2

    Lot's of people posting half right information here :- Yes, .net code compiles to "assemblies" but those assemblies are packaged into .exe and .dll files. Yes you can pre-jit the code using "ngen" but this in no way modifies the assembly. It just creates a separate cache of the jitted code, which the runtime is free to load if it feels like it. I've found that in practise it doesn't actually make all that much difference to the speed. A .net .exe file only ever contains the IL code and the metadata and the manifest. (And unmanaged code as well if you have any)

  18. But... on No More Rebooting? · · Score: 2

    But we can pretty much do this at the moment by using the various suspend and hibernate options. Ok, so it's a different technology but the effect is the same. But nobody not using a laptop ever does.

  19. Why .net will really win over java on Trouble Ahead for Java · · Score: 5, Insightful

    .NET platforms will win over from java because .NET compilers to .EXE and .DLL files which look and seem to work just like the ones you are used to. Of course they are completely and utterly different behind the scenes, but that one simple fact makes .NET seem familier but new and exciting, and not at all like all those scary java .class files. Ok, so I exagerate, but I think that having .EXE and .DLL files really WILL make a lot of difference to how people percieve this platform.

  20. Re:Wrong Direction on Will Robots Cheer Up the Elderly? · · Score: 2

    Because animals are horrible things.
    I can't imagine anything worse than not only having to live in an old people's home, but also to be surrounded by animals. /shudder

    Robots on the other hand are cool!

  21. Why would they want an open source strategy? on What Should Microsoft's Open Source Strategy Be? · · Score: 2

    Why would they want an open source strategy? They seem to be doing fine with their own business model.

  22. Re:Not much a suprise on "Disposable" Cell Phone Actually Repackaged Nokia · · Score: 2

    But the analog networks shut down last year so that's no good. I suppose they could still be running in the USA though.

  23. Re:8 out of 13 on The Root of All E-Mail · · Score: 2

    Just an estimate of many servers are required to handle the load on them.

  24. Re:Sheesh on The Root of All E-Mail · · Score: 2

    And if it did break, how hard would it be to load a backup of the zone files onto another PC and continue as if nothing had happened.

  25. Re:Toast? on Does Open Source Software Really Work? · · Score: 3, Interesting

    "I am sorry to say so, but Windows beats the crap out of Linux for easy configuring." You think? Find me someone who's used neither before, and get them to give you an impartial view of the "control panel" systen. Sure I know much of that inside-out on everything from win3 to 2k and back, but then I also know my way around /etc on more than one distro, and I know which I *prefer*. An example - I plugged the USB lead of my new printer into my windows machine and then clicked "print" from my application and it all worked with *no* configuration required. Even for someone like me who has been using linux for years it's still a challenge to make this kind of thing work with linux at all, let alone with no configuration. Similarly my adsl connection just works with windows, and requires hunting down the driver and rebuilding the kernel with linux. The point is that you don't even need the control panel much of the time in windows any more.