Based Count head admin.

Some of the tools I’ve created:

I speak: 🇮🇹 🇬🇧 🇫🇷

  • 0 Posts
  • 34 Comments
Joined 1 year ago
cake
Cake day: July 17th, 2023

help-circle












  • It is possible to use Discord from the browser without necessarily making an account, but many big servers have restrictive measures that prevent users without a verified email addreds (or even a verified phone number, in the strictest of cases) to access. This will depend on your friends’ setup.

    I don’t know if it’s possible to bridge Discord to Matrix, but I can tell you that it’s got a pretty prolific API for building bots and integrations, so someone might have already built something of that kind. Alternative clients are tecnically against the TOS (afaik) but I know of people who have built large projects without ever getting any complaints from the company.






  • There’s plenty of applications that aren’t critical enough to require precise memory management and where a GC is a worthy tradeoff for the simplicity that Go brings to the table, but sure, if you are interested in going super low level that’s what you are left to work with.

    And it’s probably fine. If I had to pick between C++ and Rust I would choose the latter any day of the week but thankfully not every developer has to go that low.