Forgot your password?
typodupeerror

Submission Summary: 0 pending, 8 declined, 7 accepted (15 total, 46.67% accepted)

Submission + - What Might Have Happened to Windows Media Center

Phopojijo writes: Microsoft has officially dropped Windows Media Center but, for a time, it looked like Microsoft was designing both Windows and the Xbox around it. That changed when Vista imploded and the new leadership took Windows in a different direction. Meanwhile, Valve Software and others appear to be tiptoeing into the space that Microsoft sprinted away from.

Submission + - Khronos Group Announces Vulkan to Compete Against DirectX 12.

Phopojijo writes: The Khronos Group has announced the Vulkan API for compute and graphics. Its goal is to compete against DirectX 12. It has some interesting features, such as queuing to multiple GPUs and an LLVM-based bytecode for its shading language to remove the need for a compiler from the graphics drivers. Also, the API allows graphics card vendors to support Vulkan with drivers back to Windows XP "and beyond".

Submission + - Ask Slashdot: How to Protect Your Passwords from Amnesia.

Phopojijo writes: So, you can encrypt your password library using a client-side manager or encrypted file container. You could practice your password every day, keep no written record, and do everything else right. You then go in for a serious operation or get in a terrible accident and, when you wake up, suffer severe memory loss. Slashdot readers, what do you consider an acceptable trade-off between proper security and preventing a data-loss catastrophe? I will leave some details and assumptions up to interpretation (budget, whether you have friends or co-workers to rely on, whether your solution will defend against the Government, chance of success, and so forth). For instance, would you split your master password in pieces and pay an attourney to contact you with a piece of it in case of emergency? Would you get a safe deposit box? Some biometric device? Leave the password with your husband, wife, or significant other? What can Slashdot come up with?

Submission + - NVIDIA's G-Sync Is VSync Designed for LCDs (not CRTs).

Phopojijo writes: A monitor redraws itself top to bottom because of how the electron guns in CRT monitors used to operate. VSync was created to align the completed frames, computed by a videocard, to the start of each monitor draw; without it, midway through a monitor's draw process, a break (horizontal tear) would be visible on screen between the two time-slices of animation.

Pixels on LCD monitors do not need to wait for above lines of pixels to be drawn, but they do. G-Sync is a technology from NVIDIA to make monitor refresh rates variable. The monitor will time its draws to whenever the GPU is finished rendering. A scene which requires 40ms to draw will have a smooth "framerate" of 25FPS instead of trying to fit in some fraction of 60 FPS.

Submission + - Software Rendering Engine GPU-Accelerated by WebCL

Phopojijo writes: OpenGL and DirectX have been the dominant real-time graphics APIs for decades. Both are catalogs of functions which convert geometry into images using predetermined mathematical algorithms (scanline rendering, triangles, etc.). Software rendering engines calculate colour values directly from the fundamental math. Reliance on OpenGL and DirectX could diminish when GPUs are utilized as general "large batches of math" solvers which software rendering engines offload to. Developers would then be able to choose their algorithms for best suits their project, even native to web browsers with the upcoming WebCL.

Submission + - Console Manufacturers Want the Impossible?

Phopojijo writes: Consoles have not really been able to profitably scale over the last decade or so. Capital is sacrificed to gain control over their marketshare and, even with the excessive lifespan of this recent generation, cannot generate enough revenue with that control to be worth it. Have we surpassed the point where closed platforms can be profitable and will we need to settle on an industry body, such as W3C or Khronos, to fix a standard for companies to manage slices of and compete within?
AMD

Submission + - HSA Foundation founded by AMD, ARM, Ti, Imagination, and MediaTek (pcper.com)

Phopojijo writes: "To wrap up his “The Programmers Guide to a Universe of Possibility” keynote during the 2012 AMD Fusion Developer’s Summit, Phil Rogers of AMD announced the establishment of the HSA Foundation. The foundation has been instituted to create and maintain open standards to ease programming for a wide variety of processing resources including discrete and integrated GPUs. Founding members include ARM, Texas Instruments, Imagination, MediaTek, Texas Instruments, as well as AMD. Parallels can be drawn between this and AMD’s “virtual gorilla” initiative back from the late 1990’s."

Slashdot Top Deals

Your mode of life will be changed to EBCDIC.

Working...