Slashdot Mirror


User: Lost+my+low+ID+nick

Lost+my+low+ID+nick's activity in the archive.

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

Comments · 9

  1. Re:His Password Comment on Freakonomics Q&A With Bruce Schneier · · Score: 1

    But here's the idea. Let the browser perform the one-way hashing. You enter your password, the browser hashes it, and the hashed value is sent to the site.

    It's called "Digest Auth" and has been in browsers for quite some time now. In fact, even non browser http-using tools like wget or subversion or basically and file manager using WebDAV support it. I know of no web server that doesn't support it, too.

    It's not supported in html forms, though, and as everybody has to have nifty login forms instead of http auth, which is so web 1.0, we all fall back to plain text passwords, even here on slashdot, a geek site. :-(. I once saw a site that encrypted the password with RSA in JavaScript before sending it, the first security enhancing use of JS I saw to that day. They had a little sleep call in there, too, to make it feel more secure to the user ("Ugh, encrypting... please wait... oh, this is hard work... ugh...")

  2. Re:Time travel hero wannabe on WWII Colossus Codecracker Outdone by a German · · Score: 1

    There certainly have to be ways to "append [...] matter to the time-traveling package", because else you couldn't really travel back at all - or you had to don a space suit, complete with oxygen tank. Another interesting scenario - would you travel back in time to rescue some scrolls if it meant your death?

  3. Re:My favorite bit - Bush is definitely not stupid on New Project To End Stupidity Online · · Score: 1

    Small correction: Bush probably *had* an IQ of ~130, but then he started drinking, and to keep your IQ as you grow older you actually have to work for it even under ideal circumstances, which alcoholism isn't one of. Then there is the question what IQ has to do with your ability to be a good president.

  4. Re:Top-flight journalism from Slashdot again on Google's Young Brainiacs Go Globe-Trotting · · Score: 1

    Uhm, I don't see how you infer from the link appearing in a quote that the linked article is meant to be the quotes source. This is not a convention followed here; normally, though, links to related articles go to a slashdot entry, so it's clear they're not meant to be sources for claims made or quotes cited, but additional reads.

    If you are arguing that it should be a convention, that's something different of course.

  5. Re:Should read: What if Google was a useless site. on What if Google Had to Design For Google? · · Score: 5, Insightful

    Exactly. The only people I hear constantly bickering about Googles metrics and pagerank, are those who have sites that no one would miss if they were gone tomorrow. If you really put social networking spam links on your page to up your pagerank, you're just an attention whore. That's not bad per se in a attention economy, but don't complain if I just laugh in your face if bad bad evil google sorts your petty site to the bottom of search results for "witty blog". Create something unique, needed. Like, say, a good search engine.

  6. Eclipse *is* a C/C++ IDE on Comparing Visual Studio and Eclipse · · Score: 3, Interesting

    Insightful? While the great Java Development Plugin made Eclipse famous, the C/C++ Tools are now in a state that make Eclipse one of the best C++ IDEs around. They get released the same time as new versions of eclipse, and together with other plugins (Bugzilla Integration etc.) you get a very very powerful dev tool.

  7. Re:A Long-Standing Illusion on The DRM Scorecard · · Score: 1

    In particular, Unreal Tournament's initial anti-copying measures are little more than perfunctory, and are later dropped entirely.

    Yeah, because they have the ultimate copy protection: you need a valid CD key for online play, Unreal without online play is basically useless, playing on cracked servers is possible but a hassle and you have far fewer other players there. It's the only copy protection I've ever seen that really works; people won't share their valid CD key even among friends - much less post it on the internet.

  8. Re:easy question on Mitochondria and the Prevention of Death · · Score: 1

    Aye, there's the rub: for in that sleep, what dreams may come?

  9. Re:fsck'n ugly on Opera CTO Hits Back at Microsoft's Standards Push · · Score: 5, Insightful

    So, McSmarty, how do I
      - position an image on page 4 of my document?
      - add footnotes?
      - embed fields (date, last editor...)?
      - mark the embedded TOC as TOC so that it gets regenerated on reload?
    etc.

    And on the CSS side, there are quite a lot of shortcomings, too.

    Of course, all of this would work with custom XML tags or special id/class conventions, BUT then you'd have to specify those. And getting this below 700 pages won't be easy.

    So repeat after me:

    HTML is *not* a description language suitable for word processing in its current state, and it is unclear it can be made so without sacrificing device indepence.