Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #124316
| Path | csiph.com!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Mild Shock <janburse@fastmail.fm> |
| 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 | <ut4n7d$1eqg1$1@solani.org> (permalink) |
| References | <usquog$19ifk$1@solani.org> <usqvtu$19j2p$1@solani.org> <uss4b0$1a4ci$2@solani.org> <ussesv$10bhu$1@dont-email.me> <ussim3$1amvp$1@solani.org> <usvhdi$1ppem$1@dont-email.me> <ut12nn$1ct4e$1@solani.org> <ut1kl1$2a9q7$1@dont-email.me> <ut1o34$1d8fo$1@solani.org> <ut4cqr$2uf9k$1@dont-email.me> <ut4jr6$1eoed$1@solani.org> <ut4k8n$1eonq$1@solani.org> <ut4kvl$1ep3c$1@solani.org> <ut4mp3$1eq6g$1@solani.org> |
| 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 | <ut4mp3$1eq6g$1@solani.org> |
| X-User-ID | eJwFwQUBADAIALBKuMRBTv8I35QNbVxMTfT0nBc6z1Eg56gDhHNHJ7KfApGJTJy+x0QbdWTYxui11Qj0AUU2FSc= |
| Xref | csiph.com comp.lang.javascript:124316 |
Show key headers only | View raw
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 <niam@jghnorth.org.uk>: >> >> 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
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar
Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-13 02:16 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-13 02:35 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-13 12:57 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-13 13:01 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] John Harris <niam@jghnorth.org.uk.invalid> - 2024-03-13 14:57 +0000
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-13 17:02 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] John Harris <niam@jghnorth.org.uk.invalid> - 2024-03-14 18:58 +0000
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-15 10:00 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] John Harris <niam@jghnorth.org.uk.invalid> - 2024-03-15 14:06 +0000
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-15 16:05 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] John Harris <niam@jghnorth.org.uk.invalid> - 2024-03-16 15:11 +0000
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-16 18:11 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-16 18:18 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-16 18:30 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-16 19:01 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-16 19:05 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-16 19:08 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] John Harris <niam@jghnorth.org.uk.invalid> - 2024-03-18 14:35 +0000
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-18 18:49 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] John Harris <niam@jghnorth.org.uk.invalid> - 2024-03-19 10:50 +0000
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-19 14:27 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-13 17:04 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-13 17:13 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-29 00:28 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-29 00:32 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-29 00:42 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-29 00:46 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-29 00:47 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] JJ <jj4public@outlook.com> - 2024-03-13 19:24 +0700
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-13 13:40 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-13 14:00 +0100
Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro] Mild Shock <janburse@fastmail.fm> - 2024-03-13 14:06 +0100
csiph-web