Slashdot Mirror


User: m50d

m50d's activity in the archive.

Stories
0
Comments
6,913
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,913

  1. Re:bad tactics from Colin Percival on Hyper-Threading, Linus Torvalds vs. Colin Percival · · Score: 1

    Random extra doesn't cut it, just means you have to take more measurements to get the timing right. This isn't pointless at all, I've seen too many "only theoretical" exploits work to dismiss anything that seems like a possible flaw.

  2. Re:He won't fix it? on Hyper-Threading, Linus Torvalds vs. Colin Percival · · Score: 1

    I disagree with that. I do want that to happen. It seems to have got past the point where Linus running the whole thing is beneficial. I think we need a fork, I really do.

  3. Re:A rhetorical question on Selling Your Attention to Spammers · · Score: 1

    If you could bill 3 digits an hour reading slashdot, wouldn't you?

  4. Re:RIAA on Cuban Says RIAA Damages Should be $5 Per Month · · Score: 1

    In that case, how come the "victim" gets them? Why don't the actual damages go to the victim, and anything meant to punish can go to the IRS, or to victims whose offenders couldn't pay the damages, or something?

  5. Re:HighDef Face2Face on High-Definition PC Video Conferencing? · · Score: 1

    ITYM rapport. It's one of those silly words to help the French cheat at scrabble (yes that was a bash ref)

  6. Re:I've heard this before... on A Step Toward the Diamond Age · · Score: 1

    So how about a sort of "diamond foam"? Could that be done? Solid, transparent, but very insulating. Actually, the refractive index is probably far too big to be useful. Any heat-inconductive fluids that could be used with a similar refractive index to diamond?

  7. Re:Allow users to uninstall and reinstall as neede on IE7 Will Have Tabbed Browsing · · Score: 1
    It's IE's fault for having the flaws that allowed it get in there. With the existence of all the junk in it, it should be removed from the OS post-haste.

    Why the hell should you need an external program to repair your OS?

  8. Just ignore him people on Dvorak on the LinuxWorld Fracas · · Score: 1

    Like all trolls, if he doesn't get a rise he'll stop eventually

  9. Re:Allow users to uninstall and reinstall as neede on IE7 Will Have Tabbed Browsing · · Score: 1

    Not at all. Programmer time costs a lot more than CPU time.

  10. Re:double standards on FSF, OpenOffice.org Team Reach Agreement on Java · · Score: 1

    I don't think he does see hardware as off-limits. He certainly replaced his bios with a Free one as soon as he could.

  11. Re:Doesn't the FSF seem a bit demanding? on FSF, OpenOffice.org Team Reach Agreement on Java · · Score: 1

    I don't think it was, I think it was done because it was seen to be seriously necessary. Using a proprietary API is a big thing, and must be seen to be something we care deeply about.

  12. Re:Thanks Microsoft! on Several Critical MSIE Flaws Uncovered · · Score: 1

    No, have the web browser responsible for browsing the web and a completely different program for running remote applications.

  13. Re:Child pornography on Revamping Freenet · · Score: 1

    Exactly. The AC I replied to was claiming you can justify anything under free speech.

  14. Re:And the point of this is? on New Community-Run RPM-based Distribution · · Score: 2, Interesting

    It won because a few big distros stacked the standards comittee. And LSB distros only need to provide a way to install RPMs, not use it as the primary package managment for the actual system. (RTFFootnote on the link you give)

  15. Re:From the BBC Press release on BBC Trial of TV Show Download Service · · Score: 1

    It has also taught us that the makers won't bother making a linux client.

  16. Re:Am I missing something? on BBC Trial of TV Show Download Service · · Score: 1

    It's not public domain. A significant amount of it is produced by other studios under license, licensed from other channels/countries, or will be licensed to other places for money. Now one can argue it should be public domain, but it presently isn't.

  17. Re:Call me crazy, but... on Yahoo Introduces Competitor for iTunes · · Score: 1
    OK, but it's reducing functionality if you buy music from other sources - namely, the ability to play protected songs.

    I can see them winning with that, but I can also see them losing, because at the same time it's clearly superior functionality if the music sites can rent songs for ipods, for example. Even without that, the ability to buy and use a limited licensed song is, I feel, a major functional difference.

  18. Re:Doesn't the FSF seem a bit demanding? on FSF, OpenOffice.org Team Reach Agreement on Java · · Score: 1

    They said, plain and simple, if the project doesn't do this they'll try and fork/clone it. That's their right, and it's courtesy to tell the OOo people what problems they have so they can avoid a fork if they want to rather than just forking it straight away. OOo devs had every right to ignore them.

  19. Re:Java Trap Illusion on FSF, OpenOffice.org Team Reach Agreement on Java · · Score: 1

    No, the issue was that sun was using sun-only classes which aren't part of the Java 5 spec. They've now agreed not to do that; classpath still won't run it all immediately, but any fully java 1.31 compliant VM will.

  20. Re:KDE QT dependency on FSF, OpenOffice.org Team Reach Agreement on Java · · Score: 1

    KDE has no ties to proprietary software at all. Qt became GPL in about 2001. The rest is just FUD from gnome because they know their desktop can't compete on its merits.

  21. Re:double standards on FSF, OpenOffice.org Team Reach Agreement on Java · · Score: 1

    No, but he complains if it depends on it. If OOo depended on some feature only found in the IBM BIOS, he would complain just as much - and quite rightly.

  22. Re:Conflict? Only one side was whining on FSF, OpenOffice.org Team Reach Agreement on Java · · Score: 1
    Look at the last story, one of the first comments is yelling "ASSHOLES" at the people who were complaining about the problem.

    The concessions on the free software side seem to be not forking OOo.

  23. Re:The copyleft JVM should have fixed its issues on FSF, OpenOffice.org Team Reach Agreement on Java · · Score: 1

    The biggest problem was the use of sun-only APIs. Yes, classpath doesn't have the entire library implemented yet, but even if all the missing bits of the official libraries were implemented, prior to this agreement OOo still wouldn't have full functionality. Now it will. Which is an important difference.

  24. Re:The concessions on FSF, OpenOffice.org Team Reach Agreement on Java · · Score: 1

    Moving the plugin interface into the JVM rather than OOo codebase is a genuine concession. It was staying in there, and although some had been cleaned up there was still unnecessary use of sun.* in OOo, and the precedent could have lead to more and more of OOo becoming sun-jvm-dependent. Making an agreement to only use standard APIs is an important difference

  25. Re:Will this always happen. on FSF, OpenOffice.org Team Reach Agreement on Java · · Score: 1

    No. The standard java api, in java.* is well documented. The proprietary extensions we are worried about, in sun.*, are not.