Why do I have to complete a captcha to access this website?
SQL X-to-Y
11–20 of 30 posts
Re: SQL X-to-Y
#12Why do I have to complete a captcha to access this website?
Re: SQL X-to-Y
#13Re: SQL X-to-Y
#14Why do I have to complete a captcha to access this website?
In addition, I find the new hCaptcha used by Cloudflare much worse than reCAPTCHA. It's slower, with ambiguous inputs demanding more mental effort, and sometimes it just refuses my correct answers.
Re: SQL X-to-Y
#15I find the notation compact but confusing. Are Thing and Category essentially tables? What does `thing {T, C}` mean, if T already means Thing?
May read it as: CREATE TABLE thing (T_ID integer, C_ID integer)
Re: SQL X-to-Y
#16Re: SQL X-to-Y
#17SQL Assertions are incidentally the most requested feature for the Oracle database: https://community.oracle.com/tech/apps-infra/discussion/4390...
Re: SQL X-to-Y
#18Is there further discussion of the "Alternate Key" somewhere? This is a new term to me. Is it like a candidate key?
Re: SQL X-to-Y
#19Is there further discussion of the "Alternate Key" somewhere? This is a new term to me. Is it like a candidate key?
EDIT: Agree with panda17, they're using it as "candidate keys which were not chosen as primary key."
Re: SQL X-to-Y
#20Earlier quoted context omitted.
In addition, I find the new hCaptcha used by Cloudflare much worse than reCAPTCHA. It's slower, with ambiguous inputs demanding more mental effort, and sometimes it just refuses my correct answers.
Google probably has a good enough handle on you to serve the easy captchas. But keep in mind that for users they can't fingerprint (e.g. with Tor Browser), reCAPTCHA is usually insanely hard or even blocked ("Your computer or network may be sending automated queries"). hCaptcha has been heavenly compared to that.