Slashdot Mirror


User: blueg3

blueg3's activity in the archive.

Stories
0
Comments
4,435
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,435

  1. Re:Memory cap on 86% of Windows 7 PCs Maxing Out Memory · · Score: 1

    You don't seem to be listening. I'm well aware of what PAE is for. As you seem to admit -- "Windows isn't keeping up with the basics." -- I'm simply pointing out that there is, in fact, a 4 GB memory limit in (most) versions of 32-bit Windows, PAE or no, and it exists for technical reasons. The technical reason is not "it's not possible to address more than 4 GB with PAE", but it's still a technical reason.

    The problem is that the pointers *aren't* all 32-bit. Virtual address pointers are, so 32-bit processes don't have to care if it's PAE or not. Physical address pointers are longer than 32 bits. Drivers use physical address pointers. Drivers care whether you're using PAE. It's an easy problem to address if you can just recompile the driver, but this isn't an option for Microsoft. As a result, they limited physical memory on 32-bit systems to only 4 GB, even on PAE systems, so that even physical address pointers will fit in 32 bits. It's straightforward to understand and documented.

    This is why you shouldn't run 32-bit Windows, even though it supports PAE.

  2. Re:Memory cap on 86% of Windows 7 PCs Maxing Out Memory · · Score: 1

    There are many, many few third-party, binary-only drivers for 32-bit Linux, and I'd be willing to bet that a number of them don't work properly on PAE systems.

    It's not that you can't have 32-bit PAE systems with more than 4 GB of memory, it's that precompiled third-party Windows drivers crash on such systems.

    For that matter, a process can only use 2 or 3 GB of memory, since the kernel shares address space with the process. And the system as a whole can't have a full 4 GB of memory -- it's restricted to 4 GB of address space, some of which is consumed by device memory.

    Note that some versions of Windows 2000, Windows Server 2003, and Windows Server 2008 lift this fake limit, allowing you to use more than 4 GB physical memory on 32-bit systems (with PAE).

    This is all covered in Windows System Internals. You can also read a bit about the driver issues here.

  3. Re:Memory cap on 86% of Windows 7 PCs Maxing Out Memory · · Score: 1

    However, PAE drivers have to use 64-bit physical addresses, or they won't work properly. In testing, Microsoft found that too many drivers crashed on PAE systems with more than 4 GB of memory, so they limited usable physical address space to 4 GB on PAE systems.

  4. Re:Motion is so over-rated. on Interstellar Hydrogen Prevents Light-Speed Travel? · · Score: 1

    Well, as long as we're on the same page.

    Great username, by the way!

  5. Re:Yeah but... on Interstellar Hydrogen Prevents Light-Speed Travel? · · Score: 1

    There are only diminishing returns for people not on the ship. For the people on the ship, the returns are non-diminishing, due to time dilation.

  6. Re:Motion is so over-rated. on Interstellar Hydrogen Prevents Light-Speed Travel? · · Score: 1

    I'm not convinced you actually understand how entanglement and quantum teleportation work. :-)

  7. Re:What would happen? on Interstellar Hydrogen Prevents Light-Speed Travel? · · Score: 1

    Probably the x-ray radiation produced would kill you before you got close enough to stand in front of it.

  8. Re:Oh noes on Interstellar Hydrogen Prevents Light-Speed Travel? · · Score: 3, Informative

    For large objects, that is. We regularly accelerate small particles to large fractions of lightspeed.

  9. Re:LHC on Interstellar Hydrogen Prevents Light-Speed Travel? · · Score: 1

    Free momentum going in the wrong direction!

  10. Re:Ethanol is BAD for engines! on Cellulosic Biofuel Finally Ready For the Road · · Score: 1

    How "suboptimal" are you talking? Hopefully you're not simply trying to make the claim that an engine can't be optimized for two things at once. That's sort of how optimization goes.

  11. Re:I Don't Think This Was Well Thought Out on Utah Assembly Passes Resolution Denying Climate Change · · Score: 4, Funny

    But effects that aren't homogeneous and monotonic are hard to understand!

  12. Re:This experiment is imprecise and delicious. on Measuring the Speed of Light With Valentine's Day Chocolate · · Score: 1

    That's true, mostly -- but the explanation of the theory is not part of the description of the experiment.

  13. Re:This experiment is imprecise and delicious. on Measuring the Speed of Light With Valentine's Day Chocolate · · Score: 1

    You seem to be confusing a complete lesson on electromagnetic radiation with an experiment to determine the speed of light. An experiment only does the one thing, and the instructions are just for how to perform the experiment. (It is lacking in theoretical hints, but does tell you to look into standing waves.)

  14. Re:You have to assume you know the frequency.... on Measuring the Speed of Light With Valentine's Day Chocolate · · Score: 2

    It's stated on the microwave (or in its documentation). They don't get that by knowing the speed of light, but rather by the construction of the device. You could build your own microwave generator to be sure, but assuming that the manufacturer is giving you the correct value is good for an estimate.

  15. Re:Green ? on "Green" Ice Resurfacing Machines Fail In Vancouver · · Score: 1

    It depends on how the power is generated, of course. If it's something like coal, you're actually playing "efficiency of large-scale centralized power facilities".

  16. Re:Question on How To Replace FileVault With EncFS · · Score: 1

    You should use Disk Utility to create a large sparsebundle file. Sparsebundles play reasonably well with Time Machine (which is why they exist) -- although as far as I know there's no solution that is both ideal for Time Machine and also doesn't leak file metadata.

    FileVault exclusively uses features present in the Disk Images framework (which you can access with hdiutil), except for the trick where it automatically mounts and dismounts the image when you log in and out, using your login password.

  17. Re:Question on How To Replace FileVault With EncFS · · Score: 1

    While the FileVault system is proprietary, all of the cryptography is just done through OpenSSL, and what cryptographic routines it uses are documented. (To be fair, they're not documented by Apple, they were reverse-engineered.)

    I wouldn't call 128-bit AES "weak encryption", and FileVault supports 256-bit AES. The component that is weak is that you are required to use your login password as the FileVault password. FileVault only uses 1000-round PBKDF to generate a key from your password as it is, and elsewhere your password is hashed less securely, making a dictionary attack reasonable. There's also a second access key stored in the FileVault backup keychain.

    The "get your space back" and "long waiting times at logout" seem to conflict. He claims that the long wait time is because unused space is recovered from the sparsebundle File Vault uses to back your home directory -- so you should have your space back. It seems unlikely that you need that space back *right now*, before you log out.

    On the other hand, EncFS leaks a ton of metadata -- probably enough metadata for someone to get a very good idea of what your collection of files represent. (Granted, if you're not using full-disk encryption, you're leaking data into unencrypted space anyway.)

  18. Re:First Polanski on Google Airs Super Bowl Ad · · Score: 1

    The google search engine results pages page? What the hell is that?

  19. Re:Nothing new I have noticed this with my beer ;- on Israeli Scientists Freeze Water By Warming It · · Score: 1

    Yes, but it's due to the pressure changes and release of dissolved CO2. :-)

  20. Re:The debate is long from over. on The Lancet Recants Study Linking Autism To Vaccine · · Score: 1

    You did not temporarily become autistic and then recover, and it doesn't sound like mercury at all.

    Which the hell vaccinations did you have that even have thimerosal? Flu?

    It's actually quite common to get sick from vaccinations, but that's due to the virus, not the preservative agent.

  21. Re:Plane landings? on New Most Precise Clock Based On Aluminum Ion · · Score: 3, Informative

    Red and blue shift are not caused by moving faster than the speed of light in the local medium (though Cherenkov radiation is), but rather by motion of the emitting object relative to the observer. (Not to mention cosmological and gravitational shifts.)

  22. Re:feedback loop? on New Most Precise Clock Based On Aluminum Ion · · Score: 1

    It shouldn't shock you to learn that the fundamental constants that influence the behavior that drives the clock are different from the fundamental constants whose change they're interested in measuring.

  23. Re:Alteration? on USPTO Won't Accept Upside Down Faxes · · Score: 1

    They're probably not permitted to guess what the proper orientation of technical drawings is.

    I think it's interesting that all of the comments are "government workers are too stupid to rotate the fax" and not "patent attorneys are too stupid to use a fax machine properly". You know it must've been the patent attorney, because a secretary would've known how to send faxes right side up.

  24. Re:Damn... on Europe's LHC To Run At Half-Energy Through 2011 · · Score: 1

    7 TeV is about a microjoule.

  25. Re:The debate is long from over. on The Lancet Recants Study Linking Autism To Vaccine · · Score: 1

    I actually said that: there's not an established toxicity for ethylmercury, it's thought to be less toxic than methylmercury, so the limits for methylmercury are used.

    These are chronic exposure limits, though. It is acceptable to exceed the chronic exposure limit in a single day, provided the average over a reasonable time frame is still below the chronic exposure limit.

    This is good news to eaters of tuna: the daily chronic exposure limit of methylmercury is met by a quarter pound of tuna.