Robert Gould

15,710
reputation
1400 views

Registered User

name Robert Gould
member for 1 year
seen 16 hours ago
website
location Japan
age 30
I'm a professional systems game developer, who specializes in scripting engines, concurrency, network, persistence and data-driven support for games. My hobby is AI, a topic I love, but don't have much time to work on.
2d
comment How to bind SQL variables in Php?
thanks for the postgres info!
2d
comment How to bind SQL variables in Php?
"binding" variables in PHP to variables in SQL :)
2d
asked How to bind SQL variables in Php?
2d
awarded  Mortarboard
Dec
6
comment Why is Lua so ignored?
yeah I love Lua and use it everyday in game programming, but RCIX is just being a jerk :) kinda
Dec
6
comment Why is Lua so ignored?
as a game dev I initially agreed with reiner, but at a second thought after learning about fiats (web dev) I came too see the complexity.
Dec
6
answered C++ Book for a Beginner
Dec
6
asked Is there a comprehensive list of Google App Engine applications out there?
Dec
4
awarded  Popular Question
Dec
2
comment Most interesting non-mainstream language?
Indeed, I also consider Lua to be Javascript done well. I like Javascript, but I keep wishing it was as simple and powerful as Lua.
Dec
1
answered How to help a struggling newbie do a better job?
Dec
1
comment How to help a struggling newbie do a better job?
+1 for: In six months - he will be good and ready (to leave and look for a better paid job :-) )
Dec
1
answered Where can I find information about NOSQL implementation patterns?
Dec
1
asked Where can I find information about NOSQL implementation patterns?
Nov
30
awarded  Popular Question
Nov
24
awarded  Popular Question
Nov
20
answered Error installing Apache (libaprutil)
Nov
20
asked Error installing Apache (libaprutil)
Nov
18
comment Inserting new columns in the middle of a table?
This works on MySQL too. It's not standard SQL. But the answer might help someone with a similar problem using a DB that supports this
Nov
16
comment Inserting new columns in the middle of a table?
@skaffman, thanks :) Apparently that is how I'm going to solve the issue, since it doesn't seem possible to do what I originally wanted to do.
Nov
16
comment Inserting new columns in the middle of a table?
yeah the view solution was what I knew, and was going to be my first attempt, but was kind of hoping for a simpler solution :/
Nov
16
comment Inserting new columns in the middle of a table?
@skaffman, I understand what you mean that select * is kind of rough. But it's really nice to be able to use it, especially for quick custom queries sent against the database. Until now everyone had been using select * , and my options are to fix the column oder or to reeducate everyone (and they just want to get their work done quickly and painlessly) that they need to use proper SQL. "These people" are programmers but not DB programmers and they find the need to write huge queries to answer a simple question cumbersome.
Nov
16
asked Inserting new columns in the middle of a table?
Nov
10
awarded  Popular Question
Nov
9
awarded  Popular Question
Nov
6
accepted Is ISO 9241 (Ergonomics of Human System Interaction) relevant in the industry?
Nov
6
comment Is ISO 9241 (Ergonomics of Human System Interaction) relevant in the industry?
If your customer is government or very large corporation that really needs the certification, yes do it. But remember to make a good assesment of the work and cost, as it won't be trivial and likely boring, so I wouldn't take the request lightly
Nov
4
answered Is ISO 9241 (Ergonomics of Human System Interaction) relevant in the industry?
Oct
30
answered Why do people want to deliver both Json and XML as output to their REST interfaces?
Oct
30
comment Do Javascript prototypes have something equivalent to Lua’s __index & __newindex?
thanks for the info, unfortunately I need cross-browser compatability, but nice to know, maybe others will follow suite
Oct
30
comment Converting an old cell phone into a webcam
interesting question, but it belongs on superuser
Oct
30
comment destory a function in javascript ( jquery )
Very clever design!
Oct
29
comment Do Javascript prototypes have something equivalent to Lua’s __index & __newindex?
I kinda imagined that javascript had an __index, and that i just couldn't find it, but seems I was wrong. Thanks for information and trick. It's good enough for my purposes!
Oct
29
comment Do Javascript prototypes have something equivalent to Lua’s __index & __newindex?
Any ideas folks?
Oct
29
asked Do Javascript prototypes have something equivalent to Lua’s __index & __newindex?
Oct
28
awarded  Popular Question
Oct
27
awarded  Notable Question
Oct
27
awarded  Notable Question
Oct
27
awarded  Popular Question
Oct
21
awarded  Favorite Question
Oct
21
awarded  Popular Question
Oct
19
comment Optimization! - What is it? How is it done?
Oh and is rant and preach == subjective and argumentative?
Oct
19
comment Optimization! - What is it? How is it done?
language-agnostic AND C++ ? Cool combination of tags there :)
Oct
19
comment In a functional programming what would you call this sort of operation?
Do you know the name used in Mathematica for this sort of thing?
Oct
17
awarded  Notable Question
Oct
16
awarded  Notable Question
Oct
15
comment In a functional programming what would you call this sort of operation?
Good deduction work there, thanks!
Oct
15
comment how can I write applications in C or C++ for Android?
Thanks this is the correct answer nowadays, so you win :)
Oct
15
comment In a functional programming what would you call this sort of operation?
Yeah I'm not sure if it's one argument at a time or not.
Oct
15
comment In a functional programming what would you call this sort of operation?
@pavium, yeah it might be a bit confusing at first sight, but it's not obfuscation :)