🤷♂️ They're just internet points, lemmy doesn't notify about up/downvotes so I will only see it if people respond. Either way it's hopefully still useful to someone else looking at the post who isn't familiar with basic permissions or acl
Permissions are listed as "user", "group", "other". I.e. the user who made the file, the group of the user who made the file (usually just their name as a group), and everyone else. In this case the rxw is for the user.
For chmod, you can also represent these as binary numbers: 111 would mean having all 3, 101 would mean having read and write, etc. These binary numbers then get turned back into regular numbers (7 in the first example, since it's 111) for chmod. Giving a file "chmod 777" means the user, group, and other all have full permissions on the file. "chmod 700" gives the creator full control, but no one else can view, modify, or execute the file.
To a degree I'd say this applies to anyone that works on a game except upper management. With games like these the devs/artists are almost always the passionate ones trying to put their best effort into their games but end up forced into incredibly condensed timescales by upper management.
Lemmy in general uses this but a lot of mobile UI's don't have proper implementations (or at least they didn't for a while). I'm not sure if liftoff is still in development but the reason I switched back to Jerboa was because spoiler support was finally added
Some people are speculating a database error, because apparently 0.18.3 requires a database migration to work, here's the other post I just saw about this: https://lemdit.com/post/262746
Fair warning: Liftoff may not be actively maintained, as the GitHub repo hasn't had a commit in about 2 months now
Here's the link for those curious: https://github.com/liftoff-app/liftoff