XMPP Service Operators - 2021-05-07


  1. moparisthebest

    I don't think there is really

  2. rob

    Just reconnect

  3. moparisthebest

    Turn it off and back on, the fix for everything

  4. rob

    Best solution for all electronics really

  5. melvo

    Hi, at the Berlin XMPP Meetup on June 9th at 16:00 UTC (online via Jitsi Meet) we will talk about the new project **XMPP Providers**: https://invent.kde.org/melvo/xmpp-providers Its goal is to improve the onboarding by providing a curated list of XMPP providers that can be used by clients. The clients can suggest providers or even automatically choose a good one for registration. Join xmpp:berlin-meetup@conference.conversations.im?join for more information ;)

  6. jonas’

    luaassert wins the price for method worst naming of the week. > Equals: Equals takes 1-n arguments and checks if they are the same instance. > Same: Same takes 1-n arguments and checks if they are they are similar by doing a deep compare.

  7. MattJ

    :)

  8. jonas’

    also, ECHAN, that was supposed to go elsewhere, sorry

  9. qrpnxz

    lmao exactly the opposite of java. To be fair, equals is probably literally doing == (aka equals) so honestly java is the loser jonas’

  10. qrpnxz

    lua is also a loser for having no good builtin/std way to deep compare unlike say js tho

  11. moparisthebest

    I wouldn't hold javascript up as a good example of equality https://eqeq.js.org/

  12. qrpnxz

    thats just implicit type conversion fuckery

  13. qrpnxz

    im talking about obj comparison