Slashdot Mirror


User: bcmm

bcmm's activity in the archive.

Stories
0
Comments
1,879
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,879

  1. Re:This is a story? on False Fact On Wikipedia Proves Itself · · Score: 3, Informative

    Anyone who cites Wikipedia in a paper should fail, as everything even remotely contentious on Wikipedia is supposed to be backed up by a citation from a proper source. Wikipedia's use in writing papers is in telling you where to find material you can cite.

  2. Re:So basically you'r telling us on The Broken Design of Microsoft's "Fix it" Tool · · Score: 1

    I nearly bought a menstrual pain reliever called "Ibuprofem" or something after noticing that the only active ingredient was ibuprofen (I am male and take ibuprofen for headaches).

    Oddly, it was the cheapest brand of ibuprofen in the shop, and was packaged and marketed solely as a menstrual pain treatment.

  3. Re:The reality... on Windows 7 To Come In Multiple Versions · · Score: 1

    I don't think you understand.

    Normally, the difference is in default packages, and an install can be converted by simply installing and uninstalling packages. The reason there should be different installers is that servers are generally configured somewhat differently, and having sensible defaults is nice, but more importantly, users want a GUI installer and server people want a text-based installer which can work remotely.

  4. Re:Mystery Pits on Oldest Weapons-grade Plutonium Found In Dump · · Score: 1

    You were still performing atmospheric bomb tests on a site just 65 miles away from Las Vegas into the 1960s.

    (My emphasis.)

    Radioactive air and a bit of left-over fissile material is a lot less scary than the large amounts of radioactive dust ("fallout") that you get from an explosion at ground level (which is the only way to damage an underground silo).

  5. Re:Mystery Pits on Oldest Weapons-grade Plutonium Found In Dump · · Score: 1

    As to the "be nuking ourselves" we do have low-yield nuclear weapons also.

    Fallout is effected more by where the warhead is when it detonates than by the yield of the weapon.

    Missile silos tend to be underground and don't really care if you hit them with an airburst (the normal configuration for a "deterrent" type weapon designed to kill the population of a city). A strike intended to stop a nuclear launch would have to be a groundburst (fuse detonates on impact like a traditional bomb). A groundburst inevitably results in a lot of material (e.g. the area's soil) being very close to the weapon when it detonates and experiencing a lot of neutron flux. This radioactive soil gets kicked up into a fine dust by the blast and is called fallout.

    You can't do a clean strike on a missile base.

  6. Re:WTF? on Google Challenging Proposition 8 · · Score: 1

    It makes people not want to live in California.

  7. Re:do good wii emulators exist for pc's? on Lenovo To Bring Wii-Inspired Input To PCs · · Score: 1

    Wiimotes connect to Wiis using Bluetooth. I believe various 3rd-party drivers have been written to allow one to use Wiimotes with various OSs on bluetooth-enabled PCs.

  8. Re:Google Earth? on Bordeaux 1.6 For FreeBSD and PC-BSD Released · · Score: 1

    Yeah, I use Google Earth regularly and it works just fine for me. The current version for Windows, Mac and Linux is 4.3 now, so the cross-platform 4.x series is no longer unstable.

    There's not really much to go wrong in porting it: the API's it uses are Qt and OpenGL. It's a shame they can't be bothered to put in a couple of days to port it to FreeBSD properly really.

    My only complaint is that they insist on statically linking Qt, which makes GE slower to start and means it won't use the system widget theme.

  9. Google Earth? on Bordeaux 1.6 For FreeBSD and PC-BSD Released · · Score: 2, Informative

    Google Earth has been written in Qt with a native Linux version for quite some time now. Wouldn't it be easier to use the Linux version? I thought FreeBSD had extensive compatibility layers for running Linux executable built-in, and a Linux Qt application would look and feel more native.

  10. Re:Philosophy 2.0 on Evolution of Intelligence More Complex Than Once Thought · · Score: 1

    Everything is more complicated than you assumed. Even when you take this into account.

    Can I steal that? I think that needs to be written in very large letters on most things.

  11. Re:What inhibits intelligence, then? on Evolution of Intelligence More Complex Than Once Thought · · Score: 1
  12. Re:You could roll your own. on SoHo NAS With Good Network Throughput? · · Score: 1

    If you roll your own NAS, just use SSH and rsync. Then it will support everything, and, in my experience, have more reliable transfers.

  13. Re:Why not Konqueror? on Google Chrome Tops Browser Speed Tests · · Score: 4, Insightful
    Don't be stupid.

    Konqueror sucks. On most of the sites I visit, it doesn't render the page properly

    In KDE 4, Konqueror uses effectively the same rendering engine as Safari, and I for one have not been encountering many rendering errors. Which sites misrender for you?

    For that matter, Even Firefox 3.0.3 continuously crashes on my Fedora Core 9 installation.

    The majority of the Firefox codebase is cross-platform. If it crashes on Linux, you can bet it'll crash on Windows too, under similar circumstances*. In my experience, it is equally (un)stable on both platforms.

    I use Konqueror for most things due to it's speed, and Firefox when I have to use Windows, and for the occasional sites which insist on specific browsers or use broken flash-detection scripts (why must sites try to decide whether you can have flash content instead of just sending you the tag and seeing what you do with it)?

    * Barring buggy plugins, that is. For me, Quicktime causes more crashes than any plugins on Linux.

  14. Re:Not Just Spam on Washington Post Blog Shuts Down 75% of Online Spam · · Score: 1

    US-based ones?

  15. Re:I still have it. on Microsoft Discontinues Windows 3.x · · Score: 1

    C:\WINDOWS\SYSTEM32\PROGMAN.EXE in Windows 2000, XP, and XP SP1. In XP SP2, Program Manager was replaced with a dummy version which serves only to convert old-style shortcuts to explorer shortcuts, for compatibility with very old installers.

  16. Haven't read TFA on Silencing a Hard Drive Using Household Items · · Score: 5, Funny

    Does it involve bludgeoning with any number of common household items?

  17. Car? on 1000-mph Car Planned · · Score: 1

    At that sort of speed, presumably all control is going to be aerodynamic anyway, making this basically a rocket-plane designed to fly so close to the ground that the wheels touch it, right?

  18. Re:Useful Vs. Official on Wikipedia's New Definition of Truth · · Score: 1

    What is needed is a kind of competitor that *does* allow "unofficial" info.

    It would die of revert-wars.

  19. Re:Siberia: crazy liberal myth or FACT? on Strong Methane Emissions On the Siberian Shelf · · Score: 1

    [Citation Needed]

    Seriously. Where does it say that?

  20. Re:Google Earth is native! on CodeWeavers Package Google Chrome For Linux and Mac · · Score: 1

    Thanks, that seems to work fine here. I might try and see what other bundled libraries can be eliminated too...

  21. Re:Google Earth is native! on CodeWeavers Package Google Chrome For Linux and Mac · · Score: 1

    Google Earth uses it's own compiled-in Qt, rather than the system's one.

    This is ostensibly because they have no idea how Linux works and think that this makes it easier to install, but is more likely because they couldn't be bothered with making sure it looks OK when the sizes of the widgets change like everyone else does.

  22. Games? on Why Is the Internet So Infuriatingly Slow? · · Score: 4, Insightful

    Have online games started using large amounts of bandwidth (instead of trying to minimise traffic in the interests of latency) since I last played a new game?

    Or are they just something that the aforementioned Granny doesn't do, and therefore probably antisocial?

  23. LGPL? on Reading Google Chrome's Fine Print · · Score: 2, Interesting

    Chrome uses WebKit, which is based on the LGPL'ed software KHTML. Shouldn't this make it harder to put weird restrictions on usage?

  24. Re:Details... on Vista's Security Rendered Completely Useless · · Score: 1
    Whoosh. Other bugs with this script include:
    • It puts "computer" in the prompt, not `hostname`.
    • It doesn't actually give you root.
  25. Re:Details... on Vista's Security Rendered Completely Useless · · Score: 1

    I give in. Why? Is Bash greatly modified on BSD?