I’d be curious to see a comparison against some other LLMs. https://lmarena.ai/ might be useful for this.
I’d be curious to see a comparison against some other LLMs. https://lmarena.ai/ might be useful for this.
I just found https://google.github.io/comprehensive-rust/ today. Structured course developed by Google for its Android devs.
I found it completely by accident. Was looking at their GitHub repos for something, and saw this in there. I might even try to go through some of it (though I also want to get better at 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.