Skip Navigation

User banner
User banner
Posts
5
Comments
58
Joined
2 yr. ago

  • Where did you get this from?

  • Continuwuity.org has reasonable documentation, and you can (and should) disable signups or require a token to sign up.

  • Email is federated. You can set up your own server using something like Stalwart in a few hours. I deliver thousands of emails a month on my personal server. The problem is deliver ability to Gmail and outlook, but if you don't care about that then you're golden.

  • If you took Element/Matrix and removed everything from it that is required for federation, then it would perform like Signal.

    This is only true for the server side. Federation doesn't affect the client much at all (for example, rocket.chat is now a matrix client, even though it wasn't one for the majority of its life).

    Matrix clients are mildly harder to build because of, as you mentioned, end to end encryption, but also because of the many ways you can make mistakes in the code that synchronises clients to the server and cause performance issues or bugs. Even dispute this, though, there are a massive variety of matrix clients: https://matrix.org/ecosystem/clients/

  • The clue there is 70% goes to labels, not artists - large rightsholders who already have wealth taken a massively disproportionate amount of that, so the artists you listen to get fractions of a penny. They make far more when you buy a CD or go to a concert.

  • Last I visited, Barcelona was beautiful and the people living there adored it. London isn't terrible either, although housing is extortionate due to 'investors' and landlords

  • All of the other answers mentioning coturn here are wrong - your friend is trying to call you using element call, which needs an instance of a livekit and a JWT micro service to grant permissions to use the livekit instance. You can use a livekit cloud account, but you do need to host the JWT service. I would suggest looking up Element's documentation

  • You can use scrcpy or similar to mirror your phone screen, and/or take a screenshot

  • Actions is significantly better, there are lots of subtle UI improvements, there are new importers, etc. Not a killer feature, but many small improvements that add up.

  • MusicBrainz Cover art is from the Internet Archive's Cover Art Archive, and you can edit it easily via the musicbrainz.org website. You can also use https://harmony.pulsewidth.org.uk/ to update the medatata with stuff from streaming sites automatically.

    Alternatively, you can install a plugin from Picard to download from, for example, Deezer or Apple Music. You can also grab a plugin to do replaygain, to get a more normalised audio volumes, like on streaming services.

    For local music recommendations, you can try experimenting with listenbrainz local right now, if a bit experamental. It is essentially the Listenbrainz recommender on a local library. Building a better system for local music is on the MetaBrainz team's mind, and my final year project for University is going to be related as well (maybe follow me for updates if you're interested). I don't think automatically downloading from Spotify or whatever will happen though because of legal issues with that - maybe there'll be the ability to add plugins to do that. However, you can use the MusicBrainz database to get the exact Spotify link for many tracks (thanks to the Harmony importer lol). Ideally sharing libraries with your friends would be possible, though.

  • That page seemed outdated, but: From further down that page:

    The recommended strategy is to share the keys automatically only to verified devices of the same user

    This is the same situation where the key backup is accessible - which is not described on that page, but it's a key store of all the megolm keys. This is what is now generally used instead of that as it doesn't require devices to be online and allows recovering keys if all devices are lost.

  • I host mail via Stalwart, which makes it pretty damn easy - it handles most everything, just giving you a big block of DNS records to upload with all the DKIM SPF MTA-STS nonsense. However, spam filtering from big providers is still occasionally an issue. I still occasionally get reports of mail making it into Gmail's spam inbox, for example.

  • A few days late, but I have a pretty similar usecase to you on https://forgejo.ellis.link/. My solution is go-away, https://git.gammaspectra.live/git/go-away, which just sits as a reverse proxy in between traefik and Forgejo. I haven't enabled fancy stuff like TLS fingerprinting. It's been effective enough at killing the bots downloading archives and DDoSing the server from residential IPs. My config is based on the example Forgejo config, but with a few tweaks. Too long to post here, though, so message me if you need access

  • Matrix encryption keys don't need other people online - they get queued up as messages for each device you have.

  • You might want to check out https://matrixrooms.info/, which is good for a search around. Some project communities also have offtopic rooms that are good to chat in. Even very small rooms can be very active.

  • "can't guarantee the authenticity of this message" just means it was restored from backup. In the same vein, if you can decrypt a message in any client, it should upload the keys to the message backup so it can be decrypted on other clients, even ones that haven't logged in.

  • Programming @programming.dev

    AI Can't Help You Write Well

    jade.ellis.link /blog/2025/08/18/ai-can't-help-you-write-well
  • Matrix @lemmy.ml

    Let's Talk About Policy Servers

    jade.ellis.link /blog/2025/07/27/let's-talk-about-policy-servers
  • Programming @programming.dev

    Actually stopping AI scrapers from taking down my server

    jade.ellis.link /blog/2025/05/18/actually-stopping-forgejo-ai-scraping
  • Programming @programming.dev

    GSoC 2024 - New Email Service with Internationalization

    jade.ellis.link /blog/2024/08/26/gsoc-2024-new-email-service-with-internationalization
  • Programming @programming.dev

    The Potential Pitfalls of Pagination

    jade.ellis.link /blog/2024/07/14/the-potential-pitfalls-of-pagination