• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle


  • SirQuack@feddit.nltoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    7 days 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.






  • 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.