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. Logging in on Ask Slashdot: Clever Cable Management? · · Score: 1

    I think you slashdot changed it's policy. You can't be logged in from different IP-addresses or browsers (haven't checked yet) at the same time.

  2. Re:Who needs native code on River Trail — Intel's Parallel JavaScript · · Score: 1

    Actually, I heared if you can do your computing in a short time in parallel or a long time. Choose parallel it is usually more power efficient (this means: it is possible to turn off as many parts of a CPU as soon as possible and frequency scaling can be done when nothing is running).

  3. Re:Microsoft on Windows 8 Won't Support Plug-Ins; the End of Flash? · · Score: 1

    Linux Desktop might not be important, but Linux is big in the embedded world. And thus it is important.

  4. Hothardware ? on AMD Breaks Overclocking Record With Bulldozer · · Score: 1

    Shouldn't this be really, really cool hardware instead if they are using liquid-helium and all that ?

  5. Re:Ammateurs on $300M To Save 6 Milliseconds · · Score: 1

    After which the market collapses and a new financial crisis ensues.

  6. Re:ted on $300M To Save 6 Milliseconds · · Score: 1

    The whole HFT thing is even more stupid, what is your point ?

  7. Re:not excited on PostgreSQL 9.1 Released · · Score: 1

    ahh, ok.

    And sorry for the terrible english above. I most have been really tired. :-(

  8. Re:super micro on Demand For Custom Datacenter Servers Rising · · Score: 1

    The site does not redirect to the nl site in the US, just the Netherlands (where I am) or the whole of Europe I guess.

    It is probably using a GeoIP or whatever database.

  9. Re:not excited on PostgreSQL 9.1 Released · · Score: 1

    I'm kind of surprised that you mention parallel processing. In most tests I've seen PostgreSQL does add working with more cores than MySQL does.

  10. Re:Replication Drawback on PostgreSQL 9.1 Released · · Score: 1

    A possible alternative is to use pgpool II, from the webpage:

    - Automated failover. If one of the two PostgreSQL goes down, pgpool-II will automatically let remaining node take over and keep on providing database service to applications.
    - Query dispatching and load balancing. In streaming replication mode, applications need to carefully chose queries to be sent to standby node. Pgpool-II checks the query and automatically chose primary or standby node in sending queries. So applications need not to worry about it.
    - Online recovery. Recover failed node without stopping pgpool-II and PostgreSQL.

    Obviously there are also commercial providers of PostgreSQL which have added their own features.

  11. Fix Bufferbloat first ! on Why We Don't Need Gigabit Networks (Yet) · · Score: 1

    Speed is not important, latency is. And even more so are the current problems with buffers.

    Here is a presentation on the subject:
    http://www.youtube.com/watch?v=qbIozKVz73g

    Here is the website which deals with the problem and is trying to fix any problems in Linux (drivers and TCP/IP stack):

    http://www.bufferbloat.net/

  12. Re:They found a compromise... on GlobalSign Web Server Hacked, But Not CA · · Score: 1

    Just an example, it can be used to get the cookies/login-information from all the customers.

  13. Re:Certs are broken. on Apple Finally Removes DigiNotar Certs In Safari · · Score: 1

    I've always had and still have "mixed feelings" about this.

    There are 2 types of MitM attacks on SSL:
    - force a normal CA to create a certificate for a nation for a certain website on request, maybe even create a subCA so they can sign anything they like
    - a lot of nations have governmental organisations that have their own CA

    If they use the last one, the one you probably meant, is detectable by a user (if properly instructed). gmail.com should obviously not be signed with a cert from CCNIC. If you really are a person which has something to hide from the government, you hopefully take the time to check (a few clicks).

    I wouldn't be surprised if the US can force a CA to give them a subCA (with a name which doesn't stand out), is a lot harder to check.

    The devices to handle the MitM attacks, which generate certs on the fly, already exist. There is even sslsniff for which the source code is available.

  14. Re:Does anyone want to be tracked? on Mozilla Issues Do-Not-Track Guide For Advertisers · · Score: 1

    The real problem is.

    If you really don't want to be tracked, you need to:
    - disable javascript
    - disable cookies
    - disable the browsercache
    - remove all headers like Accept, User-Agent, Accept-Language, Accept-Encoding
    - disable all plugins (like flash)
    - use a different IP-address each time you connect to the same website

    And if you've done all that, you'll be the only one who is doing that. Thus you can be tracked again ;-)

    Good luck with that.

  15. Re:Not Likely... on Mozilla Issues Do-Not-Track Guide For Advertisers · · Score: 1

    A number of countries have laws, so if it got known that a company is ignoring the Do Not Track, they will get fined.

    A leak to wikileaks ? Or something, I don't know.

  16. Re:There are more problems with SSL than this on Are Some CAs Too Big To Fail? · · Score: 1

    I would think if your CA does not give you proper support. You might be better of switching CAs ? I'm surprised Microsoft doesn't give you support. I would expect them to do so if you open a ticket and pay them for it.

    I guess you could also switch operating systems ;-)

    An other possibility is that you are getting infected with some malware, maybe ?

  17. Re:Possible problems? on Moxie Marlinspike's Solution To the SSL CA Problem · · Score: 1

    The privacy problem is solved by allowing notories to proxy the requests.

  18. Re:DNSSEC on Moxie Marlinspike's Solution To the SSL CA Problem · · Score: 1

    The biggest problem, at the moment DNSSEC does not work everywhere. There are many networks where the DNS-server does not support DNSSEC. There are DSL-routers and corporate firewalls that block large DNS-responses and DNSSEC-requests/-answers and "hotel-networks". Some operating systems like Windows XP don't have an API to request the signed DNS-responses.

    However this convergence solution can use DNSSEC as a backend.

  19. Re:It's all very well... on Moxie Marlinspike's Solution To the SSL CA Problem · · Score: 1

    If you want to solve phishing and so on you use EV-certs (green bar). AFAIK you can't request them to be signed online, they manually check them.

  20. Re:A solved problem? on Moxie Marlinspike's Solution To the SSL CA Problem · · Score: 1

    No application downloads the full CRL, with any CA on the default list has CRLs of 700MB or more.

    However OCSP is used, but the default setting is to ignore OCSP if it can not be contacted. To prevent (D)DOS-attacks having a big impact as the OCSP obviously a single point of failure.

    Obviously man-in-the-middle would drop the traffic to the OCSP.

    The connection to the HTTPS site would take a little longer, but that is all.

  21. Re:"convergence" on Moxie Marlinspike's Solution To the SSL CA Problem · · Score: 1

    I guess you can also do the opposite, like check different blacklist databases.

  22. Re:Pooling Opinions... on Moxie Marlinspike's Solution To the SSL CA Problem · · Score: 1

    If you think you need to hack a router to redirect traffic on the internet, then you are wrong.

    As an example:
    http://www.renesys.com/blog/2010/11/chinas-18-minute-mystery.shtml

    This is a large version, it obviously happends frequently on a small scale.

  23. Get the book ? on Ask Slashdot: Best Programs To Learn From? · · Score: 1

    There is a book on that subject called:

    Code Reading: The Open Source Perspective: Open Source Perspective by Diomidis Spinellis

    ISBN-10: 0201799405 | ISBN-13: 978-0201799408 | Publication Date: June 6, 2003

  24. Re:More things teachers should not do... on Missouri Hedges On 'Teachers Can't Friend Students' Law · · Score: 1

    condoms and teachers that reminds me of:

    http://xkcd.com/463/

  25. Re:Alternative improvement idea on Are Some CAs Too Big To Fail? · · Score: 1

    I was thinking the same thing.