- Nextcloud Talk
- Mattermost
- Matrix
gadgetroid
Also
- Nextcloud Talk
- Self-hosted Matrix server
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.
Also interesting to note that the privacy oriented search engine Duck Duck Go uses Bing
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
I like the distinction, nice
It's interesting how the market has changed since the pandemic. When I got my Mi A1 in 2017, I was happy I had a stock Android device for about ₹15k. I had to retire it in 2020 because of a bent chassis. When I looked then, i could never find a decent phone around the same price range, especially with root/custom ROM support. The Poco X2 was just launching, and I missed out on getting it in the flash sale.
Ended up visiting a Mi Store nearby, and found the Redmi Note 8 with a SD processor and an active developer community. Just ended up getting that. Had to retire that phone too, due to an accidental drop, and it took me over a year to find a decent replacement, with a budget increase to 35k.
Ended up getting a Galaxy A53. Not the most ideal choice for me, but I'm tired of flashing ROMs and getting around Magisk and Magisk Cloak to get UPI apps to work.
In that 10 to 22k range, literally most are either a Unisoc, Mediatek, or Exynos processor phones. And none of them have decent development support. Much of this is the after effect of the silicon shortage, Snapdragon messing up 5G, and OEMs reverting to Mediatek for a non-5G chipset.
My recommendation is to check Amazon and Flipkart for any refurbished phones - either older mid range phones, or flagship phones.
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.