• 2 Posts
  • 20 Comments
Joined 5 years ago
cake
Cake day: May 8th, 2020

help-circle









  • KeepassDX. The best password manager IMHO. It supports saving passwords, ability to open them with biometrics and is seamless and offline. I have been using it since 2019. Redreader for reddit provides the best offline reddit experience. Also using it since 2019. Personaldnsfilter, pretty much a fire and forget app. No setup required at all. These are some of my favorite apps and I have more.






  • limecool@lemmy.mltoMemes@lemmy.mlThe state of the internet 2023
    link
    fedilink
    arrow-up
    7
    arrow-down
    17
    ·
    1 year ago

    That may be true on desktop. But, unfortunately, the mobile app is way behind chromium. From being unresponsive, to outright buggy. It’s not a good experince. It’s been 2 years since the rewrite but it’s not getting much better or even close to fixing most of its issue. Meaning, using firefox on android is a handicap on yourself.


  • Basically, it would start by federating with the fediverse and once it gains traction start adding non-standard (and perhaps proprietary) features. Others would start to get a more broken experince, until to have an uninterrupted experince with you would need be on the threads version of the fediverse.






  • Native apps are apps written in the native language of the platform of choice. It would be Java for Android and swift for IOS. Native apps can request lower level access to your system than a webapp.

    Now, a webapp is a basically a website which can run like a native app with similar features and is full screen unlike a website. The language is javascript for the front-end and the backend(server) handles some communication. So, webapps can behave and act like native apps but they are not native and won’t have the same lower level access to your system. Think access to storage, accessibility services, settings, etc. Webapps can also be slower compared to native apps which is prominent in non-flagship smartphones.