Slashdot Mirror


User: handslikesnakes

handslikesnakes's activity in the archive.

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

Comments · 432

  1. Re:a good start, perhaps... on Mozilla BrowserID: Decentralized, Federated Login · · Score: 1

    What exactly are you going to man-in-the-middle? The only things being sent are public keys and signed assertions.

  2. Re:Congratulations, Mozilla on Mozilla BrowserID: Decentralized, Federated Login · · Score: 1

    The tech isn't novel, but it's not crippled by client cert's terrible UI.

  3. Re:And what if you want to be anonymous? on Mozilla BrowserID: Decentralized, Federated Login · · Score: 1

    No, your browser only tells sites your email address when you tell it to. If you have multiple identities, you select which email address you want to present to the site.

  4. Re:Really? on Mozilla BrowserID: Decentralized, Federated Login · · Score: 1

    Just to be clear, your email provider asks your browser to generate a new public/private keypair. The email provider only ever sees your public key.

  5. Re:Really? on Mozilla BrowserID: Decentralized, Federated Login · · Score: 2

    To whatever site you decide to give it to. User intervention (at least one click in the browser chrome) is required.

    (This is obvious, why do people assume that new systems do the dumbest thing possible and not even bother to check?)

  6. Re:Bad idea idiots on Mozilla BrowserID: Decentralized, Federated Login · · Score: 1

    It can be the same as with username/password authentication: when you log into your email provider, you see a box that says "store this login info", and you don't check it.

  7. Re:Browser keeps the private key? on Mozilla BrowserID: Decentralized, Federated Login · · Score: 1
    The same as when you use a different browser, or start using BrowserID for the first time:

    You log into your email provider, which asks your browser to generate a key. Your email provider signs the key, and your browsers stores it.

    There's no single keyair that you're totally dependent on.

  8. Re:how, exactly on Texas Science Director Forced To Resign Over ID Statements · · Score: 1

    Yes, it is true. Example: ring species.

  9. Re:Decentralisation on Breaking Open Facebook With FOSS · · Score: 1

    Any system will be a victim of spam. There is no technical solution.

  10. WTF Slashdot? on Web Creators Call Internet Outdated · · Score: 0, Troll

    You *do* know the difference between the Internet and the Web, right?

  11. Re:Hixie needs to revise that document on HTML to be 'Incrementally Evolved' · · Score: 2, Informative

    You didn't read the document, did you? You've got the W3C's blessing to serve XHTML as text/html, but there are differences in the way Javascript and CSS are processed when it's served on a page as application/xhtml+xml.

  12. Re:The problem with XHTML... on HTML to be 'Incrementally Evolved' · · Score: 1

    This is not true. When malformed XHTML is served with an application/xhtml+xml mimetype, Firefox (for example) gives you the yellow "XML Parsing error" page, as it should. I believe Opera does something similar, and IE doesn't even support application/xhtml+xml.

  13. Re:More focus on standard the most will ignore. on HTML to be 'Incrementally Evolved' · · Score: 3, Informative

    > Isn't XHTML suppose to be a transition path to XML?

    No, no, and still no. It is a specific application of XML.

  14. Re:where's more? on Recounting Bioware's Baldur's Gate II · · Score: 1

    Planescape: Torment, of course. Considering how old the engine is, don't hold your breath (unless they open-source it, of course).

  15. Re:What a crock on Ruby On Rails Goes 1.1 · · Score: 1

    XML + HTTP != SOAP

  16. Re:Kinda OT.. yet relevant to this thread on How OS X Executes Applications · · Score: 2, Insightful

    And lets not forget having to upgrade every application when there's a bug or vulnerability in the library they all duplicate.

  17. Re:Fixing my errors and expanding the original pos on Tim Berners-Lee on the Web · · Score: 1

    The question that was asked was what he would do differently given the chance; ie. if he had been in chare of DNS. I'm sure TBL is quite aware that reuse of standards is a good thing.

  18. Re:Web 2.0!!!!!!1111ONEONEONE on Microsoft Releases Atlas · · Score: 1

    It already exists and it's called XUL.

  19. XML strawmen on No Nonsense XML Web Development with PHP · · Score: 1
    Yep, and if you did it in YAML it would be even more readable:
    -
      date: 2005-03-15T12:32:31Z
      host: localhost
      sender: dhclient
      message: "DHCPREQUEST on eth0 to 192.168.5.5 port 67"
    And parseable with existing libraries to native datatypes in more languages than lisp and scheme.

    This is exactly what XML wasn't designed for. XML is shit for flat data like this.

    XML is good at representing documents. On XML's turf - well, all the lisp representations of HTML that I've seen are confusing and ugly.
  20. Re:The name on Top 5 Reasons People Dismiss PostgreSQL · · Score: 1
  21. Re:Making money from open source on Open Season On Open Source? · · Score: 1

    Damn you puritan work ethic, laziness isn't a troll!

  22. Re:That's great! on The Best of Web 2.0 · · Score: 1

    that's what unicode is for, silly.

  23. Re:RSS and Usenet on Interview with Microsoft Exec on IE7 and RSS · · Score: 1
    • sorting (by author, date, etc)
    • read vs unread
    • catchup
    The information necessary for these things are in (or should be in) feeds anyways. If your aggregator isn't capable of it, *shrug*

    The rest would be nice to have, but aren't needed in most cases. This is hardly anything new - eg. NNTP is a pretty basic protocol, and a lot of the things commonly used with it are extensions. If you want them, there are extensions for your other complaints; threading, expiration . Commenting requires a protocol of some kind; the Atom Publishing Protocol would be nice, but it isn't through the IETF yet.

    BTW, this is all Atom. RSS solutions probably exist, but the thought makes me feel very, very dirty.

  24. Re:another great GTK holdover on GnuCash 1.9.0 Released · · Score: 1

    try XMMS 2 or beep-media-player.

  25. Re:Real hackers use Python. on Larry Wall on Perl 6 · · Score: 1

    What does Ruby have to do with web development? I suspect you think there's some connection there because of the popularity of Rails, but it's not the case.