• 152 Posts
  • 60 Comments
Joined 2 months ago
cake
Cake day: June 23rd, 2025

help-circle








  • For installing games i recommend looking at protondb, it will show you if a game will run/what fixes it needs. Where are you getting your games from? For I steam you should have a good experience with the official client, for Epic/GOG/Amazon I recommend Heroic (though lutris is fine too). If you use a other launcher your experience will be probably be suboptimal.

    Bazzite is based on Fedora Atomic, so you will probably not be interacting with that part of the system at all. The official Bazzite docs are pretty good for general stuff, I also found gardiner bryants guide(s) to be helpful for getting started. If you have questions here is !bazzite@lemmy.world, however it’s not that active so I’d post to a more general linux community aswell

















  • "Post": {
            "type": "object",
            "properties": {
              "ap_id": {
                "type": "string",
                "format": "url"
              },
              "community_id": {
                "type": "integer"
              },
              "deleted": {
                "type": "boolean"
              },
              "id": {
                "type": "integer"
              },
              "language_id": {
                "type": "integer"
              },
              "local": {
                "type": "boolean"
              },
              "locked": {
                "type": "boolean"
              },
              "nsfw": {
                "type": "boolean"
              },
              "published": {
                "type": "string",
                "example": "2025-06-07T02:29:07.980084Z",
                "format": "datetime"
              },
              "removed": {
                "type": "boolean"
              },
              "sticky": {
                "type": "boolean"
              },
              "title": {
                "type": "string"
              },
              "user_id": {
                "type": "integer"
              },
              "alt_text": {
                "type": "string"
              },
              "body": {
                "type": "string",
                "format": "markdown"
              },
              "small_thumbnail_url": {
                "type": "string",
                "format": "url"
              },
              "thumbnail_url": {
                "type": "string",
                "format": "url"
              },
              "updated": {
                "type": "string",
                "example": "2025-06-07T02:29:07.980084Z",
                "format": "datetime"
              },
              "url": {
                "type": "string",
                "format": "url"
              }
            },
            "required": [
              "ap_id",
              "community_id",
              "deleted",
              "id",
              "language_id",
              "local",
              "locked",
              "nsfw",
              "published",
              "removed",
              "sticky",
              "title",
              "user_id"
            ]
          },
    

    If I’m reading this correctly, tags don’t seem to be there