Slashdot Mirror


User: Morlenden

Morlenden's activity in the archive.

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

Comments · 12

  1. Tearing on First AMD FreeSync Capable Gaming Displays and Drivers Launched, Tested · · Score: 1, Interesting

    "This completely eliminates tearing and jitter issues that are common in PC gaming."

    Adaptive sync should fix tearing but it won't do much for jitter. That has to be fixed in the game program. Jitter occurs when frames, each representing a point in time, are displayed at different times than the ones they represent. A game program must try to advance the simulation time for each frame an amount that matches the time that will elapse before the frame is displayed, but it can be difficult to know what the simulation and rendering time will be for a frame. Usually that time isn't constant and it can vary a lot when physics, AI, garbage collection, rendering and other per-frame steps can all have unpredictable variations in time.

    Still, it's good to have tearing fixed, and to have the option of choosing arbitray frame rates, not just the even divisors of some fixed screen rate.

  2. Re:ALL POULTRY SHALL FEAR THE NAME OF... on Bangladesh Slaughters 150,000 Birds After Worst H5N1 Virus Outbreak In 5 Years · · Score: 1

    Hire a contractor. There ain't much call for stomping on chickens.

    http://www.youtube.com/watch?v=wbpKV2iMrKk

  3. Re:What are these low power servers good for? on Samsung May Start Making ARM Server Chips · · Score: 4, Interesting

    The I/O limit could be on memory. Servers can have >1000 times more RAM than there is cache on a CPU chip. With enough threads and/or processor cores the cache hit rate drops, so that the memory bus is 100% busy. At that point a faster CPU gives no benefit, may as well us a low-power one.

  4. Re:Easy enough to fix on Proof-of-Concept Android Trojan Uses Motion Sensors To Steal Passwords · · Score: 1

    The camera will also have to be disabled because tap-induced camera motion could be read that way.
    It may also be possible to get tap position information from the microphone.

  5. Re:MS Taking Aggressive Steps Against MALWARE On A on Microsoft Taking Aggressive Steps Against Linux On ARM · · Score: 1

    Maybe the person adding the new key didn't pay for the device. It may have been borrowed by police or black hats for spyware installation, or it may have been outright stolen. Requiring secure boot can protect the legitimate owner of the device in these cases if the owner has taken reasonable steps to prevent access without proper authentication.

    Another valid reason for preventing unsanctioned OS's to run on the device is to prevent reverse engineering. This enhances (through obscurity) the security of any secondary encryption or authentication that applications on the device may use.

  6. It's not about locking out competing OSs on Microsoft Taking Aggressive Steps Against Linux On ARM · · Score: 1

    Secure boot is the first step in loading a trustworthy computing environment. Content and media companies will be more willing to license their content for use on secure Win8 machines because they can be sure that the content can't be easily copied.

    Content not available on other devices, or only at higher prices / lower quality, is a killer app for Win8. Another one would be widely available and used IP-based voice/video communication, which Win8 will probably have (based on Skype).

  7. Re:I'm kinda split on stuff like this on Arizona Governor Proposes Flab Tax · · Score: 1

    Or take things logically in a different direction: Tax the sick. There's no need to theorize about obesity, smoking, age or other possible things that may indirectly influence the cost of medical care.

  8. Last transmission from Galileo on Goodbye, Galileo · · Score: 2, Funny

    E, si muove!

  9. Randite on New Heinlein Novel · · Score: 3, Interesting

    Ayn Rand's first novel, "We the Living" was published in 1937, one year before the new Heinlein novel was completed.

    I wonder if Heinlein had seen Rand's novel when he chose that title, "For Us, The Living".

  10. Re:su, then on Another Gaping Microsoft Security Hole Goes Unpatched · · Score: 1
    Another unix-y thing is to not run untrusted programs under accounts that have any access to important files.

    On Windows, create a separate user account for the browser with no access to any important files, and use "runas" to start the browser.

    For IE:

    %windir%\System32\runas.exe /user:ie /profile "c:\program files\internet explorer\iexplore.exe"

    For Mozilla:

    C:\WINNT\system32\runas.exe /user:mozilla /profile C:\Mozilla\bin\mozilla.exe

  11. Re:Client/Server gaming on Open Source Quake Causes Cheating? · · Score: 1
    This makes the server more expensive.

    Another way to avoid cheating is to have both clients compute the "important" state and compare results between the two machines. The comparisons can be done on the clients.

  12. "Go Away!" signs on the web on How The Web Was Almost Won · · Score: 4
    Anyone not using a PC or Mac, try out the Fox Networks home page.

    This could be the future for all of you radical non-Microsoft web users out there.