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://mastodon.mauve.moe/users/mauve/statuses/113370012343636493",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-10-25T20:45:04Z",
"url": "https://mastodon.mauve.moe/@mauve/113370012343636493",
"attributedTo": "https://mastodon.mauve.moe/users/mauve",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.mauve.moe/users/mauve/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.mauve.moe/users/mauve/statuses/113370012343636493",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.mauve.moe,2024-10-25:objectId=1164870:objectType=Conversation",
"content": "<p>Fun observation about local <a href=\"https://mastodon.mauve.moe/tags/LLM\" class=\"mention hashtag\" rel=\"tag\">#<span>LLM</span></a> setups. They're typically trained to do one shot responses to everything, e.g. generating an entire app in one go, but the smaller ones are too stupid to do this successfully and need to be coaxed into doing multi-shot generation. Half my prompt is effectively "Don't write the rest of the code yet, just do this small part for now".</p><p>But yeah I've got quen2.5-coder:7b generating lil web apps now from basic prompts for <a href=\"https://mastodon.mauve.moe/tags/agregore\" class=\"mention hashtag\" rel=\"tag\">#<span>agregore</span></a></p>",
"contentMap": {
"en": "<p>Fun observation about local <a href=\"https://mastodon.mauve.moe/tags/LLM\" class=\"mention hashtag\" rel=\"tag\">#<span>LLM</span></a> setups. They're typically trained to do one shot responses to everything, e.g. generating an entire app in one go, but the smaller ones are too stupid to do this successfully and need to be coaxed into doing multi-shot generation. Half my prompt is effectively "Don't write the rest of the code yet, just do this small part for now".</p><p>But yeah I've got quen2.5-coder:7b generating lil web apps now from basic prompts for <a href=\"https://mastodon.mauve.moe/tags/agregore\" class=\"mention hashtag\" rel=\"tag\">#<span>agregore</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.mauve.moe/tags/LLM",
"name": "#LLM"
},
{
"type": "Hashtag",
"href": "https://mastodon.mauve.moe/tags/Agregore",
"name": "#Agregore"
}
],
"replies": {
"id": "https://mastodon.mauve.moe/users/mauve/statuses/113370012343636493/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.mauve.moe/users/mauve/statuses/113370012343636493/replies?min_id=113370030529241260&page=true",
"partOf": "https://mastodon.mauve.moe/users/mauve/statuses/113370012343636493/replies",
"items": [
"https://mastodon.mauve.moe/users/mauve/statuses/113370030529241260"
]
}
}
}