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",
"https://pl.kitsunemimi.club/schemas/litepub-0.1.jsonld",
{
"@language": "und"
}
],
"id": "https://pl.kitsunemimi.club/users/bronze/collections/featured",
"orderedItems": [
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://pl.kitsunemimi.club/schemas/litepub-0.1.jsonld",
{
"@language": "und"
}
],
"actor": "https://pl.kitsunemimi.club/users/bronze",
"attachment": [
{
"mediaType": "image/png",
"name": "",
"type": "Document",
"url": "https://pl.kitsunemimi.club/media/a29a089300d6e34ea3d43d3b05a635a091437ebf2861e6441e9a77569046bffe.png"
},
{
"mediaType": "image/png",
"name": "",
"type": "Document",
"url": "https://pl.kitsunemimi.club/media/7727b6740b0ea5bba32f643eb65247d19f91ffd2a678f01e45df7529a5cccfd9.png"
}
],
"attributedTo": "https://pl.kitsunemimi.club/users/bronze",
"cc": [
"https://pl.kitsunemimi.club/users/bronze/followers"
],
"content": "i promised myself i'd release this if tamamo won against 2B today so here it is<br><a href=\"https://kitsunemimi.club/git/bronze/booru-tools\" rel=\"ugc\">https://kitsunemimi.club/git/bronze/booru-tools</a><br>a mass downloader for gelbooru, simply put all your links in a "files.txt" and run the script and it will download and tag your files<br>as for whether your file browser supports tags, see this:<br><a href=\"https://wiki.archlinux.org/title/Extended_attributes\" rel=\"ugc\">https://wiki.archlinux.org/title/Extended_attributes</a><br>if it doesn't, beg your DE maintainers for this feature<br>at some point I'll expand it to other boorus (probably next week)",
"context": "https://pl.kitsunemimi.club/contexts/cb906f05-0e77-4f26-9384-bd6b7f190be3",
"conversation": "https://pl.kitsunemimi.club/contexts/cb906f05-0e77-4f26-9384-bd6b7f190be3",
"id": "https://pl.kitsunemimi.club/objects/31f40747-02a4-49ef-a94f-5919664e5b64",
"published": "2023-09-29T05:10:21.888038Z",
"replies": {
"items": [
"https://pl.kitsunemimi.club/objects/0396fb90-52c8-4c36-a6ab-be9f93583193"
],
"type": "Collection"
},
"repliesCount": 2,
"sensitive": null,
"source": {
"content": "i promised myself i'd release this if tamamo won against 2B today so here it is\r\nhttps://kitsunemimi.club/git/bronze/booru-tools\r\na mass downloader for gelbooru, simply put all your links in a \"files.txt\" and run the script and it will download and tag your files\r\nas for whether your file browser supports tags, see this:\r\nhttps://wiki.archlinux.org/title/Extended_attributes\r\nif it doesn't, beg your DE maintainers for this feature\r\nat some point I'll expand it to other boorus (probably next week)",
"mediaType": "text/plain"
},
"summary": "MASS DOWNLOAD AND TAG BOORU FILES!",
"tag": [],
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Note"
},
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://pl.kitsunemimi.club/schemas/litepub-0.1.jsonld",
{
"@language": "und"
}
],
"actor": "https://pl.kitsunemimi.club/users/bronze",
"attachment": [
{
"mediaType": "image/jpeg",
"name": "fox girl brings you the graphics card you desperately need",
"type": "Document",
"url": "https://pl.kitsunemimi.club/media/99cc4abb30dc7329fa38d8558c8e70ec9b563b41c396482cd12e021f270aff04.jpg"
},
{
"mediaType": "image/jpeg",
"name": "fox girl brings you the graphics card you desperately need",
"type": "Document",
"url": "https://pl.kitsunemimi.club/media/692ab712ac8c09287effba949e4fa9ca7d98c75fa052b878a1c4f541df8dbcf4.jpg"
},
{
"mediaType": "image/jpeg",
"name": "whoa this one looks like its magic powered?",
"type": "Document",
"url": "https://pl.kitsunemimi.club/media/52c40a85ce2ba873db669c2adb0b3a46bd50b20a2a41a105ff72864a0a3e0d57.jpg"
},
{
"mediaType": "image/jpeg",
"name": "fantasy graphics cards are circular LOL",
"type": "Document",
"url": "https://pl.kitsunemimi.club/media/2f64e8f08228e688e6fabb3b5c660a3ab579da64fa0220e0903217b807c46608.jpg"
}
],
"attributedTo": "https://pl.kitsunemimi.club/users/bronze",
"cc": [
"https://pl.kitsunemimi.club/users/bronze/followers"
],
"content": ">UPDATED 3/9/2023<br><br>Alright, I'm gonna spill my secrets on how I got this AI thing to work with only the CPU.<br>Before you go any further, I recommend you do this on a PC / server you're not actively using. If you're poor, and only have one computer you do everything with, you can follow the cputard guide here so you can at least get something that works:<br><a href=\"https://rentry.org/cputard\" rel=\"ugc\">https://rentry.org/cputard</a><br>Or you can dual boot and follow the rest of this guide on a separate linux partition. I only say all of this because I don't like shitting up my main desktop, and considering how memory intensive this all is, you wouldn't want a whole GUI running beside it too.<br><br>You're gonna need docker with docker-compose, a pretty good CPU (you have one of those right?) and lots of RAM. The memory thing is no joke, like this thing will hog up like 3-4 chrome tabs worth of RAM which means 8gb won't cut it. You'll want 16gb and above or else you'll be stuck in swap hell where you can't do jack shit.<br><br>Got docker running? Perfect, now clone this git repo:<br>git clone <a href=\"https://github.com/AbdBarho/stable-diffusion-webui-docker\" rel=\"ugc\">https://github.com/AbdBarho/stable-diffusion-webui-docker</a><br>once cloned, cd into the folder and follow the setup guide here<br><a href=\"https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup\" rel=\"ugc\">https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup</a><br><br>You can find the links for the waifu generator models here:<br><a href=\"https://rentry.org/voldy#-guide-\" rel=\"ugc\">https://rentry.org/voldy#-guide-</a><br>And plenty of models here:<br><a href=\"https://huggingface.co/models?other=stable-diffusion\" rel=\"ugc\">https://huggingface.co/models?other=stable-diffusion</a><br>My personal favorites are anything-v4.0 and pastel-mix. Also any model on hugging face can be downloaded with curl or wget (just open the model repo, click the model, right click the "download" hyperlink and copy it for your terminal).<br><br>put the .ckpt file you want in data/StableDiffusion/<br><br>and bring up the AI and the UI with:<br><br>docker compose --profile auto-cpu up --build<br><br>It takes a few minutes but once its up you can connect to the webui over your LAN using<br>http://<ip-of-your-server>:7860<br><br>Enjoy your anime waifus. No I will not answer your question about the weird error you got (its probably your fault anyways). If I missed anything in this post TOUGH SHIT SORRY BUDDY (ok just reply to this and I'll edit the post with the correct info).<br><br>Huge thanks to <span class=\"h-card\"><a class=\"u-url mention\" data-user=\"APNxeGWYUjs2GQzvKC\" href=\"https://wolfgirl.bar/users/skylar\" rel=\"ugc\">@<span>skylar</span></a></span> <span class=\"h-card\"><a class=\"u-url mention\" data-user=\"AT7XaK1A7hUAyT0q1Y\" href=\"https://wolfgirl.bar/users/mkultra\" rel=\"ugc\">@<span>mkultra</span></a></span> and <span class=\"h-card\"><a class=\"u-url mention\" data-user=\"APNxjVm3DuNJ0bkO6C\" href=\"https://social.handholding.io/users/fluffy\" rel=\"ugc\">@<span>fluffy</span></a></span> for the prompts and pointers when I started out. If I missed anyone else, thank you as well!",
"context": "https://pl.kitsunemimi.club/contexts/7fb52614-31fd-4726-9b64-5b195fb958d9",
"conversation": "https://pl.kitsunemimi.club/contexts/7fb52614-31fd-4726-9b64-5b195fb958d9",
"id": "https://pl.kitsunemimi.club/objects/5e7b15df-b127-40f6-bc3d-8ee334fc34ba",
"published": "2023-03-09T11:43:30.125040Z",
"replies": {
"items": [
"https://pl.kitsunemimi.club/objects/420ee1e5-edc3-417c-a74c-898bbe00ea6d"
],
"type": "Collection"
},
"repliesCount": 2,
"sensitive": null,
"source": {
"content": ">UPDATED 3/9/2023\r\n\r\nAlright, I'm gonna spill my secrets on how I got this AI thing to work with only the CPU.\r\nBefore you go any further, I recommend you do this on a PC / server you're not actively using. If you're poor, and only have one computer you do everything with, you can follow the cputard guide here so you can at least get something that works:\r\nhttps://rentry.org/cputard\r\nOr you can dual boot and follow the rest of this guide on a separate linux partition. I only say all of this because I don't like shitting up my main desktop, and considering how memory intensive this all is, you wouldn't want a whole GUI running beside it too.\r\n\r\nYou're gonna need docker with docker-compose, a pretty good CPU (you have one of those right?) and lots of RAM. The memory thing is no joke, like this thing will hog up like 3-4 chrome tabs worth of RAM which means 8gb won't cut it. You'll want 16gb and above or else you'll be stuck in swap hell where you can't do jack shit.\r\n\r\nGot docker running? Perfect, now clone this git repo:\r\ngit clone https://github.com/AbdBarho/stable-diffusion-webui-docker\r\nonce cloned, cd into the folder and follow the setup guide here\r\nhttps://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup\r\n\r\nYou can find the links for the waifu generator models here:\r\nhttps://rentry.org/voldy#-guide-\r\nAnd plenty of models here:\r\nhttps://huggingface.co/models?other=stable-diffusion\r\nMy personal favorites are anything-v4.0 and pastel-mix. Also any model on hugging face can be downloaded with curl or wget (just open the model repo, click the model, right click the \"download\" hyperlink and copy it for your terminal).\r\n\r\nput the .ckpt file you want in data/StableDiffusion/\r\n\r\nand bring up the AI and the UI with:\r\n\r\ndocker compose --profile auto-cpu up --build\r\n\r\nIt takes a few minutes but once its up you can connect to the webui over your LAN using\r\nhttp://<ip-of-your-server>:7860\r\n\r\nEnjoy your anime waifus. No I will not answer your question about the weird error you got (its probably your fault anyways). If I missed anything in this post TOUGH SHIT SORRY BUDDY (ok just reply to this and I'll edit the post with the correct info).\r\n\r\nHuge thanks to @skylar@wolfgirl.bar @mkultra@wolfgirl.bar and @fluffy@social.handholding.io for the prompts and pointers when I started out. If I missed anyone else, thank you as well!",
"mediaType": "text/plain"
},
"summary": "SHITTY STABLE DIFFUSION AI GUIDE FOR CPU ONLY POORS",
"tag": [
{
"href": "https://social.handholding.io/users/fluffy",
"name": "@fluffy@social.handholding.io",
"type": "Mention"
},
{
"href": "https://wolfgirl.bar/users/mkultra",
"name": "@mkultra@wolfgirl.bar",
"type": "Mention"
},
{
"href": "https://wolfgirl.bar/users/skylar",
"name": "@skylar@wolfgirl.bar",
"type": "Mention"
}
],
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"https://social.handholding.io/users/fluffy",
"https://wolfgirl.bar/users/mkultra",
"https://wolfgirl.bar/users/skylar"
],
"type": "Note"
},
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://pl.kitsunemimi.club/schemas/litepub-0.1.jsonld",
{
"@language": "und"
}
],
"actor": "https://pl.kitsunemimi.club/users/bronze",
"attachment": [
{
"mediaType": "image/jpeg",
"name": "",
"type": "Document",
"url": "https://pl.kitsunemimi.club/media/0b824c3c45568cb625ec54cd3543e1e14edef908eaefc5898dc2d7706d2239e6.jpg"
},
{
"mediaType": "image/jpeg",
"name": "",
"type": "Document",
"url": "https://pl.kitsunemimi.club/media/d059a42d6fc825f00aeeea26d2139844d92f986a75614df13568e920e383fbcb.jpg"
}
],
"attributedTo": "https://pl.kitsunemimi.club/users/bronze",
"cc": [
"https://pl.kitsunemimi.club/users/bronze/followers"
],
"content": "You will never be a real herbivore. You have no rumen, you have no omasum, you have no foregut fermentation. You are a carnivorous mammal twisted by brainwashing and reddit into a crude mockery of nature's perfection. All the "validation" you get is two faced and half hearted. Your doctors are disgusted and ashamed by you, your "friends" laugh at your malnourished appearance behind closed doors. Your pets are utterly repulsed by you. Thousands of years of evolution have allowed animals to sniff out frauds with incredible efficiency. Even vegans who "do it right" look unnatural and malnourished to a predator. Your digestive tract is a dead giveaway. And even if you manage to get a dog to come home with you, he'll turn tail and bolt the second he sees the toxic sludge you feed yourself with. You will never be happy. You wretch out a fake smile every morning and tell yourself this is healthy, but deep inside you feel the bloat creeping up on you like a weed, ready to blast open your asshole the second you go to take another bite of "food". Eventually it'll be too much to bear - you'll buy some salmon, put it on your stove, and plunge into cold reality. Your doctor will find you, embarrassed for you but relieved that you no longer have to live with the unbearable IBS and disappointment. You'll live your life, eventually die, and be buried with a tombstone marked with your name and nothing else, and every passerby for the rest of eternity will know that a carnivore was buried there. Your body will decay and go back to dust, and all that will remain is a skeleton that is unmistakably carnivorous. This is your fate. This is what you chose. There is no turning back.",
"context": "https://pl.kitsunemimi.club/contexts/10d1ffd0-ba46-4d3a-989a-22f57e63cbcd",
"conversation": "https://pl.kitsunemimi.club/contexts/10d1ffd0-ba46-4d3a-989a-22f57e63cbcd",
"id": "https://pl.kitsunemimi.club/objects/d59de419-a9ff-4c75-805a-9094623af33d",
"published": "2022-12-14T09:31:30.232442Z",
"repliesCount": 2,
"sensitive": null,
"source": {
"content": "You will never be a real herbivore. You have no rumen, you have no omasum, you have no foregut fermentation. You are a carnivorous mammal twisted by brainwashing and reddit into a crude mockery of nature's perfection. All the \"validation\" you get is two faced and half hearted. Your doctors are disgusted and ashamed by you, your \"friends\" laugh at your malnourished appearance behind closed doors. Your pets are utterly repulsed by you. Thousands of years of evolution have allowed animals to sniff out frauds with incredible efficiency. Even vegans who \"do it right\" look unnatural and malnourished to a predator. Your digestive tract is a dead giveaway. And even if you manage to get a dog to come home with you, he'll turn tail and bolt the second he sees the toxic sludge you feed yourself with. You will never be happy. You wretch out a fake smile every morning and tell yourself this is healthy, but deep inside you feel the bloat creeping up on you like a weed, ready to blast open your asshole the second you go to take another bite of \"food\". Eventually it'll be too much to bear - you'll buy some salmon, put it on your stove, and plunge into cold reality. Your doctor will find you, embarrassed for you but relieved that you no longer have to live with the unbearable IBS and disappointment. You'll live your life, eventually die, and be buried with a tombstone marked with your name and nothing else, and every passerby for the rest of eternity will know that a carnivore was buried there. Your body will decay and go back to dust, and all that will remain is a skeleton that is unmistakably carnivorous. This is your fate. This is what you chose. There is no turning back.",
"mediaType": "text/plain"
},
"summary": "For all the veganfags",
"tag": [],
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Note"
}
],
"totalItems": 3,
"type": "OrderedCollection"
}