Eskating cyclist, gamer and enjoyer of anime. Probably an artist. Also I code sometimes, pretty much just to mod titanfall 2 tho.

Introverted, yet I enjoy discussion to a fault.

This is an alt: Main Account

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

help-circle






  • @Stamets@lemmy.world

    Sopuli is having a federation issue, where outgoing data is failing to federate. You can post to the communities there, but content is failing to federate to other instances out from sopuli, meaning almost no-one is getting to see sopuli-related posts and comments. (Only sopuli and whatever instance the content originates at, few others)

    This post currently has triple the votes over on sopuli, and a comment by me from my sopuli account, all of which aren’t syncing back to lemmy.world








  • Pretty sure its still a web app under the hood.

    A web app doesn’t magically turn into a native app when you put it on the app store. The way it gets installed, and the system access is different, and better for stuff like notifications…

    But the word “native” refers to applications made using the native SDK, which in Apple’s case is Swift. I’d be extremely impressed if the devs re-wrote the entire app in new code. But that would be unnecessary.

    You can have non-native apps on the app store. A lot of your apps probably aren’t native. SDKs like flutter, used by liftoff and thunder, make development much easier in exchange for the resulting application running a bit less efficiently. Flutter applications can also run on both Android and iOS, and even desktop, with little additional work.