Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TR
Posts
0
Comments
379
Joined
2 yr. ago

  • Dear neighbors, I wish you all the best that you find a good government without that guy! You've been a country of free spirits as long as I know you, and I believe that freedom will prevail.

  • Well, it more depends on the overall spectrum - and a good sound designer. I've seen miracles done with air vents filtering out frequency ranges, but that's some voodoo level stuff in my eyes.

  • According to the data sheet, it has 17400RPM, which is 290RPS, times 11 fan blades (if I counted correctly), so it would probably run with a 3190Hz sound. The noise is actually not that loud, given as 25dB(A) at 30cm.

    While it is not overly loud, a proper case design that alleviates the annoying frequency by filtering it would be a good idea.

  • People don’t seem to get that this one is similar to AskReddit in purpose

    Which does not make it anny better. Is there no better name for a group that is not about answering questions?

  • Look at the charter. This group is not for asking real questions, as in "Does anyone know..." or "How do I...", but for "though provoking" discussion starters. A bit like r/showerthoughts on reddit was. For that, a name like "asklemmy" is wasted.

  • Prerequisite: you == The asklemmy community

    Well, you got what you asked for. As one is not allowed to ask real questions here, you get the "thought provoking questions" you wanted. No sympathy or pity from my side for wasting a good community name for a socio-psychological experiment.

  • As I described, I'd need way fewer, as the optimal computer counter-move would already be included in the next board.
    So if you placed your X in the top left field in the starter image, the link would directly go to a field with the X in the top left, the O in the center position, and links in all the remaining seven positions. And of course the pre-calculation will eliminate some of the boards already, e.g. if the player or computer already won after the third move, where placing a fourth will not make sense.

  • Indeed. One could have done the whole thing with a simple, static HTML page.

    On top an empty board with 9 clickable fields. Each of them links to a new, pre-rendered board on the same page, with the move of the player and the perfect reply of the computer already in place, and 7 clickable fields. Which link to other, pre-rendered boards with 5 clickable fields remaining, then with three. The last one only has one field open, so this could be pre-filled as a player move.

    All in all this would result in 9x7x5x3=945 pre-rendered boards max on that page. And, of course, two links to "You won" and "You Lost". I'm no HTML junkie, so I have no idea how many bytes one would need to produce such a board, but I'm sure this all could easily done way below 170MB.