Subjetively, it makes a HUGE difference whether I play a "normal" game against the computer and select stockfish lvl 1 (yes, I'm a very bad newbie), compared to when I select "offline game" and also select stockfish lvl 1. The latter is far more difficult and hardly makes any mistakes (as far as I can tell anyways). I can never beat the offline bot, and almost always beat the online bot. Is this a known quirk of the app?

10
3
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
TechNews 1y ago
Jump
[HN] The Python Steering Council intent to approve PEP 703: making the GIL optional
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
TechNews 1y ago
Jump
[HN] The Python Steering Council intent to approve PEP 703: making the GIL optional
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSC
    schmieroslav
    1y ago 100%

    I don't quite grasp the immediate consequences of this - does this mean that I can use threads instead of subpeocesses if I want to parallelize my program beyond one core?

    1
  • Desktop A/C unit. This can't possibly work! Prove me wrong?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSC
    schmieroslav
    1y ago 99%

    I think that the evaporation in theory is able to cool the room, the heat energy is transferred into launching a bunch of water molecules airborne so to speak. Hanging some wet towels around would also do that.

    However, the performance of such small devices is probably not sufficient to significantly cool a room, and it has a lot of drawbacks (filter gets mouldy easily, ...)

    Here's an excellent video about these swamp coolers: https://youtu.be/2horH-IeurA (he has many videos on heat pumps and stuff)

    107
  • cpp
    C++ 1y ago
    Jump
    Opinions on trailing return type?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSC
    schmieroslav
    1y ago 100%

    TypeScript also has the type after the method/function, I think to make it easier to re-use and port existing JavaScript code.

    3