Slashdot Mirror


User: b1c1l1

b1c1l1's activity in the archive.

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

Comments · 6

  1. Re:Take note of this, everyone. on When Teachers Are Obstacles To Linux In Education · · Score: 1

    Naturally, it will be a slow transition, considering most IT departments are not too comfortable with the idea of switching all of their computer network to a Linux-based one (and with good reason).

    Good IT departments are not too comfortable with the idea of switching all of their computer network to a Windows-based one (and with good reason).

  2. Re:Probably means you pay more actually. on Experts Tell Feds To Sign the DNS Root ASAP · · Score: 1

    As you can see, they're not really safer than self-signed certs. To me browsers should do that SSH thing and warn you if the cert has changed (whether it's self-signed or CA signed).

    But you haven't solved the initial authentication process. Blindly typing 'yes' to the SSH key fingerprint the first time you connect is just as bad as blindly clicking through self-signed certificate warnings.

    You need a trusted medium for authentication -- bundling CA certificates is one approach to bootstrapping that process. (Granted, this requires that people authenticate the browsers they download...)

  3. Re:RAM-based hard drive on How Big Should My Swap Partition Be? · · Score: 1

    This would make swapping (and temp stuff) extremely fast to access, and more importantly, it would eliminate the need to encrypt your swap and/or temp partitions, as the data would simply disappear when power is removed. So when the agents (including Agent Smith) come to bust down your door, all you do is pull the plug and voila! Your secrets are safe. :-)

    Wrong.

    A simple cold boot attack can dump your memory contents, mostly intact. DRAM bits don't fade as quickly as you think.

  4. Slashdotted on New Diablo 3 Images; Design Wins Over Darkness · · Score: 1

    This Account Has Been Suspended

    Another one bites the dust.

  5. Re:500x not actually possible on 7th-Grader Designs Three Dimensional Solar Cell · · Score: 1

    I call shenanigans. Current standard solar cells are more than 0.2% efficient, so a 500x improvement would capture more energy than the sun puts out.

    While this could certainly improve the energy budget, it has the minor problem that it violates the laws of physics.

    Well, only if you define efficiency as the ratio of output to input energy. TFA may not have been written by a scientist.

    In standard English, efficiency is a broad term. Perhaps they are referring to the amount of light absorbed per unit volume.

  6. Re:Just for Google? on A Good Reason To Go Full-Time SSL For Gmail · · Score: 1

    Is there any reason to not use SSL every time one sends a password?

    Firefox 3, and I think other newer browsers, lie to people by strongly implying that HTTPS with self-signed certificates is far more dangerous than bare unencrypted HTTP.

    Actually, they imply that blindly clicking through SSL certificate warnings is foolish. And it is -- users engaging in such behavior *will* be owned by man-in-the-middle. At least Firefox 3 encourages people to permanently store their certificate exceptions, ensuring that the fingerprint verification process fails during a man-in-the-middle attack. But if they blindly click through that too...

    At my job we use our own CA to sign all of our internal certificates (i.e. only seen by employees). Managed workstations are deployed trusting the CA certificate. It is also made available using a VeriSign-signed certificate for employees to download from home.