JadedBlueEyes
@JadedBlueEyes@programming.dev
- Comment on Safest CalDAV/CardDAV server 9 hours ago:
Stalwart recently released CalDAV & CardDAV support, and it’s what I use for mail. It’s pretty secure by default too.
- Comment on talon voice, self hosted voice control of your computer 1 week ago:
Talon is closed source, What’s available on GitHub is the community command set - effectively just configuration
- Comment on Black Mirror AI 1 week ago:
They make one request per IP. Rate limit per IP does nothing.
- Comment on What's up, selfhosters? It's selfhosting Sunday again! 2 weeks ago:
I finally dealt with the AI scrapers hammering my Forgejo instance - jade.ellis.link/…/actually-stopping-forgejo-ai-sc… Hopefully next week I’ll be able to get back to actually programming Continuwuity rather than fighting fires.
- Comment on Plebbit Will Never Deliver, Apologies for the Hype, Lemmy's Where I’m Staying 3 weeks ago:
The problem (as matrix people found out the hard way) is some media & content is very illegal. Most individuals really don’t want even the chance of being exposed to CSAM or gore, and neither do server operators want the chance of that being shared from their server or written to their disk when that can result in police at the door. You need default-on moderation that is very powerful, and end users should never be distributing media they don’t want to. This pushes towards centralisation of nodes run by experts, and heavily punishes true P2P models.
- Comment on What RSS feeds are you subscribed to? 2 months ago:
Here 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