Slashdot Mirror


User: Curien

Curien's activity in the archive.

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

Comments · 667

  1. Re:Windows installer requires them on Farewell To the Floppy Disk · · Score: 1

    That doesn't work with any of the BIOSes I've tried. How does the BIOS know which partition to boot from? No, to boot reliably from a USB device, it needs to either not have a partition table at all or have an MBR, in which case it boots as a hard drive rather than a floppy.

  2. Re:Go PowerBook G4! on Interview With "Switcher Girl" Ellen Feiss · · Score: 1

    Since when do we take computer advice from Windows users?

  3. Re:Windows installer requires them on Farewell To the Floppy Disk · · Score: 2, Informative

    Yes, that's how you do it. Though this doesn't work in all circumstances. I think you have to have BIOS support for USB emulation (which I suppose most do), and whatever application you run from the "floppy" has to play nice. I was playing around with putting the Ghost client and hard drive image on a huge FAT12 partition on a USB drive so you could image a computer by just plugging in, rebooting, and waiting. It booted up great, but Ghost refused to read the "floppy"!

    What I ended up doing was just partitioning the flash drive as a hard drive (MBR and all) and using syslinux as the boot loader. It was a pain in the ass to set up, and I don't even know if it's possible under Windows without some obscure piece of special-purpose software. But it worked. And it's a more flexible solution -- because it uses syslinux to boot, I can boot any floppy image I want by just copying it to the hard drive and adding it to syslinux.conf instead of having to dd it over (which is itself difficult in Windows).

  4. Re:I don't get it. on Maine Rejects Federally Mandated ID Cards · · Score: 1, Troll

    Yes, the Marihuana Tax Act of 1937. You got another question, or are you done making yourself look like an idiot?

  5. Re:Design issue alert! on First Look At Final OLPC Design · · Score: 5, Insightful

    Books are also very expensive. Even in mass production, a non-trivial book can cost around $20 each, and smaller run books are much more expensive due to (lack of) economy of scale.

    Not to mention that large-scale distribution is not inexpensive, especially in the market areas for one of these laptops (poor infrastructure makes shipping more expensive). I imagine a government could actually save a good amount of money (if the laptops prove successful and long-lasting) by giving school children one of these laptops and then just having digital textbooks.

  6. Re:one disc? on Fedora Core and Fedora Extras To Merge · · Score: 1

    It's not a compatibility thing, it's a look&feel thing. You can use Konqueror with a Gnome desktop or Nautilus with KDE, but why would you want to?

  7. Re:Dell GX270's on Solid Capacitor Motherboards Introduced · · Score: 1

    It was a known manufacturing error. Dell issued a recall, and they repaired ours for free.

  8. Re:Pure bullshit. on YouTube Blocked in Brazil · · Score: 1

    The atrocious concept is the one that posits we can solve problems by eliminating words. Words do not hurt people; intentions do. Simply refraining from calling women "sluts" will do nothing to retard the erosion of self-esteem experienced by teenage girls in our society as they become sexually active.

    Sacrificing terminology on the altar of political correctness does nothing to actually address real problems. Worse, it wastes time and energy by distracting those who could otherwise contribute true progress.

    So by all means, continue with your senseless tirade against words. But please consider that the words themselves really aren't harmful; it is the attitudes and emotions of those who use and hear the words. And unless we truly address the underlying problems, those will continue to exist long after the particular words you find distasteful have lost all meaning.

  9. Re:Avoid direct memory access on How Do You Know Your Code is Secure? · · Score: 1

    You do it that same way you write Java code "without pointers". You use higher-level abstractions to hide (and prevent errors in) the implementation details.

    Programming in C++ requires restraint.

  10. Re:Don't use C++ as if it was only "C with classes on How Do You Know Your Code is Secure? · · Score: 3, Informative

    And that's exactly why so many things are "implementation defined" or "undefined". Many real-world users of C++ demand that, for instance, vector::iterator be a typedef for a raw pointer for efficiency reasons. Other equally-important users would prefer an iterator type that guarantees sensible behavior in the face of real errors. The ISO standard allows for both behaviors by conforming C++ implementations.

    There's something attractive about the Java and C# languages having all constructs so well-defined. But both of those languages could afford not to support real hardware. Both target abstract machines and are happy with the results. C++ can afford no such conceit: it thrives in high-performance, customized, and otherwise exotic environments.

  11. Re:WTF on Dark Cloud Over Good Works of Gates Foundation · · Score: 1

    No, they are being bitched about for owning part of a company which is harming people.

  12. Re:Problem isn't exactly fixed yet ... on Opera Security Patched In Secret · · Score: 1

    Confirmed on with Opera 9.10 on Linux as well.

  13. Re:The inevietable obligatory question. (WHY?) on YouTube Blocked in Brazil · · Score: 1

    It's only a "stigma" because women care. If someone called me a "slut" (I'm male), I'd smile and nod. It's all in how people take it.

    So really, you are the one stigmatizing women by encouraging them to react negatively to a normative description.

  14. My suggestion on Resources for Teaching C to High School Students? · · Score: 1

    Use Koenig and Moo's Accelerated C++ to teach modern C++ rather than C. Modern C++ (meaning C++ written in a modern style) does not require much memory management or other "nitty-gritty" stuff, but it allows the students to learn in a framework in which such bookkeeping tasks can be introduced with minimal fuss when appropriate. Also, the book is succinct, thorough, and pedantically correct.

  15. Re:The Lesson? on MySpace Users Have Stronger Passwords Than Employees · · Score: 1

    Dude, buy a smart card reader. They're like ten or fifteen bucks.

  16. Re:The Lesson? on MySpace Users Have Stronger Passwords Than Employees · · Score: 1

    Funny. Folks in my branch of the US Federal government all log in with a smart card and 7-digit PIN.

  17. Re:They have instant coffee now. on Why Do Computers Take So Long to Boot Up? · · Score: 5, Insightful

    Because people are stupid. If there were a specially-accessible (say, via the F8 key at startup on Windows) "re-detect hardware" boot option, and the default just went with whatever the OS already knew about, then people would first bitch about how "I put in a new soundcard, and Windows can't even see it!" And then when they learned how to detect it, they'd bitch about "Why can't Windows just do that automatically?!"

    Seriously, you want an OS that does exactly what you want at boot time? Use Unix. You want something that works reasonably without you having to mess with it? Use Windows. Don't blame Microsoft for your own poor choices.

  18. Re:With you kind permission ... on BitTorrent, Inc. Acquires uTorrent · · Score: 1

    Funny... My Sempron 3000+-based machine uses about 40W peak.

  19. Re:Basic math on Professor Comes Up With a Way to Divide by Zero · · Score: 1

    In many Mathematic models the direction for which x approaches zero is extremely relevant.

    It's only relevant for a one-sided limit. "One-sided limit" != "limit".

    But, perhaps a good [example of where the direction of approach matters] would be gravity.

    (I can't really tell because you used ambiguous notation, but I suppose you meant force F to be a function of distance r between the respective centers of mass.)

    Actually that's an example of where it doesn't matter at all. Your description is of the physical manifestation of a discontinuity at zero, but that's irrelevant to the discussion. The LIMIT exists (even if the function is discontiguous) at r=0 because the function behaves the same regardless of whether r approaches 0 from the left or from the right.

    (A simple exercise proves it -- the only occurrence of r in the function is as r^2, and r^2 == (-r)^2. So F(r) == F(-r), and it doesn't matter which side of 0 r approaches from.)

  20. Re:Kinda. on Professor Comes Up With a Way to Divide by Zero · · Score: 1

    No, the limit simply does not exist. No "if"s, "and"s, "but"s, "maybe"s, or other qualifiers.

    A one-sided limit is not the same thing as a limit. This is mathematics, and precision of language is paramount. Any theorem that requires a limit exists at a certain point is NOT VALID if only a one-sided limit (or pair of them) exists at that point. And no, f(x) = c/x is NOT differentiable at x=0 for exactly that reason.

  21. Re:Basic math on Professor Comes Up With a Way to Divide by Zero · · Score: 1

    The limit of a constant over x as x approaches zero would depend on which direction you're approaching x from.

    If the direction of approach matters, then the limit, by definition, does not exist. The rest of your post is just a really round-about way of repeating "the limit does not exist".

  22. Re:Tailgating on Detecting Tailgaters With Lasers · · Score: 1

    In countries where people actually know how to drive, you are required to allow a vehicle to merge in front of you. A driver on the freeway is expected to realize that there is an upcoming merge point and vacate the rightmost lane if possible or slow down if necessary; vehicles ahead of him in the merge lane have the right-of-way. In these countries, the speed limit is usually higher than in the US and on-ramps are shorter; yet we seem to manage just fine.

  23. Re:Karl Marx was right. (sigh) on Creationism Museum To Open Next Summer · · Score: 1

    By that logic, Marx's theories were responsible for halting Hitler and stopping the spread of Nazism; and Jesus Christ is responsible for the death tally in Iraq. Get a grip.

  24. Re:Karl Marx was right. (sigh) on Creationism Museum To Open Next Summer · · Score: 4, Insightful

    Maybe you should study a little economic theory before purporting to evaluate an economist. Marx's seminal work, his theories on the unemployment cycle, remain fundamentally unchalleneged and virtually unchanged to this day.

  25. Re:Complete Speculation, but.. on Google Sponsors the LinuxBIOS project · · Score: 1

    Dude... ever heard of PXE? Nearly every BIOS already supports this.