Earlier quoted context omitted.
That seems a bit rude to me, especially since they a) sell PDF ebooks and b) explicitly say that you are not supposed to re-upload the content elsewhere.
Why? They've made this all available, why is grabbing it all in increase your own convenience (eg offline reading, searching) rude ?
Game AI Pro
11–20 of 64 posts
Re: Game AI Pro
#12Re: Game AI Pro
#13Very cool how recent and modern these are (along with super reputable authors)
Re: Game AI Pro
#14Earlier quoted context omitted.
Why? They've made this all available, why is grabbing it all in increase your own convenience (eg offline reading, searching) rude ?
Because when you actually read it, you will download 1 article per 30 minutes. If you batch-download all of their content now, you'll create much more peak load and, hence, costs for them.
Re: Game AI Pro
#15Earlier quoted context omitted.
Why? They've made this all available, why is grabbing it all in increase your own convenience (eg offline reading, searching) rude ?
Because when you actually read it, you will download 1 article per 30 minutes. If you batch-download all of their content now, you'll create much more peak load and, hence, costs for them.
Re: Game AI Pro
#16I am just an NPC until I get coffee. For AI researcher Game AI is like porn. It's cheap tricks and obviously fake but oddly fascinating. Sometimes you find a new trick you want to try in real life. Marvin Minsky once said "I bet the human brain is a kludge." If I had to bet, I would say that human brain is full of dirty tricks, incomplete solutions, shortcuts and artificially limited problem spaces evolved to pick be…
Indeed, Game AI puts the "Game" first -- as it should for Games, but to the detriment of anyone who cares more about AI and wants Games to be a fun place to study AI.
If we split Game AI into "problem solving" (like pathfinding) and "opponent personality", then we can recover a lot of good AI that generalizes beyond games, without being misled by the parts that only useful for tricking people in a toy environment.
Re: Game AI Pro
#17Re: Game AI Pro
#18Download it all with wget -r -A.pdf http://www.gameaipro.com/ wget -r -A.zip http://www.gameaipro.com/
That seems a bit rude to me, especially since they a) sell PDF ebooks and b) explicitly say that you are not supposed to re-upload the content elsewhere.
Re: Game AI Pro
#19Earlier quoted context omitted.
Why? They've made this all available, why is grabbing it all in increase your own convenience (eg offline reading, searching) rude ?
Because when you actually read it, you will download 1 article per 30 minutes. If you batch-download all of their content now, you'll create much more peak load and, hence, costs for them.
And load does not translate to cost for everybody. If you saturate the connection to my VPS, I don't pay more, it just gets slower for everybody in contention. I can spin up mirrors but if I'm offering a free resource like this, I'd be more likely to limit the bandwidth-per-client-IP or just actively let it run slow. They could even limit the bandwith to the subdirectory with...
location /download/ {
limit_conn addr 1;
limit_rate 50k;
}Re: Game AI Pro
#20Download it all with wget -r -A.pdf http://www.gameaipro.com/ wget -r -A.zip http://www.gameaipro.com/
That seems a bit rude to me, especially since they a) sell PDF ebooks and b) explicitly say that you are not supposed to re-upload the content elsewhere.