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",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
},
"Hashtag": "as:Hashtag"
}
],
"id": "https://mastodon.social/users/gbraad/collections/featured",
"type": "OrderedCollection",
"totalItems": 5,
"orderedItems": [
{
"id": "https://mastodon.social/users/gbraad/statuses/114229942711961787",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-03-26T17:36:40Z",
"url": "https://mastodon.social/@gbraad/114229942711961787",
"attributedTo": "https://mastodon.social/users/gbraad",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/gbraad/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/gbraad/statuses/114229942711961787",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2025-03-26:objectId=956091644:objectType=Conversation",
"content": "<p>Created some tools around my dotfiles, like a checker (to ensure it is installed) and tools, to automate some of the scripts I have around developer environments, virtual machines, etc. And I created an extension pack. All source code is on: <a href=\"https://github.com/gbraad-vscode\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/gbraad-vscode</span><span class=\"invisible\"></span></a></p><p>All published at: <a href=\"https://marketplace.visualstudio.com/publishers/gbraad\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">marketplace.visualstudio.com/p</span><span class=\"invisible\">ublishers/gbraad</span></a> and <a href=\"https://open-vsx.org/namespace/gbraad\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">open-vsx.org/namespace/gbraad</span><span class=\"invisible\"></span></a></p>",
"contentMap": {
"en": "<p>Created some tools around my dotfiles, like a checker (to ensure it is installed) and tools, to automate some of the scripts I have around developer environments, virtual machines, etc. And I created an extension pack. All source code is on: <a href=\"https://github.com/gbraad-vscode\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/gbraad-vscode</span><span class=\"invisible\"></span></a></p><p>All published at: <a href=\"https://marketplace.visualstudio.com/publishers/gbraad\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">marketplace.visualstudio.com/p</span><span class=\"invisible\">ublishers/gbraad</span></a> and <a href=\"https://open-vsx.org/namespace/gbraad\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">open-vsx.org/namespace/gbraad</span><span class=\"invisible\"></span></a></p>"
},
"updated": "2025-03-26T17:54:51Z",
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://files.mastodon.social/media_attachments/files/114/230/013/900/291/840/original/77917d2701710501.png",
"name": null,
"blurhash": "U271cp~Bivwct6NaWAWV9aNIbwR+WXbHR+R*",
"width": 295,
"height": 382
}
],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/gbraad/statuses/114229942711961787/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/gbraad/statuses/114229942711961787/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/gbraad/statuses/114229942711961787/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/gbraad/statuses/114229942711961787/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://mastodon.social/users/gbraad/statuses/114229942711961787/shares",
"type": "Collection",
"totalItems": 0
}
},
{
"id": "https://mastodon.social/users/gbraad/statuses/114092637494438313",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/gbraad/statuses/114085388061534030",
"published": "2025-03-02T11:38:09Z",
"url": "https://mastodon.social/@gbraad/114092637494438313",
"attributedTo": "https://mastodon.social/users/gbraad",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/gbraad/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/gbraad/statuses/114092637494438313",
"inReplyToAtomUri": "https://mastodon.social/users/gbraad/statuses/114085388061534030",
"conversation": "tag:mastodon.social,2025-03-01:objectId=933829073:objectType=Conversation",
"content": "<p>Machinefile executor</p><p>A simple executor that allows you to run `Dockerfile`/`Containerfile` commands directly on the host</p><p> - Machinefile executor<br /> <a href=\"https://github.com/gbraad-redhat/machinefile\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/gbraad-redhat/machi</span><span class=\"invisible\">nefile</span></a><br /> - GitHub Action<br /> <a href=\"https://github.com/gbraad-actions/machinefile-executor-action\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/gbraad-actions/mach</span><span class=\"invisible\">inefile-executor-action</span></a></p><p> - Examples<br /> <a href=\"https://github.com/gbraad-redhat/machinefile/issues/3\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/gbraad-redhat/machi</span><span class=\"invisible\">nefile/issues/3</span></a></p><p><a href=\"https://mastodon.social/tags/docker\" class=\"mention hashtag\" rel=\"tag\">#<span>docker</span></a> <a href=\"https://mastodon.social/tags/podman\" class=\"mention hashtag\" rel=\"tag\">#<span>podman</span></a> <a href=\"https://mastodon.social/tags/githubaction\" class=\"mention hashtag\" rel=\"tag\">#<span>githubaction</span></a> <a href=\"https://mastodon.social/tags/containers\" class=\"mention hashtag\" rel=\"tag\">#<span>containers</span></a> <a href=\"https://mastodon.social/tags/linux\" class=\"mention hashtag\" rel=\"tag\">#<span>linux</span></a></p>",
"contentMap": {
"en": "<p>Machinefile executor</p><p>A simple executor that allows you to run `Dockerfile`/`Containerfile` commands directly on the host</p><p> - Machinefile executor<br /> <a href=\"https://github.com/gbraad-redhat/machinefile\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/gbraad-redhat/machi</span><span class=\"invisible\">nefile</span></a><br /> - GitHub Action<br /> <a href=\"https://github.com/gbraad-actions/machinefile-executor-action\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/gbraad-actions/mach</span><span class=\"invisible\">inefile-executor-action</span></a></p><p> - Examples<br /> <a href=\"https://github.com/gbraad-redhat/machinefile/issues/3\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/gbraad-redhat/machi</span><span class=\"invisible\">nefile/issues/3</span></a></p><p><a href=\"https://mastodon.social/tags/docker\" class=\"mention hashtag\" rel=\"tag\">#<span>docker</span></a> <a href=\"https://mastodon.social/tags/podman\" class=\"mention hashtag\" rel=\"tag\">#<span>podman</span></a> <a href=\"https://mastodon.social/tags/githubaction\" class=\"mention hashtag\" rel=\"tag\">#<span>githubaction</span></a> <a href=\"https://mastodon.social/tags/containers\" class=\"mention hashtag\" rel=\"tag\">#<span>containers</span></a> <a href=\"https://mastodon.social/tags/linux\" class=\"mention hashtag\" rel=\"tag\">#<span>linux</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/docker",
"name": "#docker"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/podman",
"name": "#podman"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/GitHubAction",
"name": "#GitHubAction"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/containers",
"name": "#containers"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/linux",
"name": "#linux"
}
],
"replies": {
"id": "https://mastodon.social/users/gbraad/statuses/114092637494438313/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/gbraad/statuses/114092637494438313/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/gbraad/statuses/114092637494438313/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/gbraad/statuses/114092637494438313/likes",
"type": "Collection",
"totalItems": 3
},
"shares": {
"id": "https://mastodon.social/users/gbraad/statuses/114092637494438313/shares",
"type": "Collection",
"totalItems": 3
}
},
{
"id": "https://mastodon.social/users/gbraad/statuses/113934435350449214",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-02-02T13:05:15Z",
"url": "https://mastodon.social/@gbraad/113934435350449214",
"attributedTo": "https://mastodon.social/users/gbraad",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/gbraad/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/gbraad/statuses/113934435350449214",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2025-02-02:objectId=910462721:objectType=Conversation",
"content": "<p>My favourite <a href=\"https://mastodon.social/tags/audio\" class=\"mention hashtag\" rel=\"tag\">#<span>audio</span></a> / <a href=\"https://mastodon.social/tags/music\" class=\"mention hashtag\" rel=\"tag\">#<span>music</span></a> tools</p><p> - Reaper (multiplatform)<br /> - Bitwig (multiplatform)<br /> - Renoise (multiplatform) and Redux<br /> - OctaMED [Sound Studio] (Amiga/Win)<br /> - ProTracker (Amiga)</p><p>Tell me about yours.</p>",
"contentMap": {
"en": "<p>My favourite <a href=\"https://mastodon.social/tags/audio\" class=\"mention hashtag\" rel=\"tag\">#<span>audio</span></a> / <a href=\"https://mastodon.social/tags/music\" class=\"mention hashtag\" rel=\"tag\">#<span>music</span></a> tools</p><p> - Reaper (multiplatform)<br /> - Bitwig (multiplatform)<br /> - Renoise (multiplatform) and Redux<br /> - OctaMED [Sound Studio] (Amiga/Win)<br /> - ProTracker (Amiga)</p><p>Tell me about yours.</p>"
},
"updated": "2025-02-02T13:07:22Z",
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/audio",
"name": "#audio"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/music",
"name": "#music"
}
],
"replies": {
"id": "https://mastodon.social/users/gbraad/statuses/113934435350449214/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/gbraad/statuses/113934435350449214/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/gbraad/statuses/113934435350449214/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/gbraad/statuses/113934435350449214/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://mastodon.social/users/gbraad/statuses/113934435350449214/shares",
"type": "Collection",
"totalItems": 1
}
},
{
"id": "https://mastodon.social/users/gbraad/statuses/113870663897858282",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-01-22T06:47:20Z",
"url": "https://mastodon.social/@gbraad/113870663897858282",
"attributedTo": "https://mastodon.social/users/gbraad",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/gbraad/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/gbraad/statuses/113870663897858282",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2025-01-22:objectId=900553230:objectType=Conversation",
"content": "<p>Presentations</p><p> • <a href=\"https://mastodon.social/tags/Fedora\" class=\"mention hashtag\" rel=\"tag\">#<span>Fedora</span></a> <a href=\"https://mastodon.social/tags/bootc\" class=\"mention hashtag\" rel=\"tag\">#<span>bootc</span></a> - from Containerfile to (Virtual) Machine<br /> <a href=\"http://docs.gbraad.nl/from-containerfile-to-virtual-machine/\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"ellipsis\">docs.gbraad.nl/from-containerf</span><span class=\"invisible\">ile-to-virtual-machine/</span></a><br /> • <a href=\"https://mastodon.social/tags/Obsidian\" class=\"mention hashtag\" rel=\"tag\">#<span>Obsidian</span></a> - just a fancy <a href=\"https://mastodon.social/tags/markdown\" class=\"mention hashtag\" rel=\"tag\">#<span>markdown</span></a> editor?<br /> <a href=\"https://docs.gbraad.nl/obsidian-presentation/\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">docs.gbraad.nl/obsidian-presen</span><span class=\"invisible\">tation/</span></a><br /> • <a href=\"https://mastodon.social/tags/Tailscale\" class=\"mention hashtag\" rel=\"tag\">#<span>Tailscale</span></a> - from behind the firewall<br /> <a href=\"https://docs.gbraad.nl/tailscale-presentation/\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">docs.gbraad.nl/tailscale-prese</span><span class=\"invisible\">ntation/</span></a><br /> • <a href=\"https://mastodon.social/tags/Flatpak\" class=\"mention hashtag\" rel=\"tag\">#<span>Flatpak</span></a> - software distribution for a new era<br /> <a href=\"http://docs.gbraad.nl/software-distribution-for-a-new-era/\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"ellipsis\">docs.gbraad.nl/software-distri</span><span class=\"invisible\">bution-for-a-new-era/</span></a><br /> • <a href=\"https://mastodon.social/tags/dotfiles\" class=\"mention hashtag\" rel=\"tag\">#<span>dotfiles</span></a> - Where ${HOME} is best<br /> <a href=\"http://docs.gbraad.nl/dotfiles-presentation/\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"ellipsis\">docs.gbraad.nl/dotfiles-presen</span><span class=\"invisible\">tation/</span></a></p>",
"contentMap": {
"en": "<p>Presentations</p><p> • <a href=\"https://mastodon.social/tags/Fedora\" class=\"mention hashtag\" rel=\"tag\">#<span>Fedora</span></a> <a href=\"https://mastodon.social/tags/bootc\" class=\"mention hashtag\" rel=\"tag\">#<span>bootc</span></a> - from Containerfile to (Virtual) Machine<br /> <a href=\"http://docs.gbraad.nl/from-containerfile-to-virtual-machine/\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"ellipsis\">docs.gbraad.nl/from-containerf</span><span class=\"invisible\">ile-to-virtual-machine/</span></a><br /> • <a href=\"https://mastodon.social/tags/Obsidian\" class=\"mention hashtag\" rel=\"tag\">#<span>Obsidian</span></a> - just a fancy <a href=\"https://mastodon.social/tags/markdown\" class=\"mention hashtag\" rel=\"tag\">#<span>markdown</span></a> editor?<br /> <a href=\"https://docs.gbraad.nl/obsidian-presentation/\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">docs.gbraad.nl/obsidian-presen</span><span class=\"invisible\">tation/</span></a><br /> • <a href=\"https://mastodon.social/tags/Tailscale\" class=\"mention hashtag\" rel=\"tag\">#<span>Tailscale</span></a> - from behind the firewall<br /> <a href=\"https://docs.gbraad.nl/tailscale-presentation/\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">docs.gbraad.nl/tailscale-prese</span><span class=\"invisible\">ntation/</span></a><br /> • <a href=\"https://mastodon.social/tags/Flatpak\" class=\"mention hashtag\" rel=\"tag\">#<span>Flatpak</span></a> - software distribution for a new era<br /> <a href=\"http://docs.gbraad.nl/software-distribution-for-a-new-era/\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"ellipsis\">docs.gbraad.nl/software-distri</span><span class=\"invisible\">bution-for-a-new-era/</span></a><br /> • <a href=\"https://mastodon.social/tags/dotfiles\" class=\"mention hashtag\" rel=\"tag\">#<span>dotfiles</span></a> - Where ${HOME} is best<br /> <a href=\"http://docs.gbraad.nl/dotfiles-presentation/\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">http://</span><span class=\"ellipsis\">docs.gbraad.nl/dotfiles-presen</span><span class=\"invisible\">tation/</span></a></p>"
},
"updated": "2025-03-09T16:29:57Z",
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/Tailscale",
"name": "#Tailscale"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/obsidian",
"name": "#obsidian"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/bootc",
"name": "#bootc"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/fedora",
"name": "#fedora"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/flatpak",
"name": "#flatpak"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/markdown",
"name": "#markdown"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/dotfiles",
"name": "#dotfiles"
}
],
"replies": {
"id": "https://mastodon.social/users/gbraad/statuses/113870663897858282/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/gbraad/statuses/113870663897858282/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/gbraad/statuses/113870663897858282/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/gbraad/statuses/113870663897858282/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://mastodon.social/users/gbraad/statuses/113870663897858282/shares",
"type": "Collection",
"totalItems": 1
}
},
{
"id": "https://mastodon.social/users/gbraad/statuses/102790783303632993",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2019-09-14T12:08:00Z",
"url": "https://mastodon.social/@gbraad/102790783303632993",
"attributedTo": "https://mastodon.social/users/gbraad",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/gbraad/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/gbraad/statuses/102790783303632993",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2019-09-14:objectId=124525444:objectType=Conversation",
"content": "<p> • <a href=\"https://mastodon.social/tags/electronics\" class=\"mention hashtag\" rel=\"tag\">#<span>electronics</span></a><br /> • FPGA<br /> • micro:bit <a href=\"https://mastodon.social/tags/RasPi\" class=\"mention hashtag\" rel=\"tag\">#<span>RasPi</span></a> <a href=\"https://mastodon.social/tags/Arduino\" class=\"mention hashtag\" rel=\"tag\">#<span>Arduino</span></a><br /> • RC models (<a href=\"https://mastodon.social/tags/Tamiya\" class=\"mention hashtag\" rel=\"tag\">#<span>Tamiya</span></a> <a href=\"https://mastodon.social/tags/WLToys\" class=\"mention hashtag\" rel=\"tag\">#<span>WLToys</span></a>)<br /> • <a href=\"https://mastodon.social/tags/retro\" class=\"mention hashtag\" rel=\"tag\">#<span>retro</span></a> computers consoles<br /> • <a href=\"https://mastodon.social/tags/RetroGaming\" class=\"mention hashtag\" rel=\"tag\">#<span>RetroGaming</span></a><br /> • 𝑨𝑴𝑰𝑮𝑨 <a href=\"https://mastodon.social/tags/Amiga\" class=\"mention hashtag\" rel=\"tag\">#<span>Amiga</span></a><br /> • <a href=\"https://mastodon.social/tags/Sega\" class=\"mention hashtag\" rel=\"tag\">#<span>Sega</span></a> <a href=\"https://mastodon.social/tags/MegaDrive\" class=\"mention hashtag\" rel=\"tag\">#<span>MegaDrive</span></a><br /> • <a href=\"https://mastodon.social/tags/emulation\" class=\"mention hashtag\" rel=\"tag\">#<span>emulation</span></a> <a href=\"https://mastodon.social/tags/MiSTer\" class=\"mention hashtag\" rel=\"tag\">#<span>MiSTer</span></a><br /> • <a href=\"https://mastodon.social/tags/Linux\" class=\"mention hashtag\" rel=\"tag\">#<span>Linux</span></a> and programming<br /> • <a href=\"https://mastodon.social/tags/Fedora\" class=\"mention hashtag\" rel=\"tag\">#<span>Fedora</span></a> <a href=\"https://mastodon.social/tags/Debian\" class=\"mention hashtag\" rel=\"tag\">#<span>Debian</span></a><br /> • Containers<br /> • <a href=\"https://mastodon.social/tags/javascript\" class=\"mention hashtag\" rel=\"tag\">#<span>javascript</span></a> <a href=\"https://mastodon.social/tags/python\" class=\"mention hashtag\" rel=\"tag\">#<span>python</span></a><br /> • Golang <a href=\"https://mastodon.social/tags/dotNet\" class=\"mention hashtag\" rel=\"tag\">#<span>dotNet</span></a><br /> • <a href=\"https://mastodon.social/tags/tabletop\" class=\"mention hashtag\" rel=\"tag\">#<span>tabletop</span></a> <a href=\"https://mastodon.social/tags/games\" class=\"mention hashtag\" rel=\"tag\">#<span>games</span></a><br /> • <a href=\"https://mastodon.social/tags/mtg\" class=\"mention hashtag\" rel=\"tag\">#<span>mtg</span></a> Magic the Gathering<br /> • <a href=\"https://mastodon.social/tags/Ironsworn\" class=\"mention hashtag\" rel=\"tag\">#<span>Ironsworn</span></a><br /> • <a href=\"https://mastodon.social/tags/CallOfCthulhu\" class=\"mention hashtag\" rel=\"tag\">#<span>CallOfCthulhu</span></a><br /> • <a href=\"https://mastodon.social/tags/HeroQuest\" class=\"mention hashtag\" rel=\"tag\">#<span>HeroQuest</span></a><br /> • <a href=\"https://mastodon.social/tags/Gaslands\" class=\"mention hashtag\" rel=\"tag\">#<span>Gaslands</span></a><br /> • <a href=\"https://mastodon.social/tags/Dragonbane\" class=\"mention hashtag\" rel=\"tag\">#<span>Dragonbane</span></a><br /> • <a href=\"https://mastodon.social/tags/Undaunted\" class=\"mention hashtag\" rel=\"tag\">#<span>Undaunted</span></a><br /> • <a href=\"https://mastodon.social/tags/StarTrek\" class=\"mention hashtag\" rel=\"tag\">#<span>StarTrek</span></a> <a href=\"https://mastodon.social/tags/TNG\" class=\"mention hashtag\" rel=\"tag\">#<span>TNG</span></a> <a href=\"https://mastodon.social/tags/DS9\" class=\"mention hashtag\" rel=\"tag\">#<span>DS9</span></a> <a href=\"https://mastodon.social/tags/VOY\" class=\"mention hashtag\" rel=\"tag\">#<span>VOY</span></a></p><p> ‣ <a href=\"https://gbraad.nl\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">gbraad.nl</span><span class=\"invisible\"></span></a></p><p><a href=\"https://mastodon.social/tags/introductions\" class=\"mention hashtag\" rel=\"tag\">#<span>introductions</span></a></p>",
"contentMap": {
"en": "<p> • <a href=\"https://mastodon.social/tags/electronics\" class=\"mention hashtag\" rel=\"tag\">#<span>electronics</span></a><br /> • FPGA<br /> • micro:bit <a href=\"https://mastodon.social/tags/RasPi\" class=\"mention hashtag\" rel=\"tag\">#<span>RasPi</span></a> <a href=\"https://mastodon.social/tags/Arduino\" class=\"mention hashtag\" rel=\"tag\">#<span>Arduino</span></a><br /> • RC models (<a href=\"https://mastodon.social/tags/Tamiya\" class=\"mention hashtag\" rel=\"tag\">#<span>Tamiya</span></a> <a href=\"https://mastodon.social/tags/WLToys\" class=\"mention hashtag\" rel=\"tag\">#<span>WLToys</span></a>)<br /> • <a href=\"https://mastodon.social/tags/retro\" class=\"mention hashtag\" rel=\"tag\">#<span>retro</span></a> computers consoles<br /> • <a href=\"https://mastodon.social/tags/RetroGaming\" class=\"mention hashtag\" rel=\"tag\">#<span>RetroGaming</span></a><br /> • 𝑨𝑴𝑰𝑮𝑨 <a href=\"https://mastodon.social/tags/Amiga\" class=\"mention hashtag\" rel=\"tag\">#<span>Amiga</span></a><br /> • <a href=\"https://mastodon.social/tags/Sega\" class=\"mention hashtag\" rel=\"tag\">#<span>Sega</span></a> <a href=\"https://mastodon.social/tags/MegaDrive\" class=\"mention hashtag\" rel=\"tag\">#<span>MegaDrive</span></a><br /> • <a href=\"https://mastodon.social/tags/emulation\" class=\"mention hashtag\" rel=\"tag\">#<span>emulation</span></a> <a href=\"https://mastodon.social/tags/MiSTer\" class=\"mention hashtag\" rel=\"tag\">#<span>MiSTer</span></a><br /> • <a href=\"https://mastodon.social/tags/Linux\" class=\"mention hashtag\" rel=\"tag\">#<span>Linux</span></a> and programming<br /> • <a href=\"https://mastodon.social/tags/Fedora\" class=\"mention hashtag\" rel=\"tag\">#<span>Fedora</span></a> <a href=\"https://mastodon.social/tags/Debian\" class=\"mention hashtag\" rel=\"tag\">#<span>Debian</span></a><br /> • Containers<br /> • <a href=\"https://mastodon.social/tags/javascript\" class=\"mention hashtag\" rel=\"tag\">#<span>javascript</span></a> <a href=\"https://mastodon.social/tags/python\" class=\"mention hashtag\" rel=\"tag\">#<span>python</span></a><br /> • Golang <a href=\"https://mastodon.social/tags/dotNet\" class=\"mention hashtag\" rel=\"tag\">#<span>dotNet</span></a><br /> • <a href=\"https://mastodon.social/tags/tabletop\" class=\"mention hashtag\" rel=\"tag\">#<span>tabletop</span></a> <a href=\"https://mastodon.social/tags/games\" class=\"mention hashtag\" rel=\"tag\">#<span>games</span></a><br /> • <a href=\"https://mastodon.social/tags/mtg\" class=\"mention hashtag\" rel=\"tag\">#<span>mtg</span></a> Magic the Gathering<br /> • <a href=\"https://mastodon.social/tags/Ironsworn\" class=\"mention hashtag\" rel=\"tag\">#<span>Ironsworn</span></a><br /> • <a href=\"https://mastodon.social/tags/CallOfCthulhu\" class=\"mention hashtag\" rel=\"tag\">#<span>CallOfCthulhu</span></a><br /> • <a href=\"https://mastodon.social/tags/HeroQuest\" class=\"mention hashtag\" rel=\"tag\">#<span>HeroQuest</span></a><br /> • <a href=\"https://mastodon.social/tags/Gaslands\" class=\"mention hashtag\" rel=\"tag\">#<span>Gaslands</span></a><br /> • <a href=\"https://mastodon.social/tags/Dragonbane\" class=\"mention hashtag\" rel=\"tag\">#<span>Dragonbane</span></a><br /> • <a href=\"https://mastodon.social/tags/Undaunted\" class=\"mention hashtag\" rel=\"tag\">#<span>Undaunted</span></a><br /> • <a href=\"https://mastodon.social/tags/StarTrek\" class=\"mention hashtag\" rel=\"tag\">#<span>StarTrek</span></a> <a href=\"https://mastodon.social/tags/TNG\" class=\"mention hashtag\" rel=\"tag\">#<span>TNG</span></a> <a href=\"https://mastodon.social/tags/DS9\" class=\"mention hashtag\" rel=\"tag\">#<span>DS9</span></a> <a href=\"https://mastodon.social/tags/VOY\" class=\"mention hashtag\" rel=\"tag\">#<span>VOY</span></a></p><p> ‣ <a href=\"https://gbraad.nl\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">gbraad.nl</span><span class=\"invisible\"></span></a></p><p><a href=\"https://mastodon.social/tags/introductions\" class=\"mention hashtag\" rel=\"tag\">#<span>introductions</span></a></p>"
},
"updated": "2023-12-12T17:52:42Z",
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://files.mastodon.social/media_attachments/files/018/834/620/original/1ca0e2b738fcd85e.png",
"name": null,
"blurhash": "ULAclKwa0dFhWYfRoIjsEKSi$R#%w]fPNyfQ",
"width": 512,
"height": 286
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/electronics",
"name": "#electronics"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/tamiya",
"name": "#tamiya"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/retro",
"name": "#retro"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/retrogaming",
"name": "#retrogaming"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/sega",
"name": "#sega"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/emulation",
"name": "#emulation"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/linux",
"name": "#linux"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/fedora",
"name": "#fedora"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/javascript",
"name": "#javascript"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/python",
"name": "#python"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/dotnet",
"name": "#dotnet"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/startrek",
"name": "#startrek"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/tng",
"name": "#tng"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/ds9",
"name": "#ds9"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/voy",
"name": "#voy"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/introductions",
"name": "#introductions"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/mtg",
"name": "#mtg"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/tabletop",
"name": "#tabletop"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/games",
"name": "#games"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/heroquest",
"name": "#heroquest"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/arduino",
"name": "#arduino"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/wltoys",
"name": "#wltoys"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/amiga",
"name": "#amiga"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/megadrive",
"name": "#megadrive"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/mister",
"name": "#mister"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/ironsworn",
"name": "#ironsworn"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/callofcthulhu",
"name": "#callofcthulhu"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/gaslands",
"name": "#gaslands"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/debian",
"name": "#debian"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/dragonbane",
"name": "#dragonbane"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/raspi",
"name": "#raspi"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/undaunted",
"name": "#undaunted"
}
],
"replies": {
"id": "https://mastodon.social/users/gbraad/statuses/102790783303632993/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/gbraad/statuses/102790783303632993/replies?min_id=109296760737663108&page=true",
"partOf": "https://mastodon.social/users/gbraad/statuses/102790783303632993/replies",
"items": [
"https://mastodon.social/users/gbraad/statuses/109296760737663108"
]
}
},
"likes": {
"id": "https://mastodon.social/users/gbraad/statuses/102790783303632993/likes",
"type": "Collection",
"totalItems": 10
},
"shares": {
"id": "https://mastodon.social/users/gbraad/statuses/102790783303632993/shares",
"type": "Collection",
"totalItems": 5
}
}
]
}