🐦 Twitter Post Details

Viewing enriched Twitter post

@simonw

One of the quickest ways to start playing with a good local LLM on macOS (if you have ~12GB of free disk space and RAM) - using llama-server and gpt-oss-20b: brew install llama.cpp llama-server -hf ggml-org/gpt-oss-20b-GGUF \ --ctx-size 0 --jinja -ub 2048 -b 2048 -ngl 99 -fa https://t.co/xsvruU8hDD

Media 1

📊 Media Metadata

{
  "media": [
    {
      "url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/1957880963666702466/media_0.jpg?",
      "media_url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/1957880963666702466/media_0.jpg?",
      "type": "photo",
      "filename": "media_0.jpg"
    }
  ],
  "processed_at": "2025-08-21T13:33:47.766973",
  "pipeline_version": "2.0"
}

🔧 Raw API Response

{
  "type": "tweet",
  "id": "1957880963666702466",
  "url": "https://x.com/simonw/status/1957880963666702466",
  "twitterUrl": "https://twitter.com/simonw/status/1957880963666702466",
  "text": "One of the quickest ways to start playing with a good local LLM on macOS (if you have ~12GB of free disk space and RAM) - using llama-server and gpt-oss-20b:\n\nbrew install llama.cpp\nllama-server -hf ggml-org/gpt-oss-20b-GGUF \\\n  --ctx-size 0 --jinja -ub 2048 -b 2048 -ngl 99 -fa https://t.co/xsvruU8hDD",
  "source": "Twitter for iPhone",
  "retweetCount": 70,
  "replyCount": 23,
  "likeCount": 769,
  "quoteCount": 2,
  "viewCount": 94307,
  "createdAt": "Tue Aug 19 19:02:52 +0000 2025",
  "lang": "en",
  "bookmarkCount": 988,
  "isReply": false,
  "inReplyToId": null,
  "conversationId": "1957880963666702466",
  "displayTextRange": [
    0,
    278
  ],
  "inReplyToUserId": null,
  "inReplyToUsername": null,
  "author": {
    "type": "user",
    "userName": "simonw",
    "url": "https://x.com/simonw",
    "twitterUrl": "https://twitter.com/simonw",
    "id": "12497",
    "name": "Simon Willison",
    "isVerified": false,
    "isBlueVerified": true,
    "verifiedType": null,
    "profilePicture": "https://pbs.twimg.com/profile_images/378800000261649705/be9cc55e64014e6d7663c50d7cb9fc75_normal.jpeg",
    "coverPicture": "https://pbs.twimg.com/profile_banners/12497/1642751752",
    "description": "",
    "location": "San Francisco, CA",
    "followers": 114613,
    "following": 5526,
    "status": "",
    "canDm": true,
    "canMediaTag": true,
    "createdAt": "Wed Nov 15 13:18:50 +0000 2006",
    "entities": {
      "description": {
        "urls": []
      },
      "url": {}
    },
    "fastFollowersCount": 0,
    "favouritesCount": 60559,
    "hasCustomTimelines": true,
    "isTranslator": true,
    "mediaCount": 3642,
    "statusesCount": 57672,
    "withheldInCountries": [],
    "affiliatesHighlightedLabel": {},
    "possiblySensitive": false,
    "pinnedTweetIds": [],
    "profile_bio": {
      "description": "Creator @datasetteproj, co-creator Django. PSF board. Hangs out with @natbat. He/Him. Mastodon: https://t.co/t0MrmnJW0K Bsky: https://t.co/OnWIyhX4CH",
      "entities": {
        "description": {
          "urls": [
            {
              "display_url": "fedi.simonwillison.net/@simon",
              "expanded_url": "https://fedi.simonwillison.net/@simon",
              "indices": [
                96,
                119
              ],
              "url": "https://t.co/t0MrmnJW0K"
            },
            {
              "display_url": "simonwillison.net",
              "expanded_url": "http://simonwillison.net",
              "indices": [
                126,
                149
              ],
              "url": "https://t.co/OnWIyhX4CH"
            }
          ],
          "user_mentions": [
            {
              "id_str": "0",
              "indices": [
                8,
                22
              ],
              "name": "",
              "screen_name": "datasetteproj"
            },
            {
              "id_str": "0",
              "indices": [
                69,
                76
              ],
              "name": "",
              "screen_name": "natbat"
            }
          ]
        },
        "url": {
          "urls": [
            {
              "display_url": "simonwillison.net",
              "expanded_url": "https://simonwillison.net/",
              "indices": [
                0,
                23
              ],
              "url": "https://t.co/p4R0XiEYEc"
            }
          ]
        }
      }
    },
    "isAutomated": false,
    "automatedBy": null
  },
  "extendedEntities": {
    "media": [
      {
        "allow_download_status": {
          "allow_download": true
        },
        "display_url": "pic.twitter.com/xsvruU8hDD",
        "expanded_url": "https://twitter.com/simonw/status/1957880963666702466/photo/1",
        "ext_alt_text": "Screenshot of a chat interface with filename \"llama.cpp\" showing a conversation about creating an SVG of a pelican on a bicycle. The conversation includes detailed coordinates for drawing the pelican (body ellipse center at 250,140 with rx=35, ry=50, head circle at 260,110 with r=20, beak triangle points, wings, and tail specifications), implementation notes about layering bicycle elements then pelican, and ends with a code block showing the beginning of SVG code with XML declaration, svg tag with viewBox=\"0 0 500 300\", style definitions for .bg, .wheel, .frame, .crossbar, .seat, .handlebar, .pedal, .pelican-body, and .pelican-head classes with various fill and stroke properties. Below the code is explanatory text: \"Below is a compact, self-contained SVG that shows a stylised pelican perched on a bicycle. Copy the code into an .svg file or paste it directly into an HTML page to view it.\" At the bottom is a message input field with \"Type a message (Shift+Enter to add a new line)\" ",
        "ext_media_availability": {
          "status": "Available"
        },
        "features": {
          "large": {},
          "orig": {}
        },
        "id_str": "1957880858897207296",
        "indices": [
          279,
          302
        ],
        "media_key": "3_1957880858897207296",
        "media_results": {
          "id": "QXBpTWVkaWFSZXN1bHRzOgwAAQoAARsrykSTGtAACgACGyvKXPfacIIAAA==",
          "result": {
            "__typename": "ApiMedia",
            "id": "QXBpTWVkaWE6DAABCgABGyvKRJMa0AAKAAIbK8pc99pwggAA",
            "media_key": "3_1957880858897207296"
          }
        },
        "media_url_https": "https://pbs.twimg.com/media/GyvKRJMa0AA_Caj.jpg",
        "original_info": {
          "focus_rects": [
            {
              "h": 1191,
              "w": 2126,
              "x": 0,
              "y": 308
            },
            {
              "h": 1880,
              "w": 1880,
              "x": 0,
              "y": 0
            },
            {
              "h": 1880,
              "w": 1649,
              "x": 0,
              "y": 0
            },
            {
              "h": 1880,
              "w": 940,
              "x": 327,
              "y": 0
            },
            {
              "h": 1880,
              "w": 2126,
              "x": 0,
              "y": 0
            }
          ],
          "height": 1880,
          "width": 2126
        },
        "sizes": {
          "large": {
            "h": 1811,
            "w": 2048
          }
        },
        "type": "photo",
        "url": "https://t.co/xsvruU8hDD"
      }
    ]
  },
  "card": null,
  "place": {},
  "entities": {},
  "quoted_tweet": {
    "type": "tweet",
    "id": "1957821440633282642",
    "url": "https://x.com/ggerganov/status/1957821440633282642",
    "twitterUrl": "https://twitter.com/ggerganov/status/1957821440633282642",
    "text": "The ultimate guide for using gpt-oss with llama.cpp \n\n- Runs on any device\n- Supports NVIDIA, Apple, AMD and others\n- Support for efficient CPU offloading\n- The most lightweight inference stack today\n\nhttps://t.co/a6E3DssXmw",
    "source": "Twitter for iPhone",
    "retweetCount": 96,
    "replyCount": 15,
    "likeCount": 731,
    "quoteCount": 5,
    "viewCount": 133707,
    "createdAt": "Tue Aug 19 15:06:20 +0000 2025",
    "lang": "en",
    "bookmarkCount": 529,
    "isReply": false,
    "inReplyToId": null,
    "conversationId": "1957821440633282642",
    "displayTextRange": [
      0,
      224
    ],
    "inReplyToUserId": null,
    "inReplyToUsername": null,
    "author": {
      "type": "user",
      "userName": "ggerganov",
      "url": "https://x.com/ggerganov",
      "twitterUrl": "https://twitter.com/ggerganov",
      "id": "3300401027",
      "name": "Georgi Gerganov",
      "isVerified": false,
      "isBlueVerified": true,
      "verifiedType": null,
      "profilePicture": "https://pbs.twimg.com/profile_images/1654097134315098113/zCZD0wYz_normal.jpg",
      "coverPicture": "https://pbs.twimg.com/profile_banners/3300401027/1716922617",
      "description": "",
      "location": "",
      "followers": 51757,
      "following": 289,
      "status": "",
      "canDm": true,
      "canMediaTag": false,
      "createdAt": "Wed May 27 12:56:54 +0000 2015",
      "entities": {
        "description": {
          "urls": []
        },
        "url": {}
      },
      "fastFollowersCount": 0,
      "favouritesCount": 3025,
      "hasCustomTimelines": true,
      "isTranslator": false,
      "mediaCount": 276,
      "statusesCount": 1585,
      "withheldInCountries": [],
      "affiliatesHighlightedLabel": {},
      "possiblySensitive": false,
      "pinnedTweetIds": [
        "1915047244040134829"
      ],
      "profile_bio": {
        "description": "24th at the Electrica puzzle challenge | https://t.co/baTQS2bdia",
        "entities": {
          "description": {
            "urls": [
              {
                "display_url": "github.com/ggml-org",
                "expanded_url": "https://github.com/ggml-org",
                "indices": [
                  41,
                  64
                ],
                "url": "https://t.co/baTQS2bdia"
              }
            ]
          },
          "url": {
            "urls": [
              {
                "display_url": "github.com/ggerganov",
                "expanded_url": "https://github.com/ggerganov",
                "indices": [
                  0,
                  23
                ],
                "url": "https://t.co/0H5L2twAKi"
              }
            ]
          }
        }
      },
      "isAutomated": false,
      "automatedBy": null
    },
    "extendedEntities": {},
    "card": {
      "binding_values": [
        {
          "key": "photo_image_full_size_large",
          "value": {
            "image_value": {
              "height": 419,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=jpg&name=800x419",
              "width": 800
            }
          }
        },
        {
          "key": "thumbnail_image",
          "value": {
            "image_value": {
              "height": 200,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=jpg&name=400x400",
              "width": 400
            }
          }
        },
        {
          "key": "description",
          "value": {
            "string_value": "NoteThis guide is a live document. Feedback and benchmark numbers are welcome - the guide will be updated accordingly. Overview This is a detailed guide for running the new gpt-oss models locally w..."
          }
        },
        {
          "key": "domain",
          "value": {
            "string_value": "github.com"
          }
        },
        {
          "key": "thumbnail_image_large",
          "value": {
            "image_value": {
              "height": 300,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=jpg&name=600x600",
              "width": 600
            }
          }
        },
        {
          "key": "summary_photo_image_small",
          "value": {
            "image_value": {
              "height": 202,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=jpg&name=386x202",
              "width": 386
            }
          }
        },
        {
          "key": "thumbnail_image_original",
          "value": {
            "image_value": {
              "height": 600,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=jpg&name=orig",
              "width": 1200
            }
          }
        },
        {
          "key": "site",
          "value": {
            "scribe_key": "publisher_id",
            "user_value": {
              "id_str": "13334762"
            }
          }
        },
        {
          "key": "photo_image_full_size_small",
          "value": {
            "image_value": {
              "height": 202,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=jpg&name=386x202",
              "width": 386
            }
          }
        },
        {
          "key": "summary_photo_image_large",
          "value": {
            "image_value": {
              "height": 419,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=jpg&name=800x419",
              "width": 800
            }
          }
        },
        {
          "key": "thumbnail_image_small",
          "value": {
            "image_value": {
              "height": 72,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=jpg&name=144x144",
              "width": 144
            }
          }
        },
        {
          "key": "thumbnail_image_x_large",
          "value": {
            "image_value": {
              "height": 600,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=png&name=2048x2048_2_exp",
              "width": 1200
            }
          }
        },
        {
          "key": "photo_image_full_size_original",
          "value": {
            "image_value": {
              "height": 600,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=jpg&name=orig",
              "width": 1200
            }
          }
        },
        {
          "key": "photo_image_full_size_alt_text",
          "value": {
            "string_value": "NoteThis guide is a live document. Feedback and benchmark numbers are welcome - the guide will be updated accordingly. Overview This is a detailed guide for running the new gpt-oss models locally w..."
          }
        },
        {
          "key": "vanity_url",
          "value": {
            "scribe_key": "vanity_url",
            "string_value": "github.com"
          }
        },
        {
          "key": "photo_image_full_size",
          "value": {
            "image_value": {
              "height": 314,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=jpg&name=600x314",
              "width": 600
            }
          }
        },
        {
          "key": "summary_photo_image_alt_text",
          "value": {
            "string_value": "NoteThis guide is a live document. Feedback and benchmark numbers are welcome - the guide will be updated accordingly. Overview This is a detailed guide for running the new gpt-oss models locally w..."
          }
        },
        {
          "key": "thumbnail_image_color",
          "value": {
            "image_color_value": {
              "palette": [
                {
                  "percentage": 89.75,
                  "rgb": {
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  }
                },
                {
                  "percentage": 2.78,
                  "rgb": {
                    "blue": 85,
                    "green": 85,
                    "red": 85
                  }
                },
                {
                  "percentage": 1.86,
                  "rgb": {
                    "blue": 126,
                    "green": 75,
                    "red": 243
                  }
                },
                {
                  "percentage": 0.99,
                  "rgb": {
                    "blue": 179,
                    "green": 149,
                    "red": 248
                  }
                },
                {
                  "percentage": 0.46,
                  "rgb": {
                    "blue": 58,
                    "green": 78,
                    "red": 59
                  }
                }
              ]
            }
          }
        },
        {
          "key": "title",
          "value": {
            "string_value": "guide : running gpt-oss with llama.cpp · ggml-org llama.cpp · Discussion #15396"
          }
        },
        {
          "key": "summary_photo_image_color",
          "value": {
            "image_color_value": {
              "palette": [
                {
                  "percentage": 89.75,
                  "rgb": {
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  }
                },
                {
                  "percentage": 2.78,
                  "rgb": {
                    "blue": 85,
                    "green": 85,
                    "red": 85
                  }
                },
                {
                  "percentage": 1.86,
                  "rgb": {
                    "blue": 126,
                    "green": 75,
                    "red": 243
                  }
                },
                {
                  "percentage": 0.99,
                  "rgb": {
                    "blue": 179,
                    "green": 149,
                    "red": 248
                  }
                },
                {
                  "percentage": 0.46,
                  "rgb": {
                    "blue": 58,
                    "green": 78,
                    "red": 59
                  }
                }
              ]
            }
          }
        },
        {
          "key": "summary_photo_image_x_large",
          "value": {
            "image_value": {
              "height": 600,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=png&name=2048x2048_2_exp",
              "width": 1200
            }
          }
        },
        {
          "key": "summary_photo_image",
          "value": {
            "image_value": {
              "height": 314,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=jpg&name=600x314",
              "width": 600
            }
          }
        },
        {
          "key": "photo_image_full_size_color",
          "value": {
            "image_color_value": {
              "palette": [
                {
                  "percentage": 89.75,
                  "rgb": {
                    "blue": 255,
                    "green": 255,
                    "red": 255
                  }
                },
                {
                  "percentage": 2.78,
                  "rgb": {
                    "blue": 85,
                    "green": 85,
                    "red": 85
                  }
                },
                {
                  "percentage": 1.86,
                  "rgb": {
                    "blue": 126,
                    "green": 75,
                    "red": 243
                  }
                },
                {
                  "percentage": 0.99,
                  "rgb": {
                    "blue": 179,
                    "green": 149,
                    "red": 248
                  }
                },
                {
                  "percentage": 0.46,
                  "rgb": {
                    "blue": 58,
                    "green": 78,
                    "red": 59
                  }
                }
              ]
            }
          }
        },
        {
          "key": "photo_image_full_size_x_large",
          "value": {
            "image_value": {
              "height": 600,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=png&name=2048x2048_2_exp",
              "width": 1200
            }
          }
        },
        {
          "key": "card_url",
          "value": {
            "scribe_key": "card_url",
            "string_value": "https://t.co/a6E3DssXmw"
          }
        },
        {
          "key": "summary_photo_image_original",
          "value": {
            "image_value": {
              "height": 600,
              "url": "https://pbs.twimg.com/card_img/1958455866023174144/q8x_q71X?format=jpg&name=orig",
              "width": 1200
            }
          }
        }
      ],
      "card_platform": {
        "platform": {
          "audience": {
            "name": "production"
          },
          "device": {
            "name": "iPhone",
            "version": "13"
          }
        }
      },
      "name": "summary_large_image",
      "url": "https://t.co/a6E3DssXmw",
      "user_refs_results": [
        {
          "rest_id": "13334762",
          "result": {
            "__typename": "User",
            "action_counts": {
              "favorites_count": 8205
            },
            "avatar": {
              "image_url": "https://pbs.twimg.com/profile_images/1633247750010830848/8zfRrYjA_normal.png"
            },
            "banner": {
              "image_url": "https://pbs.twimg.com/profile_banners/13334762/1747774520"
            },
            "core": {
              "created_at": "Mon Feb 11 04:41:50 +0000 2008",
              "name": "GitHub",
              "screen_name": "github"
            },
            "dm_permissions": {
              "can_dm": false
            },
            "exclusive_tweet_following": false,
            "identity_profile_labels_highlighted_label": {},
            "location": {
              "location": "San Francisco, CA"
            },
            "media_permissions": {
              "can_media_tag": true
            },
            "notifications_settings": {},
            "pinned_items": {},
            "privacy": {},
            "private_super_following": false,
            "profile_bio": {
              "description": "The AI-powered developer platform to build, scale, and deliver secure software.",
              "entities": {
                "description": {},
                "url": {
                  "urls": [
                    {
                      "display_url": "github.com",
                      "expanded_url": "http://github.com",
                      "indices": [
                        0,
                        23
                      ],
                      "url": "https://t.co/bbJgfyzcJR"
                    }
                  ]
                }
              }
            },
            "profile_image_shape": "Square",
            "profile_metadata": {
              "profile_interstitial_type": "",
              "profile_link_color": "981CEB"
            },
            "profile_translation": {
              "translator_type_enum": "None"
            },
            "properties": {
              "has_extended_profile": true
            },
            "relationship_counts": {
              "followers": 2639039,
              "following": 327
            },
            "relationship_perspectives": {},
            "rest_id": "13334762",
            "super_follow_eligible": false,
            "super_followed_by": false,
            "super_following": false,
            "tweet_counts": {
              "media_tweets": 2727,
              "tweets": 9872
            },
            "website": {
              "url": "https://t.co/bbJgfyzcJR"
            },
            "verification": {
              "is_blue_verified": true,
              "verified_type": "Business"
            }
          }
        }
      ]
    },
    "place": {},
    "entities": {
      "urls": [
        {
          "display_url": "github.com/ggml-org/llama…",
          "expanded_url": "https://github.com/ggml-org/llama.cpp/discussions/15396",
          "indices": [
            201,
            224
          ],
          "url": "https://t.co/a6E3DssXmw"
        }
      ]
    },
    "quoted_tweet": null,
    "retweeted_tweet": null,
    "article": null
  },
  "retweeted_tweet": null,
  "article": null
}