Slashdot Mirror


User: 3.1415926535

3.1415926535's activity in the archive.

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

Comments · 319

  1. Re:vacuous ad copy? on Dell Reveals Specs For the Looking Glass Tablet · · Score: 1

    The Kin and Zune HD use the original Tegra. All these new devices coming out use Tegra 2.

  2. Re:15% on Internet Routing, Looming Disaster? · · Score: 1

    Even that claim is a red herring. Internet traffic is routed through, and visible to, many many entities that I would consider equally untrustworthy, and yet no one makes a stink about that. You have to have end-to-end encryption between authenticated peers if you want to have even a chance of keeping your data out of the hands of nogoodniks.

  3. NOT ICANN! on Free IPv4 Pool Now Down To Seven /8s · · Score: 1

    Addresses are assigned to the RIRs by the Internet Assigned Numbers Authority, NOT the Internet Corporation for Assigned Names and Numbers. I know, all of these acronyms made up of Is, As, and Ns blur together.

  4. Re:X11 on Ubuntu Dumps X For Unity On Wayland · · Score: 3, Informative

    X.org *is* X11. I think you meant XFree86 (which is also X11, by the way). That issue was political squabbling and an argument over whether or not forks are bad for open source projects. This is something entirely different.

  5. Re:Will it be faster and more responsive? on Ubuntu Dumps X For Unity On Wayland · · Score: 1

    No it won't. Contrary to popular belief, Wayland is not a panacea for poorly-written window managers or compositors (except that you won't be able to run kwin4 on it, so it'll force you to use something different and -- since kwin4 is so terrible -- likely better).

  6. Re:Tabs on the left make sense on Google Confirms Chrome GPU Acceleration · · Score: 2, Informative

    Use the space bar (and shift+spacebar, to go backwards, at least in Chrome).

  7. It's "Caltech", not "CalTech" or "Cal Tech" on 1978 Cryptosystem Resists Quantum Attack · · Score: 2, Informative

    Seriously, Slashdot gets it wrong EVERY TIME. Next time, would it kill the editor to go to http://www.caltech.edu/ and, you know, read any of the words on the page?

  8. That is so not why I bought a Prius on Just One Out of 16 Hybrids Pays Back In Gas Savings · · Score: 1

    I bought my hybrid because it's tall enough for me to sit in it comfortably, my double bass fits in the back easily, and I can drive in the carpool lane by myself. Also, it's been perfectly reliable. The fact that it costs a pittance to fill the tank is a nice bonus.

  9. Re:You lazy fuckers on Intel, NVIDIA Take Shots At CPU vs. GPU Performance · · Score: 1

    I think that predates vi. Good ol' "ed", the line editor, has s/foo/bar/g command.

  10. Re:Quality code on Physics Platformer Gish Goes Open Source · · Score: 1

    I like this part:

    /*
            fuckedup[0]=timer[0].totaltime;
            fuckedup[1]=timer[1].totaltime;
            fuckedup[2]=timer[2].totaltime;
            fuckedup[3]=timer[3].totaltime;
            fuckedup[4]=timer[4].totaltime;
            fuckedup[5]=timer[5].totaltime;
            fuckedup[6]=timer[6].totaltime;
            fuckedup[7]=timer[7].totaltime;
            fuckedup[8]=timer[8].totaltime;
            fuckedup[9]=frame.numoflights;
            fuckedup[10]=numofsounds;
            fuckedup[11]=game.bonus[7];
            fuckedup[12]=numofanimations;
            */
            fuckedup[7]=game.levelnum;
            for (count=0;count<16;count++)
                {
                if (fuckedup[count]<8000000)
                    drawtext("/i",0,128+count*12,12,1.0f,1.0f,1.0f,1.0f,fuckedup[count]);
                else
                    drawtext("/i",0,128+count*12,12,1.0f,0.0f,0.0f,1.0f,fuckedup[count]);
                }

  11. Re:Submitter fail. on Is the 4th Yellow Pixel of Sharp Quattron Hype? · · Score: 1

    Plus, the tagline is, "You have to *see it*, to see it."

  12. Re:Grumpy on Girl Claims Price Scanner Gave Her Tourette's Syndrome · · Score: 2, Interesting

    The town I grew up in had an ice cream shop run by a guy with Tourette's. He never swore, he'd just shout, "Hey!" sometimes. What I found fascinating, though, was that it would never happen while he was playing the trumpet. Somehow, concentrating on that kept the symptoms in check. Needless to say, he was a fantastic trumpet player because he practiced all the time. :)

    I wonder how he's doing now.

  13. Has any GPU damage *actually* occurred? on NVIDIA Driver Update Causing Video Cards To Overheat In Games · · Score: 1

    Unlike the (what appears to be purely speculative) complaining here, modern graphics boards have thermal and voltage protection circuitry that operates independently of the software to protect the GPU from exactly this sort of situation. That's why the Blizzard report talks about a lot of "my game slowed down" complaints rather than "my GPU blew up" complaints.

  14. What about the Computer Action Show? on Linux Action Show Returns · · Score: 1

    They renamed the Linux Action Show to the "Computer Action Show", but it's still the same show. Is this LAS an entirely new show starting at season 11, then, or are they just renaming CAS back to LAS?

  15. Re:How come? on Open Source 3D Nvidia Driver Is Ready For Fedora 13 · · Score: 1

    False. The advisory that claimed that was mistaken because they didn't contact NVIDIA first and confused it with an earlier X server bug (which was also remotely exploitable, thank you very much). The actual problem only existed in two beta driver releases and never existed in the legacy drivers.

    See the NVIDIA response for more details: http://nvidia.custhelp.com/cgi-bin/nvidia.cfg/php/enduser/std_adp.php?p_faqid=1971

  16. Re:On The Other Hand on How Easy Is It To Cheat In CS? · · Score: 1

    Yeah, totally. I've come to the conclusion that the best programmers are the ones who delete the most code (while improving functionality, obviously). The only code that clearly has no bugs is code that doesn't exist.

  17. Re:xinerama and xrandr on 2 Displays and 2 Workspaces With Linux and X? · · Score: 1

    It's not a flaw in X, the problem is that screens can have vastly different capabilities, e.g. one could be running at depth 24 and one at depth 8. That's not usually a problem these days, but the bigger issue is that they could also be running on vastly different drivers. For example, trying to move an OpenGL window from an NVIDIA screen to a screen running the VESA driver just plain isn't going to work.

    This fundamental disconnect between screens is exactly what Xinerama is designed to fix. However, like you said, window managers often rely on windows not being able to move between screens to *implement* virtual desktops. With most implementations, they're fundamentally tied together. A window manager *could* implement virtual desktops in a way that allowed you to switch them independently, but nobody's bothered to implement it.

  18. Re:X server abstraction makes this hard on 2 Displays and 2 Workspaces With Linux and X? · · Score: 1

    It does know the boundaries, that's what the Xinerama extension is for. Try running "xdpyinfo -ext XINERAMA" and it should tell you where your screen edges are.

    The inability for window managers to switch workspaces on your screens independently is purely a window manager limitation and not a limitation in X itself.

    Likewise, the inability for the kernel to know about your card state was purely a limitation in the X drivers and not in XFree86/X.org itself. That part is mostly fixed now (and was never a problem on NVIDIA).

  19. Re:I'm not an Avid Linux User... on Nouveau NVIDIA Driver To Enter Linux 2.6.33 Kernel · · Score: 1

    The nv driver doesn't support interlace at all and the developers refuse to implement it.

    Interlace support for G8x and up:
    http://cgit.freedesktop.org/xorg/driver/xf86-video-nv/tree/src/g80_display.c#n434
    Interlace support for pre-G80:
    http://cgit.freedesktop.org/xorg/driver/xf86-video-nv/tree/src/nv_dac.c#n169

  20. Re:Lies, damn lies, and download rates on NVIDIA Driver Developer Discusses Linux Graphics · · Score: 1

    From the nvidia-installer man page:

                  --update
                                Connect to the NVIDIA FTP server ’ ftp://download.nvidia.com ’ and determine the lat
                                est available driver version. If there is a more recent driver available,
                                automatically download and install it. Any other options given on the commandline
                                will be passed on to the downloaded driver package when installing it.

  21. Don't forget, it also protects your family on Asus Slaps Linux In the Face · · Score: 1

    Because, you know, that "unfamiliar environment" will kill your children and steal your wife!

  22. Re:Another lesson... on Special Effects Lessons From JJ Abrams' Star Trek · · Score: 1

    Is that what those are? I saw a bazillion of them in Angels & Demons and thought they were some kind of mistake or error transferring it to film. Thanks for letting me know that the filmmakers aren't incompetent, just stupid.

  23. Re:OpenCL? on Five Nvidia CUDA-Enabled Apps Tested · · Score: 1

    CUDA and OpenCL are not exclusive, they're at different layers in the driver stack. If you look at the NVIDIA slides, you'll see that C, OpenGL, DX11 Compute, and Fortran are all just frontend languages that compile to/run on top of CUDA.

  24. Re:Nice, but... on Five Nvidia CUDA-Enabled Apps Tested · · Score: 4, Informative

    Folding@Home runs its computations in short bursts. gustgr is talking about a single computation kernel that takes more than 5-6 seconds.

  25. Re:Hey on Basic Linux Boot On Open Graphics Card · · Score: 1

    The technical restrictions of VGA mean that you can't do that without adding some sort of new extension, at which point you might as well just fire up X and use a real driver. You could maybe recognize a certain fixed set of fonts and replace those with higher-res versions, but what's the point when you can just run the card in a real graphics mode?

    The point here is that the card scales the text to your display's native resolution, which every other graphics card has already done for ages.