The Matrix Foundation and Element/New Vector are different orgs, and it’s Element with the government contracts
I’m Jade, a programmer. Check out my website, I guess?
aspe:keyoxide.org:Y5GQOXUZTHGSHBYVSERNXOAKUQ
- 1 Post
- 14 Comments
“slowly being cannibalised” at the start the foundation was just new vector/element putting on a funny hat. It’s got less bad as time has gone on tbh
Copying my post from up thread:
Delta chat is hilariously slow. It’s less of an instant messenger and moreover next business day messenger. That’s ignoring the problems you’ll have running it on your own infrastructure.
Electric is not a discord clone and element has a customer base more similar to slack. And to end encrypted direct messages have been the default for years now in Matrix.
Delta chat is hilariously slow. It’s less of an instant messenger and moreover next business day messenger. That’s ignoring the problems you’ll have running it on your own infrastructure.
Jade@programming.devto Selfhosted@lemmy.world•What are the benefits of a server having multiple public IP addresses?English6·2 months agoTo go on top of the reverse DNS/mail comments, it can also be useful for running a service like codeburg pages, or some other program that handles its own virtual hosting and TLS, without interfering with your more traditional services.
Jade@programming.devto Selfhosted@lemmy.world•Safest CalDAV/CardDAV server [Choice Made]English2·2 months agoStalwart recently released CalDAV & CardDAV support, and it’s what I use for mail. It’s pretty secure by default too.
Jade@programming.devOPto Programming@programming.dev•Actually stopping AI scrapers from taking down my server2·2 months agoHaha thanks. From what I’ve figured out, this it’s Lemmy and HN that brought the traffic. I can’t seem to upload an image of the graph though :(
Jade@programming.devto Selfhosted@lemmy.world•talon voice, self hosted voice control of your computerEnglish10·2 months agoTalon is closed source, What’s available on GitHub is the community command set - effectively just configuration
Jade@programming.devto Programming@programming.dev•An Elaborate GitHub Comment on Microsoft's new `edit` CLI Text Editor Asking for Simplicity and Predictability1·2 months agoThat wouldn’t be what I would expect. Having mixed new lines in a file is generally a bad thing - the editor should pick one mode
Jade@programming.devOPto Programming@programming.dev•Actually stopping AI scrapers from taking down my server6·2 months agoDefinitely! The author is super friendly in IRC too (and Xe, the anubis author, is there as well lol)
Jade@programming.devto Selfhosted@lemmy.world•What's up, selfhosters? It's selfhosting Sunday again!English3·2 months agoI finally dealt with the AI scrapers hammering my Forgejo instance - https://jade.ellis.link/blog/2025/05/18/actually-stopping-forgejo-ai-scraping Hopefully next week I’ll be able to get back to actually programming Continuwuity rather than fighting fires.
Jade@programming.devto Selfhosted@lemmy.world•What RSS feeds are you subscribed to?English1·5 months agoHere are some interesting feeds I follow, mostly tech-focused and quite Rust heavy:
- Alexis King’s Blog
https://lexi-lambda.github.io/feeds/all.atom.xml
- Blog on Asahi Linux
https://asahilinux.org/blog/index.xml
- brson
https://brson.github.io/feed.xml
- dystroy
https://dystroy.org/blog/atom.xml
- ecton
https://ecton.dev/rss.xml
- fasterthanli.me
https://fasterthanli.me/index.xml
- Faultlore
https://faultlore.com/blah/rss.xml
- Graphite - Blog
https://graphite.rs/blog/rss.xml
- Ink & Switch
https://www.inkandswitch.com/index.xml
- Jade’s Website
https://jade.ellis.link/blog/rss.xml
- Lord.io
https://lord.io/feed.xml
- Mara’s Blog
https://blog.m-ou.se/index.xml
- matklad
https://matklad.github.io/feed.xml
- Raph Levien’s blog
https://raphlinus.github.io/feed.xml
- Tulir Asokan
https://mau.fi/blog/index.rss
- Xe Iaso’s blog
https://xeiaso.net/blog.rss
Generated by opening an OPML export in firefox, running the following script and deleting a bunch of feeds:
"- " + [...document.querySelectorAll("body > outline > outline")].map((f) => `[${f.getAttribute("text")}](${f.getAttribute("htmlUrl")}) \`${f.getAttribute("xmlUrl")}\``).join("\n- ")
- Alexis King’s Blog
Yep, that’s the point described in the linked paper - traffic goes via the same domains used for their app, and the messenger is embedded in their app