• 0 Posts
  • 59 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle


  • We just don’t make tech for old people the way we should.

    My mother in law says things like “Wow, your son is just so good with computers.” She was impressed at how “tech savvy” he was because he was able to change the brightness on her phone for her so she could show him a picture better.

    A lot of our UIs are built for absolute no-thinking usability. How would you propose changing the brightness on a phone that would make it more “old people friendly”. It’s not a matter of difficulty. She just doesnt remember these things, and a different flow may not necessarily be remembered either.

    And I’m not saying its her fault or that she’s bad because of it. She was raised learning how to do and remember things a certain way and that has necessarily changed over the years.

    A phone can do a lot of things, so unless you want to have 100 apps on your home screen, you’ll have to group some together. For instance, putting WiFi into a Settings app. Having every individual setting just available on the home screen potentially complicates things even worse by being overwhelming.

    Genuinely curious how you think things like this could be redesigned to be more old people friendly.




  • This lightning talk requires running SteamVR for the room setup bits, and it recommends a few things in the name of “user friendliness” that I would otherwise not suggest (Ubuntu bad, Gnome bad, etc). (edit: so switching to Monado wouldn’t really help since it would require SteamVR working in the first place, and if SteamVR works… OP could just use SteamVR)

    But it does show a lot of problems and solutions and things to try along the way.

    Based on https://db.vronlinux.org/ (which is like protondb for VR, kinda), monado works better for VRChat, but otherwise SteamVR should honestly work just fine.


  • Is your issue getting it to start at all, or performance issues?

    For me it wouldnt start at all in the default big picture mode and would only start in desktop mode.

    I made a few tweaks to get performance tuned up when I was on the Vega64, but I don’t remember what all I did there.

    edit: Also, I’m the KDE desktop (i wanted my HTPC/VRPC to be as steamdeck similar as possible, and also I have strong anti gnome feelings).










  • Counter point… Both are generating perfectly valid JSON, so who cares?

    Python 3.13.2 (main, Feb  5 2025, 08:05:21) [GCC 14.2.1 20250128]
    Type 'copyright', 'credits' or 'license' for more information
    IPython 9.0.2 -- An enhanced Interactive Python. Type '?' for help.
    Tip: IPython 9.0+ have hooks to integrate AI/LLM completions.
    
    In [1]: import json
    
    In [2]: json.loads('{"x": 1e-05}')
    Out[2]: {'x': 1e-05}
    
    In [3]: json.loads('{"x":0.00001}')
    Out[3]: {'x': 1e-05}
    
    Welcome to Node.js v20.3.1.
    Type ".help" for more information.
    > JSON.parse('{"x":0.00001}')
    { x: 0.00001 }
    > JSON.parse('{"x": 1e-05}')
    { x: 0.00001 }
    

    Javascript and Python both happily accept either format from the string and convert it into a float they are happy with.





  • The number of different branded headsets using WMR doesn’t make it significant in any way. Based on Steam hardware survey, WMR headsets only account for 2.84% of VR headsets. Index, Quest 2, Quest 3 account for ~70% of VR headsets in use, and they all work on Linux. Index just naturally in SteamVR and it’s my understanding that setting up ALVR for the quest ones isn’t that tricky (but I’ve also never tried). And much of the remaining 30% other headsets work with ALVR too.

    And the point of comparing things to Windows, is that if we’re stating “Linux isn’t ready for gaming because not every VR headset works”, then by that definition Windows isn’t either. Which you probably agree with, but generally speaking “people” / society view Windows as ready for gaming despite it not supporting every headset.

    It’s basically getting into the “Fortnite doesn’t work on Linux” type of situation now. Some things are just never going to work, and it’s because of the creator of those things and not Linux itself, and who cares. Even if the things that don’t work are popular, that doesn’t mean that on the whole, the OS isn’t ready.

    Also, according to steam only 1.9% of accounts have a VR headset. That alone makes VR an edge case. but 2.84% of 1.9% is 0.05% of overall steam accounts using WMR. I think Linux can be ready for gaming without WMR support.