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"
}
],
"id": "https://ruby.social/users/getajobmike/statuses/113227600392840200",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-09-30T17:07:50Z",
"url": "https://ruby.social/@getajobmike/113227600392840200",
"attributedTo": "https://ruby.social/users/getajobmike",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://ruby.social/users/getajobmike/followers"
],
"sensitive": false,
"atomUri": "https://ruby.social/users/getajobmike/statuses/113227600392840200",
"inReplyToAtomUri": null,
"conversation": "tag:ruby.social,2024-09-30:objectId=55373509:objectType=Conversation",
"content": "<p>One interesting thing I learned recently: APM tracing can lead to huge piles of temporary memory allocations. That memory can't be reclaimed until the request/job is complete.</p><p>You may use Scout, Datadog, or New Relic to find bloat in your Ruby app but they can also be the cause of memory bloat, especially in long-running jobs. Enable periodic flushing or partial traces to minimize that bloat.</p><p><a href=\"https://github.com/sidekiq/sidekiq/wiki/Problems-and-Troubleshooting#apm-tracing\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/sidekiq/sidekiq/wik</span><span class=\"invisible\">i/Problems-and-Troubleshooting#apm-tracing</span></a></p>",
"contentMap": {
"en": "<p>One interesting thing I learned recently: APM tracing can lead to huge piles of temporary memory allocations. That memory can't be reclaimed until the request/job is complete.</p><p>You may use Scout, Datadog, or New Relic to find bloat in your Ruby app but they can also be the cause of memory bloat, especially in long-running jobs. Enable periodic flushing or partial traces to minimize that bloat.</p><p><a href=\"https://github.com/sidekiq/sidekiq/wiki/Problems-and-Troubleshooting#apm-tracing\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/sidekiq/sidekiq/wik</span><span class=\"invisible\">i/Problems-and-Troubleshooting#apm-tracing</span></a></p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://ruby.social/users/getajobmike/statuses/113227600392840200/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://ruby.social/users/getajobmike/statuses/113227600392840200/replies?only_other_accounts=true&page=true",
"partOf": "https://ruby.social/users/getajobmike/statuses/113227600392840200/replies",
"items": []
}
},
"likes": {
"id": "https://ruby.social/users/getajobmike/statuses/113227600392840200/likes",
"type": "Collection",
"totalItems": 10
},
"shares": {
"id": "https://ruby.social/users/getajobmike/statuses/113227600392840200/shares",
"type": "Collection",
"totalItems": 2
}
}