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://mean.engineer/users/indutny/statuses/114368167831426775",
"type": "Note",
"summary": null,
"inReplyTo": "https://mean.engineer/users/indutny/statuses/114368158293790766",
"published": "2025-04-20T03:29:08Z",
"url": "https://mean.engineer/@indutny/114368167831426775",
"attributedTo": "https://mean.engineer/users/indutny",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mean.engineer/users/indutny/followers"
],
"sensitive": false,
"atomUri": "https://mean.engineer/users/indutny/statuses/114368167831426775",
"inReplyToAtomUri": "https://mean.engineer/users/indutny/statuses/114368158293790766",
"conversation": "tag:mean.engineer,2025-04-20:objectId=63971:objectType=Conversation",
"content": "<p>Sadly, this idea doesn't seem to translate to wasm, but that's probably because V8 doesn't generate the most efficient instructions for a combo of __builtin_ctz and wasm_i8x16_bitmask.</p><p>Ideally it should use “vshrn” as per this article <a href=\"https://community.arm.com/arm-community-blogs/b/servers-and-cloud-computing-blog/posts/porting-x86-vector-bitmask-optimizations-to-arm-neon\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">community.arm.com/arm-communit</span><span class=\"invisible\">y-blogs/b/servers-and-cloud-computing-blog/posts/porting-x86-vector-bitmask-optimizations-to-arm-neon</span></a></p><p>Do I still know anyone on the V8 team who can help me implement this? (Boosts for reach appreciated)</p><p><a href=\"https://mean.engineer/tags/JavaScript\" class=\"mention hashtag\" rel=\"tag\">#<span>JavaScript</span></a> <a href=\"https://mean.engineer/tags/NodeJS\" class=\"mention hashtag\" rel=\"tag\">#<span>NodeJS</span></a> <a href=\"https://mean.engineer/tags/V8\" class=\"mention hashtag\" rel=\"tag\">#<span>V8</span></a></p>",
"contentMap": {
"en": "<p>Sadly, this idea doesn't seem to translate to wasm, but that's probably because V8 doesn't generate the most efficient instructions for a combo of __builtin_ctz and wasm_i8x16_bitmask.</p><p>Ideally it should use “vshrn” as per this article <a href=\"https://community.arm.com/arm-community-blogs/b/servers-and-cloud-computing-blog/posts/porting-x86-vector-bitmask-optimizations-to-arm-neon\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">community.arm.com/arm-communit</span><span class=\"invisible\">y-blogs/b/servers-and-cloud-computing-blog/posts/porting-x86-vector-bitmask-optimizations-to-arm-neon</span></a></p><p>Do I still know anyone on the V8 team who can help me implement this? (Boosts for reach appreciated)</p><p><a href=\"https://mean.engineer/tags/JavaScript\" class=\"mention hashtag\" rel=\"tag\">#<span>JavaScript</span></a> <a href=\"https://mean.engineer/tags/NodeJS\" class=\"mention hashtag\" rel=\"tag\">#<span>NodeJS</span></a> <a href=\"https://mean.engineer/tags/V8\" class=\"mention hashtag\" rel=\"tag\">#<span>V8</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mean.engineer/tags/javascript",
"name": "#javascript"
},
{
"type": "Hashtag",
"href": "https://mean.engineer/tags/nodejs",
"name": "#nodejs"
},
{
"type": "Hashtag",
"href": "https://mean.engineer/tags/v8",
"name": "#v8"
}
],
"replies": {
"id": "https://mean.engineer/users/indutny/statuses/114368167831426775/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mean.engineer/users/indutny/statuses/114368167831426775/replies?min_id=114368198018180722&page=true",
"partOf": "https://mean.engineer/users/indutny/statuses/114368167831426775/replies",
"items": [
"https://mean.engineer/users/indutny/statuses/114368198018180722"
]
}
},
"likes": {
"id": "https://mean.engineer/users/indutny/statuses/114368167831426775/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mean.engineer/users/indutny/statuses/114368167831426775/shares",
"type": "Collection",
"totalItems": 3
}
}