| bio | website | |
|---|---|---|
| location | ||
| age | 50 | |
| visits | member for | 1 year, 11 months |
| seen | 15 hours ago | |
| stats | profile views | 172 |
Coming off a time of experimental game designs, Java and PCG I'm now looking for work in Orange County, CA either in or out of the games business, please feel free to contact me if you have any referrals.
I'm a long time game programmer having worked on many shipped titles, a few AAA releases and one MMO so far. I'm a generalist and my credo has always been that if something needs doing to ship, I'll step up and learn what I need to to get it done.
-Patrick
|
Jul 15 |
comment |
Helping a new programmer become more self-proficient and not ask me so much? Awesome, train him how to find the answers and simultaneously approve of how he found them so he knows it's OK and expected. Your new guy will be a lot less nervous. |
|
Jul 15 |
comment |
Are “Proactive” designs on new projects useful? As a side note, "proactive" is not a word anyone will recognize. Terms that will show up on searches are words like: BDUF, Waterfall, maybe Spiral, there's a ton of dismissive mention of this in the Agile cult, and supporters in large/corporate groups that design to meet a predetermined feature set. |
|
Jul 15 |
comment |
Are “Proactive” designs on new projects useful? What you reference in #1 is called a vertical slice, a coherent but minimal implementation that acts as proof of concept. If you insert "integrate feedback from the people who are paying for the software into your design" at #3.5 you're pretty close to Scrum/Agile like I've used. |
|
Jul 14 |
comment |
How to know if two images are the same? This technique of thumbnails to pre-select potential matches is valid, YUV is a nice touch and I've seen it turned to a pure luminance map for the same reasons. |
|
Jul 13 |
answered | Dangers of huge monolithic application |
|
Jul 13 |
comment |
Dangers of huge monolithic application You're assuming an awful lot about the runtime hardware and OS environment, especially when firware and embedded devices are involved. |
|
Jul 13 |
answered | Is there an open source license for this? |
|
Jul 13 |
comment |
What is the regarded current best practises regarding the “this” keyword in front of field and methods in c#? Great point about the junior coders. |
|
Jul 13 |
comment |
What naming Convention to Use for C# Function Parameters Whatever other answers you get below, there's a little tool to analyze and enforce stylistic rules: archive.msdn.microsoft.com/sourceanalysis |
|
Jul 12 |
comment |
Hiring Developers - Securing Source Code I'd have recommended criminal prosecution, but that's a great example of both the dreaded consequence and solution to prevent it. |
|
Jul 12 |
comment |
Where should code refactoring and optimization fit within both an agile and waterfall process timeline? I've become a fan of the "technical debt" concept, +1 for bringing it up in this context. |
|
Jul 12 |
answered | Where should code refactoring and optimization fit within both an agile and waterfall process timeline? |
|
Jul 12 |
comment |
Advantages and Disadvantages of Forced Code Reformat Biting the bullet on a global change is really the best way, I agree; get it done and no one has to worry about it ever again. |
|
Jul 12 |
comment |
Game programming : C# or C++? Also see here: gamedev.net |
|
Jul 12 |
answered | What is the difference between bug and new feature in terms of segregation of responsibilities? |
|
Jul 10 |
comment |
Completing a project successfully despite hostile management? You can't win. I have to agree with Pierre that it's time to become remorselessly logical, analyze the project goals and plan ahead so that you have facts and answers; and I suggest learning to speak manager-language so that when you have meetings you can show your concern for their problems in a way they understand. |
|
Jul 10 |
comment |
Why do my java programs run faster in eclipse than in BlueJ? Could be that since BlueJ is a teaching environment and not just a Java development studio it's doing a lot of extra things behind your back, too. |
|
Jul 9 |
comment |
Options other than C for embedded projects? I hate the preprocessor It could be worse, it could be assembly. What features are you "missing" from C, it could be that a dev environment extension (Eclipse plugin or visual studio automated steps) can help close the gap? |
|
Jul 9 |
comment |
Whether to open-source gigantic idea Not an answer, just a comment. If your idea is so gigantic, it will survive the test of time and therefore I suggest you keep it between you and your friends. As all the other answers have noted, no one is going to give free time to an idea without even a prototype. |
|
Jul 9 |
awarded | Commentator |