bt90

Results 338 comments of bt90

With https://github.com/lucas-clemente/quic-go/pull/3142 merged, what's the state of batch writes?

The main goal is to avoid syscall overhead IMHO. Go seems to use sendmmsg which allows different destinations.

Probably also depends on the fact if go can use GSO for UDP and if that works with different destinations. sendmmsg+GSO should be the goal as outlined by Cloudflares blog...

Microsoft has pulled the plug on IE. This should no longer be an obstacle.

Seems to be fixed according to the latest release notes.

Apprise supports [both](https://github.com/caronc/apprise/wiki/Notify_mastodon#example). Public toots and DMs are both valid usecases IMHO.

Apprise supports [both](https://github.com/caronc/apprise/wiki/Notify_mastodon#example). Public toots and DMs are both valid usecases IMHO.

With a single user it would only make sense to use DMs. *If* the Mastodon account would be configurable, it would also allow users to run a monitoring account which...

@emlun are you still working on this?