Developer fighting 502s from Lemmys Servers.

  • 1 Post
  • 8 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle

  • Just scrolled past this on All.

    Americans should be contained be the SCP.

    Sure, 90% of you guys over there are racists and have a huge racism problem but don’t go apply your racist shit to everyone internationally.

    I’ll continue having Xi an Pooh synonymous because I’m not racist and can actually do things in life without trying to make it about ““race””.

    P.S. God, where did Americans even get the idea that Asians look yellow?? Most of my family is Asian and is black. I know Asians who are paler than me (German).

    It’s like I’d color my face blue and someone calls me a racist, discriminating penguins.









  • I would also like to add that there are PWAs (Progressive Web Apps).

    PWAs can be installed on most devices and share even more similarities with native apps (Native app = usually installed through app store). For example installed PWAs can be viewed in Fullscreen or work offline, even though they are still technically a webpage.

    So the advantage here is that you don’t need to use an App Store to have an app installed on your phone.

    And the main disadvantage is that the PWA can’t access most of the device’s APIs, that you could access through a native app. This means worse performance usually, no support for theming beyond dark/light (like Material You), no good access to on-device databases etc. This is also the reason why most apps aren’t PWAs.