Slashdot Mirror


User: Short+Circuit

Short+Circuit's activity in the archive.

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

Comments · 4,814

  1. Re:Ahh yes, but.... on Old Geek Invents New Stick · · Score: 1, Funny

    Picture a new kind of beanie...instead of a propellor, it's an antenna for your cell phone.

  2. Re:Linux support? on Intel Plans for Dual-Core Prescott CPUs in 2005 · · Score: 1

    I don't think active support will be required.

    With hyperthreading, the OS recognizes one physical processor as two CPUs, with nothing more than standard SMP behavior.

    In fact, the Linux scheduler had to be tweaked in order to weaken restrictions on passing processes from one logical CPU to another, if both were on the same chip. Otherwise, hyperthreading actually caused a performance loss when treated as an SMP system.

  3. Re:Very promising! on Old Geek Invents New Stick · · Score: 2, Interesting

    I'm not sure how the system is normally supposed to work, but you might want to be careful of cell towers fighting over a given phone.

    At my parents' house, Verizon phones get zero coverage, despite three towers being within range.

  4. Re:Windows Licencing on Intel Plans for Dual-Core Prescott CPUs in 2005 · · Score: 2, Interesting

    The same arguments were abound when Intel introduced HT. And Microsoft didn't touch the licensing.

    My guess is XP Home will continue to only use one logical processor, while XP Pro will use two. (Now, whether the "second" logical processor is HT on the first core, or primary use on the second core, remains to be seen.)

  5. Re:soo... on McDonald's Germany Moves to SuSE Linux · · Score: 3, Interesting

    That's funny, 'cause before the McDonalds down the street from where I worked turned off the order-confirmation screen a few months ago, it'd been showing a Windows GPF error for several weeks...

    Requires stability. Indeed.

    I told them to power the machine off and back on, and they said they'd tried that. They were still waiting for someone from McD's IT department to come down and fix the box.

  6. Re:I hear that... on More on the Swedish Stealth Ship · · Score: 1

    To cook the occupants. Not nice. But stil effective.

  7. Re:Are you insane?!? on Google Finally Moves Toward RSS Standard · · Score: 0, Offtopic

    No...that'd be the two universes mentioned in the TOS episode "What of Lazarus"

    What of Lazarus...and what of Lazarus...

  8. Re:Atom? on Google Finally Moves Toward RSS Standard · · Score: 2, Funny

    I didn't realize Douglas Adams was posting from beyond the grave...

  9. You'd think... on Google Finally Moves Toward RSS Standard · · Score: 5, Interesting

    ...it'd become an RFC at some point.

  10. Re:Thanks! on Valve Announces Half-Life 2 Code Theft Arrests · · Score: 2, Interesting

    How about a Linux release?

  11. Re:put them "in the game" on Valve Announces Half-Life 2 Code Theft Arrests · · Score: 1

    Wonderful publicity. Way to encourage them.

  12. Re:"other sources"? on Valve Announces Half-Life 2 Code Theft Arrests · · Score: 5, Informative

    Click on "and more" ...

    Google attempts to group related articles.

  13. I wonder if... on Valve Announces Half-Life 2 Code Theft Arrests · · Score: 5, Funny

    ...Valve was waiting for the arrests before releasing the game.

  14. Re:But... on NASA's Personal Satellite Assistants · · Score: 1

    Another poster mentioned it did, but I can't find a reference.

  15. Re:Keeps going and going and going and.. on SCO posts Q2 Loss, Gets $11k from Linux · · Score: 2, Insightful

    Assuming the ruling goes against them, you know they'll appeal. Even if it doesn't, IBM will.

    I don't think they have the money to follow through all the appeals.

  16. Re:If they have Q2 losses... on SCO posts Q2 Loss, Gets $11k from Linux · · Score: 2, Funny

    Yeah...you know they can't work with an open-sourced engine. :)

  17. Re:Progress report on SCO posts Q2 Loss, Gets $11k from Linux · · Score: 3, Informative

    Won't be necessary. SCO is a corporation, which means its officers are protected from legal action stemming from the behavior of the company..

    IANAL.

  18. Re:No improvements forecasted on SCO posts Q2 Loss, Gets $11k from Linux · · Score: 1, Interesting

    I'd be more worried about some sort of action against Groklaw.

  19. Determination on Drexler Clarifies Grey Goo Scenario · · Score: 1

    The problem I see is the difficulty in producing a machine that can not only reproduce itself, but do something useful as well.

    I think a much more likely scenario would be producing a solution consisting of two machine species. One species does useful work. The other species makes copies of the first species.

    The two species would depend on different keyed source chemicals. If you wanted to increase the rate at which you build load-bearing bots, you increase the availability of one chemical. If you wanted to increase the rate at which you were doing useful work, you increase the availability of the other chemical.

  20. Re:At the rate humanity is going on Drexler Clarifies Grey Goo Scenario · · Score: 1

    Mix corn starch and water. There's some interesting goo for you to play with.

    Hit it hard with your fingers, and they'll stop at the surface. But you can slowly sink your fingers in without much fuss.

  21. Ouch. on RFID License Plates in the UK · · Score: 1

    If this was attempted in America, I wonder if it would be considered as allowing "unreasonable search and seizure."

  22. Re:Is x86 the best chip to use on CEO of Centaur Discusses x86 Strategy and Linux · · Score: 1

    If you run Linux, I'd wager that the source code was available for almost all of the software on your machine. Meaning it can be compiled with optimizations for your CPU.

    With Via's CPUs, some functionality, like encryption and random number generation, are supported by the kernel, which then makes the functionality available to userland in ways that don't require the software to explicitly support Via's CPU.

  23. Re:you are missing the point! on Is the Linux Desktop Getting Heavier and Slower? · · Score: 1

    I was referring primarily to AMD versus Intel CPUs. Not only do they support different instruction set extensions, you need to provide your instructions at different intervals and orders in order to get the most out of the CPU.

    Not to mention x86-64...

    DVD install media only holds 4.7GB, there are several distros which are already approaching (or have already passed) this if you add up all the CDs...

    All of "testing" Debian requires 13 CDs, or 3 DVDs. I've got the 13-CD set.

  24. Re:you are missing the point! on Is the Linux Desktop Getting Heavier and Slower? · · Score: 1

    Microsoft has the advantage that most of their end-users got Windows on their machines pre-installed. That means they can include a lot more data in their OS, which means they can add code optimized for the popular processors.

    I wouldn't be surprised to see similar efforts in the Linux community as, for example, DVD install media becomes more common, but there's still one problem. gcc doesn't make optimization for multiple systems easy. mplayer does it, but that's all I know of.

  25. Re:True of physics engines as well on Realistic Human Graphics Look Creepy · · Score: 2, Interesting

    I wanted to put rudimentary FEA in the Quake engine...imagine causing the opposing team's fort to collapse.

    Unfortunately, I lacked the programming skills--and still lack the mathematics skills--to do it.