Slashdot Mirror


User: Schraegstrichpunkt

Schraegstrichpunkt's activity in the archive.

Stories
0
Comments
2,694
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,694

  1. Re:You can win, you self-defeating sad sack. on Voters Vote Yes, County Says No · · Score: 1

    It depends on what kind of war you're fighting. The primary useful purpose of an armed populace is to avoid being overrun by a foreign power. Switzerland managed to avoid being invaded by Germany in both world wars, and I'd bet it has something to do with the fact that its entire population (or maybe it's only the men, but that's nearly as effective) is part of its militia. That doesn't mean Switzerland could successfully invade another country.

  2. Re:Why not? on New Vote on .xxx Internet Address Nears · · Score: 1

    Being x-rated (i.e. not rated) is not equivalent to being pornographic.

  3. Re:I'll tell you why not. on New Vote on .xxx Internet Address Nears · · Score: 1

    ...but that is the only way it can be clear, workable and enforacable.

    Your lack of imagination does not exclude all other options.

  4. Re:If apps can run without admin accounts... on White House Specifies And Mandates Secure Windows · · Score: 1

    It's been around since *at least* NT4, in 1996 (although prior to Windows 2000, it was added to the shell via a free Powertoy from Microsoft).

    It's built into Windows 2000? Where?

    If people can't find the option, it's not much better.

  5. Re:Why not? on New Vote on .xxx Internet Address Nears · · Score: 1

    The only possibly sane way to do this would be to have something like a .kids TLD

    Good grief, no. Use PICS.

    (See also: RFC 3675)

  6. Ooh, what can we register? on New Vote on .xxx Internet Address Nears · · Score: 3, Funny

    tu.xxx - Penguin Porn!

  7. Re:Why not? on New Vote on .xxx Internet Address Nears · · Score: 1

    Apparently you've never watched surgery on TV. Hint: It's not on the Playboy channel.

  8. Re:I'll tell you why not. on New Vote on .xxx Internet Address Nears · · Score: 2, Informative

    Thats why standards were invented.

    ... like PICS. Of course, this has already been discussed in RFC 3675.

  9. No, don't read RFCs when making Internet policy on New Vote on .xxx Internet Address Nears · · Score: 1

    You people are idiots. (Score: -1, Redundant... This is Slashdot, after all.)

    Please do the world a favour by tagging this article "rfc3675", then go read it.

  10. Re:Why not? on New Vote on .xxx Internet Address Nears · · Score: 1

    I fail to understand why we DON'T have .xxx domain names.

    That's because you failed to read RFC 3675.

  11. Re:If apps can run without admin accounts... on White House Specifies And Mandates Secure Windows · · Score: 1

    It seems Windows developers will always trade end-users security to prevent permissions-issue support calls. And *ALL* of them develop and test as administrators. QA'ing with a user account is too much work.

    The historical lack of a "Run as user..." command is partly responsible for this.

  12. Re:Yikes! on White House Specifies And Mandates Secure Windows · · Score: 1

    [sarcasm]Riiight. So what would obviously be even more secure would be to have everyone write their own operating system.[/sarcasm]

    It's a trade-off. By having people with above-average competence design the system, you increase the probability that the system will withstand being attacked. On the other hand, by standardizing your operating environment, you increase the likely severity of any successful attack.

    If "monocultures" were invariably bad, then we wouldn't have had the AES competition. People would just design their own encryption primitives.

  13. Re:NSA on White House Specifies And Mandates Secure Windows · · Score: 1

    Define what you mean by "secure".

  14. Re:Rich man's GED on Bill Gates to Finally Receive His Harvard Degree · · Score: 1

    No. You have to actually pass the exams to get a GED.

  15. The courts aren't stupid on Archive.org Sued By Colorado Woman · · Score: 1

    If Shell prevails on that count, sites like Google will have to get online publishers to 'opt in' before they can be crawled, radically changing the nature of Web search.

    ... which is why she won't prevail.

  16. Re:Couldn't they just have encoded it? on International URLs Pass First Test · · Score: 1

    The funny thing about Punycode is that it isn't even necessary, at least from the perspective of the DNS protocol. Since DNS labels are encoded as length+data, you can theoretically just put arbitrary UTF-8 characters directly into a DNS name. Unfortunately, I think BIND (in its infinite brokenness) didn't handle that very well or something.

  17. Re:Imagine they were locking you out of the Intern on Billion Dollar Handout To Upgrade TVs · · Score: 1

    We can't just up and revoke people's access to what might be their main source of mass media / news.

    We can, but it won't win votes.

  18. Re:wacky, stupid, hypocritical .... on Five Things You Can't Discuss about Linux · · Score: 2, Informative

    You can't make the argument that "Linux is more secure than Windows" if all you are talking about is the kernel.

    Sure you can. You compare the system call APIs.

  19. Re:wacky, stupid, hypocritical .... on Five Things You Can't Discuss about Linux · · Score: 1

    Free software can be compared to other development models.

    "Free software" is not a development model. It's a category of copyright licensing regimes. "Cathedral" and "bazaar" are development models, the latter of which is often called "open source".

  20. bogus mutual exclusion? on Sun May Be Warming Both Earth and Mars · · Score: 1

    "Simultaneous warming on Earth and Mars suggests that our planet's recent climate changes might have a natural -- and not a human-induced -- cause.

    Or, it suggests that our planet's recent climate changes might have a natural AND human-induced cause.

  21. Re:No. on Is Vista a Trap? · · Score: 1

    Yeah - brilliant idea, but a slight problem. No hardware acceleration for most video cards, and god knows what else.

    Right. So you think if Microsoft had made open drivers a requirement for Windows, that NVIDIA would have just gone out of business? Brilliant!

  22. Violence on A Free XML-Based Operating System · · Score: 2
    This reminds me of somebody's .sig:

    XML is like violence, if it doesn't solve the problem, just use more.
  23. Re:No. on Is Vista a Trap? · · Score: 1

    At the end of the day people only care that their hardware works,

    In this case, it's not working because the drivers and hardware documentation aren't open.

  24. Re:It won't break on iPods to be Used as Flight Data Recorders · · Score: 1

    I didn't realize you could install extra applications on a flight data recorder!

  25. Re:No. on Is Vista a Trap? · · Score: 5, Insightful

    Microsoft isn't completely blameless here. If Microsoft had adopted the same strategy for drivers as the OpenBSD project has (accepting either fully open drivers or no drivers), then somebody (even Microsoft) could make the drivers work on Vista.

    This is yet another why open drivers built from publicly-available hardware documentation are better than binary-blob drivers.