HackerTrans
TopNewTrendsCommentsPastAskShowJobs

deisner

no profile record

Submissions

[untitled]

1 points·by deisner·2 anni fa·0 comments

comments

deisner
·anno scorso·discuss
As an aside, bit-player.org is an amazing blog and resource. Recently I've been thinking about what will happen when Brian Hayes, its author, shuffles off this mortal coil.

Other than relying on the Wayback Machine, what are the options for keeping a site like this alive and at least minimally maintained, at its original URL?
deisner
·3 anni fa·discuss
Appears to be down. Archived here: https://web.archive.org/web/20230301110743/http://h14s.p5r.o...
deisner
·4 anni fa·discuss
When do you get a yellow square? I couldn't find this documented anywhere, so I took a look at the code.

Here's what I found: For each guess, Worldle calculates a proximity score from 0 to 100 -- higher is better. Each row is basically a quantized proximity score meter, from 0 to 100 in increments of 20. If you get at least half-way to the next increment of 20 (i.e. to the next green square), you get a yellow square, too.

Example: If your proximity score for a guess is 63, you'll get 3 green squares and two blank (white or black) squares, i.e. GGGBB. If your score is 71, you'll get three green squares, and since 71 is at least half-way to 80 (i.e. >= 70), you'll also get a yellow square, so GGGYB.

The proximity score is round(100*(MAX_DISTANCE_ON_EARTH - d)/MAX_DISTANCE_ON_EARTH). Though that max distance is defined to be 20,000,000.

This is the important part: https://github.com/teuteuf/worldle/blob/67db30bdf79c0965c19a...
deisner
·7 anni fa·discuss
For what it's worth, the price/bandwidth in Cologne isn't bad: https://www.netcologne.de/privatkunden/telefon-internet/tari.... And not surprisingly, it appears to be fiber (FTTB and HCF): https://www.ftthcouncil.eu/documents/CaseStudies/NETCOLOGNE_...