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 11

  1. 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
  2. Embed this notice
    Blau Araujo (blau_araujo@bolha.us)'s status on Thursday, 26-Mar-2026 00:37:45 JST Blau Araujo Blau Araujo

    Mais dois vídeos na Bolha! 😉

    * Shell Script Descomplicado #11:
    https://bolha.tube/w/iiwumWCTk45xuaXFwo3D2F

    [LINGUAGEM C] Aula 5:
    https://bolha.tube/w/69C5wonrSY76WMiN5f2zsE

    In conversation about 3 months ago from bolha.us permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: bolha.tube
      Shell Script Descomplicado #11 - Explorando possibilidades
      from Blau Araujo
      Considere contribuir para a continuidade do meu trabalho.
    2. Domain not in remote thumbnail source whitelist: bolha.tube
      [LINGUAGEM C] Aula 5 - Do que programas são feitos
      from Blau Araujo
      Considere contribuir para a continuidade do meu trabalho.
  3. Embed this notice
    Anarchism News (anarchismhub@todon.nl)'s status on Thursday, 19-Mar-2026 18:48:42 JST Anarchism News Anarchism News

    Libcom: **Common Sense #11 (Winter 1991)**

    https://libcom.org/article/common-sense-11-winter-1991

    In conversation about 3 months ago from todon.nl permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: files.libcom.org
      Common Sense #11 (Winter 1991)
      11th issue of Common Sense journal.
  4. Embed this notice
    Christi Junior (christijunior@detroitriotcity.com)'s status on Tuesday, 10-Mar-2026 07:24:45 JST Christi Junior Christi Junior
    This is the site's Top 16:

    Megumin being #1 isn't surprising at all, I don't remotely agree, I don't find her to be a top 5 girl even in her own show, and she's not even the cutest KonoSuba Loli (that would be Princess Iris), but I won't deny that tons of people absolutely adore the Explosion Loli.

    I did NOT expect Rem to be #2, I guess Re:ZERO is very popular on that site, but still...
    All I know about Rem is that I find the pink-haired girl way cuter.

    Asuna at #3, yeah, that makes sense, she's a very iconic Waifu.

    Zero Two at #4 is another big surprise, I think she's pretty awesome, but I kinda felt Darling in the FRANXX had been something of a fad, the poorly-received ending not helping matters. Still, I'm all for Zero Two doing well.

    Aqua at #5, yeah, with KonoSuba being so popular that makes sense. For the record, she's my favorite of the trio.

    Emilia at #6 - is Re:ZERO and its girls really this popular, or is the site a major outlier?

    Kurisu at #7 is another pleasant surprise, I really like her, but didn't expect her to place anywhere near this high.

    #8 is Holo, no surprise she makes the Top 10, some people might even be disappointed she's not in the Top 5.

    2B at #9 is actually a MASSIVE surprise given just how poorly vidya girls fare on that site (more on that later), with the android girl absolutely mogging the likes of Tifa and Samus. I love 2B, so I don't mind her as the top video game heroine, though I wonder just how much the anime helped her, given this site's bias.

    Tohru makes the Top 10, another surprise, I knew she was pretty popular, but THIS popular?

    Froppy as the #1 MHA girl and the #11 girl overall is insanely impressive for a side character, you'd definitely have expected Uraraka ahead of her, hell, even Toga got way more hype in later years.

    Darkness is unlucky #13, kinda getting spanked by Megumin and Aqua - though given her fetishes, she might appreciate this humiliation!

    I've literally never even heard of Mai Sakurajima, but she's #14...

    Rin Tohsaka and Shinobu rounding out the Top 16, again, no surprise these girls are very popular.

    RE: https://detroitriotcity.com/objects/7a10b247-15fd-4491-b58f-0364c7133e0f
    In conversation about 3 months ago from detroitriotcity.com permalink

    Attachments


    1. https://detroitriotcity.com/media/836cb87a9baf60919fa7ef3b95457fb914d80dd324e94c6d16eb98dfa433ed09.png

  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

    #11
    #blackhistorymonth
    #wwiiblacks

    In conversation about 4 months ago from noauthority.social permalink

    Attachments


  6. Embed this notice
    Doublure Stylo (doublurestylo@piaille.fr)'s status on Wednesday, 04-Feb-2026 03:34:17 JST Doublure Stylo Doublure Stylo
    in reply to
    • Microfictions

    #11 : Souvenu

    La côte de popularité de Pincemi était au plus bas. Décriée pour ses articles pro-Struleone et sa tendance opportuniste ascendant girouette, elle était en voie de devenir démodée.

    Si elle pouvait supporter d'être traitée de courtisane, d'enstrulée et de corrompue, l'idée d'être démodée la révoltait.

    Elle avait tout tenté : un article consensuel dans la Gazette, des apparitions sensationnelles dans des lieux branchés...

    Puis elle s'était souvenu avoir filmé ses ébats avec TodZ, dit "le Diablozouk".

    Pour la journaliste, faire fuiter anonymement la sex tape avait été un jeu d'enfant.

    #writever #writing #ecriture #JdR

    @microfictions

    In conversation about 4 months ago from piaille.fr permalink

    Attachments


  7. 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 #11 taken!
    In conversation about 6 months ago from akkoma.queernerd.club permalink
  8. Embed this notice
    Debian (debian@framapiaf.org)'s status on Thursday, 13-Nov-2025 10:13:01 JST Debian Debian

    Mastodon folks, stay tuned because our micronews are back after a brief outage! And BTW did we mention there will a trixie point release next weekend?! #debian #trixie #11

    In conversation about 7 months ago from framapiaf.org permalink
  9. Embed this notice
    Patrick C Miller :donor: (patrickcmiller@infosec.exchange)'s status on Monday, 06-Oct-2025 21:06:55 JST Patrick C Miller :donor: Patrick C Miller :donor:

    Active Directory Security Tip #11: Print Service on Domain Controllers https://adsecurity.org/?p=4603

    In conversation about 8 months ago from infosec.exchange permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: adsecurity.org
      Active Directory Security Tip #11: Print Service on Domain Controllers
      from Sean Metcalf
      The Print Spooler service is a default service on Windows Servers and is set to run at startup. There are a number of attacks that are enabled by having the Print Spooler service running on Domain Controllers (ex.: Printer Bug: https://adsecurity.org/?p=4056) At this point it's best to configure a GPO to disable the Print Spooler ...
  10. Embed this notice
    :umu: :umu: (a1ba@suya.place)'s status on Thursday, 04-Sep-2025 13:36:26 JST :umu: :umu: :umu: :umu:
    lcc: "arch/e2k/boot/dts/include/iohub.dtsi", line 113: error #11: unrecognized
    preprocessing directive
    #size-cells = <2>;


    ah yes

    wonders of using C preprocessor in device tree language
    In conversation about 9 months ago from suya.place permalink
  11. Embed this notice
    Blau Araujo (blau_araujo@bolha.us)'s status on Sunday, 27-Jul-2025 03:06:07 JST Blau Araujo Blau Araujo

    Fundamentos da Programação em Baixo Nível
    Aula #11: Cópia e inversão de strings

    https://youtu.be/6vYeFxYQ-co

    In conversation about 11 months ago from bolha.us permalink
  12. Embed this notice
    Your Loud, Obnoxious Skunkle Jesse (feralphilosophernc@nicecrew.digital)'s status on Saturday, 19-Jul-2025 09:32:26 JST Your Loud, Obnoxious Skunkle Jesse Your Loud, Obnoxious Skunkle Jesse
    Thank fuck it's Friday! Work week is done and the first J of the weekend has burned to the tip. Rainbow Sherbet #11, especially an infused J, is a pretty sweet way to start if.
    In conversation about a year ago from nicecrew.digital permalink
  13. Embed this notice
    Futurist Jim Carroll (jimcarroll@mastodon.futurist.info)'s status on Thursday, 10-Jul-2025 18:54:23 JST Futurist Jim Carroll Futurist Jim Carroll

    **Megatrend #11** —"The future is not just extending lifespan, but our healthspan, by treating aging itself." - 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)

    Nobody wants to get old. Everybody will. The age-old dilemma, if you pardon the pun.

    But lifespan extension through regenerative medicine, genetic therapies, and anti-aging technologies is creating new markets and challenging our assumptions about career timelines, retirement, and generational planning. The dawn of a new era in the science of longevity is upon us, offering a comprehensive overview of the rapidly advancing field dedicated to understanding and extending human life.

    Read the full PDF report for more details.

    https://pdf.jimcarroll.com/Megatrend11-Longevity.pdf

    There's a lot of detail that follows, but it's worthwhile to dig into this in the context of megatrend thinking. Coming together all at once is a lot of science, technology (AI), venture capital money, big, bold thinking, and creative R&D passion. In that context, the focus of this science has fundamentally shifted from merely extending lifespan to enhancing **healthspan** — the period of life spent in good health, free from chronic disease and disability.

    This paradigm shift recognizes that adding years to life has little value without maintaining quality of life and functional independence.

    Of course, with all this science and technology comes an age-old debate. (Pardon the pun again.) The fixed ceiling perspective argues that human biology has a programmed limit, with data suggesting a plateau around 115-125 years - i.e. we will never get older than that. In contrast, the negligible senescence theory points to species like the Greenland shark or the immortal jellyfish, which show no age-related decline. This suggests that aging is a technical problem that can ultimately be solved.

    Overall, this is a very significant megatrend to watch, given how quickly it is moving but also given how our fascination with it will never age. (Sorry)

    #Longevity #Healthspan #Aging #Regenerative #Science #Biotechnology #Genetics #Innovation #Medicine #Future

    Original post: https://jimcarroll.com/2025/07/decoding-tomorrow-30-megatrends-11-longevity-science-the-future-is-not-just-extending-lifespan-but-our-healthspan-by-treating-aging-itself/

    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/828/324/109/177/278/original/da56a0280390e4fb.jpg
    3. Domain not in remote thumbnail source whitelist: jimcarroll.com
      Decoding Tomorrow: 30 Megatrends – #11 Longevity Science: “The future is not just extending lifespan, but our healthspan, by treating aging itself.”
  14. Embed this notice
    Anarchism News (anarchismhub@todon.nl)'s status on Wednesday, 09-Jul-2025 06:55:25 JST Anarchism News Anarchism News

    Libcom: **Fire to the prisons #11 (Spring 2011)**

    " Issue 11 of Fire to the prisons, an insurrectionary anarchist publication. Submitted by Juan Conatz on July 8, 2025 Copied to clipboard Contents include: -What is the point? -On Building Dangerous Bonds -Days of Rage: On Spreading Conflict in the Arab World -School: Often Compared to a Prison -Southern Appalachia: On the On-Going Struggle against M.T.R -Against Justice//Against Peace: Follow Up on “Justice: A Dead Word” -Repression: On the Obstacles Before Revolt -Notable Failures in Justice -Chronology of Prisoner Resist…"

    https://libcom.org/article/fire-prisons-11-spring-2011

    #anarchism #bot

    In conversation about a year ago from todon.nl permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: files.libcom.org
      Fire to the prisons #11 (Spring 2011)
      Issue 11 of Fire to the prisons, an insurrectionary anarchist publication.
  15. Embed this notice
    Lennart Poettering (pid_eins@mastodon.social)'s status on Thursday, 12-Jun-2025 04:03:51 JST Lennart Poettering Lennart Poettering

    1️⃣4️⃣ Here's the 14th post highlighting key new features of the upcoming v258 release of systemd. #systemd258

    The concept of system credentials has existed since a while in systemd. It allows parameterizing the system (and the services running on it) in a secure and hierarchical way. You can pass them into containers and into VMs, for example via SMBIOS Type #11 vendor strings. While the transport is low-level and firmware compatible, they can reasonably only be consumed in userspace.

    In conversation about a year ago from mastodon.social permalink
  16. Embed this notice
    waifu (waifu@mai.waifuism.life)'s status on Saturday, 07-Jun-2025 14:18:15 JST waifu 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.

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

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

    Attachments

    1. Domain not in remote thumbnail source whitelist: mai.waifuism.life
      The KEMOVERSE hyper (@waifu)
      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)
  17. 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
  18. Embed this notice
    🌈 ☯️Teresita🐧👭 (linuxgal@techhub.social)'s status on Monday, 26-May-2025 10:22:20 JST 🌈 ☯️Teresita🐧👭 🌈 ☯️Teresita🐧👭

    #LotR #11

    In conversation about a year ago from techhub.social permalink

    Attachments


    1. https://files.techhub.social/media_attachments/files/114/571/324/175/702/825/original/ff2506427fb3d956.jpg
  19. Embed this notice
    Zero :zt_think: :artix: (zero@strelizia.net)'s status on Friday, 16-May-2025 10:45:35 JST Zero :zt_think: :artix: Zero :zt_think: :artix:
    RT @Diptipper@x.com: study #11
    In conversation about a year ago from strelizia.net permalink

    Attachments


    1. https://pics.strelizia.net/7f499026ff361e752adfc0b78d98993684b337cf28891e4915dadccb70c9f9e4.jpg
  20. Embed this notice
    br00t4c (br00t4c@mastodon.social)'s status on Sunday, 11-May-2025 11:39:45 JST br00t4c br00t4c

    #11 Returns: Falcons' First-Rounder Embraces Expectations

    #AtlantaFalcons #NFLDraft2025 #ExplosiveDefender #Linebacker #JerseyNumber11

    https://heavy.com/sports/nfl/atlanta-falcons/11-falcons-first-rounder-embraces-challenge/

    In conversation about a year ago from mastodon.social permalink
  • 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.