• 0 Posts
  • 25 Comments
Joined 6 months ago
cake
Cake day: February 27th, 2026

help-circle





  • Everything I’ve done was written entirely by me, as I don’t use AI on principle. I’m fairly sure it was used by some people to contribute to the FHF fork (I’ve seen CLAUDE.md added to gitignore), and the readme and docs did have that AI-generated “feel” to it, if that makes sense. That’s mostly why I reverted them to what it looked like in rystaf’s version in that commit. I couldn’t tell whether AI had also been used for code, so I left that unchanged.









  • Oh, true, that’s completely understandable. I don’t even know myself how long I can keep this up. Though I also don’t plan on disappearing entirely :)

    Though to be fair, mlmym doesn’t require much maintenance (with the exception of the upcoming API v4 migration, of course). Most instances of it are still on rystaf’s build, even, and I guess that’s ‘good enough’.

    And it’s not critical. If need be, it can be shut down and users will just switch back to the main interface.

    The worst part of hosting mlmym you’ll have to consider is that it causes a lot of unwanted bot traffic to the lemmy server, because it’s so easily scrapeable. Whether that’s worth it for the few users who prefer the old reddit design is your call.






  • What makes you say that? As far as I can tell, the only actual downside of it is having to type longer addresses sometimes, but one should really just use the DNS for that. And a bigger address space was needed. Everything else seems better or at least simpler. Autoconfiguration (SLAAC), only one loopback address (which is shorter than any of IPv4’s loopback addresses), subnetting, no need for NAT, proper support for multiple addresses per interface…

    In practice, most problems with IPv6 probably just come from bad support for it in software. That means they should be improved, not that IPv6 was a failure. Also check that you’re not blocking ICMP6 traffic in a firewall or similar (or at least allow the things SLAAC and neighbor discovery need).