Slashdot Mirror


User: truedfx

truedfx's activity in the archive.

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

Comments · 323

  1. Re:(Un)Surprising on China Strangles Tor Ahead of National Day · · Score: 1

    The conventions never applied to signatories who were fighting adversaries that refused to follow them.

    [citation needed]

    I don't know if you're right, but I'm not going to just take your word for it, and it's not something that's easy to look up myself.

  2. Re:Eyecandy in cost of usability on Firefox To Replace Menus With Office Ribbon · · Score: 1
    From your link:

    7 Can any applications use the license?

    The license is available for applications on any platform, except for applications that compete directly with the five Office applications that currently have the new UI (Microsoft Word, Excel, PowerPoint, Outlook, and Access). We wanted to make the IP available broadly to partners because it has benefits to Microsoft and the Office Ecosystem. At the same time, we wanted to preserve the uniqueness of the Office UI for the core Office productivity applications.

    Firefox does not compete with Word, Excel, PowerPoint, Outlook or Access. Microsoft might claim Thunderbird competes with Outlook, if the Mozilla folks want to add ribbons there as well, but unless the actual license text is substantially different, there should not be any problem for Firefox other than possibly users' objections.

  3. Re:Affected Models on The PS3's "Yellow Light of Death" · · Score: 1

    According to Wikipedia there were two different 60GB models. One for North America and one for Europe.

    No, according to wikipedia, at the page you linked to, there were two different 60GB models. One for NTSC and one for PAL. This doesn't mean one for North America and one for Europe. There are other countries (Japan comes to mind) where 60GB models were sold.

  4. Re:tip of the iceberg on Timetable App Developer Gets Nastygram From Transit Sydney · · Score: 1

    Ah, right. If the government (or anyone, really) wants to release a binary without the source, but gives you full permission to reconstruct the source to the best of your ability, then there's not really much point in not releasing the source directly. Thanks for that.

  5. Re:tip of the iceberg on Timetable App Developer Gets Nastygram From Transit Sydney · · Score: 1

    If it's public domain, it's already open source unless I'm missing something. If you meant that it should be open source but not public domain, you're not agreeing, you're disagreeing.

  6. Re:Not only Flash SharedObjects... on Flash Cookies, a Little-Known Privacy Threat · · Score: 1

    Are you talking about purging them for specific domains, or globally? For specific domains, I can imagine why it might be a problem (though I'm not aware of how any of them are stored on disk), but if you mean globally, is there any problem in removing the relevant directories, exactly as at least I would do for cookies? Surely none of them are stored in the same directory as (for example) the browser bookmarks?

    As for the legitimate uses, I suppose it depends on your viewing habits. There are not nearly enough good examples of use of even scripting and cookies for me to consider allowing them globally, and I happen to not need Flash at all. (In fairness, if I could not see the movies on Youtube etc. without Flash, I might have installed it.)

  7. Re:more to it on Stroustrup Says C++ Education Needs To Improve · · Score: 5, Interesting

    I'll admit I had to run the program, and even then it took me a while to see it.

    v.size() has vector<int>::size_type as its return type. Depending on which specific type, either that type will be converted to int, and all is fine, or the result of std::accumulate(v.begin(), v.end(), 0) is converted to an unsigned type, then divided, and then converted back to int. In the latter case, when you have a negative sum, the division gives the wrong result.

    I think the <istream> and <ostream> headers are required because the types of std::cin and std::cout might otherwise be incomplete, meaning operator<< might be undeclared. I know the <ostream> header is also required to that std::endl is declared. I'm not seeing what could be in <iomanip> that's of interest of your program. Could you explain that last one?

  8. Re:If a tree falls ... on Microsoft or Apple - Who Is the Faster Patcher? · · Score: 1

    Even if no one is around to hear the tree fall, you can record the sound and listen to it later. I'm not sure how to apply this to Apple, but I'm guessing it involves zombie networks. Any ideas?

  9. Re:It must be Microsoft's fault on Serious Vulnerability In Firefox 2.0.0.12 · · Score: 1

    Maybe that because it makes no sense if normal users cannot read and execute applications and their associated data?
    I hope you meant that the other way around. Normal users should be able to execute applications and read data. They don't have to be able to read applications or execute data.
  10. Re:Wait.. huh? on Hasbro Using DMCA on Facebook Game Apps · · Score: 1

    I don't see the DMCA mentioned in the links, nor in the news that they reference. It's indeed irrelevant here; this is just another someone's idea of fabricating details of a story in order to spark more interest.

  11. Re:So fucking what? on Open.NET — .NET Libraries Go "Open Source" · · Score: 1

    Delphi used to come with the source for the runtime library with the Professional editions, but now includes it in all editions, even the free (gratis) version of Turbo Delphi. It was and still is extremely useful.

  12. Re:Possible Reason on Viacom Claims Copyright On Irrlicht Video · · Score: 4, Insightful

    Since when are takedown notices supposed to be sent by search bots?

  13. Re:Slashdot is a funny place on Aqua Teen Stunt Costs Turner and Agency $2M · · Score: 1

    Ask those people killed by boobytraps wether they thought X looked like a bomb were X is whatever blew them into little bite sized chunks.
    I can't imagine any of them will say it looked different from a bomb. (I'm so sorry...)
  14. Re:Puzzling? on Why "Yahoo" Is The #1 Search Term On Google · · Score: 1

    I've typed full URLs into Google's search more than once, because I wanted to look at a cached version, or because I wanted to find pages referencing that URL.

  15. Re:new, non-restrictive format on Interview with Developer of BackupHDDVD · · Score: 2, Interesting
    From what I can tell, there's three camps of consumers when it comes to DRM:
    1. The camp that can't stand it, won't buy it, and goes without the content.
    2. The camp that doesn't like it all that much, but buys it anyway.
    3. The camp that won't pay no matter what you do, and pirates the content instead.
    Your second camp can be divided into the group that doesn't like it all that much, but buys it if the DRM can be bypassed, and the group that doesn't like it all that much, but sucks it up and deals with it. I consider them very different groups.
  16. Re:Just like Windows... on x86 Linux Flash Player 9 is Final · · Score: 5, Informative

    The Flash specification is not open. It is freely available, but may not be used to create Flash players, only Flash creators.

  17. Re:No EULA??? on x86 Linux Flash Player 9 is Final · · Score: 4, Informative
  18. Re:Don't care because... on New Outlook Won't Use IE To Render HTML · · Score: 1

    I use mutt, but you probably won't consider that as modern. If you have no problem with KDE, there's Yzis, which offers an embeddable vi-style text editor, suitable for use in any KDE application that uses standard text editor controls. It would surprise me if this did not include KMail. (I haven't used it recently, so I don't know if it still has some usability issues.)

  19. Re:Get Legal Representation... on Did Producer Timbaland Steal From the Demoscene? · · Score: 1
    And that finnish artist...she should bring Timbaland to court in Finland.
    This makes no sense. If Timbaland lives and works in the US, and is restricted by US laws, why should he answer to any court in Finland?
    She definitely has a case against him, especially since she has prior art to back up her case.
    This again makes no sense. I thought this was about copyrights, not patents. Where do patents come into play?
  20. Re:Don't care because... on New Outlook Won't Use IE To Render HTML · · Score: 1

    Plain text editors can have security holes too. vim has had security bugs that could be triggered simply by pressing the Reply key in your e-mail app and having vim as your default editor.

  21. Re:Horeshit.....javascript is crap but....horeshit on AJAX May Be Considered Harmful · · Score: 1
    I throw in the qualifier because, other than stuff like regular expressions and SQL, which are not Turing-complete and have blissfully narrow scopes, everything else has seen javascript-acular scope creep.
    Extended regular expressions have been used as tests for prime numbers. I'd say that counts as beyond the original intended scope.
  22. Re:Also, A DVD player without DVD is not a product on HP's Windows Bundle Trouble · · Score: 1
    Assuming HP shipped you a PC with absolutely no O.S. installed, how exactly would you go about downloading this wonderful free O.S.?
    At a friend's?
  23. Re:Let's not play word games on UK Wants To Ban Computer-Generated Child Porn · · Score: 1
    We're talking about child porn that tries to play games with legal loopholes about whether a child is actually harmed.
    What makes you think that? I see nothing suggesting that in either the summary or the article.
  24. Re:Even I knew this was wrong as a 10 year old on Professor Comes Up With a Way to Divide by Zero · · Score: 1
    A fundamental part of his explanation pivots on the following being true: 1/0 = infinity -1/0 = -infinity So, according to that, the following would hold: if 1/0 = infinity then infinity * 0 = 1
    infinity * 0 is indeterminate. It can be 1 in one case, 0 in another, or something entirely different. See Wikipedia or better, Dr. Math for an explanation.
    which does not work, for obvious reasons. This I told my teacher in 6th grade.
    If it's obvious to you as a 6th grader but not to a teacher, you should consider the possibility that you're missing something.
  25. Re:Poor function name on Origin of Quake3's Fast InvSqrt() · · Score: 3, Funny
    x^(-1/2) != x^(2).
    Er... no. It's entirely possible for x^(-1/2) and x^(2) to be equal. This happens when x=1. (I know what you meant, but what you posted is very different.)