Okay, understood. May be SteamOS was the incorrect wording. I meant the Linux Kernel, Arch, Proton. I am assuming most changes are related to hardware and software compatibility which should all be open source.
Okay, understood. May be SteamOS was the incorrect wording. I meant the Linux Kernel, Arch, Proton. I am assuming most changes are related to hardware and software compatibility which should all be open source.
Yes, thats how Open Source works or they can keep paying Windows. Asus knows their hardware much better than Valve does and has a much bigger interest in a good user experience, but currently lacks the incentive, because Windows is a „good“ paid alternative. Honestly I don’t understand all the downvotes.
Valve shouldn’t give their blessing to SteamOS on the Ally. That should be Asus‘ job. However they could give Asus a cut on every game sold through their device on SteamOS (like a few percent). That would make it much more financially interesting for Asus and they might put an official team behind it, to support SteamOS.
Has anyone tried it? I am thinking about using it on some Raspberry Pi 5.
Yes, in the sense that you are responsible to update the Docker container and often this can lead to vulnerable containers. No, in the sense that it is much easier to scan for dependencies inside a Docker container and identify vulnerabilities. Also most containers are based on Linux distribution, so those distribute the security fixes for specific libraries. All you have to is update the base image.
Dependency-free doesnt mean they dont have dependencies. Its just that they bundle them all in the executable. When there is a security vulnerability in a library on your Linux system the vendor of your distribution (Canonical, Redhat, SUSE) takes care that it is fixed. All dependent software and libraries are then fixed as well. All I say? Not the ones which have been bundled in the executable. First they need to find out that you are affected and then the maintainer has to update the dependency manually. Often they can only do this after there has been a coordinated release of the fix by the major distributors, which can leave you vulnerable no matter how fast the maintainer is. This is the way it is in Windows. (This was a short summary)
Definitely Widelands! It captures the heart of settlers 2 while also extending it in ways that were really needed to make it even more enjoyable. Also with the right controller layout it plays very ergonomically. (Use a trigger to switch to map scrolling via the touchpads)
Are you just starting out? I got started with home labbing with a Raspberry Pi 2B (1GB RAM!) and an external HDD I had lying around. I host Yarr, Navidrome, backups and a dashboard app Ive written on there and I am quite satisfied. I would really recommend starting small with hardware you already have and then buy new hardware as you go along. I am also using Tailscale. With this you can get your initial setup up and running in a day and save money if it turns out home labbing isnt for you or you dont really need the hardware.
Very interesting! Could you provide some summary of what the trends are or may be visualize the results? I am new to this kind of data
There is plant-it written in Java and HortusFox written in PHP. Both using MySQL. Is there anything available which is written in Go or Rust and uses SQLite?
I bought Mirrors Edge: Catalyst. I really liked the original and doing a few runs from time to time is really nice
Well thats what backups are for, but may be start with a mirror or with unimportant stuff for at least a year ;) Also proprietary service can delete your data, too. This happens especially when you are using the generous free tier and they decide to make more money. See Evernote, Gitlab, Heroku…
I am waiting for sqlite support to be merged