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://freeradical.zone/users/craftyguy/statuses/113080813864890961",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-09-04T18:58:05Z",
"url": "https://freeradical.zone/@craftyguy/113080813864890961",
"attributedTo": "https://freeradical.zone/users/craftyguy",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://freeradical.zone/users/craftyguy/followers"
],
"sensitive": false,
"atomUri": "https://freeradical.zone/users/craftyguy/statuses/113080813864890961",
"inReplyToAtomUri": null,
"conversation": "tag:freeradical.zone,2024-09-04:objectId=103072712:objectType=Conversation",
"content": "<p>I found a weird crash that seems to involve running <a href=\"https://freeradical.zone/tags/golang\" class=\"mention hashtag\" rel=\"tag\">#<span>golang</span></a> apps compiled for amd64 on an aarch64 system using <a href=\"https://freeradical.zone/tags/qemu\" class=\"mention hashtag\" rel=\"tag\">#<span>qemu</span></a>. </p><p>It seems to be related to the Go GC, GOGC=off works. Go 1.20 also works.</p><p>The crash output from Go runtime is in this issue, but I've been able to reproduce this when building a very simple hello world app for amd64:</p><p><a href=\"https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2382\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">gitlab.com/postmarketOS/pmboot</span><span class=\"invisible\">strap/-/issues/2382</span></a></p><p>Both Go's runtime/GC and qemu are complicated things I suck at debugging 😞</p><p>Help me fediverse, you're my only hope.</p>",
"contentMap": {
"en": "<p>I found a weird crash that seems to involve running <a href=\"https://freeradical.zone/tags/golang\" class=\"mention hashtag\" rel=\"tag\">#<span>golang</span></a> apps compiled for amd64 on an aarch64 system using <a href=\"https://freeradical.zone/tags/qemu\" class=\"mention hashtag\" rel=\"tag\">#<span>qemu</span></a>. </p><p>It seems to be related to the Go GC, GOGC=off works. Go 1.20 also works.</p><p>The crash output from Go runtime is in this issue, but I've been able to reproduce this when building a very simple hello world app for amd64:</p><p><a href=\"https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2382\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">gitlab.com/postmarketOS/pmboot</span><span class=\"invisible\">strap/-/issues/2382</span></a></p><p>Both Go's runtime/GC and qemu are complicated things I suck at debugging 😞</p><p>Help me fediverse, you're my only hope.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://freeradical.zone/tags/golang",
"name": "#golang"
},
{
"type": "Hashtag",
"href": "https://freeradical.zone/tags/qemu",
"name": "#qemu"
}
],
"replies": {
"id": "https://freeradical.zone/users/craftyguy/statuses/113080813864890961/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://freeradical.zone/users/craftyguy/statuses/113080813864890961/replies?min_id=113080825557425662&page=true",
"partOf": "https://freeradical.zone/users/craftyguy/statuses/113080813864890961/replies",
"items": [
"https://freeradical.zone/users/craftyguy/statuses/113080825557425662"
]
}
},
"likes": {
"id": "https://freeradical.zone/users/craftyguy/statuses/113080813864890961/likes",
"type": "Collection",
"totalItems": 10
},
"shares": {
"id": "https://freeradical.zone/users/craftyguy/statuses/113080813864890961/shares",
"type": "Collection",
"totalItems": 13
}
}