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

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

Notices tagged with 12

  1. Embed this notice
    わきまえないナニカのぴっち 삧치 ∀🌻 (zpitschi@fedibird.com)'s status on Saturday, 13-Jun-2026 00:03:25 JST わきまえないナニカのぴっち 삧치 ∀🌻 わきまえないナニカのぴっち 삧치 ∀🌻
    in reply to

    参議院 2019年10月15日 予算委員会 #12 蓮舫(立憲・国民.新緑風会・社民) https://www.youtube.com/watch?si=i3ulLaSnGAJ-dO32&v=MIWUtZLCboQ&feature=youtu.be @YouTubeより

    In conversation about 2 days ago from fedibird.com permalink

    Attachments

    1. 参議院 2019年10月15日 予算委員会 #12 蓮舫(立憲・国民.新緑風会・社民)
      from Nth国会
      蓮舫 立憲・国民.新緑風会・社民2019年10月15日 参議院 予算委員会https://www.youtube.com/playlist?list=PLb1XJuAAuA6XGzu42cOzoaXK76mvlgaxr#参議院 #国会審議 #蓮舫
  2. Embed this notice
    Buage (buage@mastodon.social)'s status on Wednesday, 29-Apr-2026 23:22:07 JST Buage Buage
    in reply to
    • dansup

    @dansup Yes, what you're doing really matters! What you're building is just amazing, and makes the Internet even better!

    The proof: Pixelfed is the 2nd most used Fedi software, and it's ranked #12 on the app store

    Another proof: the Loops FYP has reached over 2 years of watch time!

    Loops is in beta for now, and honestly, I've rarely seen a beta software with so many features

    In conversation about a month ago from mastodon.social permalink
  3. Embed this notice
    kimapr (kimapr@ublog.kimapr.net)'s status on Friday, 17-Apr-2026 11:10:19 JST kimapr kimapr
    in reply to
    • kimapr

    Im basically trying to debug an issue in btop where under heavy system load it can sometimes just hang (the stress test i’m using is filling up RAM with garbage until the whole system gets severe levels of thrashing). It’s pretty annoying to reproduce and often instead of hanging it crashes instead (or maybe commit 6164470 always crashes while 1.4.6 hangs. can’t really tell for sure nope 1.4.6 also crashes). For the crashes, the backtraces seem to always be like this:

    (gdb) thread apply all bt Thread 2 (Thread 0x7fc967ed3780 (LWP 6988)): #0 0x00007fc967aaa4fe in __syscall_cancel_arch () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #1 0x00007fc967a9f788 in __internal_syscall_cancel () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #2 0x00007fc967a9fd9c in __futex_abstimed_wait_common () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #3 0x00007fc967aa4504 in __pthread_clockjoin_ex () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #4 0x000000000043ddb1 in Runner::run (box=..., no_update=no_update@entry=false, force_redraw=force_redraw@entry=false) at src/btop.cpp:749 #5 0x0000000000441069 in btop_main (args=...) at src/btop.cpp:1166 #6 0x00000000004378d2 in main (argc=<optimized out>, argv=<optimized out>) at src/main.cpp:11 Thread 1 (Thread 0x7fc9665fd6c0 (LWP 13929) (Exiting)): #0 0x00007fc967aa46dc in __pthread_kill_implementation () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #1 0x00007fc967a51a02 in raise () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #2 0x00007fc967a3aed1 in abort () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #3 0x00007fc967caea64 in ?? () from /gnu/store/xm7i1gvi0i9pyndlkv627r08rsw1ny96-gcc-15.2.0-lib/lib/libstdc++.so.6 #4 0x00007fc967cc109a in ?? () from /gnu/store/xm7i1gvi0i9pyndlkv627r08rsw1ny96-gcc-15.2.0-lib/lib/libstdc++.so.6 #5 0x00007fc967cae5ee in std::terminate() () from /gnu/store/xm7i1gvi0i9pyndlkv627r08rsw1ny96-gcc-15.2.0-lib/lib/libstdc++.so.6 #6 0x00007fc967cae506 in ?? () from /gnu/store/xm7i1gvi0i9pyndlkv627r08rsw1ny96-gcc-15.2.0-lib/lib/libstdc++.so.6 #7 0x00007fc967ef9f52 in ?? () from /gnu/store/xm7i1gvi0i9pyndlkv627r08rsw1ny96-gcc-15.2.0-lib/lib/libgcc_s.so.1 #8 0x00007fc967efa67a in _Unwind_ForcedUnwind () from /gnu/store/xm7i1gvi0i9pyndlkv627r08rsw1ny96-gcc-15.2.0-lib/lib/libgcc_s.so.1 #9 0x00007fc967aaab80 in __pthread_unwind () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #10 0x00007fc967a9f733 in __syscall_do_cancel () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #11 0x00007fc967a9f788 in __internal_syscall_cancel () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #12 0x00007fc967a9f7cd in __syscall_cancel () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #13 0x00007fc967b1f124 in sendto () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #14 0x00007fc967b2b274 in __netlink_request () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #15 0x00007fc967b2b5b6 in getifaddrs_internal () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #16 0x00007fc967b2c2e8 in getifaddrs () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #17 0x000000000053c1ca in Net::IfAddrsPtr::IfAddrsPtr (this=0x7fc9665fc8b0) at src/linux/../btop_shared.hpp:335 #18 Net::collect (no_update=<optimized out>) at src/linux/btop_collect.cpp:2611 #19 0x000000000044412e in Runner::_runner () at src/btop.cpp:619 #20 0x00007fc967aa2aed in start_thread () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6 #21 0x00007fc967b1d768 in __clone3 () from /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc.so.6
    In conversation about 2 months ago from ublog.kimapr.net permalink
  4. Embed this notice
    Anarchism News (anarchismhub@todon.nl)'s status on Saturday, 21-Mar-2026 00:34:26 JST Anarchism News Anarchism News

    Libcom: **Common Sense #12 (May 1992)**

    https://libcom.org/article/common-sense-12-may-1992

    In conversation about 3 months ago from todon.nl permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: files.libcom.org
      Common Sense #12 (May 1992)
      12th issue of Common Sense journal.
  5. Embed this notice
    El Conquistador (MI) (elconquistador@noauthority.social)'s status on Sunday, 01-Mar-2026 13:35:53 JST El Conquistador (MI) El Conquistador (MI)
    in reply to

    #12
    #blackhistorymonth
    #EmmettTill

    In conversation about 4 months ago from noauthority.social permalink

    Attachments


  6. Embed this notice
    AkaSci 🛰️ (akasci@fosstodon.org)'s status on Saturday, 21-Feb-2026 08:08:11 JST AkaSci 🛰️ AkaSci 🛰️
    in reply to

    Here is a hi-res image of the Artmeis II SLS rocket and Orion spacecraft, secured to the mobile launcher, as the Crawler-transporter 2 rolls it out of the Vehicle Assembly Building at KSC, Saturday morning.

    Compare with the image in post #12, which looks a bit more aesthetically pleasing.

    Full res image at https://www.flickr.com/photos/nasahqphoto/55046581023/in/album-72177720331471551/
    More images at https://www.flickr.com/photos/nasahqphoto/albums/72177720331471551/with/55044924877
    21/n

    In conversation about 4 months ago from fosstodon.org permalink

    Attachments


    1. https://cdn.fosstodon.org/media_attachments/files/115/921/978/722/244/402/original/6e89b4157aab6857.jpg

    2. Domain not in remote thumbnail source whitelist: live.staticflickr.com
      202601 Artemis II Rollout
      from https://www.flickr.com/photos/nasahqphoto/
      Explore this photo album by NASA HQ PHOTO on Flickr!
  7. Embed this notice
    Doublure Stylo (doublurestylo@piaille.fr)'s status on Wednesday, 04-Feb-2026 03:34:16 JST Doublure Stylo Doublure Stylo
    in reply to
    • Microfictions

    #12 : Oracle

    Depuis sa naissance, Pincemi avait toujours été une fervente croyante. Disciple de la Secte du Schnibble, elle avait rapidement été promue par le Grand Prêtre lui-même et ses fameux abdos.

    Prêtresse au grand cœur et à l'esprit libre, elle avait commis autant de pêchés qu'accompli d'exploits à la gloire des abdos de son GP.

    Pourtant, jamais l'Oracle ne s'était montré à elle. Même quand elle avait tourné le dos à la Secte pour rejoindre la puissante Famille Struleone, aucun tourbillon de plumes ne s'était montré pour tenter de la punir. Ou de la retenir.

    #writever #writing #ecriture #JdR

    @microfictions

    In conversation about 4 months ago from piaille.fr permalink
  8. Embed this notice
    feliks✨ (feliks@chaos.social)'s status on Tuesday, 03-Feb-2026 02:38:59 JST feliks✨ feliks✨
    in reply to

    THE STARTUP FOUNDER LARPER — pitches “It’s like Uber but for prompts”; has no product, only a Notion board and a logo (“PLATFORM”).
    THE CLAUDE SKILLS GRIFTER — flexes “Claude skill #12,847”; “crafting skills” that are basically prompt lists for people who will never use them.
    THE RESEARCH PAPER COSPLAYER — names functions like latent_alignment_regularizer to feel something; reimplements papers badly but with confidence.

    In conversation about 4 months ago from chaos.social permalink
  9. Embed this notice
    Hacker Public Radio (hpr@infosec.exchange)'s status on Saturday, 03-Jan-2026 01:51:30 JST Hacker Public Radio Hacker Public Radio

    New Episode: RESERVE SHOW hpr4545 :: YouTube Subscriptions 2025 #12
    Part twelve of Ahuka's list of subscribed channels
    Hosted by Ahuka on Friday, 2026-01-02 is flagged as Clean and is released under a CC-BY-SA license.
    Tags: YouTube, Channels, Subscriptions.
    Today on the #HackerPublicRadio #Community #Podcast
    #HPR ❤️ #CreativeCommons
    https://hackerpublicradio.org/eps/hpr4545/index.html

    In conversation about 5 months ago from infosec.exchange permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: hackerpublicradio.org
      hpr4545 :: YouTube Subscriptions 2025 #12. Hosted by Ahuka, "Part twelve of my list of subscribed channels"
      Hacker Public Radio is a podcast that releases shows every weekday Monday through Friday. Our shows are produced by the community (you) and can be on any topic that is of interest to hackers and hobbyists.
  10. Embed this notice
    Maddy :blobfoxcomfycomputer: 🏳️‍⚧️ - 🚧 fops in training :blobfoxhappymlem: (maddy@akkoma.queernerd.club)'s status on Wednesday, 24-Dec-2025 12:02:31 JST Maddy :blobfoxcomfycomputer: 🏳️‍⚧️ - 🚧 fops in training :blobfoxhappymlem: Maddy :blobfoxcomfycomputer: 🏳️‍⚧️ - 🚧 fops in training :blobfoxhappymlem:
    in reply to
    • Maddy :blobfoxcomfycomputer: 🏳️‍⚧️ - 🚧 fops in training :blobfoxhappymlem:
    Progesterone #12 taken!
    G’night, y’all! :blobfoxsleep:
    In conversation about 6 months ago from gnusocial.jp permalink
  11. Embed this notice
    Anarchism News (anarchismhub@todon.nl)'s status on Saturday, 06-Dec-2025 16:48:24 JST Anarchism News Anarchism News

    Libcom: **Insurgent Notes #12, April 2016**

    https://libcom.org/article/insurgent-notes-12-april-2016

    In conversation about 6 months ago from todon.nl permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Insurgent Notes #12, April 2016
      Selected articles from this issue of the journal.
  12. Embed this notice
    Vintage Fantasy Art - NOAI (vintagefantasyart@mastodon.social)'s status on Tuesday, 14-Oct-2025 06:25:02 JST Vintage Fantasy Art - NOAI Vintage Fantasy Art - NOAI

    « The Unforsaken Hiero », 1983

    by Darrell K. Sweet (American illustrator, 1934-2011)
    Cover illustration for "The Unforsaken Hiero" novel by Sterling E. Lanier, Ballantine/Del Rey Books, 1983
    Also known as "Delicate Negociations" #12 Card in FPG Darrell K. Sweet Fantasy Art Trading Cards, 1994

    #vintagefantasyart #fantasyart #fantasyillustration #DarrellKSweet #Hiero #SterlingELanier #TradingCards

    In conversation about 8 months ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/115/317/923/923/296/403/original/66099bee59fdaca8.jpg
  13. Embed this notice
    Patrick C Miller :donor: (patrickcmiller@infosec.exchange)'s status on Thursday, 09-Oct-2025 22:12:23 JST Patrick C Miller :donor: Patrick C Miller :donor:

    Active Directory Security Tip #12: Kerberos Delegation https://adsecurity.org/?p=4658

    In conversation about 8 months ago from infosec.exchange permalink

    Attachments


  14. Embed this notice
    Epsi (epsi@akko.wtf)'s status on Saturday, 30-Aug-2025 04:47:18 JST Epsi Epsi
    perfect sanek waifu trait #12: talks shit about paris
    In conversation about 10 months ago from akko.wtf permalink
  15. Embed this notice
    Blau Araujo (blau_araujo@bolha.us)'s status on Tuesday, 05-Aug-2025 01:38:19 JST Blau Araujo Blau Araujo

    Fundamentos da Programação em Baixo Nível
    Aula #12: Conversão de inteiros em strings

    https://youtu.be/eEzg81T_JUQ

    In conversation about 10 months ago from bolha.us permalink
  16. Embed this notice
    Futurist Jim Carroll (jimcarroll@mastodon.futurist.info)'s status on Friday, 11-Jul-2025 19:04:44 JST Futurist Jim Carroll Futurist Jim Carroll

    **Megatrend #12** - Personalized, Precision Medicine: "Tomorrow's cure lies not in a universal pill, but within our own genetic code." - Futurist Jim Carroll

    ---

    (Futurist Jim Carroll is writing a series on 30 Megatrends, which he first outlined in his book Dancing in the Rain: How Bold Leaders Grow Stronger in Stormy Times. The trends were shared in the book as a way of demonstrating that, despite any period of economic volatility, there is always long-term opportunity to be found. The book is now in print - learn more at dancing.jimcarroll.com)

    ---

    The one-size-fits-all era in medicine is ending. Treatments, nutrition, and wellness approaches tailored to individual genetic profiles are becoming the standard, not the exception. As with every post in this series, there's a PDF here that goes into more depth on this trend.

    There's a little bit of duplication with some of the material covered in previous megatrends with this one, but it's important ot note that this trend is powerful enough on its own to deserve its own post.

    What's it all about? We are combining what we might call 'next-generation genomic sequencing', AI, and CRISPR gene editing, to come up with a new health paradigm that involves 'fixing people before they are sick rather than after.' Why these 3 trends? The cost for genomic sequencing is collapsing, AI is accelerating the ability to do so, and gene editing allows us to correct the genetic causes of disease at the source.

    Before going further, it's important to define the revolution by understanding two key terms.

    The first is Personalized Medicine, which uses an individual's unique genomic, environmental, and lifestyle information to guide decisions for prevention, diagnosis, and treatment of disease. It's based on the idea that because no two individuals are the same, they should not receive the same healthcare.

    The second term is Precision Medicine. While often used interchangeably, it more accurately describes the strategy of stratifying individuals into small populations based on shared characteristics. It focuses on identifying which healthcare and pharmaceutical approaches will be most effective for those small, specific groups of people, rather than creating unique treatments for each individual.

    While its potential is immense, the transition to personalized medicine is not merely a technological upgrade but a disruptive force that challenges the foundational structures of healthcare delivery, research, and regulation.

    Even so, over the long term, it's one of the biggest megatrend opportunities of our time.

    **#Personalized** **#Medicine** **#Genomics** **#CRISPR** **#AI** **#Precision** **#Healthcare** **#Genetics** **#Innovation** **#Future**

    Original post: https://jimcarroll.com/2025/07/decoding-tomorrow-30-megatrends-12-personalized-medicine-tomorrows-cure-lies-not-in-a-universal-pill-but-within-our-own-genetic-code/

    In conversation about a year ago from mastodon.futurist.info permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: dancing.jimcarroll.com
      Dancing in the Rain by Futurist Jim Carroll
      How Bold Leaders Grow Stronger in Stormy Times

    2. https://media.futurist.info/media_attachments/files/114/834/031/404/821/040/original/a0e2c50e1f030087.jpg
    3. Domain not in remote thumbnail source whitelist: jimcarroll.com
      Decoding Tomorrow: 30 Megatrends – #12 Personalized Medicine: “Tomorrow’s cure lies not in a universal pill, but within our own genetic code.”
  17. Embed this notice
    The War on Cars (thewaroncars@mastodon.social)'s status on Friday, 11-Jul-2025 09:22:44 JST The War on Cars The War on Cars

    In honor of the new James Gunn "Superman" movie, here's the time the Man of Steel declared his own "war on cars." From Action Comics #12 (1939).

    Check out our new book, "Life After Cars" for the full story.

    Available for preorder wherever you purchase books.

    https://www.lifeaftercars.com/

    In conversation about a year ago from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/114/831/707/163/866/739/original/aee01464238a878b.png

    2. https://files.mastodon.social/media_attachments/files/114/831/707/583/053/283/original/967236c6c429a6b4.png
  18. Embed this notice
    br00t4c (br00t4c@mastodon.social)'s status on Tuesday, 24-Jun-2025 11:28:45 JST br00t4c br00t4c

    The Surprisingly Good Value of the NBA's #12 Pick

    #Value #SurprisinglyGood #NBA #12Pick #NBADraft

    https://heavy.com/sports/nba/chicago-bulls/the-surprisingly-good-value-of-the-nba-12-pick/

    In conversation about a year ago from mastodon.social permalink
  19. Embed this notice
    waifu (waifu@mai.waifuism.life)'s status on Monday, 09-Jun-2025 12:57:20 JST waifu waifu

    Devlog #12:
    Few advancements this weekend (the cold is killing me) but there's a basic card creator that I'm working on, although almost in the dark because I really don't want to touch javascript

    #kemoverse

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

    In conversation about a year ago from mai.waifuism.life permalink

    Attachments


    1. https://mai.waifuism.life/files/37058676-7cf3-488c-bcea-0a44ce6ad3bd
    2. Domain not in remote thumbnail source whitelist: mai.waifuism.life
      The KEMOVERSE hyper (@waifu)
      Devlog #11: After I forgot to pay for the VPS expenses, my setup broke, so i had to migrate from gitea to forgejo, which took a few days but was not as painful as I expected... At least now we can use ssh (i was using docker in the previous setup for some reason) and I just solved another issue :capybara_sit: So we're a little bit closer now :watamelon_pet: I'm taking some time between programming sessions to also make cards so we don't start the game and just have no cards to play with, so I may make a post asking for recommended characters people would like to have in the game as cards even if they won't be in the sourcecode. RN: Devlog #10: WE'RE 1 ISSUE AWAY FROM VERSION 1.1 :necodance_hd::necodance_hd::necodance_hd::necodance_hd::necodance_hd::necodance_hd::necodance_hd: RN: Made a card for funsies #kemoverse (📎1) RN: Devlog #9: We're almost done with version 1.1!! I'll make a full post with all the info when we complete the admin parts, we also got new bots accounts to help with the development and so we aren't using this random waifumelon account, something a bit more official. On the parallel I'm doing a card maker so people can test how cards look and perhaps letting people add more card templates or use their own. Perhaps I'll start using a tag along with the quotes #kemoverse #kemoversedev (📎3) RN: 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: RN: 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)
  20. Embed this notice
    Garry Keenor (25kv@mas.to)'s status on Tuesday, 03-Jun-2025 14:56:03 JST Garry Keenor Garry Keenor
    in reply to
    • Jon Worth

    Trains #11 and #12 are more trams. Train #13 is this handsome, modern EMU from Zagreb to Volinja (and return to Sunja) pictured here at Volinja. I'd have liked to have gone further and crossed the border into Bosnia-Herzegovina, but guess what? There aren't any trains. No #crossborderrail for me @jon. The onward line across the river Una to Bosnia is on the left beyond the train.

    In conversation about a year ago from mas.to permalink

    Attachments


    1. https://media.mas.to/media_attachments/files/114/579/022/706/955/468/original/e8a4572d5a854325.jpg

    2. https://media.mas.to/media_attachments/files/114/579/031/498/789/131/original/a0a7b3fdbef78da1.jpg

    3. https://media.mas.to/media_attachments/files/114/579/044/151/207/344/original/34df23a7d52d5224.jpg
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • 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.