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://social.bitfolk.com/users/grifferz/statuses/113532919113770925",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-23T15:14:24Z",
"url": "https://social.bitfolk.com/@grifferz/113532919113770925",
"attributedTo": "https://social.bitfolk.com/users/grifferz",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://social.bitfolk.com/users/grifferz/followers"
],
"sensitive": false,
"atomUri": "https://social.bitfolk.com/users/grifferz/statuses/113532919113770925",
"inReplyToAtomUri": null,
"conversation": "tag:social.bitfolk.com,2024-11-23:objectId=5161014:objectType=Conversation",
"content": "<p>TIL that LLVM (and thus Rust) is not safe on 32-bit x86 due to some weirdness with floating point that does not even require floating point arithmetic to trigger, just the use of any floating point at all.</p><p>Clearly dividing God's integers into fractional parts was a heresy.</p><p><a href=\"https://github.com/rust-lang/rust/issues/114479#issuecomment-2072052116\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/rust-lang/rust/issu</span><span class=\"invisible\">es/114479#issuecomment-2072052116</span></a></p><p><a href=\"https://social.bitfolk.com/tags/rustlang\" class=\"mention hashtag\" rel=\"tag\">#<span>rustlang</span></a></p>",
"contentMap": {
"en": "<p>TIL that LLVM (and thus Rust) is not safe on 32-bit x86 due to some weirdness with floating point that does not even require floating point arithmetic to trigger, just the use of any floating point at all.</p><p>Clearly dividing God's integers into fractional parts was a heresy.</p><p><a href=\"https://github.com/rust-lang/rust/issues/114479#issuecomment-2072052116\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/rust-lang/rust/issu</span><span class=\"invisible\">es/114479#issuecomment-2072052116</span></a></p><p><a href=\"https://social.bitfolk.com/tags/rustlang\" class=\"mention hashtag\" rel=\"tag\">#<span>rustlang</span></a></p>"
},
"updated": "2024-11-23T15:14:45Z",
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://social.bitfolk.com/tags/rustlang",
"name": "#rustlang"
}
],
"replies": {
"id": "https://social.bitfolk.com/users/grifferz/statuses/113532919113770925/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://social.bitfolk.com/users/grifferz/statuses/113532919113770925/replies?min_id=113532943920164625&page=true",
"partOf": "https://social.bitfolk.com/users/grifferz/statuses/113532919113770925/replies",
"items": [
"https://social.bitfolk.com/users/grifferz/statuses/113532943920164625"
]
}
}
}