- Nextcloud Talk
- Mattermost
- Matrix
Also
What is a speaker?
Kids these days, probably
I used to years ago, in the era of Galaxy S2 and such when battery life was a luxury.
I can’t think of a time in recent years where I’ve seen anyone doing that TBH. I know certain people who turn off the wifi router during bedtime.
What controller and mount do you use?
There’s so much potential in mobile gaming. So unfortunate we have crapshoot games though.
That’s genuinely a good use case for shorts tbh. Considering just how everyone and their dog have a podcast show now, an easier way to consume these would be really ideal
Always so great to see Nick on the fediverse!
Shhhhh! 🤫
Leave them be in their bubble!
Just out of curiosity
I have my own instance (gadgetro.id), but it isn’t set to private. Are you still able to browse other accounts on the fediverse from your instance when set to private?
Jolla can also be purchased and used in very few countries. 4 according to their list. I don’t mind paying for an OS and a phone, but their phone support is also only for very expensive Sony Xperia phones. So I can see why it is not feasible for a lot of people
I’ve been working on Duet, an open source Getting Things Done task app. It’s mainly developed as a PWA, with a working Android client.
I primarily only intented to distribute it as a PWA, but there are way too many problems with this approach:
PWAs work well for any sort of situation where you have online experiences like shopping or the like - Walmart’s Flipkart have a really good PWA built in React Native for Web and is often showcased as the best example of React Native and React Native Web by the RN team
The moment you want to make a slightly more complex app like a productivity app or similar, you’ll find it very hard to work with a PWA and would want a native counterpart.
Not to mention that any sort of filesystem access pretty much requires you to have a hybrid app - either through React Native, or Expo, or Capacitor.