Very cool experiment and the piece is written really well, manages to communicate a ton of relevant information without being overly verbose. One side note though - whats the deal with working in the park/on the bench etc, is the author really able to be productive in an outside environment? I dont think I could ever work like that, either with or without the AR glasses.
Coding without a laptop: Two weeks with AR glasses and Linux on Android
401–403 of 403 posts
Re: Coding without a laptop: Two weeks with AR glasses and Linux on Android
#402Does anyone know if these glasses, or any other glasses, can be tried in-person and used on desktop? I'm legally blind, but have just enough vision to use a screen without a screen reader. The problem is I have to be about 6 inches from a 27 inch screen. I'm tall, and I'm almost bent in half to do it. It's been hell on my back and neck. I've only really made it work because I've modified so many things to get around…
I have a colleague at work who also has to get within 6" of the screen. 2 years ago I switched to a 55" 8k TV as my primary monitor. While everyone was giving me the usual crap about it, this guy, when I showed him what it would look like with 400% Zoom, he went and bought one for himself at home. He thanks me every few weeks, but still didn't dare to set one up in the office. (ps I have mine standing on a normal hei…
I'm aware of Brelyon as one example that's starting to spill into the consumer space. Repurposing the optical exploits that enable AR/VR in a desktop format IMO is going to be a key path to supporting novel approaches to display systems that will be actually desirable to use, and also adaptable to differing physiology.
Re: Coding without a laptop: Two weeks with AR glasses and Linux on Android
#403There's roughly 4 different approaches to Linux on Android: • virtual machine emulating x86_64 • Termux • arm64 binaries running in chroot • proot.. Same idea as chroot, but doesn't use forbidden system calls Fifth option: arm64 pKVM VM from Android 15 on Pixel 7+ phone/tablet hardware using nested h/w virtualization. Shipped in 2025 under the uninformative name of "Linux Terminal" via Development options, Android no…
edit: apparently this only just released on LineageOS 22.2. Also your hardware needs to support pKVM as you mentioned, which means only recent devices (only Pixels currently?).