@demesisx @UmbraTemporis Yes seems like picom is designed with resource-efficiency in mind. And actively developed: https://github.com/yshui/picom
otl
joined 2 years ago
@ripcord @LWD @loxo @Bizarroland Some will report that they don’t work in Firefox (or whatever User Agent it receives), but actually work just fine. In my regular browsing I guess I see this once every couple of months (Firefox on OpenBSD).
@valentino All of them; they're mostly the same! /jk But seriously try another OS: OpenBSD, Haiku, Serenity, Plan 9...
@hornedfiend @Seltsamsel That's a good question and got me curious. I had a look at Telemetry collection and deletion from Mozilla. You can enter about:telemetry
in the address bar to see what Firefox is collecting (even if it is not being sent).
@skullgiver Oh wow thanks! :) One program syncs my home Mastodon timeline, with all replies, to a Maildir. Dovecot serves that over IMAP. Sending involves a custom SMTP server which reads the mail message and creates a post from it.
For Mastodon it was all about converting statuses (toots? Posts?) into RFC 5322 messages. Using the status’ ID as
Message-Id
in the message header is handy. Mail clients do the heavy lifting of rendering threads thankfully!