A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"ostatus": "http://ostatus.org#",
"atomUri": "ostatus:atomUri",
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
"conversation": "ostatus:conversation",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"votersCount": "toot:votersCount",
"Hashtag": "as:Hashtag"
}
],
"id": "https://mastodon.gamedev.place/users/gpuopen/statuses/113504673801973346",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-18T15:31:15Z",
"url": "https://mastodon.gamedev.place/@gpuopen/113504673801973346",
"attributedTo": "https://mastodon.gamedev.place/users/gpuopen",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.gamedev.place/users/gpuopen/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.gamedev.place/users/gpuopen/statuses/113504673801973346",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.gamedev.place,2024-11-18:objectId=120599247:objectType=Conversation",
"content": "<p>๐ We've just released part 2 of our series on <a href=\"https://mastodon.gamedev.place/tags/CPU\" class=\"mention hashtag\" rel=\"tag\">#<span>CPU</span></a> performance and optimization ๐ </p><p>Part 2 shares a real-world problem of cache invalidation, explaining how different data structures, compilers, and CPUs affect caching behavior โคต๏ธ</p><p><a href=\"https://mastodon.gamedev.place/tags/ryzen\" class=\"mention hashtag\" rel=\"tag\">#<span>ryzen</span></a> </p><p><a href=\"https://gpuopen.com/learn/cpu-performance-guide/cpu-performance-guide-part2/?utm_source=mastodon&utm_medium=social&utm_campaign=cpu\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">gpuopen.com/learn/cpu-performa</span><span class=\"invisible\">nce-guide/cpu-performance-guide-part2/?utm_source=mastodon&utm_medium=social&utm_campaign=cpu</span></a></p>",
"contentMap": {
"en": "<p>๐ We've just released part 2 of our series on <a href=\"https://mastodon.gamedev.place/tags/CPU\" class=\"mention hashtag\" rel=\"tag\">#<span>CPU</span></a> performance and optimization ๐ </p><p>Part 2 shares a real-world problem of cache invalidation, explaining how different data structures, compilers, and CPUs affect caching behavior โคต๏ธ</p><p><a href=\"https://mastodon.gamedev.place/tags/ryzen\" class=\"mention hashtag\" rel=\"tag\">#<span>ryzen</span></a> </p><p><a href=\"https://gpuopen.com/learn/cpu-performance-guide/cpu-performance-guide-part2/?utm_source=mastodon&utm_medium=social&utm_campaign=cpu\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">gpuopen.com/learn/cpu-performa</span><span class=\"invisible\">nce-guide/cpu-performance-guide-part2/?utm_source=mastodon&utm_medium=social&utm_campaign=cpu</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.gamedev.place/tags/cpu",
"name": "#cpu"
},
{
"type": "Hashtag",
"href": "https://mastodon.gamedev.place/tags/ryzen",
"name": "#ryzen"
}
],
"replies": {
"id": "https://mastodon.gamedev.place/users/gpuopen/statuses/113504673801973346/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.gamedev.place/users/gpuopen/statuses/113504673801973346/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.gamedev.place/users/gpuopen/statuses/113504673801973346/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.gamedev.place/users/gpuopen/statuses/113504673801973346/likes",
"type": "Collection",
"totalItems": 7
},
"shares": {
"id": "https://mastodon.gamedev.place/users/gpuopen/statuses/113504673801973346/shares",
"type": "Collection",
"totalItems": 3
}
}