**Pleroma instance account** I'm pretty busy and my notifications can be typically full, I'll try to get to yours when I can. FOSS enthusiast, Sysadmin and Florida Man Your resident Deresute+Million Live+Starlit Season MV & Touhou doujin circle enjoyer. Owner and operator of Starnix Network. 🇯🇵🤝🇺🇸 Life is about entertaining Mr. God Big Tech bad Social Media bad Groupthink bad Government bad Proprietary Software bad 2hu and im@s good
Public Key
npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv Profile Code
nprofile1qqs2yg3tujyapfe3hewempaj8sys2k5c04xayxx4ttc2fj4g2e0vwlgpz4mhxue69uhhyetvv9ujumn0wd68ytnwv46qz9rhwden5te0wfjkccte9ejxzmt4wvhxjmcpp4mhxue69uhkummn9ekx7mq4m8mxx
Show more details
Published at
2026-08-18T07:07:10Z Event JSON
{
"id": "aad928937ab9b0827a63aee925816a9ce9433b2487f348614994d020a4d027ab" ,
"pubkey": "a2222be489d0a731be5d9d87b23c09055a987d4dd218d55af0a4caa8565ec77d" ,
"created_at": 1787036830 ,
"kind": 0 ,
"tags": [
[
"emoji",
"apa",
"https://pl.starnix.network/emoji/new_import/apa.png"
],
[
"proxy",
"https://pl.starnix.network/users/splitshockvirus",
"activitypub"
],
[
"client",
"Mostr",
"31990:6be38f8c63df7dbf84db7ec4a6e6fbbd8d19dca3b980efad18585c46f04b26f9:mostr",
"wss://relay.ditto.pub"
]
],
"content": "{\"name\":\":apa: スプリットショックウイルス †\",\"about\":\"**Pleroma instance account**\\n\\nI'm pretty busy and my notifications can be typically full, I'll try to get to yours when I can.\\n\\nFOSS enthusiast, Sysadmin and Florida Man\\nYour resident Deresute+Million Live+Starlit Season MV \u0026 Touhou doujin circle enjoyer.\\nOwner and operator of Starnix Network.\\n\\n🇯🇵🤝🇺🇸\\n\\nLife is about entertaining Mr. God\\n\\nBig Tech bad\\nSocial Media bad\\nGroupthink bad\\nGovernment bad\\nProprietary Software bad\\n\\n2hu and im@s good\",\"picture\":\"https://media.pl.starnix.network/media/3e/f5/1a/3ef51a15c362aa54c8e3e51d6350b5875461150505f2ad5c81d925e8c580161e.DXZPHKDGBWLJ\",\"banner\":\"https://media.pl.starnix.network/media/f2/d3/9f/f2d39f5d37e9d90800e283f2ecbeeb120b3574c4f700668d92f1eccc862b954c.1Y3OF9B1QHYW\",\"nip05\":\"[email protected] \",\"fields\":[]}" ,
"sig": "977ae14450e0c132a3daef5db7e623a92038a3d372d2721ad667e3d9cfc99197ed0fce66842e911dd5aa96064a4cc844cf5a488e8bd9988ea0054ca6e2462663"
}
Last Notes npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @nprofile…sgwz @nprofile…rykp @nprofile…0e7t buy the domain for me npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † Addams family ass nigga npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @nprofile…vz6q 5 minute unskippable cutscene npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † Bitch #nevent1q…rfwt npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † THIS IS WHAT HAPPENS WHEN I RUSH THINGS npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † I'm gonna make this retard disappear https://media.pl.starnix.network/media/22a98371ef27c70501bfd8b57645a3416cb12eef3cf52e03c4690baaaeace372.jpg npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † I was going to write a long post on what this script does but hopefully me just using it gives you a better idea on what it does. cc @npub1lar…q5vr I think it should work for most cases but it might not be perfect. pleroma@shikiv1:~/instance/static/emoji$ pwd /opt/pleroma/instance/static/emoji pleroma@shikiv1:~/instance/static/emoji$ mkdir new_pack pleroma@shikiv1:~/instance/static/emoji$ cp new_import/generate.py new_pack/ pleroma@shikiv1:~/instance/static/emoji$ cd new_pack/ pleroma@shikiv1:~/instance/static/emoji/new_pack$ cat generate.py import os import json def generate_json(directory_path, excluded_extensions=[".py", ".json"]): data = {"files": {}} for root, dirs, files in os.walk(directory_path): for file in sorted(files): file_name, file_extension = os.path.splitext(file) if file_extension.lower() not in excluded_extensions: data["files"][file_name] = file return json.dumps(data, indent=2) directory_path = "./" json_data = generate_json(directory_path) print(json_data) pleroma@shikiv1:~/instance/static/emoji/new_pack$ #mind the indents when you paste this pleroma@shikiv1:~/instance/static/emoji/new_pack$ for i in 1 2 3 4; do touch $i.jpg; done pleroma@shikiv1:~/instance/static/emoji/new_pack$ ls 1.jpg 2.jpg 3.jpg 4.jpg generate.py pleroma@shikiv1:~/instance/static/emoji/new_pack$ python3 generate.py { "files": { "1": "1.jpg", "2": "2.jpg", "3": "3.jpg", "4": "4.jpg" } } pleroma@shikiv1:~/instance/static/emoji/new_pack$ python3 generate.py > pack.json pleroma@shikiv1:~/instance/static/emoji/new_pack$ cat pack.json { "files": { "1": "1.jpg", "2": "2.jpg", "3": "3.jpg", "4": "4.jpg" } } pleroma@shikiv1:~/instance/static/emoji/new_pack$ npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † Pogging out of my mind right now :ssv2: Literally me in this video https://media.pl.starnix.network/media/e893994871fb7d78f57b993982d5e76ab3edc07f489f9b29bdba8262baebc330.mkv npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † I THINK SOMEONE ASS MAD THAT I SUSPENDED THEIR SHITTY BOT npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † My options are doin a lil sum sum https://media.pl.starnix.network/media/bd4446dd0b8478920368a3876a2ea05278d8d23efa4be63682c3a76c25cfa051.jpg npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1wc2…4sk7 How long have you had them? npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1wc2…4sk7 Those boots do not look comfortable at all npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1630…stu9 What happen? npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † About to buy 🦐 npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † Pleroma moment™ npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1ldl…kxjp they fucked up bad. npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @nprofile…028h Had a dream I was flirting with a goth. I care to not remember what I said :cirno_cry: 🔫 npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † I'm glad the cringe stays in my dreams and not irl :cirno_smile: npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1lar…q5vr ALL of them npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † Bouta just start disabling frontends like damn, all these shits are broken. npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † We stay eating rice over here npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub14x7…wdx5 That episode sucked npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1unu…zsng With workspaces you can have windows in a set orientation based on what elements you want visible. Additionally if you have multiple tabs open on a browser it give you another way to organize them. npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1unu…zsng Fact check: this post is marked false npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † LMAO! https://media.pl.starnix.network/media/182062c00ed28b5c9d3fe598d35d8f1a15bec6b67dfb437c30fb6cd19d6a2313.png npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1630…stu9 I mean that could work but I wan to do the renaming with the vim commands because that shit is just goated. npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † Okay the longest part of this is not going to be the packs it's going to be putting these emojis in directories I have about 700 emojis to sort some of them are named logically and others are not. Also one other thing that just happened to me is that ueberzug finally died on me today, I replaced it with ueberzugpp but it's pretty glitchy. I'll try repairing it tomorrow. But I do intend on getting these organized, and I'll publish them for import. npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1630…stu9 @npub19zp…s3cn can you give me your synapse config (yaml) I deleted mine and I have never bothered to reconfigure it till now. It's an all nighter type of night for catching up on fediverse maintenance. npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † I think today I will sync emojis :cirno_baka: cc @npub19zp…s3cn @npub1630…stu9 npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @nprofile…nnhl i HoPe ThEy DiDnT rUn InTo ThE pRoBlEm Dt HaD! https://media.pl.starnix.network/media/ac6b5f842a96e721d03afd37f2bc0902fbd0791bc459b2fedd80e9f2a8ebf203.png npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1unu…zsng @npub14rp…497x You know what I think? I think all these platforms are getting AP or federation compatible, not because they want to be on fediverse, but because they want to communicate with each other. Like blue sky and threads will probably work out a protocol handshake or something, tumblr at one point said they were getting AP support. If they all want to stay relevant with each other, cause nobody really wants to sign into multiple apps/platforms. Like I think they really don't give a shit about federating with [email protected] or whoever. I think fedi users just have spotlight effect. npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1ajw…aj8d @npub1unu…zsng Are you planning on spoofing the signatures on one of your proxies? npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub14rp…497x @npub1unu…zsng Yeah that's what I was thinking, and I'm glad I actually setup a proper iptables firewall to deal with this. But it's still annoying to do anything firewall related. 1 share of Meta™ stock says that the communists who signed the block pact are still going to get gangstalked by threads. And they are too busy being dramafags to learn actual networking and realize the internet does not work on ActivityPub but vise versa. npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1unu…zsng So this is literally just going to be Gab. aka literally nothing is happening. LIke I really just want to see people seethe, and my money is actually on the fedi users seething. npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1unu…zsng I'll go schorched earth on their domains after work. It would have been nice to have peered users who are actual regular people who aren't autists and mental illness as their personality types. Regardless I don't like with fuckbook or tw*tter. That being said they are probably going to just use whitelist federation and required peered servers to accept TOS, so this whole defederation is probably not needed. Additionally if you think just defederating them is going to prevent them from scraping your PUBLICLY AVALIABLE posts, you're daft. npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1unu…zsng Yes, give me a full list on what all domains and subdomains they will be using. npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @nprofile…nnhl I don't 🐸☕ npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † HoneyWorks is the worst idolshit I've ever heard. npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † @npub1unu…zsng I blame you npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † Lol that shit works too well npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † Dude shut the fuck up https://pl.starnix.network/media/f13de97a2bbb0f6111cbf1f5512da1f589806645a2154b82066b31d04bb205f3.png npub15g3zheyf6znnr0jankrmy0qfq4dfsl2d6gvd2khs5n92s4j7ca7sqfsdvv :apa: スプリットショックウイルス † https://wiki.starnix.network