ActivityPub Viewer

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.

Open in browser →
{ "@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://fosstodon.org/users/meisam/statuses/113290413129189683/replies", "type": "Collection", "first": { "id": "https://fosstodon.org/users/meisam/statuses/113290413129189683/replies?page=true", "type": "CollectionPage", "next": "https://fosstodon.org/users/meisam/statuses/113290413129189683/replies?only_other_accounts=true&page=true", "partOf": "https://fosstodon.org/users/meisam/statuses/113290413129189683/replies", "items": [ { "id": "https://fosstodon.org/users/meisam/statuses/113290415974680319", "type": "Note", "summary": null, "inReplyTo": "https://fosstodon.org/users/meisam/statuses/113290413129189683", "published": "2024-10-11T19:22:40Z", "url": "https://fosstodon.org/@meisam/113290415974680319", "attributedTo": "https://fosstodon.org/users/meisam", "to": [ "https://fosstodon.org/users/meisam/followers" ], "cc": [ "https://www.w3.org/ns/activitystreams#Public", "https://fosstodon.org/users/kernellogger" ], "sensitive": false, "atomUri": "https://fosstodon.org/users/meisam/statuses/113290415974680319", "inReplyToAtomUri": "https://fosstodon.org/users/meisam/statuses/113290413129189683", "conversation": "tag:fosstodon.org,2024-10-11:objectId=250318786:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@kernellogger\" class=\"u-url mention\">@<span>kernellogger</span></a></span> <br />in Ubuntu 24.04 container (gcc 13.2.0 compiling kernel 6.1) “bash kcbench -b -i 1 -j $(nproc –all)” works fine but</p><p> “bash kcbench -b -i 1 -j $(nproc --all) -m” fails and prints tail of make output which is just the warnings and probably error has happened somewhere before that! Looks like the script also cleans up the [tmp] output dir so I don’t get the error message!</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@kernellogger\" class=\"u-url mention\">@<span>kernellogger</span></a></span> <br />in Ubuntu 24.04 container (gcc 13.2.0 compiling kernel 6.1) “bash kcbench -b -i 1 -j $(nproc –all)” works fine but</p><p> “bash kcbench -b -i 1 -j $(nproc --all) -m” fails and prints tail of make output which is just the warnings and probably error has happened somewhere before that! Looks like the script also cleans up the [tmp] output dir so I don’t get the error message!</p>" }, "updated": "2024-10-11T20:42:00Z", "attachment": [], "tag": [ { "type": "Mention", "href": "https://fosstodon.org/users/kernellogger", "name": "@kernellogger" } ], "replies": { "id": "https://fosstodon.org/users/meisam/statuses/113290415974680319/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://fosstodon.org/users/meisam/statuses/113290415974680319/replies?only_other_accounts=true&page=true", "partOf": "https://fosstodon.org/users/meisam/statuses/113290415974680319/replies", "items": [] } }, "likes": { "id": "https://fosstodon.org/users/meisam/statuses/113290415974680319/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://fosstodon.org/users/meisam/statuses/113290415974680319/shares", "type": "Collection", "totalItems": 0 } }, { "id": "https://fosstodon.org/users/meisam/statuses/113290466446119379", "type": "Note", "summary": null, "inReplyTo": "https://fosstodon.org/users/meisam/statuses/113290413129189683", "published": "2024-10-11T19:35:30Z", "url": "https://fosstodon.org/@meisam/113290466446119379", "attributedTo": "https://fosstodon.org/users/meisam", "to": [ "https://fosstodon.org/users/meisam/followers" ], "cc": [ "https://www.w3.org/ns/activitystreams#Public", "https://fosstodon.org/users/kernellogger" ], "sensitive": false, "atomUri": "https://fosstodon.org/users/meisam/statuses/113290466446119379", "inReplyToAtomUri": "https://fosstodon.org/users/meisam/statuses/113290413129189683", "conversation": "tag:fosstodon.org,2024-10-11:objectId=250318786:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@kernellogger\" class=\"u-url mention\">@<span>kernellogger</span></a></span> in Alpine:3.20 container (gcc 13.2.1 compiling kernel 6.1) the compilation fails:</p><p>/root/.cache/kcbench/linux-6.1/scripts/basic/fixdep.c:92:10: fatal error: sys/types.h: No such file or directory<br /> 92 | <a href=\"https://fosstodon.org/tags/include\" class=\"mention hashtag\" rel=\"tag\">#<span>include</span></a> &lt;sys/types.h&gt;<br /> | ^~~~~~~~~~~~~<br />compilation terminated.</p><p>probably something essential is missing but the script is not checking it! [glibc issue?!]</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@kernellogger\" class=\"u-url mention\">@<span>kernellogger</span></a></span> in Alpine:3.20 container (gcc 13.2.1 compiling kernel 6.1) the compilation fails:</p><p>/root/.cache/kcbench/linux-6.1/scripts/basic/fixdep.c:92:10: fatal error: sys/types.h: No such file or directory<br /> 92 | <a href=\"https://fosstodon.org/tags/include\" class=\"mention hashtag\" rel=\"tag\">#<span>include</span></a> &lt;sys/types.h&gt;<br /> | ^~~~~~~~~~~~~<br />compilation terminated.</p><p>probably something essential is missing but the script is not checking it! [glibc issue?!]</p>" }, "updated": "2024-10-11T20:10:36Z", "attachment": [], "tag": [ { "type": "Mention", "href": "https://fosstodon.org/users/kernellogger", "name": "@kernellogger" }, { "type": "Hashtag", "href": "https://fosstodon.org/tags/include", "name": "#include" } ], "replies": { "id": "https://fosstodon.org/users/meisam/statuses/113290466446119379/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://fosstodon.org/users/meisam/statuses/113290466446119379/replies?only_other_accounts=true&page=true", "partOf": "https://fosstodon.org/users/meisam/statuses/113290466446119379/replies", "items": [] } }, "likes": { "id": "https://fosstodon.org/users/meisam/statuses/113290466446119379/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://fosstodon.org/users/meisam/statuses/113290466446119379/shares", "type": "Collection", "totalItems": 0 } }, { "id": "https://fosstodon.org/users/meisam/statuses/113290514510130042", "type": "Note", "summary": null, "inReplyTo": "https://fosstodon.org/users/meisam/statuses/113290413129189683", "published": "2024-10-11T19:47:43Z", "url": "https://fosstodon.org/@meisam/113290514510130042", "attributedTo": "https://fosstodon.org/users/meisam", "to": [ "https://fosstodon.org/users/meisam/followers" ], "cc": [ "https://www.w3.org/ns/activitystreams#Public", "https://fosstodon.org/users/kernellogger" ], "sensitive": false, "atomUri": "https://fosstodon.org/users/meisam/statuses/113290514510130042", "inReplyToAtomUri": "https://fosstodon.org/users/meisam/statuses/113290413129189683", "conversation": "tag:fosstodon.org,2024-10-11:objectId=250318786:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@kernellogger\" class=\"u-url mention\">@<span>kernellogger</span></a></span> in arch container (gcc 14.2.1 compiling kernel 6.8) it fails with some messages like:</p><p>./sync-check.sh: line 40: diff: command not found<br />Warning: Kernel ABI header at &#39;tools/include/linux/objtool_types.h&#39; differs from latest version at &#39;include/linux/objtool_types.h&#39;<br />…<br />/root/.cache/kcbench/linux-6.8/scripts/link-vmlinux.sh: line 297: cmp: command not found<br />Inconsistent kallsyms data</p><p>looks like diff and cmp commands are needed but not checked by the script!</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@kernellogger\" class=\"u-url mention\">@<span>kernellogger</span></a></span> in arch container (gcc 14.2.1 compiling kernel 6.8) it fails with some messages like:</p><p>./sync-check.sh: line 40: diff: command not found<br />Warning: Kernel ABI header at &#39;tools/include/linux/objtool_types.h&#39; differs from latest version at &#39;include/linux/objtool_types.h&#39;<br />…<br />/root/.cache/kcbench/linux-6.8/scripts/link-vmlinux.sh: line 297: cmp: command not found<br />Inconsistent kallsyms data</p><p>looks like diff and cmp commands are needed but not checked by the script!</p>" }, "updated": "2024-10-11T19:50:14Z", "attachment": [], "tag": [ { "type": "Mention", "href": "https://fosstodon.org/users/kernellogger", "name": "@kernellogger" } ], "replies": { "id": "https://fosstodon.org/users/meisam/statuses/113290514510130042/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://fosstodon.org/users/meisam/statuses/113290514510130042/replies?min_id=113290567463943851&page=true", "partOf": "https://fosstodon.org/users/meisam/statuses/113290514510130042/replies", "items": [ "https://fosstodon.org/users/meisam/statuses/113290567463943851" ] } }, "likes": { "id": "https://fosstodon.org/users/meisam/statuses/113290514510130042/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://fosstodon.org/users/meisam/statuses/113290514510130042/shares", "type": "Collection", "totalItems": 0 } }, { "id": "https://fosstodon.org/users/meisam/statuses/113299603142510985", "type": "Note", "summary": null, "inReplyTo": "https://fosstodon.org/users/meisam/statuses/113290413129189683", "published": "2024-10-13T10:19:05Z", "url": "https://fosstodon.org/@meisam/113299603142510985", "attributedTo": "https://fosstodon.org/users/meisam", "to": [ "https://fosstodon.org/users/meisam/followers" ], "cc": [ "https://www.w3.org/ns/activitystreams#Public", "https://fosstodon.org/users/kernellogger" ], "sensitive": false, "atomUri": "https://fosstodon.org/users/meisam/statuses/113299603142510985", "inReplyToAtomUri": "https://fosstodon.org/users/meisam/statuses/113290413129189683", "conversation": "tag:fosstodon.org,2024-10-11:objectId=250318786:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@kernellogger\" class=\"u-url mention\">@<span>kernellogger</span></a></span> btw, using --skip-compilerchecks the compilation works on almalinux. </p><p>for compiling with modules, the SHA-1 needs to be activated &quot;update-crypto-policies --set DEFAULT:SHA1&quot; and afterwards it fails with:</p><p>/root/.cache/kcbench/linux-5.7/include/linux/compiler.h:350:45: error: call to ‘__compiletime_assert_1057’ declared with attribute error: FIELD_FIT: value too large for the field<br /> 350 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@kernellogger\" class=\"u-url mention\">@<span>kernellogger</span></a></span> btw, using --skip-compilerchecks the compilation works on almalinux. </p><p>for compiling with modules, the SHA-1 needs to be activated &quot;update-crypto-policies --set DEFAULT:SHA1&quot; and afterwards it fails with:</p><p>/root/.cache/kcbench/linux-5.7/include/linux/compiler.h:350:45: error: call to ‘__compiletime_assert_1057’ declared with attribute error: FIELD_FIT: value too large for the field<br /> 350 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://fosstodon.org/users/kernellogger", "name": "@kernellogger" } ], "replies": { "id": "https://fosstodon.org/users/meisam/statuses/113299603142510985/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://fosstodon.org/users/meisam/statuses/113299603142510985/replies?only_other_accounts=true&page=true", "partOf": "https://fosstodon.org/users/meisam/statuses/113299603142510985/replies", "items": [] } }, "likes": { "id": "https://fosstodon.org/users/meisam/statuses/113299603142510985/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://fosstodon.org/users/meisam/statuses/113299603142510985/shares", "type": "Collection", "totalItems": 0 } } ] } }