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", "Hashtag": "as:Hashtag" } ], "id": "https://chaos.social/users/lgehr/statuses/113590927707725069", "type": "Note", "summary": null, "inReplyTo": null, "published": "2024-12-03T21:06:45Z", "url": "https://chaos.social/@lgehr/113590927707725069", "attributedTo": "https://chaos.social/users/lgehr", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://chaos.social/users/lgehr/followers" ], "sensitive": false, "atomUri": "https://chaos.social/users/lgehr/statuses/113590927707725069", "inReplyToAtomUri": null, "conversation": "tag:chaos.social,2024-12-03:objectId=227061158:objectType=Conversation", "content": "<p>Why is <br />```<br />pkgs_stable = import nixpkgs_stable { inherit system; permitedInsecurePackages = [...]; };<br />[...]<br />nixpkgs_stable.lib.nixosSystem { modules = [{nixpkgs.pkgs = pkgs_stable;} ...]<br />```<br />not working? Why is the nixosSystem not picking up the permitedInsecurePackages?</p><p><a href=\"https://chaos.social/tags/nix\" class=\"mention hashtag\" rel=\"tag\">#<span>nix</span></a> <a href=\"https://chaos.social/tags/nixos\" class=\"mention hashtag\" rel=\"tag\">#<span>nixos</span></a> <a href=\"https://chaos.social/tags/flakes\" class=\"mention hashtag\" rel=\"tag\">#<span>flakes</span></a></p>", "contentMap": { "de": "<p>Why is <br />```<br />pkgs_stable = import nixpkgs_stable { inherit system; permitedInsecurePackages = [...]; };<br />[...]<br />nixpkgs_stable.lib.nixosSystem { modules = [{nixpkgs.pkgs = pkgs_stable;} ...]<br />```<br />not working? Why is the nixosSystem not picking up the permitedInsecurePackages?</p><p><a href=\"https://chaos.social/tags/nix\" class=\"mention hashtag\" rel=\"tag\">#<span>nix</span></a> <a href=\"https://chaos.social/tags/nixos\" class=\"mention hashtag\" rel=\"tag\">#<span>nixos</span></a> <a href=\"https://chaos.social/tags/flakes\" class=\"mention hashtag\" rel=\"tag\">#<span>flakes</span></a></p>" }, "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://chaos.social/tags/nix", "name": "#nix" }, { "type": "Hashtag", "href": "https://chaos.social/tags/nixos", "name": "#nixos" }, { "type": "Hashtag", "href": "https://chaos.social/tags/flakes", "name": "#flakes" } ], "replies": { "id": "https://chaos.social/users/lgehr/statuses/113590927707725069/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://chaos.social/users/lgehr/statuses/113590927707725069/replies?only_other_accounts=true&page=true", "partOf": "https://chaos.social/users/lgehr/statuses/113590927707725069/replies", "items": [] } }, "likes": { "id": "https://chaos.social/users/lgehr/statuses/113590927707725069/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://chaos.social/users/lgehr/statuses/113590927707725069/shares", "type": "Collection", "totalItems": 0 } }