Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #124315

Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro]

From Mild Shock <janburse@fastmail.fm>
Newsgroups comp.lang.javascript
Subject Re: Difference between 3rd party and native [Confusion by Lawrence D'Oliveiro]
Date 2024-03-16 19:05 +0100
Message-ID <ut4n0n$1eqdl$1@solani.org> (permalink)
References (9 earlier) <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>

Show all headers | View raw


Whats also creates, 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/

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 | NextPrevious in thread | Next in thread | Find similar


Thread

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