

Yeah, but I hate android and want to run steam natively so I can play indie games.
Where is my small Linux handheld for steam. Something not targeting the AAA games?
Yeah, but I hate android and want to run steam natively so I can play indie games.
Where is my small Linux handheld for steam. Something not targeting the AAA games?
Thanks for the info. I assume when you say that they dropped support for some libraries, you mean those libraries are no longer being maintained for the new Mac arm processors?
I’m not super familiar with how portable different libraries are against similar architectures, but assume the major issue is Mac arm chips differ enough from the mass market that progress on Linux arm won’t directly correlate to any progress with macs?
I assume the gpu translation issues are Mac specific and not all arm processors?
I didn’t think Translation layers were nearly good enough for that, otherwise why wouldnt more people use macs for gaming?
Yeah, I made a separate comment, but AudioBookshelf can play nicely with ebooks and comics. It’s not super smooth, but provides the most features in a self hosted solution from what I’ve tried.
I just use AudioBookshelf for books. It’s a little annoying, but basically just requires an extra nested folder structure.
The best part is offline reading seems to resync back to the server, so you can download books for local reading or read through an internet connection.
Am I missing something? SQLite is great, but it isn’t really comparable to most other SQL databases, unless you’re talking about nosql alternatives?
I’ve long held the belief that the US postal service should also provide basic banking services too in the US, that way no one can be denied a bank account.
I can only answer two of your questions:
Pretty sure it’s AI given the placement of objects and characters looking in random directions.
Its a shame cause it could be a decent comic if the creator took more time to either fix it up or fix the layout.
I think the better stat would be time handling a gun/driving a car.
The average person probably spends about an hour in the car per day (based on some loose numbers I saw online). But I suspect the number of hours holding a gun is a lot less.
Its kinda like the fact that new Yorkers bite more people than sharks. It isn’t because new Yorkers are more likely to bite you, but with eight million people interacting daily the amount of interactions outweighs the odds of a bite.
Looks like there is a config and cache location in their docker scripts. The easiest way to make a docker application portable is to bind mount the config and cache. That way you have access to the actual files and could copy them to your windows partition.
If you’re already using a volume for that data, I think it becomes a bit trickier. I know technically you can move or copy volumes, but I’ve never tried. Although you could still bind mount a random directory and still copy the files out.
I mean, there is literally only Mario Kart World right now. Donkey Kong is coming soon, and then Metroid Prime 4. But that’s not a lot to be missing out on for the time being.
Not to mention a bunch of it is false/misleading.
Yep, bind mount the data and config directories and back those up. You can test a backup by spinning up a new container with the data/config directories.
This is both easy and generally the recommended thing I’ve seen for many services.
The only thing that could cause issues is breaking changes caused by the docker images themselves, but that’s an issue regardless of backup strategy.
You’re right, but people over a certain tax bracket are also pretty good at not paying taxes.
Yeah, that would be my recommendation too. Anything else will produce a worse experience (laggy and slow) and more complexity to get setup/maintain.
Some of the commands I use a lot for debugging containers, in case you go down that route:
docker run --rm -it --entrypoint bash <image_name>
docker exec -it <container_name>
Once you know how to use docker/containerization it’ll be the only way you want to deploy applications. Most popular applications will also have good guides on how to setup/config the container, but sometimes you’ll need to read up on docker and Linux to figure things out.
You can us ssh to open up a vscode instance that is pointed at/running on another machine. But I don’t know if that works with the Web version.
https://code.visualstudio.com/docs/remote/ssh
There is also a tunnels extension: https://marketplace.visualstudio.com/items?itemName=ms-vscode.remote-server