JadedBlueEyes

joined 2 years ago

To 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.

Stalwart recently released CalDAV & CardDAV support, and it's what I use for mail. It's pretty secure by default too.

Haha 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 :(

[–] JadedBlueEyes@programming.dev 10 points 2 weeks ago

Talon is closed source, What's available on GitHub is the community command set - effectively just configuration

That 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

Definitely! The author is super friendly in IRC too (and Xe, the anubis author, is there as well lol)

[–] JadedBlueEyes@programming.dev 9 points 2 weeks ago (6 children)

They make one request per IP. Rate limit per IP does nothing.

I 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.

[–] JadedBlueEyes@programming.dev 8 points 1 month ago (1 children)

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.

[–] JadedBlueEyes@programming.dev 0 points 1 month ago (1 children)

Windows licenses ain't cheap. Never have been.

[–] JadedBlueEyes@programming.dev 2 points 3 months ago (1 children)

Here are some interesting feeds I follow, mostly tech-focused and quite Rust heavy:

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- ") 
view more: next ›