• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle











  • I’m replying with a sample size of N=1 so don’t take too much from it, but I suspect it’s not the typical response (at least, not yet anyway).

    People do often seem to complain about bot accounts but I don’t know how much of those are in the space of stirring up hot topics to generate content, vs informational (or dis-informational) bot accounts posting on requests for help or explanations.

    I guess if people are seeking answers for something, having a bot feed responses to suit some kind of agenda is entirely a possibility, so I wouldn’t write it off as something that could happen. To that end, being wary of posts that look like they might be generated due to the tone/content is probably fair enough.




  • It should be possible, but the answer is going to depend on your implementation, what libraries you are using, and so on.

    For example, if the play sound action is synchronous, then maybe you could start it up in another thread, and interrupt that thread if you want to cancel the sound.

    If it’s asynchronous, maybe you need to retain a reference to the sound object and then invoke a stop() call when the other button is pressed.





  • On “we as people can perceive imperial temperatures a lot better than metric,” I’d agree to disagree here - Celsius is pretty straight-forward. Temperate is temperature, it’s just about what numbers you’re assigning to which temperatures.

    0°C is when water freezes, and 100°C is when water boils. A 10°C day is cold, a 20°C day is mild, a 30°C day is hot, and a 40°C day is when you melt.

    Whatever you grew up with is probably what is going to be easiest for you to comprehend, but Celsius is no more difficult or less perceptible, just a different value range.