Slashdot Mirror


User: Narishma

Narishma's activity in the archive.

Stories
0
Comments
1,026
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,026

  1. Re:Slow as hell on Wolfenstein 3-D Celebrates 20 Years With Free Browser-Based Version · · Score: 1

    That's assuming the game uses the canvas element. From a cursory look at the page's source, it doesn't appear to use it but I could be wrong.

  2. Re:doesn't look like much now, but... on Wolfenstein 3-D Celebrates 20 Years With Free Browser-Based Version · · Score: 1

    There were cut-scenes back then?

  3. Re:Slow as hell on Wolfenstein 3-D Celebrates 20 Years With Free Browser-Based Version · · Score: 1

    Your GPU is irrelevant since it's not used in this Javascript version. But yes, I agree with your general sentiment.

  4. Re:Why Desktop Linux Hasn't Taken off... on Why Desktop Linux Hasn't Taken Off · · Score: 1

    Michael Larabel is from Phoronix, not Valve...

  5. Re:Why Desktop Linux Hasn't Taken off... on Why Desktop Linux Hasn't Taken Off · · Score: 1

    Valve didn't announce it. Phoronix did a few times the last couple of years but so far nothing official from Valve.

  6. Re:Raspberry Pi on Open-Source Qualcomm GPU Driver Published · · Score: 3, Informative

    Raspberry Pi has a Broadcom GPU, not Qualcomm.

  7. Re:Damn you kids, get off my lawn. on Demoscene: 64k Intros At Revision Demoparty · · Score: 1

    They may have moved to 64k because that was the maximum size of an executable .COM file on CP/M and MS-DOS.

  8. Re:Damn you kids, get off my lawn. on Demoscene: 64k Intros At Revision Demoparty · · Score: 1

    Since modern operating systems won't let you directly access hardware, the only way to do what you want is to bypass the OS, and thus write drivers for any hardware you may want to use. And the resulting demo will only run on your particular machine, or one extremely similar to it. Good luck with that.

    As for counting cycles, I don't think it's even possible in modern CPUs due to how they run instructions out of order.

  9. Re:Not Java. Please not Java. on Minecraft Creator's New Game Called 0x10c · · Score: 2

    The thing has 128KB of RAM, not 512 bits...

  10. Re:Sony used to be a respected company on Sony Taking Down PSP Titles In Response To Vita Hackers · · Score: 1

    That was before they were bought by the media companies (Columbia and BMG).

  11. Re:Nouveau on Nvidia's Fermi Architecture Debuts; Nouveau Driver Already Working · · Score: 1

    Yes, I read that. That's why I was asking how they got the hardware.

  12. Re:Next Consoles... on Nvidia's Fermi Architecture Debuts; Nouveau Driver Already Working · · Score: 2

    The rumours around all point to all next gen consoles having AMD GPUs in them though.

  13. Nouveau on Nvidia's Fermi Architecture Debuts; Nouveau Driver Already Working · · Score: 5, Interesting

    If the Nouveau project doesn't get support from Nvidia, how did they manage to support this new chip before it's release? Have they had access to one of the cards sent to the press?

  14. Re:AMD needs to focus on OS on AMD Releases Open-Source Radeon HD 7000 Driver · · Score: 1

    Optimus isn't a graphics adapter. It's just software in the drivers that switches between the IGP and the discrete GPU on the fly when needed. I thought the reason it wasn't available on Linux was that Xorg simply didn't support hot-swapping of GPUs.

  15. Re:Final Fantasy 7 on Computer Games That Defined RPGs In the 1980s · · Score: 1

    They weren't hand-drawn, they were computer-generated off-line and stored as images on the CD.

  16. Re:Numbers are meaningless on NVIDIA Challenges Apple's iPad Benchmarks · · Score: 4, Interesting

    The Vita also has 128MB of dedicated VRAM which the iPad (or any other smartphone or tablet for that matter that I'm aware of) doesn't, making things even more difficult to compare.

  17. Re:Don't stop there on For Windows 8 Users, Stardock Revives the Start Menu · · Score: 1

    Looks like KDE's Folder View widgets.

  18. Re:It better play the games I already own on Valve Reportedly Working On 'Steam Box' Gaming Console · · Score: 2

    Gaming doesn't "live and die on the bleeding edge" like you say. If the huge popularity of consoles and flash games isn't obvious enough, you just have to take a look at the most played games on Steam and you'll see none of them requires high end machines.

  19. Re:Not enough memory per Cell on Sony Ditching Cell Architecture For Next PlayStation? · · Score: 2

    Then you could probably have the physics engine in one CPU, the AI in another, the background object management in a third, and so on.

    That's a bad way to design your engine, even in a homogeneous multi-core system like a PC. You'll be wasting a lot of resources because only a few of those tasks will require a whole processor for themselves, so it'll be idling most of the time. A better approach is to break down your engine into a large number of small more or less self contained tasks, then implement a jobs system that takes those tasks and runs them on whatever processor is free at that moment. This is how most current high end game engines work and it works well on both the PS3 and the Xbox/PC.

  20. Re:BLECK! on GNOME 3: Beauty To the Bone? · · Score: 4, Informative

    It was TechRadar.

  21. Re:too many r-pi 'status' posts on Despite Media Confusion, Raspberry Pi Boards Still On Schedule · · Score: 2

    Why don't you just stop reading these updates if you're not interested in them?

  22. Re:Good luck getting Japan to listen on Twisted Metal Designer Rails Against Storytelling Games · · Score: 0

    I guess you didn't read the whole post since he mentioned Capcom as one of the few Japanese developers who get it right.

  23. Re:PSN Indie Games? on Sony's New CEO To Look Beyond Hardware · · Score: 1

    I think that's equivalent to XBLA, not XBLIG. As far as I know, Sony doesn't have any equivalent to XBLIG or the App Store.

  24. Re:Um.... on TMS9918A Retro Video Chip Reimplemented In FPGA, With VGA Out · · Score: 1

    He was talking about systems that used this particular VDP. None of those you mentioned did.

  25. Re:Time to switch operating systems on ReactOS 0.3.14 Released With Improved Networking Stack · · Score: 1

    I wouldn't be so sure of that. DosBox on Linux will probably run more games than FreeDOS, especially if you try to run FreeDOS on modern hardware.