EDIT: appears to work fine in FF
Time lapse screencap video of a games programmer
51–60 of 79 posts
Re: Time lapse screencap video of a games programmer
#52Has anyone tried the game? It's almost completely unplayable. I get about ~1 FPS. (OSX 10.6, Chrome) EDIT: appears to work fine in FF
Re: Time lapse screencap video of a games programmer
#53Has anyone tried the game? It's almost completely unplayable. I get about ~1 FPS. (OSX 10.6, Chrome) EDIT: appears to work fine in FF
As a sidenote, this difference of experience highlights a big problem with rich web applications.You get so high variance in performance depending on a particular combination of hardware, OS and browser that you are virtually predestined to fail hard for some non-negligible part of your userbase (unless your application is so trivial that even on the worst possible platform it would still work ok).
I know, this problem existed with classical games all the time. But there, gamers pretty much came to terms with "hardware requirements" (needed to play the game at all).
With web, expectations are for some reason different. It used to be quite expected and acceptable to buy new GPU/CPU/RAM to play a particular desktop game, yet it seems like too much work just to fire a different browser and copy & paste URL. I know I'm guilty of this myself, despite being developer and regularly working simultaneously with multiple browsers.
And it's just going to get worse as performance spread will widen, both on low-end (more people accessing web through mobile devices) and on high-end (as HW acceleration slowly comes to new generation of browsers).
Re: Time lapse screencap video of a games programmer
#54Where would be a good source for such competitions?
Another fun competition I read about was the Super Mario AI competition in 2009 where the winner has succeeded with an A* algorithm which he presented in a nice video: http://www.youtube.com/watch?v=DlkMs4ZHHr8
The 2010 Mario AI championship also seems to be over already.
Another fun competition I have heard about is the International Obfuscated C Code Contest. However, while reading this is very interesting and quite fun, I am not sure if I would have fun to do this myself. (Somehow I am more focused on the output/result of the code and I like to have clean, elegant and intelligent code, as less obfuscated as possible. :))
Re: Time lapse screencap video of a games programmer
#55Am I the only one who thought this was going to be like those Meth PSAs? Where we see how the programmer's physical condition decays?
Re: Time lapse screencap video of a games programmer
#56I think that watching a five minute video like this of my day before I went home would be more motivating than reviewing my Rescue Time statistics.
That would really lead to me kicking my own ass more for productivity
Re: Time lapse screencap video of a games programmer
#57Earlier quoted context omitted.
Eclipse has autocomplete and documentation built in as well, right?
Autocomplete is there. Also you have the ability to create your own micros that you can use to build skeletons (like a function, or a loop). I'm not sure about itegrated docs. You'll probably get a brief pop-up (hit-or-miss), but nothing like XCode's inline docs.
Re: Time lapse screencap video of a games programmer
#58Has anyone tried the game? It's almost completely unplayable. I get about ~1 FPS. (OSX 10.6, Chrome) EDIT: appears to work fine in FF
Works very smooth for me (Win 7, Firefox 3.6.8). As a sidenote, this difference of experience highlights a big problem with rich web applications. You get so high variance in performance depending on a particular combination of hardware, OS and browser that you are virtually predestined to fail hard for some non-negligible part of your userbase (unless your application is so trivial that even on the worst possible pl…
Re: Time lapse screencap video of a games programmer
#59Re: Time lapse screencap video of a games programmer
#60He really did that all without a search engine or looking at any API docs?? Maybe it's just cause I'm not a games programmer, but that's insane. How does he know what he's programming to?