Slashdot Mirror


User: Phopojijo

Phopojijo's activity in the archive.

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

Comments · 109

  1. Re:It is all about resolution on The 5-Year Console Cycle Is Dead · · Score: 1

    Framerate locking IS common... because on the console with set hardware you can optimize to hit one specific framerate... ... and then when you port to the PC you need to keep the framerate locked (or have a REALLY painful porting process) because of all the assumptions you made making the console version assuming the framerate will always be 30 fps (like with Gametime, etc)

  2. Re:It is all about resolution on The 5-Year Console Cycle Is Dead · · Score: 3, Informative

    Wii was actually one of the only consoles to NOT be sold at a loss.

    2006 Article

  3. Re:It is all about resolution on The 5-Year Console Cycle Is Dead · · Score: 2, Interesting

    Just about every console port doesn't have the resolution locked. ... that said their internal assets are usually low-res enough that the extra resolution will just be rendering the crappy artwork with even more crappy detail.

  4. Re:It is all about resolution on The 5-Year Console Cycle Is Dead · · Score: 1

    Its not all about resolution.

    What about polygon count, and memory size?

    They wouldn't matter without extra resolution to display that extra detail... assuming of course that the input detail is equal or greater than the output detail the screen resolution allows.

  5. Re:It is all about resolution on The 5-Year Console Cycle Is Dead · · Score: 2, Interesting

    They must of been drinking the same, with all due respect to an otherwise extremely bright programmer, software rendering kool-aid as Tim Sweeney.

    "The End of the GPU Roadmap" http://graphics.cs.williams.edu/archive/SweeneyHPG2009/TimHPG2009.pdf

    And while Real-Time Ray Tracing is the "Holy Grail" and is achievable, there is no way VRAM is going away to be replaced with traditional CPU memory. There are so many memory optimizations in the rendering pipeline that it would be stupid to suggest that it all should be tossed out and use slow DRAM instead.

    He was actually talking about something like CUDA or OpenCL programs that look similar to a typical software rendering engine.

    GPUs would still be there... but you would "talk to them" in a similar way you would a CPU. Only with slightly more simple commands that are parallelized across thousands of cores.

    Basically Tim Sweeney is annoyed at all the DirectX and OpenGL quirks they need to dodge and would want to program each engine basically from first principles -- but still use the GPU for calculations that could be split into hundreds or thousands of independent parts.

  6. Re:It is all about resolution on The 5-Year Console Cycle Is Dead · · Score: 1

    Eh... the consoles are slightly more memory bound than anything. As for rendering at 720p? That's generous... many of the blockbusters render at lower (some much lower) than that.

  7. Re:This is why I love iPhone on Security Expert Warns of Android Browser Flaw · · Score: 1

    Yet every iPhone susceptible to that exposure could be updated within 2 weeks. I would like to see Android pull that one off...

    If Apple gets around to it, of course.

    They've been known to let vulnerabilities go until they can roll them all up into a nice 250MB-or-so patch.

    Hey, what's the rush? They're not a target.

  8. Re:i love patents on Tandberg Attempts To Patent Open Source Code · · Score: 1

    And this is why people who believe there aren't such things as "Defensive Patents" are wrong.

    ...

    ...

    Sure... there SHOULDN'T be such things as defensive patents... but there are... to protect yourself from plagiarizing... vulching... trolls.

  9. Re:Apple Moderators? on Facebook To Own the Word "Face" · · Score: 1

    Because that would mean that their just released Facetime for Mac would be called Arsetime for Roadapples.

  10. Re:rimshot on Seagate To Pay Former Worker $1.9M For Phantom Job · · Score: 1

    Nah, that was the project his team was supposed to spearhead.

  11. Re:I wonder... on TSA Pats Down 3-Year-Old · · Score: 1

    Ugh, imagine that thing getting set off.

  12. Re:I wonder... on TSA Pats Down 3-Year-Old · · Score: 1

    And if the security measures really helped... I'm sure there'd be more support. There's a balance between security and convenience/performance/freedom in whatever we do. Many people have many different lines they draw -- regardless of where you draw your line... you need to be efficient at getting the most of the former for the least of the latter. I mean hey -- easy way to solve this problem: ban flying. No airplane problems then.

  13. Re:'...and other carbon-based substances' on Graphene Can Be Made With Table Sugar · · Score: 1

    Just another way Foxconn employees are giving to their company.

  14. Re:Tonight On Bizzaro World News ... on Microsoft Finally Certifies an Open Source Web App · · Score: 1

    Mind the double post... but I am with on you moving to Linux... but not so much for what Microsoft doesn't let you install (because they're not toooo bad about that) -- but more for what you're allowed to do in the future for backwards compatibility or other long-term maintenance that's required on source that's proprietary to Microsoft.

  15. Re:Tonight On Bizzaro World News ... on Microsoft Finally Certifies an Open Source Web App · · Score: 1

    Uh, I have no problems registering DLLs as they're required for various other applications...

    1) You made sure that you right-clicked on CMD and ran as administrator?
    2) You made sure that CMD's in the PHP directory, with php5activescript.dll in that directory?
    3) You made sure to type:

    regsvr32 php5activescript.dll

    ??

  16. Re:The problem with this on Australian Researchers Devise Fault-Tolerant Quantum Computer · · Score: 1

    This post proves it. :-p

  17. Re:I Can Dream, Can't I? on Why There's Still No Netflix App For Android · · Score: 1

    Maybe content companies will realize that DRM simply doesn't work... especially not when compared to the benefits of being smart with their business models.

  18. Re:Iguana on a Stick Eh? on Lizard Previously Unknown To Science Found On Vietnam Menu · · Score: 1

    Silly... there's no Iguanas in New York State... ... but you know I *love* my Soylent Green.

  19. Re:Yes! on When DLC Goes Wrong · · Score: 1

    We're screwed.

  20. Re:really? on Pee On Your Phone STD Test · · Score: 1

    There's a clap for that.

  21. Re:Clearly on Mob-Sourcing — the Prejudice of Crowds · · Score: 0, Offtopic

    But... that's... tangential politics...

  22. Re:Bug is really for Windows XP on IE Flaw Exploit In Hacker Kit 'Raises the Stakes' · · Score: 1

    One reason is because they're dependent on higher-permissions code... which the exploiting code pretends it is by over-writing part of the higher-permission code in memory... such that the next time said code is run, it is no longer there.

    That's actually how DEP works... the CPU executes a string of commands... one after another... some from memory, some from cache, some jumps, some sequential... ... then when it sees code marked as "data"... it freaks out and realizes it somehow got misdirected out of "execute" and fell in a data buffer. If DEP wasn't enabled... it wouldn't check to see where it is and would just run it with whatever permissions SHOULD be there. If DEP was enabled... the CPU freak-out would force an instant crash and signal Windows that (x) was terminated because it tried to execute data.

    The reason why executing data is dangerous is because it's a section of memory that the programmer said "this should not contain any code... and can be written to by someone other than me".

    Which by the way is how jailbreaking Apple products works... you're installing malware on the system to get a higher permission level than the application wishes you to have. The same process you used to usurp admin rights from Apple on your phone is the same process anyone else needs to do to usurp admin rights from Apple on your phone... which is exactly how viruses are made.

    Simply put... it's ridiculously hard to write secure code. All you can do is reduce how much access to elevated permission code you have... and fix any errors as you, or someone, finds them.

  23. Re:Mindlink on Failed Controller-Free Gaming Devices of the Past · · Score: 1
  24. The real question: on Failed Controller-Free Gaming Devices of the Past · · Score: 4, Interesting

    I think the bigger story is that after all these iterations... developers still don't know how to properly use the hardware.

    People envision that Kinect will be used for sign language recognition and creating custom animations/taunts (actually waving bye to that Pyro wanker's head).

    Will we ever see a developer use the hardware? Or will they just use it shallowly and default to what they know for anything of substance?

  25. Oh Brother, Barbie. on Big Brother Barbie · · Score: 2, Informative

    Well to be fair you can get a 640x480 webcam-quality recorder shaped like a car starter for approximately 15$... so it's not like this level of surveillance wasn't possible until now... ...

    But it does make me cringe to think about gifts from creepy stepfathers.