I'd be curious to see a comparison against some other LLMs. https://lmarena.ai/ might be useful for this.
Programming @programming.dev Google has a course on the Rust programming language
CSCareerQuestions @programming.dev 20 years in IT, and my career is effectively stuck
IPv6 @lemmy.world Enabling IPv6 support for IPv4-only apps on Linux
Nim Programming Language @programming.dev Nim v2.0 released
Programming @programming.dev "Basic Computer Games", rewritten in multiple programming languages
Nim Programming Language @programming.dev sortplz: file-sorter/organizer written in Nim
Nim Programming Language @programming.dev Nim version 1.6.14 released
Programming @programming.dev Zen of Nim

I'm actually trying a hybrid approach with some VPCs: use firewalled IPv6 ports for remote management, direct to the VMs; while siphoning off the IPv4 traffic to a basic Linux host with Netfilter rules acting as a NAT router. I keep the benefits of using IPv6, without eating up a bunch of external IPv4 addresses, that I would also have to account for on filtering.