• 1 Post
  • 10 Comments
Joined 4 months ago
cake
Cake day: April 25th, 2026

help-circle

  • I have a positive experience with Reolink. Not connected to internet at all currently.

    Not sure if I will. If I do, will definitely try some firewall stuff. Another part of me is considering not connecting the NVR itself, but taking the video stream from the HDMI and somehow making it so I can see that stream from anywhere. Would miss out on alerts that way though.




  • Personally, I wouldn’t recommend Vanilla OS.

    • They released v1 based off a non-LTS Ubuntu released and then quickly stopped supporting it while they worked on v2. No security updates.
    • They released v2 with no upgrade path from v1. v2 was based on either Debian Testing or Sid. It did not regular receive updates. Right now the website says that last updates were released in January. Presumably they stopped working on it to work on v3.
    • I’m not sure if you can upgrade from v2 to v3. A fresh install is probably necessary.
    • Mirko founded Vanilla OS but his main focus now seems to be Sinty OS.
    • On a petty note, the website makes you opt out of sharing and selling your personal info to third parties.

    That’s a lot of churn and issues for such as young project that advertises itself to new users.




  • I don’t believe the Steam flatpak is responsible for those issues

    openSUSE recently added some more security policies. By default, Wine cannot run normally. There’s a package you can install that sets SELinux security policies to allow it to work. If you install the openSUSE Steam rpm, that security policy automatically gets installed too.

    This is a downside of flatpak’s approach to sandboxing. It aims to work everywhere on every distro, using bubblewrap instead of something like SELinux or AppArmor. But it also does not interact with AppArmor or SELinux, so if they block something, flatpak can’t override that.

    Meanwhile, snap uses AppArmor for sandboxing. So even if there was a policy like openSUSE’s that prevented Wine from working by default, since snap speaks AppArmor, it can give itself the necessary permissions to make Wine work.