Discord: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
m (→‎Join our Discord: fix templated link, remove surrounding link)
m (add qr links)
Line 4: Line 4:
'''NOISEBRIDGE DISCORD JOIN LINK:''' {{:Discord link}}
'''NOISEBRIDGE DISCORD JOIN LINK:''' {{:Discord link}}
</big>
</big>


== Join our Discord ==
== Join our Discord ==
'''Click {{:Discord link}} this link to join,''' where you'll find a '''<code>#hackitorium</code>''' channel for general chatting.
'''Click {{:Discord link}} this link to join,''' where you'll find a '''<code>#hackitorium</code>''' channel for general chatting.
{|class="wikitable"
| {{#qrlite:{{:Discord link|||plainurl}}|format=png|size=5|margin=0}}
|-
| {{:Discord link}}
|}


<div class="mw-collapsible mw-collapsed">Note: you will be ''unable to '''join''''' Noisebridge's discord server while connecting to the internet via Noisebridge's wifi or network.
<div class="mw-collapsible mw-collapsed">Note: you will be ''unable to '''join''''' Noisebridge's discord server while connecting to the internet via Noisebridge's wifi or network.
Line 18: Line 23:
Discord denylists Noisebridge's IP for account joining the server.
Discord denylists Noisebridge's IP for account joining the server.
</div></div>
</div></div>
 
===Linking here===
<div class="mw-collapsible mw-collapsed">Discord Wiki QR link<span class="mw-collapsible-content">
{|class="wikitable"
| {{#qrlite:{{fullurl:{{FULLPAGENAMEE}}}}|format=png|size=5|margin=0}}
|-
| {{fullurl:{{FULLPAGENAMEE}}}}
|}
</span></div>
== Other Hackerspace Discords ==
== Other Hackerspace Discords ==
* [https://discord.gg/cBefq72kta NYCResistor Discord]: The discord of [[NYCResistor]].
* [https://discord.gg/cBefq72kta NYCResistor Discord]: The discord of [[NYCResistor]].

Revision as of 17:23, 29 May 2024

Noisebridge | About | Visit | 272 | Manual | Contact | Guilds | Stuff | Events | Projects | Meetings | Donate E
Communications Channels | Wiki | Discord | Slack (by invitation) | Jitsi | Pad | Meetup | Github | VR | 5MoF | YouTube | Blog | Zine | Contacts | Guestbook | BBS V ·T · E

Discord is a multi-channel voice and chat application that is great for continuous voice, video, screen sharing, and live streaming conversations. At Noisebridge, we use it for most public conversation.

NOISEBRIDGE DISCORD JOIN LINK: https://discord.gg/GtpDdX5

Join our Discord

Click https://discord.gg/GtpDdX5 this link to join, where you'll find a #hackitorium channel for general chatting.

QRLite error: QrCode class not found, you may need to run "composer install".
https://discord.gg/GtpDdX5


Note: you will be unable to join Noisebridge's discord server while connecting to the internet via Noisebridge's wifi or network.

The discord server is accessible on Noisebridge wifi if you've already joined. However, due to

  • Discord banning policies,
  • Noisebridge's on-again/off-again use of "community server" mode,
  • and the fact that we've banned discord accounts that joined-from/last-connected from Noisebridge's network,

Discord denylists Noisebridge's IP for account joining the server.

Linking here

Discord Wiki QR link
QRLite error: QrCode class not found, you may need to run "composer install".
https://replica-wiki.extremist.software/wiki/Discord

Other Hackerspace Discords

Other Discord servers

If you want to join an uwu discord server, you can join it here: https://discordserverlists.com/uwu-discord/

Discord Weaknesses

  • Discord is closed-source
  • Discord is not encrypted
  • Discord collects and stores all your data for 2 years or more according to their privacy policy.
  • Read more about Discord on their Discord Wikipedia page

Discord IRC Bridge Bot

Also testing https://www.npmjs.com/package/discord-irc as a bot to connect #noisebridge (irc.hackint.org) to noisebridge discord #irc

You'll possibly see a x-discord-irc "bot" in a #irc channel, you can chat either in irc or discord and the messages will be relayed.

discord-irc (x-discord-irc "bot") config.js

[
  // Bot 1 (minimal configuration):
  {
    "nickname": "x-irc-discord",
    "server": "irc.hackint.org",
    "discordToken": "PRIVATE_DISCORD_BOT_TOKEN",
    "channelMapping": {
      "#irc": "#noisebridge"
    }
  }
]