I'm a fan of HMD programming in general so I love this project. But it should be noted that AOSP-based XR headsets can run pseudo Linux environments via termux + X: https://www.reddit.com/r/cyberDeck/comments/fc5sfr/oculus_qu...
Also if anyone is looking for a full-sized portable keyboard, I suggest https://www.protoarc.com/products/xk01-tri-fold-bluetooth-ke... which is my primary keyboard when I'm working remotely on my tablet. It is "pocket-sized" for certain definitions of "pocket".
I was excited about termux until about 3 years ago, when I saw that the app needed to be compiled against an ancient Android API version. Google seems indifferent to bricking this project... Today it's still breaking Fdroid updates:
https://github.com/termux/termux-app/issues/4120#issuecommen...
Somebody who had worked for a recognizable tech company is far more hireable than somebody who is Self Employed or who has worked for the government.
If you want to waste my time with an automated nonsense we should at least even the playing field.
This is feasible with today’s technology.
But on my Pixel now, on some phone trees it shows a UI with numbers and choices, and even predicts ahead for the other choices so you aren't forced to wait. Very handy!
It's impressive the go team managed to buck the trend and only got to V2 after so many years.
Like cmon you're running a shop and a blog, not a missile launch facility
def get(self, query):
if isinstance(query, template):
self.get_template(query)
else:
self.get_old(query) #Don't break old code!