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://fosstodon.org/users/mtb/outbox?page=true",
"type": "OrderedCollectionPage",
"next": "https://fosstodon.org/users/mtb/outbox?max_id=109299470447951688&page=true",
"prev": "https://fosstodon.org/users/mtb/outbox?min_id=110914222895963450&page=true",
"partOf": "https://fosstodon.org/users/mtb/outbox",
"orderedItems": [
{
"id": "https://fosstodon.org/users/mtb/statuses/110914222895963450/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/mtb",
"published": "2023-08-19T03:45:31Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers",
"https://fosstodon.org/users/milesmcbain"
],
"object": {
"id": "https://fosstodon.org/users/mtb/statuses/110914222895963450",
"type": "Note",
"summary": null,
"inReplyTo": "https://fosstodon.org/users/milesmcbain/statuses/110913973536987725",
"published": "2023-08-19T03:45:31Z",
"url": "https://fosstodon.org/@mtb/110914222895963450",
"attributedTo": "https://fosstodon.org/users/mtb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers",
"https://fosstodon.org/users/milesmcbain"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/mtb/statuses/110914222895963450",
"inReplyToAtomUri": "https://fosstodon.org/users/milesmcbain/statuses/110913973536987725",
"conversation": "tag:fosstodon.org,2023-08-19:objectId=136830379:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@milesmcbain\" class=\"u-url mention\">@<span>milesmcbain</span></a></span> thanks so much Miles - need to explore workspace recording further!</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@milesmcbain\" class=\"u-url mention\">@<span>milesmcbain</span></a></span> thanks so much Miles - need to explore workspace recording further!</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://fosstodon.org/users/milesmcbain",
"name": "@milesmcbain"
}
],
"replies": {
"id": "https://fosstodon.org/users/mtb/statuses/110914222895963450/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/mtb/statuses/110914222895963450/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/mtb/statuses/110914222895963450/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/mtb/statuses/110914222895963450/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://fosstodon.org/users/mtb/statuses/110914222895963450/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://fosstodon.org/users/mtb/statuses/110913887925654191/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/mtb",
"published": "2023-08-19T02:20:19Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers",
"https://fosstodon.org/users/milesmcbain"
],
"object": {
"id": "https://fosstodon.org/users/mtb/statuses/110913887925654191",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-08-19T02:20:19Z",
"url": "https://fosstodon.org/@mtb/110913887925654191",
"attributedTo": "https://fosstodon.org/users/mtb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers",
"https://fosstodon.org/users/milesmcbain"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/mtb/statuses/110913887925654191",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2023-08-19:objectId=136830379:objectType=Conversation",
"content": "<p>Does anyone have any guidance on debugging [R] code using the {targets} package in <a href=\"https://fosstodon.org/tags/vscode\" class=\"mention hashtag\" rel=\"tag\">#<span>vscode</span></a>? Have you got the VS code R Debugger to work in this situation? </p><p>All I want is to be able to run my target pipeline and open up the vs code debugger in the middle of one of the target functions. <a href=\"https://fosstodon.org/tags/targets\" class=\"mention hashtag\" rel=\"tag\">#<span>targets</span></a> <a href=\"https://fosstodon.org/tags/rstats\" class=\"mention hashtag\" rel=\"tag\">#<span>rstats</span></a> Another one for <span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@milesmcbain\" class=\"u-url mention\">@<span>milesmcbain</span></a></span> 🙏</p>",
"contentMap": {
"en": "<p>Does anyone have any guidance on debugging [R] code using the {targets} package in <a href=\"https://fosstodon.org/tags/vscode\" class=\"mention hashtag\" rel=\"tag\">#<span>vscode</span></a>? Have you got the VS code R Debugger to work in this situation? </p><p>All I want is to be able to run my target pipeline and open up the vs code debugger in the middle of one of the target functions. <a href=\"https://fosstodon.org/tags/targets\" class=\"mention hashtag\" rel=\"tag\">#<span>targets</span></a> <a href=\"https://fosstodon.org/tags/rstats\" class=\"mention hashtag\" rel=\"tag\">#<span>rstats</span></a> Another one for <span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@milesmcbain\" class=\"u-url mention\">@<span>milesmcbain</span></a></span> 🙏</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://fosstodon.org/users/milesmcbain",
"name": "@milesmcbain"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/vscode",
"name": "#vscode"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/targets",
"name": "#targets"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/rstats",
"name": "#rstats"
}
],
"replies": {
"id": "https://fosstodon.org/users/mtb/statuses/110913887925654191/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/mtb/statuses/110913887925654191/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/mtb/statuses/110913887925654191/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/mtb/statuses/110913887925654191/likes",
"type": "Collection",
"totalItems": 3
},
"shares": {
"id": "https://fosstodon.org/users/mtb/statuses/110913887925654191/shares",
"type": "Collection",
"totalItems": 3
}
}
},
{
"id": "https://fosstodon.org/users/mtb/statuses/110910333137489141/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/mtb",
"published": "2023-08-18T11:16:18Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers",
"https://fosstodon.org/users/eitsupi"
],
"object": {
"id": "https://fosstodon.org/users/mtb/statuses/110910333137489141",
"type": "Note",
"summary": null,
"inReplyTo": "https://fosstodon.org/users/eitsupi/statuses/110899052476810912",
"published": "2023-08-18T11:16:18Z",
"url": "https://fosstodon.org/@mtb/110910333137489141",
"attributedTo": "https://fosstodon.org/users/mtb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers",
"https://fosstodon.org/users/eitsupi"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/mtb/statuses/110910333137489141",
"inReplyToAtomUri": "https://fosstodon.org/users/eitsupi/statuses/110899052476810912",
"conversation": "tag:fosstodon.org,2023-08-16:objectId=135991515:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@eitsupi\" class=\"u-url mention\">@<span>eitsupi</span></a></span> This was what I was after - thank you!</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@eitsupi\" class=\"u-url mention\">@<span>eitsupi</span></a></span> This was what I was after - thank you!</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://fosstodon.org/users/eitsupi",
"name": "@eitsupi"
}
],
"replies": {
"id": "https://fosstodon.org/users/mtb/statuses/110910333137489141/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/mtb/statuses/110910333137489141/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/mtb/statuses/110910333137489141/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/mtb/statuses/110910333137489141/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://fosstodon.org/users/mtb/statuses/110910333137489141/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://fosstodon.org/users/mtb/statuses/110896901053091880/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/mtb",
"published": "2023-08-16T02:20:20Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers",
"https://fosstodon.org/users/milesmcbain"
],
"object": {
"id": "https://fosstodon.org/users/mtb/statuses/110896901053091880",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-08-16T02:20:20Z",
"url": "https://fosstodon.org/@mtb/110896901053091880",
"attributedTo": "https://fosstodon.org/users/mtb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers",
"https://fosstodon.org/users/milesmcbain"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/mtb/statuses/110896901053091880",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2023-08-16:objectId=135991515:objectType=Conversation",
"content": "<p>Does anyone out there have a MVP using {renv} to manage packages inside a GitHub Codespace Docker set up? <span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@milesmcbain\" class=\"u-url mention\">@<span>milesmcbain</span></a></span>? 🙏 <a href=\"https://fosstodon.org/tags/codespaces\" class=\"mention hashtag\" rel=\"tag\">#<span>codespaces</span></a> <a href=\"https://fosstodon.org/tags/renv\" class=\"mention hashtag\" rel=\"tag\">#<span>renv</span></a> <a href=\"https://fosstodon.org/tags/docker\" class=\"mention hashtag\" rel=\"tag\">#<span>docker</span></a></p>",
"contentMap": {
"en": "<p>Does anyone out there have a MVP using {renv} to manage packages inside a GitHub Codespace Docker set up? <span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@milesmcbain\" class=\"u-url mention\">@<span>milesmcbain</span></a></span>? 🙏 <a href=\"https://fosstodon.org/tags/codespaces\" class=\"mention hashtag\" rel=\"tag\">#<span>codespaces</span></a> <a href=\"https://fosstodon.org/tags/renv\" class=\"mention hashtag\" rel=\"tag\">#<span>renv</span></a> <a href=\"https://fosstodon.org/tags/docker\" class=\"mention hashtag\" rel=\"tag\">#<span>docker</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://fosstodon.org/users/milesmcbain",
"name": "@milesmcbain"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/codespaces",
"name": "#codespaces"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/renv",
"name": "#renv"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/docker",
"name": "#docker"
}
],
"replies": {
"id": "https://fosstodon.org/users/mtb/statuses/110896901053091880/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/mtb/statuses/110896901053091880/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/mtb/statuses/110896901053091880/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/mtb/statuses/110896901053091880/likes",
"type": "Collection",
"totalItems": 3
},
"shares": {
"id": "https://fosstodon.org/users/mtb/statuses/110896901053091880/shares",
"type": "Collection",
"totalItems": 2
}
}
},
{
"id": "https://fosstodon.org/users/mtb/statuses/110411907735823759/activity",
"type": "Announce",
"actor": "https://fosstodon.org/users/mtb",
"published": "2023-05-22T10:40:10Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/djnavarro",
"https://fosstodon.org/users/mtb/followers"
],
"object": "https://fosstodon.org/users/djnavarro/statuses/110411661048227823"
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109531283411768625/activity",
"type": "Announce",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-12-17T22:05:49Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://recsys.social/users/karlhigley",
"https://fosstodon.org/users/mtb/followers"
],
"object": "https://recsys.social/users/karlhigley/statuses/109530732378373993"
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109462964119237877/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-12-05T20:31:19Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers",
"https://fosstodon.org/users/jennybryan"
],
"object": {
"id": "https://fosstodon.org/users/mtb/statuses/109462964119237877",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-12-05T20:31:19Z",
"url": "https://fosstodon.org/@mtb/109462964119237877",
"attributedTo": "https://fosstodon.org/users/mtb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers",
"https://fosstodon.org/users/jennybryan"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/mtb/statuses/109462964119237877",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2022-12-05:objectId=66358969:objectType=Conversation",
"content": "<p>Doesn't get much better than <span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@jennybryan\" class=\"u-url mention\">@<span>jennybryan</span></a></span> on "How to name files". Loving <a href=\"https://fosstodon.org/tags/normconf\" class=\"mention hashtag\" rel=\"tag\">#<span>normconf</span></a> already!!<br /> <a href=\"https://www.youtube.com/watch?v=ES1LTlnpLMk&list=PLYXaKIsOZBstGUTXZXp2azDk8UJhpVVq3&index=6\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">youtube.com/watch?v=ES1LTlnpLM</span><span class=\"invisible\">k&list=PLYXaKIsOZBstGUTXZXp2azDk8UJhpVVq3&index=6</span></a></p>",
"contentMap": {
"en": "<p>Doesn't get much better than <span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@jennybryan\" class=\"u-url mention\">@<span>jennybryan</span></a></span> on "How to name files". Loving <a href=\"https://fosstodon.org/tags/normconf\" class=\"mention hashtag\" rel=\"tag\">#<span>normconf</span></a> already!!<br /> <a href=\"https://www.youtube.com/watch?v=ES1LTlnpLMk&list=PLYXaKIsOZBstGUTXZXp2azDk8UJhpVVq3&index=6\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">youtube.com/watch?v=ES1LTlnpLM</span><span class=\"invisible\">k&list=PLYXaKIsOZBstGUTXZXp2azDk8UJhpVVq3&index=6</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://fosstodon.org/users/jennybryan",
"name": "@jennybryan"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/NormConf",
"name": "#NormConf"
}
],
"replies": {
"id": "https://fosstodon.org/users/mtb/statuses/109462964119237877/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/mtb/statuses/109462964119237877/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/mtb/statuses/109462964119237877/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/mtb/statuses/109462964119237877/likes",
"type": "Collection",
"totalItems": 14
},
"shares": {
"id": "https://fosstodon.org/users/mtb/statuses/109462964119237877/shares",
"type": "Collection",
"totalItems": 7
}
}
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109409682551830800/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-11-26T10:41:07Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers"
],
"object": {
"id": "https://fosstodon.org/users/mtb/statuses/109409682551830800",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-11-26T10:41:07Z",
"url": "https://fosstodon.org/@mtb/109409682551830800",
"attributedTo": "https://fosstodon.org/users/mtb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/mtb/statuses/109409682551830800",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2022-11-26:objectId=63147970:objectType=Conversation",
"content": "<p>The polls are alright <a href=\"https://fosstodon.org/tags/vicvotes\" class=\"mention hashtag\" rel=\"tag\">#<span>vicvotes</span></a></p>",
"contentMap": {
"en": "<p>The polls are alright <a href=\"https://fosstodon.org/tags/vicvotes\" class=\"mention hashtag\" rel=\"tag\">#<span>vicvotes</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/vicvotes",
"name": "#vicvotes"
}
],
"replies": {
"id": "https://fosstodon.org/users/mtb/statuses/109409682551830800/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/mtb/statuses/109409682551830800/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/mtb/statuses/109409682551830800/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/mtb/statuses/109409682551830800/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://fosstodon.org/users/mtb/statuses/109409682551830800/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109395109622145496/activity",
"type": "Announce",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-11-23T20:55:02Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://sigmoid.social/users/ChristophMolnar",
"https://fosstodon.org/users/mtb/followers"
],
"object": "https://sigmoid.social/users/ChristophMolnar/statuses/109394097212786944"
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109389382805159583/activity",
"type": "Announce",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-11-22T20:38:37Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/PipingHotData",
"https://fosstodon.org/users/mtb/followers"
],
"object": "https://fosstodon.org/users/PipingHotData/statuses/109389308043112966"
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109386429416184165/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-11-22T08:07:32Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers"
],
"object": {
"id": "https://fosstodon.org/users/mtb/statuses/109386429416184165",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-11-22T08:07:32Z",
"url": "https://fosstodon.org/@mtb/109386429416184165",
"attributedTo": "https://fosstodon.org/users/mtb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/mtb/statuses/109386429416184165",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2022-11-22:objectId=61656517:objectType=Conversation",
"content": "<p>I'm very excited that GitHub Codespaces are now available for individual users (free up to 120 core hours per month). Tools like this are really going to help spread the use of reproducible analytics. </p><p>No more "but it works on my machine", you share the code with the machine. </p><p>See more here <a href=\"https://github.blog/changelog/2022-11-09-codespaces-for-free-and-pro-accounts/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.blog/changelog/2022-11-</span><span class=\"invisible\">09-codespaces-for-free-and-pro-accounts/</span></a> <a href=\"https://fosstodon.org/tags/codespaces\" class=\"mention hashtag\" rel=\"tag\">#<span>codespaces</span></a> <a href=\"https://fosstodon.org/tags/reproducibleresearch\" class=\"mention hashtag\" rel=\"tag\">#<span>reproducibleresearch</span></a> <a href=\"https://fosstodon.org/tags/data\" class=\"mention hashtag\" rel=\"tag\">#<span>data</span></a></p>",
"contentMap": {
"en": "<p>I'm very excited that GitHub Codespaces are now available for individual users (free up to 120 core hours per month). Tools like this are really going to help spread the use of reproducible analytics. </p><p>No more "but it works on my machine", you share the code with the machine. </p><p>See more here <a href=\"https://github.blog/changelog/2022-11-09-codespaces-for-free-and-pro-accounts/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.blog/changelog/2022-11-</span><span class=\"invisible\">09-codespaces-for-free-and-pro-accounts/</span></a> <a href=\"https://fosstodon.org/tags/codespaces\" class=\"mention hashtag\" rel=\"tag\">#<span>codespaces</span></a> <a href=\"https://fosstodon.org/tags/reproducibleresearch\" class=\"mention hashtag\" rel=\"tag\">#<span>reproducibleresearch</span></a> <a href=\"https://fosstodon.org/tags/data\" class=\"mention hashtag\" rel=\"tag\">#<span>data</span></a></p>"
},
"updated": "2022-11-22T08:09:49Z",
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/codespaces",
"name": "#codespaces"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/reproducibleresearch",
"name": "#reproducibleresearch"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/data",
"name": "#data"
}
],
"replies": {
"id": "https://fosstodon.org/users/mtb/statuses/109386429416184165/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/mtb/statuses/109386429416184165/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/mtb/statuses/109386429416184165/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/mtb/statuses/109386429416184165/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://fosstodon.org/users/mtb/statuses/109386429416184165/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109379148293463848/activity",
"type": "Announce",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-11-21T01:15:51Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/huff",
"https://fosstodon.org/users/mtb/followers"
],
"object": "https://mastodon.social/users/huff/statuses/109378318986624938"
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109364438966886687/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-11-18T10:55:05Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers",
"https://infosec.exchange/users/dnsprincess"
],
"object": {
"id": "https://fosstodon.org/users/mtb/statuses/109364438966886687",
"type": "Note",
"summary": null,
"inReplyTo": "https://infosec.exchange/users/dnsprincess/statuses/109360739735486051",
"published": "2022-11-18T10:55:05Z",
"url": "https://fosstodon.org/@mtb/109364438966886687",
"attributedTo": "https://fosstodon.org/users/mtb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers",
"https://infosec.exchange/users/dnsprincess"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/mtb/statuses/109364438966886687",
"inReplyToAtomUri": "https://infosec.exchange/users/dnsprincess/statuses/109360739735486051",
"conversation": "tag:infosec.exchange,2022-11-17:objectId=22088222:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://infosec.exchange/@dnsprincess\" class=\"u-url mention\">@<span>dnsprincess</span></a></span> arc!!</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://infosec.exchange/@dnsprincess\" class=\"u-url mention\">@<span>dnsprincess</span></a></span> arc!!</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://infosec.exchange/users/dnsprincess",
"name": "@dnsprincess@infosec.exchange"
}
],
"replies": {
"id": "https://fosstodon.org/users/mtb/statuses/109364438966886687/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/mtb/statuses/109364438966886687/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/mtb/statuses/109364438966886687/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/mtb/statuses/109364438966886687/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://fosstodon.org/users/mtb/statuses/109364438966886687/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109339032607632158/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-11-13T23:13:54Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers"
],
"object": {
"id": "https://fosstodon.org/users/mtb/statuses/109339032607632158",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-11-13T23:13:54Z",
"url": "https://fosstodon.org/@mtb/109339032607632158",
"attributedTo": "https://fosstodon.org/users/mtb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/mtb/statuses/109339032607632158",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2022-11-13:objectId=58726224:objectType=Conversation",
"content": "<p>Final run of my <a href=\"https://fosstodon.org/tags/stan\" class=\"mention hashtag\" rel=\"tag\">#<span>stan</span></a> model before compiling and submitting my <a href=\"https://fosstodon.org/tags/quarto\" class=\"mention hashtag\" rel=\"tag\">#<span>quarto</span></a> Masters thesis 😅😬😅 </p><p>Fantastic tools to work with.</p><p>Looking forward to sharing the results soon.</p>",
"contentMap": {
"en": "<p>Final run of my <a href=\"https://fosstodon.org/tags/stan\" class=\"mention hashtag\" rel=\"tag\">#<span>stan</span></a> model before compiling and submitting my <a href=\"https://fosstodon.org/tags/quarto\" class=\"mention hashtag\" rel=\"tag\">#<span>quarto</span></a> Masters thesis 😅😬😅 </p><p>Fantastic tools to work with.</p><p>Looking forward to sharing the results soon.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/stan",
"name": "#stan"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/quarto",
"name": "#quarto"
}
],
"replies": {
"id": "https://fosstodon.org/users/mtb/statuses/109339032607632158/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/mtb/statuses/109339032607632158/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/mtb/statuses/109339032607632158/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/mtb/statuses/109339032607632158/likes",
"type": "Collection",
"totalItems": 3
},
"shares": {
"id": "https://fosstodon.org/users/mtb/statuses/109339032607632158/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109316557257924985/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-11-09T23:58:08Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers"
],
"object": {
"id": "https://fosstodon.org/users/mtb/statuses/109316557257924985",
"type": "Note",
"summary": "Data lead job in NSW, Australia",
"inReplyTo": null,
"published": "2022-11-09T23:58:08Z",
"url": "https://fosstodon.org/@mtb/109316557257924985",
"attributedTo": "https://fosstodon.org/users/mtb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers"
],
"sensitive": true,
"atomUri": "https://fosstodon.org/users/mtb/statuses/109316557257924985",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2022-11-09:objectId=57537924:objectType=Conversation",
"content": "<p>A good friend and former colleague is hiring for a Data Science Lead in the NSW Department of Education. </p><p>A great job with a great colleague. </p><p><a href=\"https://iworkfor.nsw.gov.au/job/data-science-lead-362824\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">iworkfor.nsw.gov.au/job/data-s</span><span class=\"invisible\">cience-lead-362824</span></a></p><p><a href=\"https://fosstodon.org/tags/data\" class=\"mention hashtag\" rel=\"tag\">#<span>data</span></a> <a href=\"https://fosstodon.org/tags/job\" class=\"mention hashtag\" rel=\"tag\">#<span>job</span></a> <a href=\"https://fosstodon.org/tags/education\" class=\"mention hashtag\" rel=\"tag\">#<span>education</span></a></p>",
"contentMap": {
"en": "<p>A good friend and former colleague is hiring for a Data Science Lead in the NSW Department of Education. </p><p>A great job with a great colleague. </p><p><a href=\"https://iworkfor.nsw.gov.au/job/data-science-lead-362824\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">iworkfor.nsw.gov.au/job/data-s</span><span class=\"invisible\">cience-lead-362824</span></a></p><p><a href=\"https://fosstodon.org/tags/data\" class=\"mention hashtag\" rel=\"tag\">#<span>data</span></a> <a href=\"https://fosstodon.org/tags/job\" class=\"mention hashtag\" rel=\"tag\">#<span>job</span></a> <a href=\"https://fosstodon.org/tags/education\" class=\"mention hashtag\" rel=\"tag\">#<span>education</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/data",
"name": "#data"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/job",
"name": "#job"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/education",
"name": "#education"
}
],
"replies": {
"id": "https://fosstodon.org/users/mtb/statuses/109316557257924985/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/mtb/statuses/109316557257924985/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/mtb/statuses/109316557257924985/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/mtb/statuses/109316557257924985/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://fosstodon.org/users/mtb/statuses/109316557257924985/shares",
"type": "Collection",
"totalItems": 1
}
}
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109315820238274900/activity",
"type": "Announce",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-11-09T20:50:42Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://bayes.club/users/avehtari",
"https://fosstodon.org/users/mtb/followers"
],
"object": "https://bayes.club/users/avehtari/statuses/109313377826957126"
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109315817192633060/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-11-09T20:49:55Z",
"to": [
"https://fosstodon.org/users/mtb/followers"
],
"cc": [
"https://www.w3.org/ns/activitystreams#Public",
"https://fosstodon.org/users/svilupp",
"https://bayes.club/users/avehtari"
],
"object": {
"id": "https://fosstodon.org/users/mtb/statuses/109315817192633060",
"type": "Note",
"summary": null,
"inReplyTo": "https://bayes.club/users/avehtari/statuses/109313959752822784",
"published": "2022-11-09T20:49:55Z",
"url": "https://fosstodon.org/@mtb/109315817192633060",
"attributedTo": "https://fosstodon.org/users/mtb",
"to": [
"https://fosstodon.org/users/mtb/followers"
],
"cc": [
"https://www.w3.org/ns/activitystreams#Public",
"https://fosstodon.org/users/svilupp",
"https://bayes.club/users/avehtari"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/mtb/statuses/109315817192633060",
"inReplyToAtomUri": "https://bayes.club/users/avehtari/statuses/109313959752822784",
"conversation": "tag:bayes.club,2022-11-09:objectId=61983:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@svilupp\" class=\"u-url mention\">@<span>svilupp</span></a></span> likewise I've been looking forward to Part 2 but I'll have to update my posterior on when that will be available. Thanks for all the work you put out <span class=\"h-card\" translate=\"no\"><a href=\"https://bayes.club/@avehtari\" class=\"u-url mention\">@<span>avehtari</span></a></span> !!</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@svilupp\" class=\"u-url mention\">@<span>svilupp</span></a></span> likewise I've been looking forward to Part 2 but I'll have to update my posterior on when that will be available. Thanks for all the work you put out <span class=\"h-card\" translate=\"no\"><a href=\"https://bayes.club/@avehtari\" class=\"u-url mention\">@<span>avehtari</span></a></span> !!</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://fosstodon.org/users/svilupp",
"name": "@svilupp"
},
{
"type": "Mention",
"href": "https://bayes.club/users/avehtari",
"name": "@avehtari@bayes.club"
}
],
"replies": {
"id": "https://fosstodon.org/users/mtb/statuses/109315817192633060/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/mtb/statuses/109315817192633060/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/mtb/statuses/109315817192633060/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/mtb/statuses/109315817192633060/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://fosstodon.org/users/mtb/statuses/109315817192633060/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109311567250673881/activity",
"type": "Announce",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-11-09T02:49:06Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/djnavarro",
"https://fosstodon.org/users/mtb/followers"
],
"object": "https://fosstodon.org/users/djnavarro/statuses/109310895011708889"
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109300615003068187/activity",
"type": "Announce",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-11-07T04:23:48Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/djnavarro",
"https://fosstodon.org/users/mtb/followers"
],
"object": "https://fosstodon.org/users/djnavarro/statuses/109300529031026336"
},
{
"id": "https://fosstodon.org/users/mtb/statuses/109299470447951688/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/mtb",
"published": "2022-11-06T23:32:44Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers"
],
"object": {
"id": "https://fosstodon.org/users/mtb/statuses/109299470447951688",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-11-06T23:32:44Z",
"url": "https://fosstodon.org/@mtb/109299470447951688",
"attributedTo": "https://fosstodon.org/users/mtb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/mtb/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/mtb/statuses/109299470447951688",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2022-11-06:objectId=56678536:objectType=Conversation",
"content": "<p>The more statistical inference I do the more I realise it's about getting the width of your distribution right rather than the middle of the distribution. </p><p>A random thought to start the week. </p><p><a href=\"https://fosstodon.org/tags/statistics\" class=\"mention hashtag\" rel=\"tag\">#<span>statistics</span></a> <a href=\"https://fosstodon.org/tags/data\" class=\"mention hashtag\" rel=\"tag\">#<span>data</span></a> <a href=\"https://fosstodon.org/tags/inference\" class=\"mention hashtag\" rel=\"tag\">#<span>inference</span></a></p>",
"contentMap": {
"en": "<p>The more statistical inference I do the more I realise it's about getting the width of your distribution right rather than the middle of the distribution. </p><p>A random thought to start the week. </p><p><a href=\"https://fosstodon.org/tags/statistics\" class=\"mention hashtag\" rel=\"tag\">#<span>statistics</span></a> <a href=\"https://fosstodon.org/tags/data\" class=\"mention hashtag\" rel=\"tag\">#<span>data</span></a> <a href=\"https://fosstodon.org/tags/inference\" class=\"mention hashtag\" rel=\"tag\">#<span>inference</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/statistics",
"name": "#statistics"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/data",
"name": "#data"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/inference",
"name": "#inference"
}
],
"replies": {
"id": "https://fosstodon.org/users/mtb/statuses/109299470447951688/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/mtb/statuses/109299470447951688/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/mtb/statuses/109299470447951688/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/mtb/statuses/109299470447951688/likes",
"type": "Collection",
"totalItems": 6
},
"shares": {
"id": "https://fosstodon.org/users/mtb/statuses/109299470447951688/shares",
"type": "Collection",
"totalItems": 0
}
}
}
]
}