#DeveloperFail Funny, the page asks for your name, and if you have ' like Irish names, it marks the name in Red (invalid) and doesn't let you move forward with finding out the books. I tested it with the following names. James O'Keefe Mullah O'Mar
What are the books banned in camp Guantanamo?
21–30 of 43 posts
Re: What are the books banned in camp Guantanamo?
#22Re: What are the books banned in camp Guantanamo?
#23Re: What are the books banned in camp Guantanamo?
#24Apparently, of the 800 men they have detained only 9 ever went to trial. Without trial ...
Re: What are the books banned in camp Guantanamo?
#25#DeveloperFail Funny, the page asks for your name, and if you have ' like Irish names, it marks the name in Red (invalid) and doesn't let you move forward with finding out the books. I tested it with the following names. James O'Keefe Mullah O'Mar
Why can't a name simply be a string of length X? All this work of checking for "correct" names is so pointless.
This is a great opportunity to mentor one's juniors. An injection attack is trivial to demonstrate in the local dev environment, and the result strongly motivates anyone worth working with to learn how not to do that again.
Re: What are the books banned in camp Guantanamo?
#26There is a gift shop in Guantanamo bay? What's next, one in fucking Auschwitz?
Re: What are the books banned in camp Guantanamo?
#27There is a gift shop in Guantanamo bay? What's next, one in fucking Auschwitz?
Re: What are the books banned in camp Guantanamo?
#28Earlier quoted context omitted.
Why can't a name simply be a string of length X? All this work of checking for "correct" names is so pointless.
Badly written SQL generation often prompts single quotes being forbidden in input. "Having single quotes there breaks my queries," one sometimes hears said. "I don't know why." This is a great opportunity to mentor one's juniors. An injection attack is trivial to demonstrate in the local dev environment, and the result strongly motivates anyone worth working with to learn how not to do that again.
stmt = driver.prepare("insert into names
(firstname, lastname) values (?, ?)");
stmt.execute("Flannery", "O'Connor");
Syntax varies among database interfaces but this ensures that any odd strings are properly stored by the driver and the application does not need to worry about them. There is also no risk of someone rewriting the SQL statement.Re: What are the books banned in camp Guantanamo?
#29#DeveloperFail Funny, the page asks for your name, and if you have ' like Irish names, it marks the name in Red (invalid) and doesn't let you move forward with finding out the books. I tested it with the following names. James O'Keefe Mullah O'Mar
Sounds like a very hacky way to avoid little Bobby Tables...
Re: What are the books banned in camp Guantanamo?
#30I don't get it. What're they afraid of?
What if the prisoners draw inspiration from Sirius Black or Edmond Dantes and attempt an escape? Banning these books ensures that such thoughts never occur to the inmates. Clearly the wardens have learned the correct lessons from the Shawshank Redemption [1] [1] - https://youtu.be/_359l_9Wyhg?t=48s