Slashdot Mirror


User: hixie

hixie's activity in the archive.

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

Comments · 211

  1. Re:Coming features? on Upstart Bloggers at Microsoft Moving On · · Score: 1

    Oh wow, I didn't even see that. Man, I suck.

  2. Re:Coming features? on Upstart Bloggers at Microsoft Moving On · · Score: 1

    "At this point Vista is basically an operating systems built around one feature that nobody actually wants"

    Just out of interest... which feature?

  3. Re:Wrong kind of robots on The Question of Robot Safety · · Score: 1

    Indeed, there's one Asimov story in particular where the robots are specifically designed to be specialised enough that they don't need the three laws (insect-catching robots was the main example, IIRC).

  4. The summary is stupid on The Question of Robot Safety · · Score: 1

    "Unable to sense him, the robot's powerful hydraulic arm kept on working and [killed him]. This ... would not have happened in a world in which robot behavior was governed by the Three Laws of Robotics"

    Um. The three laws of robotics don't say that robots must be omniscient. If the robot doesn't sense the human, then three laws or no three laws, it's not going to behave any differently. Grumble grumble ignorant invocation of laws mumble.

  5. Re:Dear Land of the Free on EU Court Blocks Passenger Data Deal with U.S. · · Score: 1

    Nobody should be killed. Even Bush.

  6. Re:An excuse not to let the French into the US now on EU Court Blocks Passenger Data Deal with U.S. · · Score: 1

    So what's the point of all these new privacy-violating laws and processes, then?

  7. Re:Click on dubious links... on The Dark Side of Paid Search · · Score: 1

    Galeon uses the same rendering engine as Firefox. (Though come to think of it, the fact that you saw the protocol at all is a bug -- Gecko embedders like Galeon, Firefox, etc, are supposed to hide the wyciwyg addresses. Firefox probably does a better job of hiding them, since I've not seen them in Firefox in recent versions.)

  8. Re:Click on dubious links... on The Dark Side of Paid Search · · Score: 1

    wyciwyg is "what you *cache* is what you get" and is the protocol Firefox uses to reference pages created purely using document.write().

  9. Re:Good ol' California traffic on Apple to Build Second Campus · · Score: 1

    GOODNESS GRATIOUS! God forbid you might have to WALK for 15 minutes several times a day!!! Whatever would the world come to!!!

  10. GTA is what matters on The 360's Position in the Next-Gen War · · Score: 0, Offtopic

    I'm your average not-a-huge-console-fan consumer and the only thing I care about is the next GTA. Doesn't matter what the specs of the console are -- whichever console runs the next GTA is the one that I'm getting.

  11. Re:The future isn't XHTML 2.0. on The Future is XHTML 2.0 · · Score: 1

    Not sure what you mean about overloading the class attribute... Could you expand on this?

    Also, as far as I can tell XHTML2 introduces more new elements than HTML5, so I'm not sure that's a good argument. (Steven didn't list all the new elements in his talk though.)

    Still, if you think we should remove some of the new elements, e-mail the WHATWG list. All input is taken into account (eventually).

  12. Re:HTML5 is old skool on The Future is XHTML 2.0 · · Score: 1

    (Disclaimer: I'm the editor of HTML5.)

    Web Apps 1.0 (the spec) defines two languages: HTML5, which is a revision of HTML4, and XHTML5, which is a revision of XHTML1. They have the exact same semantics, just like HTML4 and XHTML1 are exactly the same semantics, the only difference is that HTML5 is sent as text/html and must be parsed as described in the spec, and XHTML5 is sent as application/xhtml+xml and must be parsed as described in the XML spec.

    This might be a bit confusing. Basically XHTML5 is XML-compliant, and HTML5 is tag-soup-compliant. You can use either one, the spec doesn't care and doesn't prefer one over the other.

    (Of course if you want your docs to work in IE, then I guess HTML5 is going to be more interesting to you.)

    Regarding presentational tags; <pre>, <small> and <m> are defined in very semantic ways, and are not presentational. If you disagree, I encourage you to e-mail the list where this can be discussed and any problems you raise will be fixed.

    Anyway, I hope this helps clear some things up.

  13. Re:Really? No. on The Future is XHTML 2.0 · · Score: 1

    I wish. Sadly, Microsoft are the only major browser vendor who aren't involved in the development of HTML5 (though they've been invited several times).

  14. Re:Not so fast - I'm pulling up mostly blank pages on A Statistical Review of 1 Billion Web Pages · · Score: 2, Informative

    It has nothing to do with "cool"; SVG happens to be easier for us to produce than bitmaps, and anyone who is going to be able to read this report and view graphics will be using an SVG-capable browser. The fact that it found bugs in every SVG browser out there is merely a bonus, it means that SVG support will get better.

    We used standards. It's not our fault if there was only one released browser that supported those standards well enough for you to be able to see the graphics.

  15. Re:Questionable value on A Statistical Review of 1 Billion Web Pages · · Score: 1

    "" is the HTML5 DOCTYPE, and HTML5 is why I did the study, so yeah, I used the HTML5 DOCTYPE. I don't see what's wrong with that. :-)

    I didn't specify a character encoding because I used US-ASCII, which is the default for text/html, and which is also a subset of UTF-8, which is the default for image/svg+xml and text/css. Thus there was no need to set it. Nothing wrong there.

    As for the entity for ">", there is no reason to use it. It takes longer to type, and is harder to maintain. Why would it be stupid?

    And finally, TFA actually explicitly mentions the fact that Google's pages as a whole don't validate, in the very first paragraph. We know.

    You need to chill, dude. Go play some games or something. :-)

  16. Re:Noindex, Nofollow on A Statistical Review of 1 Billion Web Pages · · Score: 1

    It did. It's third on the "name" chart, fourth on the combined chart. Or did I misunderstand your question?

  17. Re:Set-Cookie2 insecure? on A Statistical Review of 1 Billion Web Pages · · Score: 2, Informative

    Yeah, I misspoke on this. Set-Cookie is insecure (due to domain-crossing problems -- should a cookie sent to a.b.c get sent to z.b.c? Depends on "b" and "c" in ways that depend on month-to-month political changes around the globe), but as far as I can tell, Set-Cookie2 is also insecure. I had thought it fixed this, but apparently not.

  18. Re:Firefox 1.5 on A Statistical Review of 1 Billion Web Pages · · Score: 1

    Actually the type pseudo-attribute is optional on ; see the errata.

  19. Re:Heh on A Statistical Review of 1 Billion Web Pages · · Score: 1

    Yeah, you're right. I should have been more careful in my wording here. Still, you got the point I was trying to make! :-)

  20. Re:BR tag? CSS, duh! on A Statistical Review of 1 Billion Web Pages · · Score: 1

    Actually, Mozilla has supported it for about 5 or 6 years now. Still, yeah, the other browsers, not so much. In fact it was dropped from the HTTP spec due to lack of implementations.

  21. Re:BR tag? CSS, duh! on A Statistical Review of 1 Billion Web Pages · · Score: 1

    As other people pointed out, I meant the HTTP Link: header, not the HTML element.

    But as to who wrote the study... well... I'm on the CSS working group. And the WHAT working group. Make of that what you will.

  22. Re:I used to work with Ian Hickson on A Statistical Review of 1 Billion Web Pages · · Score: 1

    lol.

  23. Re:BR tag? on A Statistical Review of 1 Billion Web Pages · · Score: 1

    Yeah, that was a typo, we meant
    .

  24. Re:Blink on A Statistical Review of 1 Billion Web Pages · · Score: 1

    was 97th. Used more often than , , , , , , , and ...

  25. So unrealistic... on CSI Takes On Grand Theft Auto · · Score: 1

    Yes it is SO unrealistic to think that people might be so influenced by video games that they might actually ACT OUT the plot of such a video game in real life. That would never actually happen.

    http://www.pacmanhattan.com/

    Never.