• OldManGenghis@monyet.cc
    link
    fedilink
    arrow-up
    9
    ·
    1 year ago

    Finally got the chance to talk to my cousin who was diagnosed with cancer. I try not to ask him anything related to cancer but it seems like every topic I ask is affected by cancer. He was so close to finishing his degree but that has to wait, he can’t do anything due to cancer fatigue.

    It feels like his world has stopped. We were very close when we’re younger as we are the same age, everything was a competition even to a lesser degree when we’re older.

    It’s not fair.

  • Annoyed_🦀 @monyet.cc
    link
    fedilink
    arrow-up
    8
    ·
    1 year ago

    My uncle: you got girlfriend already or not?
    Me: no wor
    Uncle: why not find one?
    Me: got that easy find meh?
    Uncle: so hard to find meh?

    just kill me plz ( ._.)

  • Naomikho@monyet.cc
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    🎉Finally released the post auto-scheduling feature for Monyet.cc! I can already smell lots of required enhancements and other features that will require implementation… probably time to create a dedicated backlog for MonyetBot lol

      • ruk_n_rul@monyet.cc
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        1 year ago

        Just one for !transport@monyet.cc. I think I will cook a bot myself though, because I would need the bot to:

        • use templates
        • fill the templates with texts/images/links off of a spreadsheet
        • generate images, also off of templates (scripting done for this one)

        Plus I want to write it in Python 3. There’s a really good lemmy module by db0.

        I’m not in a rush so I’m fine with continuing to post manually for next week or 2 as I slow cook this.

          • ruk_n_rul@monyet.cc
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            1 year ago

            I’ll keep that in mind, thanks.

            Section 6 & 13 of the license is a bit of a headache though. Do I need to upload the whole bot script to, say, github, before I even start posting using the script?

        • Naomikho@monyet.cc
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Good luck with the cooking! There was a lemmy python API but I’m not experienced with python so I went for lemmy js client instead. I do plan to implement those features eventually too, but my technical knowledge isn’t great so I would need a lot of time to figure things out.

  • dukeGR4@monyet.cc
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Went for a massage, the Vietnamese masseur asked me to relax then jump on my back…. Then used her elbow to press into my muscles with her weight, I was screaming and she asked : is it painful?

    Despite all that it’s a strangely comfortable massage if not a bit painful, focusing on acupuncture points. Some reason when you press really hard into these points your body releases lots of endorphin? Or sth like that? It feels very sore and syiok.

    The eye and hair massage was really good, didn’t know you could massage the brow ridge area. She even massage my tits lol it was so itchy I wanted to laugh

  • dukeGR4@monyet.cc
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    A used camera I recently purchased increased its market value by almost 50% in 6 months…

    not sure if I should sell it now or keep it.

    • Naomikho@monyet.cc
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Ah yeah… that was the initial name for the account :/ So there’s nothing that can be done to fix it right?

        • Naomikho@monyet.cc
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          1 year ago

          @zen@monyet.cc I updated the db and it seems like it’s fixed. Thanks for helping! The solution was the actor_id for the user account was still pointing to Frank_Bot URL, which is already invalid.

              • Naomikho@monyet.cc
                link
                fedilink
                arrow-up
                1
                ·
                1 year ago

                Oh wait… sorry @zen@monyet.cc I just realized I made a mistake there. T_T You actually cannot change your account name(only your display name) which I now understand the reason. I changed the account name a long time ago so I forgot that I changed the account name manually via the database without updating the actor_id and inbox_url correctly. E.g. the actor_id should be https://monyet.cc/u/MonyetBot instead of https://monyet.cc/u/Frank_Bot, which was the old URL.

                The reason you can’t change your account name is most probably everything relies on the actor_id to work, and if the actor_id is invalid, it won’t be able to federate. Even if they updated the actor_id and inbox_url, all your past post, comments and messages etc. should be tied to the old url, which won’t carry over after you change your account name.