• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: July 18th, 2023

help-circle








  • Have used a few coding models and they are good, but they will not replace a programmer. You can ask for a class to be made, or a method. You can ask it to find issues or improvements with/for your code or spot mistakes, but it can’t hack multiple modules and give you a fully working complex app. It’ll help you learn to code, it’ll write you whatever you ask, but when you start adding the fact you need to know about X for y and z is also important it starts forgetting the original prompt.

    Don’t get me wrong. It’s really good. But it’s a tool, not a full on master coder.

    Looking forward to getting more tokens to work with on a normal computer. Happy to wait for the CPU to gen code considering the ridiculous prices of high VRAM GPUs these days, but it’s still fisher price ‘My first AI coding assistant’. Give it a few more years, a few more breakthroughs and we will get there.

    I have tried GPT Engineer… it’s not there yet. Will make you a simple app, but it’s not going to knock out anything more than modular microshite.




  • I did this with proxmox. However I’m using a Nvidia gpu for passthrough. Was awhile ago I set it all up. I remember it being fairly complex. Here is a super basic instruction for it. Possibly incomplete.

    Check you have iommu enabled in efi/bios. (For Intel - enable vt-d)

    Install drivers if necessary (again nvidia)

    Blacklist device on proxmox host

    Setup GPU passthrough (vfio) - assign the card video and audio to the guest vm.

    Start vm and test

    If you are using onboard card, you can probably blacklist it and use it for your vm… I’m not entirely sure how proxmox deals with losing its primary display… I expect it’ll cope ok. SSH for everything. Probably need to use virtio drivers. Install within guest…

    Really… prob best hosting a media server and having a client on the TV end.