• 0 Posts
  • 6 Comments
Joined 7 months ago
cake
Cake day: December 9th, 2023

help-circle



  • I love spaceship games (think Elite: Dangerous and the like), and motorsport games. Anything where you’re set in a cockpit is a perfect candidate for VR. All I wanted was a headset that would act analagous to a dumb monitor - simply provide vision and audio and head tracking (with “simply” being a relative term - the challenges overcome and technology produced to date is, admittedly, amazing).

    But no. What we have are a bunch of privacy-invading face huggers. I shouldn’t need to sign in to anything to use a piece of hardware that should require zero internet access (which is why anything Razer is also on my do not buy list).

    So am I concerned about the Apple Vision Pro? Couldn’t give a shit to be honest. I’m not their customer.


  • (begging forgiveness, I haven’t read the comments yet).

    Regarding backups - I started with using Ubuntu and its Backup application. This application is a front end for a command line package called Duplicity. One of the things that annoyed me about the backup app was that I couldn’t work out how to reschedule the scheduled backup.

    Taking control of my own backup setup was the answer. Learn about bash scripting so you can create a short bit of code to handle your backups. Read up a little on duplicity, read up a little on mounting remote file shares, read up a little on setting up an ssh key for encrypting your backup.

    This may be an heretical thing to say but I found ChatGPT quite useful in answering these questions (as always with anything you get from an LLM, double check it’s answers against reliable sources).