Path: csiph.com!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Mild Shock Newsgroups: comp.lang.javascript Subject: Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Date: Sat, 16 Mar 2024 19:08:46 +0100 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sat, 16 Mar 2024 18:08:45 -0000 (UTC) Injection-Info: solani.org; logging-data="1534465"; mail-complaints-to="abuse@news.solani.org" User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 SeaMonkey/2.53.18.1 Cancel-Lock: sha1:gCrKq0zWYPMtDmbH1MtieDEH8Zo= In-Reply-To: X-User-ID: eJwFwQUBADAIALBKuMRBTv8I35QNbVxMTfT0nBc6z1Eg56gDhHNHJ7KfApGJTJy+x0QbdWTYxui11Qj0AUU2FSc= Xref: csiph.com comp.lang.javascript:124316 Whats also crazy, you can see it when you type tic-tac-toe into google search and when it shows you a little tic-tac-toe. Absolutely crazy, this Google tic-tac-toe sends a little ping to the server for every click, i.e. game move, you make: Navigator: sendBeacon() method https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon Not sure whether this is intended, to have each game move notified to the server. But I guess it has to do with metrics, as shown here: Game Performance Total clicks - Total impressions https://kr3m.com/ Now I started using the Brave browser, the brave Brave doesn't allow the pings, it give this error, this explains why even pages without visible ads have high blocked events counts: POST https://www.google.com/gen_204?atyp=i&ei=1t_1ZeaMNKDwi-gP99-hyAY&ct=kptm:il&iw=918&ih=426&r=1&sh=456&sw=939&tmw=374&tmh=264&nvi=4&eg=0&zx=1710612453398&opi=89978449 net::ERR_BLOCKED_BY_CLIENT Mild Shock schrieb: > Here is a comparison to some other online Sudokus: > > - Offline Solution: >   Our solution can be played completely offline, >   doesn't need server roundtrip for game logic, >   neither to generate a sudoku, nor for anything else. >   Once the Prolog texts are loaded its autonomous. > >   This is unlike this SWI-Prolog Server solution, >   which requires server interaction: > > Sudoku Solver - 2005 Brandsma > https://sudokusolver.nl/ > > - Speedy Solution: >   Our solution has a relatively fast Sudoku generator, >   but I guess we can even make it a little faster, >   I am currently researching to make it a tick faster. >   But I have the feeling we are faster than >   this JavaScript solver: > > ? Sudoku Core ? - Komeil Mehranfar > https://sudoku.komeilmehranfar.com/ > > - Ergonomic Solution: >   We do not commit some ergonomic errors. For example >   we have actions digit first then cell. And not the >   nonsense of actions cell first and then digit. Also >   we provide a redo not only an undo. So we do not provide >   same nonsense as here: > > ? Sudoku Core ? - Komeil Mehranfar > https://sudoku.komeilmehranfar.com/ > > Sudoku - raetsel.ch > https://www.20min.ch/sudoku > > - Not a Fubar Solution: >   Not a fucked up beyond all recognition solution. >   No need to register, one can play immediately annonymous. >   Not a page that spams you with adds, i.e. that works like >   YouTube Ad spamming. This is unlike a trend demonstrated >   here, to include Sudoku in some customer retention and >   and customer impression strategy concept, up to the point >   to invent new rules like maximum number of mistakes, which >   never existend on paper / pencil: > > NZZ Sudoku - kr3m > https://spiele.nzz.ch/sudoku/ > > Sudoku - Easybrain > https://sudoku.com/ > > Mild Shock schrieb: >> Advice for asshole John Harris : >> >> Not all people are interested in excelling in >> foul smell, you could show better life goals. >> >> Since you wrote this thesis: >> https://www.jghnorth.org.uk/thesis/Thesis.pdf >> >> You should have no problems with Prolog. >> Just admit that you think that Dogelog Player >> >> is one of the coolest Prolog systems on this planet, >> and that you are playing Sudoku just now: >> >> Example 23: Spock Doku >> https://www.xlog.ch/runtab/doclet/docs/06_demo/solver/example23/package.html >> >> >> LoL