ActivityPub Viewer

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.

Open in browser →
{ "@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/nirvdrum/statuses/113069022626011201", "type": "Note", "summary": null, "inReplyTo": null, "published": "2024-09-02T16:59:25Z", "url": "https://ruby.social/@nirvdrum/113069022626011201", "attributedTo": "https://ruby.social/users/nirvdrum", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://ruby.social/users/nirvdrum/followers" ], "sensitive": false, "atomUri": "https://ruby.social/users/nirvdrum/statuses/113069022626011201", "inReplyToAtomUri": null, "conversation": "tag:ruby.social,2024-09-02:objectId=53326787:objectType=Conversation", "content": "<p>I quite enjoy Rust. We use it for YJIT and I’ve been using it personally for years (incidentally, building a different compiler). But, its usage in Ruby gems has been an endless source of headaches, even on CRuby.</p><p>My gripe at the moment is how rb-sys breaks rubies other than CRuby while advertising itself as a Ruby extension tool (i.e., not just CRuby). We did a ton of work to make native extensions run TruffleRuby by treating CRuby’s functions as a de facto interface and rb-sys undoes that.</p>", "contentMap": { "en": "<p>I quite enjoy Rust. We use it for YJIT and I’ve been using it personally for years (incidentally, building a different compiler). But, its usage in Ruby gems has been an endless source of headaches, even on CRuby.</p><p>My gripe at the moment is how rb-sys breaks rubies other than CRuby while advertising itself as a Ruby extension tool (i.e., not just CRuby). We did a ton of work to make native extensions run TruffleRuby by treating CRuby’s functions as a de facto interface and rb-sys undoes that.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://ruby.social/users/nirvdrum/statuses/113069022626011201/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://ruby.social/users/nirvdrum/statuses/113069022626011201/replies?only_other_accounts=true&page=true", "partOf": "https://ruby.social/users/nirvdrum/statuses/113069022626011201/replies", "items": [] } }, "likes": { "id": "https://ruby.social/users/nirvdrum/statuses/113069022626011201/likes", "type": "Collection", "totalItems": 2 }, "shares": { "id": "https://ruby.social/users/nirvdrum/statuses/113069022626011201/shares", "type": "Collection", "totalItems": 0 } }