Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)VA
Posts
22
Comments
3,997
Joined
2 yr. ago

  • The want people stuck in the Doom scroll wheel, not people thinking and arguing.

    Easier to control.

    Or a non conspiracy theory: it's cheaper to use "AI" to ban even if it is quite bad at it.

  • Mint + a game-box user myself :-)

    Sometimes there is an old soft inly working on windows, but they are getting more and more rare as they no monger work on windows... Fantastic.

  • I'm confused, here is what I'm doing:

    • Make a Lemmy object: lemmy
    • Connect it to my server lemmy.mindoki.com (with a user, pwd)
    • lemmy.private_message('hello', *id")

    Note: I have 1 user on my server, and one user on lemmy.world.

    1. If I make a Lemmy object, connect it to my server (lemmy.mindoki.com), and asks for a user and use his id, it works.
    2. If I make a Lemmy object, connect it to lemmy.world instead, and asks for a user there, and use his id, it doesn't work.

    Which seems logic, the id is local to the instance isn't it?

    For example, on my server it's 1263 for my user, on lemmy.world it's 370373, I can't just use that number without anything else to identify a user, right?

  • Hello! Thanks for stepping by!

    I only have either https://lemmy.world/u/Valmond (is that the 'full username address'?) or the (I guess lemmy.world local id) 370373, but lemmy.private_message chokes on both (lemmy here being the Lemmy object connected to my server).

    I haven't found a API doc/guide, so I'm just modifying the examples.

    Any info greatly appreciated!