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",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
}
}
],
"id": "https://discuss.systems/users/csgordon/statuses/111025400971537595/replies",
"type": "Collection",
"first": {
"id": "https://discuss.systems/users/csgordon/statuses/111025400971537595/replies?page=true",
"type": "CollectionPage",
"next": "https://discuss.systems/users/csgordon/statuses/111025400971537595/replies?only_other_accounts=true&page=true",
"partOf": "https://discuss.systems/users/csgordon/statuses/111025400971537595/replies",
"items": [
{
"id": "https://discuss.systems/users/csgordon/statuses/111025423083574388",
"type": "Note",
"summary": null,
"inReplyTo": "https://discuss.systems/users/csgordon/statuses/111025400971537595",
"published": "2023-09-07T19:05:11Z",
"url": "https://discuss.systems/@csgordon/111025423083574388",
"attributedTo": "https://discuss.systems/users/csgordon",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://discuss.systems/users/csgordon/followers"
],
"sensitive": false,
"atomUri": "https://discuss.systems/users/csgordon/statuses/111025423083574388",
"inReplyToAtomUri": "https://discuss.systems/users/csgordon/statuses/111025400971537595",
"conversation": "tag:discuss.systems,2023-08-23:objectId=9584606:objectType=Conversation",
"content": "<p>Ah, perhaps ```boot -d``` lets you probe before all the debug info is loaded? If I drop into the debugger after boot, it finds my symbols.... off to do some address arithmetic by hand...</p>",
"contentMap": {
"en": "<p>Ah, perhaps ```boot -d``` lets you probe before all the debug info is loaded? If I drop into the debugger after boot, it finds my symbols.... off to do some address arithmetic by hand...</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://discuss.systems/users/csgordon/statuses/111025423083574388/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://discuss.systems/users/csgordon/statuses/111025423083574388/replies?only_other_accounts=true&page=true",
"partOf": "https://discuss.systems/users/csgordon/statuses/111025423083574388/replies",
"items": []
}
},
"likes": {
"id": "https://discuss.systems/users/csgordon/statuses/111025423083574388/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://discuss.systems/users/csgordon/statuses/111025423083574388/shares",
"type": "Collection",
"totalItems": 0
}
},
{
"id": "https://discuss.systems/users/csgordon/statuses/111206849939827597",
"type": "Note",
"summary": null,
"inReplyTo": "https://discuss.systems/users/csgordon/statuses/111025400971537595",
"published": "2023-10-09T20:04:25Z",
"url": "https://discuss.systems/@csgordon/111206849939827597",
"attributedTo": "https://discuss.systems/users/csgordon",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://discuss.systems/users/csgordon/followers"
],
"sensitive": false,
"atomUri": "https://discuss.systems/users/csgordon/statuses/111206849939827597",
"inReplyToAtomUri": "https://discuss.systems/users/csgordon/statuses/111025400971537595",
"conversation": "tag:discuss.systems,2023-08-23:objectId=9584606:objectType=Conversation",
"content": "<p>Hmm, I'm using the total hack approach of hard-coding the mmc frequency I snagged from a working OpenBSD install (instead of, you know, actually fixing the fact that FreeBSD's dtb parsing doesn't agree with StarFive's dtb schema... that's up next), but this is promising</p>",
"contentMap": {
"en": "<p>Hmm, I'm using the total hack approach of hard-coding the mmc frequency I snagged from a working OpenBSD install (instead of, you know, actually fixing the fact that FreeBSD's dtb parsing doesn't agree with StarFive's dtb schema... that's up next), but this is promising</p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "image/jpeg",
"url": "https://fd.discuss.systems/media_attachments/files/111/206/836/440/885/844/original/6068eb043d302e9a.jpg",
"name": "starfive_dwmmc0: Found JH7110 mmc controller!\nstarfive_dwmmc0: <JH7110 MMC Controller (StarFive)> mem 0x16010000-0x1601ffff irq 45 on simplebus0\nstarfive_dwmmc0: DEBUG: parsing fdt for dwmmc\nstarfive_dwmmc0: DEBUG: no clock-frequency property found\nstarfive_dwmmc0: HACK defaulted clock-frequency to bcd3d80 (198000000)\n...\nstarfive_dwmmc0: DEBUG: entering clk_get_by_ofw_name(..., 0, ciu, <out clk>)\nstarfive_dwmmc0: DEBUG: ofw_bus_find_string_index(16216, \"clock-names\", ciu, <out idx>) = 0\nstarfive_dwmmc0: DEBUG: in clk_get_by_ofw_index(<dev>, 16216, 1, <out clk>)\nstarfive_dwmmc0: DEBUG: now in clk_get_by_ofw_index_prop(<dev>, 16216, clocks, 1, <out clk>)\nstarfive_dwmmc0: DEBUG: looked for #clock-cells, got 0 with parent 3, 1 cells\nstarfive_dwmmc0: DEBUG: OF_device_from_xref(3) returned null, passing on ENODEV (19)\nstarfive_dwmmc0: DEBUG: clk_get_by_ofw_name(sc->dev, 0, \"ciu\", &sc->ciu)==: 19\nstarfive_dwmmc0: DEBUG: ciu clock address: 0\nstarfive_dwmmc0: Hardware version ID is 290a\nstarfive_dwmmc0: Card inserted\nmmc0: <MMC/SD bus> on starfive_dwmmc0\n\nfollowed by the same, repeated, for starfive_dwmmc1",
"blurhash": "U57Ur0~VM|t6offQayayfQfQfQfQofayWCay",
"focalPoint": [
0,
0
],
"width": 793,
"height": 917
}
],
"tag": [],
"replies": {
"id": "https://discuss.systems/users/csgordon/statuses/111206849939827597/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://discuss.systems/users/csgordon/statuses/111206849939827597/replies?min_id=111206857613378476&page=true",
"partOf": "https://discuss.systems/users/csgordon/statuses/111206849939827597/replies",
"items": [
"https://discuss.systems/users/csgordon/statuses/111206857613378476"
]
}
},
"likes": {
"id": "https://discuss.systems/users/csgordon/statuses/111206849939827597/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://discuss.systems/users/csgordon/statuses/111206849939827597/shares",
"type": "Collection",
"totalItems": 0
}
}
]
}
}