Aminda Suomalainen ⚧

Results 559 comments of Aminda Suomalainen ⚧

What prevents Discord from pulling a Reddit/Twitter? I think [Matrix](https://matrix.org) would be more suitable federated equivalent although it comes with its own set of issues.

I am not sure if this belongs here, but it would be nice to be able to also see how many users are just subscribing to releases while GitHub only...

Personally I switched to a local hook (my [note to self summarized below](https://aminda.eu/n/prettier)): ```yaml # This is .pre-commit-config.yaml ci: skip: [prettier] repos: - repo: local hooks: - id: prettier name:...

``` /script install pybuffer.py /pybuffer ``` but this is only for Python.

Thank you, I reported this issue to GitHub so far. - https://github.com/orgs/community/discussions/56688 My `python3-feedparser` appears to be `5.2.1-3` and it would be upgradable to `6.0.8-1~bpo11+1` from Debian Backports.

Does this mean SASL to ZNC or Cyrus? I think this means SASL to IRC as in PLAIN/EXTERNAL/ecdsa-nist256p-challenge but after talking on #znc at freenode, I am not sure.

Ok, so IAL. There is also https://github.com/ircv3/ircv3-specifications/blob/master/extensions/sasl-3.2.md which should probably also be supported.

Has anything happened with this? I guess at first the supported mechanisms should be PLAIN and EXTERNAL (when *certauth is loaded). Would this work the same way as now, SASL...

Maybe how Kiwi works should be opened a little, to user it works like this: - Nick is used as SASL Username (https://github.com/prawnsalad/KiwiIRC/issues/674) and password is used as SASL password....

One issue related to ZNC not supporting SASL for logging in is that clients often default to using SASL instead of PASS and it's difficult for some users to understand...