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/)SH
Posts
0
Comments
300
Joined
2 yr. ago

  • Definitely not.

    I have to version check to workaround Chrome, FireFox and Safari bugs. Some things they fix and I can flag around version (eg: FF113 has buggy focus detection with Web Components), but some just have never been fixed (eg: Firefox does not support animated styles with CSS variables in Web Components).

    That's not to pick on FireFox. Chrome doesn't support scrolling two elements simultaneously which breaks any type of fancy horizontal scrolling in horizontal tabs. Safari has some buggy implementation with ARIA tags for Web Components and [type=range] doesn't follow spec for min.

    If we were going to just not support new features because browsers are buggy, we'd never get any new features. It's better to feature detect and that includes knowing what versions need workarounds.

  • The problem is it's a script that logs onto Haier's servers with the user's email and password and starts polling for data. Considering that most designed usage is probably based around users every once in a while checking and adjusting their thermostat, just one user with an HACS install doing a poll every minute is 1440x more usage than the next who checks it once a day. If HACS uses were the majority of traffic for these devices I wouldn't be surprised by that metric.

    That's what probably meant by the ToS because the users using it are probably violating it, and the addon can be considered as something that makes violating it easier (it doesn't have a secondary purpose other than using a set of credentials that are only given after accepting the ToS).

    I've had crappy "Smart" ACs and Samsung was the absolute worst. At random times their AWS instance in Europe would go down or their app wouldn't respond. I gave up and coded my own script to directly interface with the device over the local WiFi. You cut Samsung completely out of the equation. You don't have to worry about their servers not working anymore. That's an ideal way for an add-on to work. Ideally most of the script can be retuned to work directly with the device.

  • Did well with Brother laser printer. Canon was okay.

    I had setup a friend's HP printer and noticed he was constantly switching to WiFi Direct in order to print. I did him the favor of connecting it to the AP, so he wouldn't have to manually switch all the time.

    The moment it got online, the printer locked itself down and refused to continue print until he paid for a subscription service on the ink.

  • Yeah, this is from the Google Maps business page from last year. The E turned to F around 2020 based on other photos. I guess they remodeled the whole thing instead just fixing it.

  • That's more DoJ policy, which is legally like an employee handbook: precedent that it is to be followed when deciding to prosecute cases. It would still need to go to court and be weighed by a judge.

    Edit: On the topic of civil or state charges, it can be argued as admission of guilt, but again, up to the court to decide.

    The President ultimately gets to decide who to pardon. Everything else relates to the Office of the Pardon Attorney/DoJ is there to "help" the President make the president make his decisions. And Trump has already ignored the norm and pardoned whoever he wanted.

  • I remember that being a feature in my 2002 BMW. Unfortunately, a Double DIN stereo was more important than the native controls. So I lost the ability to schedule the auto start time.

    Edit: "Auxiliary heating" is apparently what it was called.

  • PNG was built to replace GIF and TIFF.

    The Portable Network Graphics (PNG) format was designed to replace the older and simpler GIF format and, to some extent, the much more complex TIFF format.

    And it stands to this day, with the exception of animation:

    One GIF feature that PNG does not try to reproduce is multiple-image support, especially animations; PNG was and is intended to be a single-image format only.

    Though APNG came later, and we even have MP4.

    http://www.libpng.org/pub/png/pngintro.html

    Bonus:

    No detail was too small for consideration in the authors' quest for a near-perfect image format; yea, verily, even the acronym and pronunciation were major topics of discussion. The reason, of course, is the GIF format; some pronounce it with a soft G like giraffe, some with a hard G like gift, and no one really knows what they're talking about. (For the record, the soft G is correct; it is how the author of the format pronounces it.)

    "PNG" is always spelled* "PNG" (or "Portable Network Graphics") and always pronounced "ping" in English, not "pinj" or "pee en gee" or any other multi-syllabic disaster. (For non-English speakers, the three-letter pronunciation is fine, however.)