GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    waifu (waifu@mai.waifuism.life)'s status on Thursday, 29-May-2025 12:37:51 JSTwaifuwaifu

    Devlog #8:
    I've been kind of busy but this is a marathon, so things go slowly but constantly rather than quickly and then forgetting about it.
    We've been compiling issues not only for us but also in case someone is interested in helping out. You can check them over here:
    https://git.waifuism.life/waifu/kemoverse/issues
    Documenting feels like a chore but it's one that I like doing :hapyday:

    RE: https://mai.waifuism.life/notes/a87md9kuhlow0gzh

    In conversationabout 8 days ago from mai.waifuism.lifepermalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: git.waifuism.life
      kemoverse
      from waifu
      kemoverse
    2. Domain not in remote thumbnail source whitelist: mai.waifuism.life
      The KEMOVERSE hyper (@waifu)
      I'm compiling a list of characters we could add to the game (Free and open source) If you know any other mascots we could add, fell free to comment it or if you want to help with the art we could use an artist or two. Currently list looks like this: Humanoids: - [Ai-chan](https://commons.wikimedia.org/wiki/Category:Ai-chan) (Misskey) - [Pleroma-tan](https://commons.wikimedia.org/wiki/Category:Pleroma-tan)(Pleroma) - [Libbie](https://commons.wikimedia.org/wiki/Category:Libbie_the_Cyber_Oryx) (Public domain) - [Kiki](https://commons.wikimedia.org/wiki/Category:Kiki_the_Cyber_Squirrel) (Krita) - [Sara The Wizard](https://commons.wikimedia.org/wiki/Category:Sara_the_Wizard) (Opengameart.org) - [Wikipe-tan](https://commons.wikimedia.org/wiki/Category:Wikipe-tan) (Wikipedia) - [Anubis](https://commons.wikimedia.org/wiki/Category:Anubis_(software)_mascots) (Anubis) - [Eileen](https://commons.wikimedia.org/wiki/File:Ren%E2%80%99Py_Logo_6-13-6_200x307px.png) (Ren'Py) - [Commons-tan](https://commons.wikimedia.org/wiki/Category:Commons-tan) (Wikimedia commons) - [Wikiquote-tan](https://commons.wikimedia.org/wiki/Category:Wikiquote-tan) (Wikiquote) - [Xenia](https://commons.wikimedia.org/wiki/Category:Xenia_(mascot)) (Linux(?)) Mascots: - [Sepia](https://commons.wikimedia.org/wiki/Category:PeerTube_mascots) (Peertube) - [Mastodon mascot](https://commons.wikimedia.org/wiki/Category:Mastodon_(social_network)_mascots) (Mastodon) - [Tux](https://commons.wikimedia.org/wiki/Category:Tux) (Linux) - [Puffy](https://commons.wikimedia.org/wiki/Category:Puffy) (OpenBSD) - [Wilbert](https://commons.wikimedia.org/wiki/Category:Wilber) (GIMP) - [Glenda](https://commons.wikimedia.org/wiki/Category:Glenda) (Plan9) - [Go Gopher](https://commons.wikimedia.org/wiki/Category:Go_gopher) (GO) - [GNU](https://commons.wikimedia.org/wiki/Category:GNU_head) (GNU) - [Freedo](https://commons.wikimedia.org/wiki/Category:Freedo) (Linux-Libre) - [Konqi](https://commons.wikimedia.org/wiki/Category:Konqi) (KDE) - [Kate the cyber woodpecker](https://commons.wikimedia.org/wiki/Category:Kate_(text_editor)_mascots) (Kate) ????????: [Sandwich](https://commons.wikimedia.org/wiki/File:Sudo_logo.png) (sudo) [Also link to the issue](https://git.waifuism.life/waifu/kemoverse/issues/30) RN: Devlog #7, today another member to the dev team joined, there's a lot of issues to fix and stuff to develop but it's fun and as long as we build slowly but surely we'll manage. We're building the basics of the dueling system to be able to use your rolled characters and also thinking of a popularity system. Here is a mock up of the card template we're setting up. It's made using AI (ew) because i was lazy but I'm thinking of making something else using vectors. (📎1) RN: Devlog #6 (📎1) RN: Devlog #5 Lots of refactoring and bugfixes. We're preparing a dueling system, and thinking of setting up a testing account for the develop branch. Also Libbie is now the official mascot. She finally landed a job. (📎1) RN: Devlog #4 Not many changes, but now the code is public and licensed under GPL, let me know if you want an account to make prs (make the changes first) https://git.waifuism.life/waifu/kemoverse RN: Devlog #3 A lot of updates yesterday, and the firsts public tests, along with bugfixing. Wasn't expecting it to blow up as much as it did, even if for now the bot is basically just a dice. Hopefully when more features are out, it attracts a bit more attention. Current features: - User accounts - Rolling - Creating characters - Roll history - Send, receive and save character images (Directly from the fediverse!) - Instance whitelisting - Replies are either dms or unlisted (for less spam) Immediate to do: - Whitelist system but for Users - Add time limitation on rolls Long term: - Trading - Card burning (exchanging low star cards for a roll) - Favorite chars, "status", "owned cards" or "cooldown" commands - Public post when someone rolls a rare card - Leaderboards - Most traded Characters - Most owned Characters - Most voted Characters - Most popular Characters (?) - Users with the rarest Characters - Simple card template, and a website to place images in the card. - Add pleroma support (Currently only works with misskey) Here's some of the characters that were added. (📎4) RN: Devlog #2 Steadily making progress, functions are a bit more clearer in my mind, pieces slowly start to fit. Updates: - instance whitelisting works - DMs are now replied with DMs too so people can play without spamming - Responses to commands are unlisted for less spam Since it's a misskey and not a pleroma bot I'm going to use the misskey drive to my advantage and directly load the files there so the database has just a bunch of ids instead of interacting with images locally or whatever, also so when posting again, the bot can use the same image it uploaded initially. I thought of making a GUI to interact with the database and insert the characters but perhaps I can just make it so the characters can be added from a bot command too, like: @waifumelon addchar "Pleroma-tan pregnant" [rareness] (image upload) Of course it would have a whitelist so not everyone can just add any character. We will see how easy it is but I really preferred to keep the website that also accesses the database to be read only so I don't have to worry about authentication RN: **Devlog of a fedi game** Since I'm currently making a small fedi game I wanted to share the ideas and see if someone is also interested. It's a small gacha game directly accessible from the fediverse. The idea would be to make the code open at some point while keeping the database with the characters somewhere else so people can reuse it without a problem since I wanted to place random characters lol Thinking of calling it "Kemoverse" but open to names. Some personal comments and the current todo: - Figure out how to implement images (both how to send and keep them) - An easy way to manage the characters table - Finalize the whitelist system - Add time limitation on rolls Long term: - Easy way to place characters in a "card", maybe using imagemagick so we can have a basic "card creator" - Add trading - Add more notifications when someone rolls a rare card - Add some fun to the Leaderboard - Add pleroma support (Currently only works with misskey) - Add more fluff to the website! Other comments: Using Misskey.py was surprisingly easy and fun. Yes this is kinda similar to the Mudae discord bot I guess **FAQ:** - Are you gonna ask for any money? Not unless it blows up in usage and my computer explodes, then you will have to pay for it idiots!! - Is Pleroma-tan going to have a card where she's preg- YES. STOP ASKING. (📎2)
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.