Posted June 07, 2018

toxicTom
Big Daddy
Registered: Feb 2009
From Germany

kohlrak
One Sooty Birb - Available on DLsite.com, not
Registered: Aug 2014
From United States
Posted June 07, 2018
Well, if you stop swinging that wrench around and took the hat off, stop grinning so hard, and breathed in through your nose and out through your mouth, you'd probably cool down some.

Tauto
TRUMP'S THE MAN!!!!!! JERKMUTER RULES!!!
Registered: Jul 2015
From Australia
Posted June 07, 2018


The only thing I would change is let's use GOG's own one instead of 3rd party (Google).

alaric.us
Slava Ukraini
Registered: Feb 2010
From United States
Posted June 07, 2018

My bank loaded a placeholder demanding I turn on JS.
My other bank was stuck on a loading animation.
My credit card page loaded a placeholder demanding I turn on JS.

JQuery is a putrid corpse and should never be used under any circumstances by anyone ever.
But yes, any modern project does integrate its own node_modules during the build phase. There should be no external http requests aside from what's is actually necessary for the site's normal operation.
Post edited June 07, 2018 by Alaric.us

kohlrak
One Sooty Birb - Available on DLsite.com, not
Registered: Aug 2014
From United States
Posted June 07, 2018


I think it's perfectly fine. Being PCI compliant takes care of that, and banks take great pains to be. They are also audited on it regularly. That's why you never hear of a bank's web site site being hacked and user info stolen, or financial transactions initiated. Banks have 1000 problems, but this isn't one of then.
JQuery is a putrid corpse and should never be used under any circumstances by anyone ever.
But yes, any modern project does integrate its own node_modules during the build phase. There should be no external http requests aside from what's is actually necessary for the site's normal operation.
People build their JS?But yes, any modern project does integrate its own node_modules during the build phase. There should be no external http requests aside from what's is actually necessary for the site's normal operation.

alaric.us
Slava Ukraini
Registered: Feb 2010
From United States

Ganni1987
'My Rewards' is DRM
Registered: Sep 2011
From Malta
Posted June 07, 2018
I haven't seen this in a while, which explains why I stopped complaining. Occasionally I get to declare I'm not a robot but it's not a major annoyance.

kohlrak
One Sooty Birb - Available on DLsite.com, not
Registered: Aug 2014
From United States

pmcollectorboy
New User
Registered: Apr 2013
From United States
Posted June 07, 2018
"Click on building."
*clicks on building*
"You are wrong. That not building."
"Click on street."
*clicks on street*
"You are wrong. That not street."
"Click on cat."
*clicks on badger*
"You pass."
Captcha in a nutshell.
*clicks on building*
"You are wrong. That not building."
"Click on street."
*clicks on street*
"You are wrong. That not street."
"Click on cat."
*clicks on badger*
"You pass."
Captcha in a nutshell.

alaric.us
Slava Ukraini
Registered: Feb 2010
From United States
Posted June 07, 2018
A modern JS application is actually a pretty complex bit. Not talking driver and kernel programming, of course, but no less complex than apps written in compiled languages such as C# and Java.
You got your framework, a ton of dependencies that it uses, a ton of dependencies that you bring in separately, all the tests, all the mock data and snapshots, etc. It gets big. And I mean REALLY big. Thousands of files (a lot of them only necessary for the dev environment, not for prod.)
In the end, though, you really only want to have a single js file for the site. So all of this stuff needs to be cleaned up, merged, possibly transpiled, minified, etc. There is a lot that goes into this. The build process for a medium sized application can take up to 30 seconds to build on a fast machine. And I can't even imagine the complexity of a colossal app like Facebook. I mean there is a reason why Facebook invented React and Google invented Angular. (Although Angular sucks.)
You got your framework, a ton of dependencies that it uses, a ton of dependencies that you bring in separately, all the tests, all the mock data and snapshots, etc. It gets big. And I mean REALLY big. Thousands of files (a lot of them only necessary for the dev environment, not for prod.)
In the end, though, you really only want to have a single js file for the site. So all of this stuff needs to be cleaned up, merged, possibly transpiled, minified, etc. There is a lot that goes into this. The build process for a medium sized application can take up to 30 seconds to build on a fast machine. And I can't even imagine the complexity of a colossal app like Facebook. I mean there is a reason why Facebook invented React and Google invented Angular. (Although Angular sucks.)

russellskanne
Social Solipsist
Registered: Oct 2012
From Germany
Posted June 07, 2018
I already hate those scrambled-word-captchas, but it's only one or two words one have to type and then it's done. But this google thing is just one big waste of time, it has to go for Christ's sake!

alaric.us
Slava Ukraini
Registered: Feb 2010
From United States
Posted June 07, 2018
I am now beginning to worry a little. I never had a problem with these, but a lot of you are very upset and seem to be having serious issues. Perhaps a bunch of people are actually robots and I don't know it.

RainbowDragon
New User
Registered: May 2011
From Other
Posted June 07, 2018

https://www.gog.com/wishlist/site/remove_the_annoying_i_am_not_a_robot_login_feature
... but unfortunately too many users seem to let their cookies remain on their PCs after they close their browsers so only those of us who do delete them everytime will be bothered with the captcha...

vv221
./play.it developer
Registered: Dec 2012
From France
Posted June 07, 2018


However it's not always a question of "messy work from amateurs", but - as always - time and money. In an ideal world a website would have a script-less version (working with url-parameters and posts) and then a script-version on top with all the fancy animations, in-place rendering and ajax-calls in the back (this is also good for search robots).

C'mon people, how hard can it be to host jQuery on your own servers?

toxicTom
Big Daddy
Registered: Feb 2009
From Germany