

Whenever it is supported, yes. I’m a huge fan of SQLite.
Whenever it is supported, yes. I’m a huge fan of SQLite.
Very happy with it. I’m running it with an SQLite database, so no extra database server is needed. And I’m using Elk as a frontend for when I don’t feel like using an app.
Even if you pay they have no incentive to get you to stop paying (i.e. find a partner).
Oh, of course, they will. Doesn’t mean they’d win if anyone dares to play the legal game to the end, though.
I think a big point in those cases was that the emulators came with the keys included. If you don’t provide the keys (or make them VERY easily available), emulators seem to be legal.
Have you not followed recent news?
That’s probably due to the new controllers. Can’t fit them into the Starlink holder or the Ring Fit anymore.
I’ve finally finished Saint’s Row: The Third (after having it on the device for 2+ years), couldn’t be bothered to do the DLCs. This weekend I’ll probably start Saint’s Row IV or RICO - both also bought years ago and collecting dust since.
I don’t know anything about Neptune, but a Fediverse-version of TikTok is Loops.video.
Ohh, SQLite isn’t “one” db. SQLite is file-based. I.e. a database in e.g. PostgreSQL (containing several tables, views, indexes, etc.) would translate to one SQLite file (e.g.
mydatabase.db3
ormyappdata.sqlite
). And each app has its own file/database. If the file corrupts, then it’s only affecting that specific app. (However, SQLite is pretty robust.) And since these are just files, you can backup them together with the application. No need to export data or shutdown the database first.