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

  • In case of phones, there's less of a myriad of operating systems and libraries.

    A typical Android app is (eventually) Java with some bundled dependencies and ties in to known system endpoints (for stuff like notifications and rendering graphics).

    For windows these installers are usually responsible for getting the dependencies. Which is why some installers are enormous (and most installers of that size are web installers, so it looks smaller).

    Docker is more aimed at developers and server deployment, you don't usually use docker for desktop applications. This is the area where you want to skip inconsistencies between environments, especially if these are hard to debug.

  • If I'm to understand mic_check_one_two@lemmy.dbzer0.com correctly, it's something that's:

    Extremely hazardous,
    non flamable, Extremely unstable, Reactive to water

    And if ox means oxidising, reacts to exposure to oxigen.

    I thought Lithium, but that catches fire and this is non-flammable.

    I haven't a clue what this could be, but now I'm curious.

  • Permanently Deleted

    Jump
  • I've added some of those. Actually sharing can just be a link to the publish URL for Facebook. Not in any way different from a normal link to other websites.

    The share button usually just uses the Share API, which is handled by your browser.

    But yes, you can use the Facebook and Twitter javascript api to add additional tracking and "a more fluent experience", but it's usually easier to not do that.

  • I really like SEPA mandates for this. Yes, they're pull, but you can cancel them with one click within 52 days, and the money is back in your account in a few hours (if not instantly).

    Most companies that use it are very clear, since auto-pay by law needs a reminder or the refund is an automatic legal cancellation of the contract. (Of course, this is sometimes disguised as an upsell, mostly by telco's or "disruptive startups").

    And they work across Europe, so my German cloud provider can use debits to pull the money from my Durch bank account.

    The US not having such a consumer friendly system is really unfortunate, but not surprising.

  • Isn't that what the tariffs and general idiocracy of the Republicans are for?

    I'm working for the government, and most projects that were about switching to MS Teams and other US-based software suites appear to have crashed to a complete halt (which I feel no remorse over).

  • Also, I wish my urologist had believed me when I said I wasn't numb for my vasectomy.

    I was undersedated for that one too. Hurt like a mother, but I never realised I may be under sedated so I just challenged through.

    No issues in the end though. Just a firm reminder to ask for a double dose next time.

  • I too, tried using regex to strip html tags. This was in php with hardly any knowledge of oop.

    A university education really improved me there, since they trained you in Java to a high degree within 20 weeks (alongside stuff like UML). PHP is a fine starter language, but as applications grow, a more native oop approach with build-time validation, really made me a better developer.