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://mastodon.social/users/davatron5000/outbox?page=true", "type": "OrderedCollectionPage", "next": "https://mastodon.social/users/davatron5000/outbox?max_id=113495076616808599&page=true", "prev": "https://mastodon.social/users/davatron5000/outbox?min_id=113527686041535656&page=true", "partOf": "https://mastodon.social/users/davatron5000/outbox", "orderedItems": [ { "id": "https://mastodon.social/users/davatron5000/statuses/113527686041535656/activity", "type": "Announce", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-22T17:03:34Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/savetheclocktower", "https://mastodon.social/users/davatron5000/followers" ], "object": "https://mastodon.social/users/savetheclocktower/statuses/113527672409355293" }, { "id": "https://mastodon.social/users/davatron5000/statuses/113527643482878192/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-22T16:52:44Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113527643482878192", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/davatron5000/statuses/113527643390148541", "published": "2024-11-22T16:52:44Z", "url": "https://mastodon.social/@davatron5000/113527643482878192", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113527643482878192", "inReplyToAtomUri": "https://mastodon.social/users/davatron5000/statuses/113527643390148541", "conversation": "tag:mastodon.social,2024-11-22:objectId=854744936:objectType=Conversation", "content": "<p>I&#39;d add that while SSR is seen as a MUST HAVE binary requirement, with web components you have more options: </p><p>- You can make your components more light DOM forward<br />- You can do a whole ass Declarative Shadow DOM thing<br />- You can half-ass Declarative Shadow DOM and make a skeleton screen where the real template arrives later.<br />- You can do `is=&quot;my-component&quot;` customized built-ins, and send Safari a 2kb polyfill.<br />- You may also find they&#39;re &quot;fast enough&quot; to lazy load.</p><p>I should get a blog.</p>", "contentMap": { "en": "<p>I&#39;d add that while SSR is seen as a MUST HAVE binary requirement, with web components you have more options: </p><p>- You can make your components more light DOM forward<br />- You can do a whole ass Declarative Shadow DOM thing<br />- You can half-ass Declarative Shadow DOM and make a skeleton screen where the real template arrives later.<br />- You can do `is=&quot;my-component&quot;` customized built-ins, and send Safari a 2kb polyfill.<br />- You may also find they&#39;re &quot;fast enough&quot; to lazy load.</p><p>I should get a blog.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113527643482878192/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113527643482878192/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113527643482878192/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113527643482878192/likes", "type": "Collection", "totalItems": 15 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113527643482878192/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/davatron5000/statuses/113527643390148541/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-22T16:52:43Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://mastodon.social/users/stuffbreaker" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113527643390148541", "type": "Note", "summary": null, "inReplyTo": null, "published": "2024-11-22T16:52:43Z", "url": "https://mastodon.social/@davatron5000/113527643390148541", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://mastodon.social/users/stuffbreaker" ], "sensitive": false, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113527643390148541", "inReplyToAtomUri": null, "conversation": "tag:mastodon.social,2024-11-22:objectId=854744936:objectType=Conversation", "content": "<p>This post from <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@stuffbreaker\" class=\"u-url mention\">@<span>stuffbreaker</span></a></span> aligns with a lot of my thoughts on SSR&#39;ing web components.</p><p><a href=\"https://dev.to/stuffbreaker/do-you-need-to-ssr-your-web-components-2oao\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">dev.to/stuffbreaker/do-you-nee</span><span class=\"invisible\">d-to-ssr-your-web-components-2oao</span></a></p>", "contentMap": { "en": "<p>This post from <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@stuffbreaker\" class=\"u-url mention\">@<span>stuffbreaker</span></a></span> aligns with a lot of my thoughts on SSR&#39;ing web components.</p><p><a href=\"https://dev.to/stuffbreaker/do-you-need-to-ssr-your-web-components-2oao\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">dev.to/stuffbreaker/do-you-nee</span><span class=\"invisible\">d-to-ssr-your-web-components-2oao</span></a></p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.social/users/stuffbreaker", "name": "@stuffbreaker" } ], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113527643390148541/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113527643390148541/replies?min_id=113527643482878192&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113527643390148541/replies", "items": [ "https://mastodon.social/users/davatron5000/statuses/113527643482878192" ] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113527643390148541/likes", "type": "Collection", "totalItems": 10 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113527643390148541/shares", "type": "Collection", "totalItems": 4 } } }, { "id": "https://mastodon.social/users/davatron5000/statuses/113527343665999417/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-22T15:36:29Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://front-end.social/users/chriscoyier" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113527343665999417", "type": "Note", "summary": null, "inReplyTo": "https://front-end.social/users/chriscoyier/statuses/113527322758363490", "published": "2024-11-22T15:36:29Z", "url": "https://mastodon.social/@davatron5000/113527343665999417", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://front-end.social/users/chriscoyier" ], "sensitive": false, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113527343665999417", "inReplyToAtomUri": "https://front-end.social/users/chriscoyier/statuses/113527322758363490", "conversation": "tag:front-end.social,2024-11-22:objectId=13325528:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@chriscoyier\" class=\"u-url mention\">@<span>chriscoyier</span></a></span> it&#39;s spanish for &quot;yes, Guar&quot;</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@chriscoyier\" class=\"u-url mention\">@<span>chriscoyier</span></a></span> it&#39;s spanish for &quot;yes, Guar&quot;</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://front-end.social/users/chriscoyier", "name": "@chriscoyier@front-end.social" } ], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113527343665999417/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113527343665999417/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113527343665999417/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113527343665999417/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113527343665999417/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/davatron5000/statuses/113527310651270941/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-22T15:28:06Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://mastodon.social/users/brad_frost" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113527310651270941", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/brad_frost/statuses/113527174297032878", "published": "2024-11-22T15:28:06Z", "url": "https://mastodon.social/@davatron5000/113527310651270941", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://mastodon.social/users/brad_frost" ], "sensitive": false, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113527310651270941", "inReplyToAtomUri": "https://mastodon.social/users/brad_frost/statuses/113527174297032878", "conversation": "tag:mastodon.social,2024-11-22:objectId=854655989:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@brad_frost\" class=\"u-url mention\">@<span>brad_frost</span></a></span> Responsive design. Then we hung out at a conference in Orlando. And Hawaii. And Pittsburgh.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@brad_frost\" class=\"u-url mention\">@<span>brad_frost</span></a></span> Responsive design. Then we hung out at a conference in Orlando. And Hawaii. And Pittsburgh.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.social/users/brad_frost", "name": "@brad_frost" } ], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113527310651270941/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113527310651270941/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113527310651270941/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113527310651270941/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113527310651270941/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/davatron5000/statuses/113522810571828773/activity", "type": "Announce", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-21T20:23:40Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/jimniels", "https://mastodon.social/users/davatron5000/followers" ], "object": "https://mastodon.social/users/jimniels/statuses/113522687539817316" }, { "id": "https://mastodon.social/users/davatron5000/statuses/113522430707601844/activity", "type": "Announce", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-21T18:47:04Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://aus.social/users/dgar", "https://mastodon.social/users/davatron5000/followers" ], "object": "https://aus.social/users/dgar/statuses/113515870622831347" }, { "id": "https://mastodon.social/users/davatron5000/statuses/113516244679230295/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-20T16:33:52Z", "to": [ "https://mastodon.social/users/davatron5000/followers" ], "cc": [ "https://www.w3.org/ns/activitystreams#Public", "https://front-end.social/users/eeeps", "https://front-end.social/users/heydon" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113516244679230295", "type": "Note", "summary": null, "inReplyTo": "https://front-end.social/users/eeeps/statuses/113516215042813422", "published": "2024-11-20T16:33:52Z", "url": "https://mastodon.social/@davatron5000/113516244679230295", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://mastodon.social/users/davatron5000/followers" ], "cc": [ "https://www.w3.org/ns/activitystreams#Public", "https://front-end.social/users/eeeps", "https://front-end.social/users/heydon" ], "sensitive": false, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113516244679230295", "inReplyToAtomUri": "https://front-end.social/users/eeeps/statuses/113516215042813422", "conversation": "tag:front-end.social,2024-11-20:objectId=13271691:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@eeeps\" class=\"u-url mention\">@<span>eeeps</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@heydon\" class=\"u-url mention\">@<span>heydon</span></a></span> [object Object]</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@eeeps\" class=\"u-url mention\">@<span>eeeps</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@heydon\" class=\"u-url mention\">@<span>heydon</span></a></span> [object Object]</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://front-end.social/users/eeeps", "name": "@eeeps@front-end.social" }, { "type": "Mention", "href": "https://front-end.social/users/heydon", "name": "@heydon@front-end.social" } ], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113516244679230295/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113516244679230295/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113516244679230295/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113516244679230295/likes", "type": "Collection", "totalItems": 2 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113516244679230295/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/davatron5000/statuses/113515566213083186/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-20T13:41:20Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://front-end.social/users/heydon" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113515566213083186", "type": "Note", "summary": null, "inReplyTo": "https://front-end.social/users/heydon/statuses/113514695163784693", "published": "2024-11-20T13:41:20Z", "url": "https://mastodon.social/@davatron5000/113515566213083186", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://front-end.social/users/heydon" ], "sensitive": false, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113515566213083186", "inReplyToAtomUri": "https://front-end.social/users/heydon/statuses/113514695163784693", "conversation": "tag:front-end.social,2024-11-20:objectId=13271691:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@heydon\" class=\"u-url mention\">@<span>heydon</span></a></span> How well does it function? 😅</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@heydon\" class=\"u-url mention\">@<span>heydon</span></a></span> How well does it function? 😅</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://front-end.social/users/heydon", "name": "@heydon@front-end.social" } ], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113515566213083186/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113515566213083186/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113515566213083186/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113515566213083186/likes", "type": "Collection", "totalItems": 2 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113515566213083186/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/davatron5000/statuses/113515276553117424/activity", "type": "Announce", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-20T12:27:40Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/gesteves", "https://mastodon.social/users/davatron5000/followers" ], "object": "https://mastodon.social/users/gesteves/statuses/113512352172327991" }, { "id": "https://mastodon.social/users/davatron5000/statuses/113512192321193538/activity", "type": "Announce", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-19T23:23:18Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://botsin.space/users/intenttoship", "https://mastodon.social/users/davatron5000/followers" ], "object": "https://botsin.space/users/intenttoship/statuses/113512108763485660" }, { "id": "https://mastodon.social/users/davatron5000/statuses/113510525008719016/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-19T16:19:17Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://mastodon.design/users/jabronus" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113510525008719016", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.design/users/jabronus/statuses/113506203169888427", "published": "2024-11-19T16:19:17Z", "url": "https://mastodon.social/@davatron5000/113510525008719016", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://mastodon.design/users/jabronus" ], "sensitive": false, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113510525008719016", "inReplyToAtomUri": "https://mastodon.design/users/jabronus/statuses/113506203169888427", "conversation": "tag:mastodon.design,2024-11-18:objectId=24015082:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.design/@jabronus\" class=\"u-url mention\">@<span>jabronus</span></a></span> The Casio PX-S7000HM!</p><p><a href=\"https://www.casio.com/us/electronic-musical-instruments/product.PX-S7000HM/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">casio.com/us/electronic-musica</span><span class=\"invisible\">l-instruments/product.PX-S7000HM/</span></a></p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.design/@jabronus\" class=\"u-url mention\">@<span>jabronus</span></a></span> The Casio PX-S7000HM!</p><p><a href=\"https://www.casio.com/us/electronic-musical-instruments/product.PX-S7000HM/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">casio.com/us/electronic-musica</span><span class=\"invisible\">l-instruments/product.PX-S7000HM/</span></a></p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.design/users/jabronus", "name": "@jabronus@mastodon.design" } ], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113510525008719016/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113510525008719016/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113510525008719016/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113510525008719016/likes", "type": "Collection", "totalItems": 2 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113510525008719016/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/davatron5000/statuses/113507698754370740/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-19T04:20:32Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113507698754370740", "type": "Note", "summary": null, "inReplyTo": null, "published": "2024-11-19T04:20:32Z", "url": "https://mastodon.social/@davatron5000/113507698754370740", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113507698754370740", "inReplyToAtomUri": null, "conversation": "tag:mastodon.social,2024-11-19:objectId=851686203:objectType=Conversation", "content": "<p>I think I fixed a critical gameplay issue an unreleased game I&#39;m making. Learned a lot thru the power of playtesting. Rad.</p><p>What&#39;s not so rad is I messed it up real good fixing it. Every screen outside the core game loop is bjorked.</p>", "contentMap": { "en": "<p>I think I fixed a critical gameplay issue an unreleased game I&#39;m making. Learned a lot thru the power of playtesting. Rad.</p><p>What&#39;s not so rad is I messed it up real good fixing it. Every screen outside the core game loop is bjorked.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113507698754370740/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113507698754370740/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113507698754370740/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113507698754370740/likes", "type": "Collection", "totalItems": 7 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113507698754370740/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/davatron5000/statuses/113506484179281266/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-18T23:11:39Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://mastodon.social/users/mikemai2awesome" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113506484179281266", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/mikemai2awesome/statuses/113506465454094264", "published": "2024-11-18T23:11:39Z", "url": "https://mastodon.social/@davatron5000/113506484179281266", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://mastodon.social/users/mikemai2awesome" ], "sensitive": false, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113506484179281266", "inReplyToAtomUri": "https://mastodon.social/users/mikemai2awesome/statuses/113506465454094264", "conversation": "tag:mastodon.social,2024-11-18:objectId=851290101:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@mikemai2awesome\" class=\"u-url mention\">@<span>mikemai2awesome</span></a></span> hmm... i bet it doesn&#39;t right now but i bet it could?</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@mikemai2awesome\" class=\"u-url mention\">@<span>mikemai2awesome</span></a></span> hmm... i bet it doesn&#39;t right now but i bet it could?</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.social/users/mikemai2awesome", "name": "@mikemai2awesome" } ], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113506484179281266/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113506484179281266/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113506484179281266/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113506484179281266/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113506484179281266/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/davatron5000/statuses/113504949961773826/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-18T16:41:29Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113504949961773826", "type": "Note", "summary": null, "inReplyTo": null, "published": "2024-11-18T16:41:29Z", "url": "https://mastodon.social/@davatron5000/113504949961773826", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113504949961773826", "inReplyToAtomUri": null, "conversation": "tag:mastodon.social,2024-11-18:objectId=851290101:objectType=Conversation", "content": "<p>🎁 I made a web component that checks the foreground/background contrast of any color sets you want and displays it in a table. </p><p>The demo checks the all the CSS named colors against each other.</p><p><a href=\"https://codepen.io/davatron5000/pen/YzmwEZZ?editors=0010\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">codepen.io/davatron5000/pen/Yz</span><span class=\"invisible\">mwEZZ?editors=0010</span></a></p>", "contentMap": { "en": "<p>🎁 I made a web component that checks the foreground/background contrast of any color sets you want and displays it in a table. </p><p>The demo checks the all the CSS named colors against each other.</p><p><a href=\"https://codepen.io/davatron5000/pen/YzmwEZZ?editors=0010\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">codepen.io/davatron5000/pen/Yz</span><span class=\"invisible\">mwEZZ?editors=0010</span></a></p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113504949961773826/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113504949961773826/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113504949961773826/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113504949961773826/likes", "type": "Collection", "totalItems": 19 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113504949961773826/shares", "type": "Collection", "totalItems": 10 } } }, { "id": "https://mastodon.social/users/davatron5000/statuses/113501065725964353/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-18T00:13:40Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://mastodon.social/users/nazhamid" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113501065725964353", "type": "Note", "summary": "Comparing social networks", "inReplyTo": "https://mastodon.social/users/nazhamid/statuses/113501006639401386", "published": "2024-11-18T00:13:40Z", "url": "https://mastodon.social/@davatron5000/113501065725964353", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://mastodon.social/users/nazhamid" ], "sensitive": true, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113501065725964353", "inReplyToAtomUri": "https://mastodon.social/users/nazhamid/statuses/113501006639401386", "conversation": "tag:mastodon.social,2024-11-17:objectId=850722061:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@nazhamid\" class=\"u-url mention\">@<span>nazhamid</span></a></span> I see folks rushing to rebuild the same old networks and popularity power structures, an Elon-less Twitter redux, without (I feel) considering the chance to redo everything. Twitter *didn’t* work for a lot of people. Why do we want to rebuild that?</p><p>Maybe I’m tired tho.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@nazhamid\" class=\"u-url mention\">@<span>nazhamid</span></a></span> I see folks rushing to rebuild the same old networks and popularity power structures, an Elon-less Twitter redux, without (I feel) considering the chance to redo everything. Twitter *didn’t* work for a lot of people. Why do we want to rebuild that?</p><p>Maybe I’m tired tho.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.social/users/nazhamid", "name": "@nazhamid" } ], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113501065725964353/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113501065725964353/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113501065725964353/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113501065725964353/likes", "type": "Collection", "totalItems": 4 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113501065725964353/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/davatron5000/statuses/113501000879868675/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-17T23:57:10Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113501000879868675", "type": "Note", "summary": null, "inReplyTo": null, "published": "2024-11-17T23:57:10Z", "url": "https://mastodon.social/@davatron5000/113501000879868675", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113501000879868675", "inReplyToAtomUri": null, "conversation": "tag:mastodon.social,2024-11-17:objectId=850724266:objectType=Conversation", "content": "<p>🌱 This weekend in <a href=\"https://mastodon.social/tags/digitalgardening\" class=\"mention hashtag\" rel=\"tag\">#<span>digitalgardening</span></a> </p><p>- Tinkered with buttons on my homepage<br />- Added to my projects page<br />- Updated my about/ and uses/ section<br />- Updated my bookshelf<br />- Fixed a minor 🐛 in Pentablaster</p>", "contentMap": { "en": "<p>🌱 This weekend in <a href=\"https://mastodon.social/tags/digitalgardening\" class=\"mention hashtag\" rel=\"tag\">#<span>digitalgardening</span></a> </p><p>- Tinkered with buttons on my homepage<br />- Added to my projects page<br />- Updated my about/ and uses/ section<br />- Updated my bookshelf<br />- Fixed a minor 🐛 in Pentablaster</p>" }, "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://mastodon.social/tags/digitalgardening", "name": "#digitalgardening" } ], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113501000879868675/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113501000879868675/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113501000879868675/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113501000879868675/likes", "type": "Collection", "totalItems": 17 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113501000879868675/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.social/users/davatron5000/statuses/113500980494914725/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-17T23:51:59Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113500980494914725", "type": "Note", "summary": "Comparing social networks", "inReplyTo": null, "published": "2024-11-17T23:51:59Z", "url": "https://mastodon.social/@davatron5000/113500980494914725", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers" ], "sensitive": true, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113500980494914725", "inReplyToAtomUri": null, "conversation": "tag:mastodon.social,2024-11-17:objectId=850722061:objectType=Conversation", "content": "<p>My Bluesky posts are getting likes and that feels good, but maaaaan, I&#39;m not sure I can survive the low quality replies. I know not everyone has the same experience here, but I seem to have been blessed with quality replies on Mastodon and I just want to say thank you because I forgot how bad it all used to be on Birdsite.</p>", "contentMap": { "en": "<p>My Bluesky posts are getting likes and that feels good, but maaaaan, I&#39;m not sure I can survive the low quality replies. I know not everyone has the same experience here, but I seem to have been blessed with quality replies on Mastodon and I just want to say thank you because I forgot how bad it all used to be on Birdsite.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113500980494914725/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113500980494914725/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113500980494914725/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113500980494914725/likes", "type": "Collection", "totalItems": 49 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113500980494914725/shares", "type": "Collection", "totalItems": 1 } } }, { "id": "https://mastodon.social/users/davatron5000/statuses/113498469179864461/activity", "type": "Announce", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-17T13:13:20Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://journa.host/users/mathewi", "https://mastodon.social/users/davatron5000/followers" ], "object": "https://journa.host/users/mathewi/statuses/113495127932553783" }, { "id": "https://mastodon.social/users/davatron5000/statuses/113495076616808599/activity", "type": "Create", "actor": "https://mastodon.social/users/davatron5000", "published": "2024-11-16T22:50:33Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://front-end.social/users/melanie" ], "object": { "id": "https://mastodon.social/users/davatron5000/statuses/113495076616808599", "type": "Note", "summary": null, "inReplyTo": "https://front-end.social/users/melanie/statuses/113494840190776649", "published": "2024-11-16T22:50:33Z", "url": "https://mastodon.social/@davatron5000/113495076616808599", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers", "https://front-end.social/users/melanie" ], "sensitive": false, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113495076616808599", "inReplyToAtomUri": "https://front-end.social/users/melanie/statuses/113494840190776649", "conversation": "tag:mastodon.social,2024-11-16:objectId=849845573:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@melanie\" class=\"u-url mention\">@<span>melanie</span></a></span> I got to “Enter your recovery code” and knew I had really messed it up. I’m up and running now. Took a couple hours tho. But my main PC also tanked and I’m going to have to do it again.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://front-end.social/@melanie\" class=\"u-url mention\">@<span>melanie</span></a></span> I got to “Enter your recovery code” and knew I had really messed it up. I’m up and running now. Took a couple hours tho. But my main PC also tanked and I’m going to have to do it again.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://front-end.social/users/melanie", "name": "@melanie@front-end.social" } ], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113495076616808599/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113495076616808599/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113495076616808599/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113495076616808599/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113495076616808599/shares", "type": "Collection", "totalItems": 0 } } } ] }