Slashdot Mirror


User: Lennie

Lennie's activity in the archive.

Stories
0
Comments
3,689
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,689

  1. Re:Certificate? on Why Doesn't Every Website Use HTTPS? · · Score: 1

    Latency, performance.

    When a browser connects to a HTTPS-site it takes longer to establish a connection because some communication needs to go back and forth.

    If you just spend half a million on making your site faster would you enable HTTPS by default ?

  2. Re:Haven’t we been here before? on Why Doesn't Every Website Use HTTPS? · · Score: 1

    It all depends, are you Youtube ?

  3. Re:Haven’t we been here before? on Why Doesn't Every Website Use HTTPS? · · Score: 1

    Also have a look at this bulletpoint of Apache 2.4:
    "mod_ssl can now be configured to share SSL Session data between servers through memcached"

  4. Re:Other than the performance thing... on Why Doesn't Every Website Use HTTPS? · · Score: 1

    The caching in the browser work just fine in modern browsers. Only in IE6 and maybe IE7 it does not work, all the others adhere to the Cache-Control-header.

  5. Re:Haven’t we been here before? on Why Doesn't Every Website Use HTTPS? · · Score: 1

    Latency, most of these sites care about performance.

    SSL/TLS is still a bit slower to make a connection because of the back and forth communication that needs to happen.

    Google has done a lot of (backwardscompatible) work on improving that and some other stuff. One of their efforts is called SPDY and can even load a page in less time than normal HTTP:
    http://www.chromium.org/spdy

    (because you don't need to open several TCP-connections, it uses multiplexing)

    If you visit gmail in Chrome you might even already be using SPDY as both support it.

  6. Re:Haven’t we been here before? on Why Doesn't Every Website Use HTTPS? · · Score: 1

    Actually, it's a bit more complicated. You a new enough Apache and OpenSSL library version.

    But current Debian stable ( Squeeze ) does support it.

  7. Re:Haven’t we been here before? on Why Doesn't Every Website Use HTTPS? · · Score: 1

    1. yes, it's called SNI. But is not supported by IE and Safari on Windows XP

  8. Re:Haven’t we been here before? on Why Doesn't Every Website Use HTTPS? · · Score: 1

    Well, that is pretty stupid.

    Atleast in 2 years people won't be using old versions of Android anymore, right ? Because they get a new plan and phone.

    But I'm pretty certain some large number of users will still be using Windows XP. :-(

  9. Re:Haven’t we been here before? on Why Doesn't Every Website Use HTTPS? · · Score: 3, Informative

    Actually no version of IE (that means 6, 7 or 8 or Safari) on Windows XP supports SNI. :-(

    They use the system library, it does not use SNI.

  10. Re:Haven’t we been here before? on Why Doesn't Every Website Use HTTPS? · · Score: 1

    Which is not supported by any version of IE and Safari on Windows XP (which still has 51% of the windows marketshare) because they use the windows library and it doesn't support it.

    Try again. :-(

    If you have the same website and you want different domains with SSL you can still use one IP-address, just use 'subject alternative name' and the certificate can have more than 1 name.

  11. Re:Haven’t we been here before? on Why Doesn't Every Website Use HTTPS? · · Score: 1

    The biggest reason for sites like Amazon to not use HTTPS is latency.

    Do you know how performance oriented maintainers of big sites are ?

  12. Re:Correct on Why Doesn't Every Website Use HTTPS? · · Score: 1

    1. Also some browsers now support "Strict Transport Security" which means if you visit a site ones, the browser will automatically visit again with https the next time you visit it (it has a Time To Live value).

    2. if more adopt it, so will they or they will die

    4. 'only' for as long as Microsoft does not fix SNI-support (name based virtual hosting for SSL/TLS) in Windows XP so IE and Safari can use SNI, ohh, that won't happen. Windows XP has 51% of the Windows marketshare. :-( Or if we all get IPv6 ofcourse... hmm.

    5. You don't even have to shop around. SSL-certs are free: https://www.startssl.com/

  13. Re:GS is a big donor to the right people on Former Goldman Programmer Sentenced To 97 Months · · Score: 1

    "If you read the link where these numbers came from"

    Ohhh, is that what it is for. ;-)

  14. Re:GS is a big donor to the right people on Former Goldman Programmer Sentenced To 97 Months · · Score: 1

    I wonder where the University of California gets it's money from.

  15. Re:Google is an ad company. on Android Game Devs Worry Over Ease of Copying · · Score: 1

    I meant exploit code in the ads themselfs.

  16. Re:Google is an ad company. on Android Game Devs Worry Over Ease of Copying · · Score: 1

    They do take down ads on their adnetwork(s) very fast when it turns out it is actually some kind of exploit code for spyware or similair thing.

    Personally I think they worry to much.

  17. Re:Possible? Yes. Gonna Stop? Probably Not. on Richard Stallman: Cell Phones Are 'Stalin's Dream' · · Score: 2

    Do you know who has access to this information ?

    In the Netherlands we have this problems, the police queries this huge database 2.6 million times a year, in a country of 16 million people.

    The database contains records for 1 year.

    No records on queries are kept.

    There are rules which should protect our privacy but the police and government do nothing.

    I wouldn't be very surprised if in the US the situation wasn't exactly the same, you just don't know it yet.

  18. Re:He's watched too much CSI on Richard Stallman: Cell Phones Are 'Stalin's Dream' · · Score: 2

    The phone company keeps location based information of what mobile phone antenna's your mobile phone is close to, all the time. No one needs GPS for that. It is called triangulation.

  19. Re:Gone off the deep end on Richard Stallman: Cell Phones Are 'Stalin's Dream' · · Score: 2

    You are one of those people that has nothing to hide ?

    You think.

    There are a lot of arguments which show why that isn't a very good idea:

    http://yro.slashdot.org/story/07/07/10/2054219/Privacy-and-the-Nothing-To-Hide-Argument

    I think it left out all the psychological reasons. When you think about it, privacy is the only thing that keeps you from going insane.

  20. Re:This time of year already eh? on Richard Stallman: Cell Phones Are 'Stalin's Dream' · · Score: 1

    Well, I think it is because of this fanaticism that he was able to do what he did.

    He cared enough about the issues to do something it.

    What other programmer do you know who cares so deeply about the license restrictions/freedoms/rights of end-users ?

    Because that is what the GPL is about, it is not about Open Source for developers.

    Anyway I think the FSF and friends might be on the right track with the freedombox idea.

  21. Re:Feature Bloat on Firefox 4 RC1 Released · · Score: 1

    I don't mind if developers add features as long as the application isn't slow or becomes slower. In this case Firefox was sometimes slow in previous versions this version uses less memory, less CPU and is more responsive. Also it adds a lot of new features and support for a lot of new HTML-/CSS-/other specs.

    I wouldn't mind if it's like that all the time. :-)

  22. Re:Now is the time *not* to try Firefox 4 on Firefox 4 RC1 Released · · Score: 1

    Jetpack (Mozilla's new development system for addons) solves these problems. It gives addon developers a stable API.

    Users don't need to restart when installing addons either.

  23. Re:UI is still sluggish on Firefox 4 RC1 Released · · Score: 1

    Chrome and Opera don't have H.264 either by default. On Windows Microsoft allows you to install something which makes Firefox have H.264 (Windows includes a license for H.264 supposedly, but Microsoft is part of that 'band of brothers' anyway).

  24. Re:Simple on Safari/MacBook First To Fall At Pwn2Own 2011 · · Score: 1

    There are several reasons why this is wrong, Firefox is not available today, but tomorrow.

    Also you get $10,000 US with the Safari but Google added $20,000 US (or was it 10 ?) extra for Chrome with process seperation.

    So if it was just about what the hackers want then I think Chrome would have been first.

  25. Re:Consumer Linux Is Dead? on HP To Put WebOS On PCs In 2012 · · Score: 1

    No, the desktop is dead, long live webapps on a Linux kernel and webkit ! ;-)