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://sauropods.win/users/llewelly/statuses/113674253358593775",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-12-18T14:17:33Z",
"url": "https://sauropods.win/@llewelly/113674253358593775",
"attributedTo": "https://sauropods.win/users/llewelly",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://sauropods.win/users/llewelly/followers"
],
"sensitive": false,
"atomUri": "https://sauropods.win/users/llewelly/statuses/113674253358593775",
"inReplyToAtomUri": null,
"conversation": "tag:sauropods.win,2024-12-18:objectId=39331510:objectType=Conversation",
"content": "<p>any rsync experts on fedi ?</p><p>in the past I've cloned disks on linux using dd :</p><p>(assume /dev/sda and /dev/sdb have the same geometry)</p><p># dd if=/dev/sda of=/dev/sdb status=progress</p><p>but would rsync work for this task? Is this a good idea? Why or why not?</p><p># rsync --info=progress2 /dev/sda /dev/sdb</p><p>(please confine your replies to command-line only methods)</p><p><a href=\"https://sauropods.win/tags/linux\" class=\"mention hashtag\" rel=\"tag\">#<span>linux</span></a><br /><a href=\"https://sauropods.win/tags/clone\" class=\"mention hashtag\" rel=\"tag\">#<span>clone</span></a><br /><a href=\"https://sauropods.win/tags/rsync\" class=\"mention hashtag\" rel=\"tag\">#<span>rsync</span></a></p>",
"contentMap": {
"en": "<p>any rsync experts on fedi ?</p><p>in the past I've cloned disks on linux using dd :</p><p>(assume /dev/sda and /dev/sdb have the same geometry)</p><p># dd if=/dev/sda of=/dev/sdb status=progress</p><p>but would rsync work for this task? Is this a good idea? Why or why not?</p><p># rsync --info=progress2 /dev/sda /dev/sdb</p><p>(please confine your replies to command-line only methods)</p><p><a href=\"https://sauropods.win/tags/linux\" class=\"mention hashtag\" rel=\"tag\">#<span>linux</span></a><br /><a href=\"https://sauropods.win/tags/clone\" class=\"mention hashtag\" rel=\"tag\">#<span>clone</span></a><br /><a href=\"https://sauropods.win/tags/rsync\" class=\"mention hashtag\" rel=\"tag\">#<span>rsync</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://sauropods.win/tags/linux",
"name": "#linux"
},
{
"type": "Hashtag",
"href": "https://sauropods.win/tags/clone",
"name": "#clone"
},
{
"type": "Hashtag",
"href": "https://sauropods.win/tags/rsync",
"name": "#rsync"
}
],
"replies": {
"id": "https://sauropods.win/users/llewelly/statuses/113674253358593775/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://sauropods.win/users/llewelly/statuses/113674253358593775/replies?only_other_accounts=true&page=true",
"partOf": "https://sauropods.win/users/llewelly/statuses/113674253358593775/replies",
"items": []
}
},
"likes": {
"id": "https://sauropods.win/users/llewelly/statuses/113674253358593775/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://sauropods.win/users/llewelly/statuses/113674253358593775/shares",
"type": "Collection",
"totalItems": 5
}
}